.cursor_help {
	cursor: help;
}

.cursor_pointer {
	cursor: pointer;
}

.button {
	background-color: #1d4c7b;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #333;
	font-size: 11px;
}

.button.secondary {
	background-color: #888;
}

.dialog_box {
	margin-bottom: 10px;
}

.dialog_title {
}

.dialog_container {
	border: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 10px;
}

.valid {
	color: #000;
}

.invalid {
	color: #f00;
}

.disabled {
	color: #999;
}

.input {
	width: 230px;
}

.label {
	font-weight: bold;
}

/* http://www.w3.org/TR/CSS21/box.html#propdef-border */
/* Remember to define 'border: [ <border-width> || <border-style> || <border-color> ] | inherit' on the element for this to work. */
.selected {
	border-color: #ddd;
}

.page_selected {
	border-color: #fff;
	font-weight: bold;
	
}

.hidden {
	display: none;
}

.layout_left {
	float: left;
}

.layout_right {
	float: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.p_info {
	line-height: 1.5;
}

.p_title {
	color: #1d4c7b;
	font-size: 19px;
	line-height: 1.7;
	padding-top: 20px;
	font-family: Verdana;
}

.p_title_2 {
	color: #1d4c7b;
	font-size: 14px;
	line-height: 1.4;
	padding-top: 20px;
	font-weight: bold;
	font-family: Verdana;
}

.p_title_2_nopad {
	color: #1d4c7b;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	font-family: Verdana;
}

.p_title_3 {
	color: #1d4c7b;
	font-size: 15px;
	line-height: 1.4;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-family: Verdana;
}


.p_description {
	color: #999;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.p_description a{
	text-decoration: none;
	color: #1d4c7b;
}


.home_big {
	width: 614px;
	display: inline;
	float: left;
}

.home_small {
	width: 326px;
	display: inline;
	float: left;
}

.float_right {
	float: right;
	margin-left: 20px;
}

.float_left {
	float: left;
	margin-right: 20px;
}

.center_image {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
#content_container a {
	text-decoration: none;
	color: #1d4c7b;
	font-size: 11px;
	font-weight: normal;
}
#content_container a:hover {
	text-decoration: underline;
}*/

.button_label {
	margin-bottom: 5px;
	color: #555;
	font-weight: bold;
	font-size: 11px;
}

.center_container {
	text-align: center;
}

.right_container {
	text-align: right;
}

.linkuri_content {
	text-decoration: underline;
	color: #1d4c7b;	
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

#button_copiaza {
	text-decoration: underline;
	color: #1d4c7b;	
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

.linkuri_content:hover {
	text-decoration: none;
}

.imga {
	text-decoration: none;
}

.tabel_inele_comandate td {
	padding: 4px;
}

.info_panel {
	color: #1d4c7b;
	text-decoration: underline;
	cursor: pointer;
}
.info_panel:hover {
	text-decoration: none;
}

.buton_culoare_diamant {
	border: 2px solid #ddd;
}


.buton_culoare_diamant.buton_culoare_diamant_selectat {
	border: 2px solid #003366;
}

.buton_claritate_diamant {
	border: 2px solid #ddd;
}


.buton_claritate_diamant.buton_claritate_diamant_selectat {
	border: 2px solid #003366;
}