/* advance search */
.dim-src {
	float: left;
	width: 100%;
	font:normal 12px arial;
	color:#BA8748;
}
.dim-src-sec {
	float: left;
	width: 100%;
}
.dim-src-from-to {
	float: left;
	width: 82%;
}
.dim-src-sec-pad {
	padding: 10px 0;
	width: 55%;
}
.dim-src-sec-pad2 {
	padding: 10px 0;
	width: 45%;
}
.dim-src .title {
	float: left; 
	width: 55px;
	font: normal 11px arial;
	color: #942023;
	padding-top: 5px;
}
.dim-src .shape-title, .dim-src .color-title {
	padding-top: 37px;
}
.dim-src .intensity-title {
	padding-top: 15px;
}
.dim-src .jewelry .title {
	width: 87px;
}
.dim-src .jewelry select {
	width: 165px !important;
}
.dim-src .shape-options,
.dim-src .options {
	float: left;
	text-align: center;
	border-bottom: 1px solid #828387;
	margin: 5px 0;
	padding: 5px 0;
	color: #8B8B8D;
}

.dim-src select, .dim-src input{
	background-color: #F5F5F6;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	width: 80px;
}
.dim-src select{
	width: 75px;
}

.dim-src input[type="image"]{
	width: auto;
	margin: 6px 0;
}
.dim-src input[type="checkbox"], 
.dim-src input[type="radio"]{
	width:15px;
   	background: transparent;
   	border: none;
   	padding: 0;
   	margin: 0;
}

.dim-src .options .opt-first .image,
.dim-src .shape-options .opt-first .image,
.dim-src .intensity-options .opt-first {
	border-left: 1px solid #828387; 
}
.dim-src .intensity-options .opt-first {
	padding: 0 4px;
}
.dim-src .shape-options .opt-first {
	padding: 0 3px;
}

.dim-src .options .opt, 
.dim-src .options .opt-sel{
	float:left;
	width: 50px;
	overflow: hidden;
	font: normal 11px arial; 
}
.dim-src .shape-options .opt, 
.dim-src .shape-options .opt-sel{
	float:left;
	width: 46px;
	overflow: hidden;
	font: normal 11px arial;
}
.dim-src .intensity-options .opt,
.dim-src .intensity-options .opt-sel {
	width: 69px !important;
	padding: 0 1px !important;
	border-right: 1px solid #828387;
}


.dim-src .shape-options .opt-sel,
.dim-src .options .opt-sel {
	font:normal 11px arial;
	color:#942023;
}
.dim-src .shape-options .opt-sel input,
.dim-src .options .opt-sel input {
	border: 1px solid #BA8748;
}

.dim-src .image {
	border-right: 1px solid #828387;
	padding: 5px 0;
	height: 39px;
	padding-top: 5px;
}

.intensity-options .opt-sel .name,
.intensity-options .opt .name {
	padding-bottom: 5px;
}

.dim-src-btn {
	float: right; 
	width: 15%;
	padding-left: 10px;
	text-align: center;
}

#close-search-div {
	background:url("/_media_static/global/fancybox/fancy_closebox.png") no-repeat scroll left top transparent;
	cursor:pointer;
	height:30px;
	position:absolute;
	right:-15px;
	top:-12px;
	width:30px;
	z-index:181;
}

.results_counter {
	float: left;
	width: 100%;
	height: 22px;
	text-align:center;
	color: #942023;
	font: normal 18px arial; 
}

#reset_search {
	cursor: pointer;
}