@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #ddd;
	height:44px;
	position: relative;
	width:152px;
	display: inline-block;
	font-size:14px;
	border-radius:6px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 44px;
	left:0;
	line-height: 44px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent:20px;
	top: 0;
	width: 152px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #555;
	outline: none;
	text-decoration: none;
}
.sbToggle{ display: block; height:100%; position: absolute; right:20px; top: 0; width:8px; outline:none; background: url(/images/common/select-icons1.png) center no-repeat; background-size:100%;
}
.sbToggle:hover{
	background: url(/images/common/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(/images/common/select-icons2.png) center no-repeat; background-size:100%;
}
.sbToggleOpen:hover{
	background: url(/images/common/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #ddd;
	list-style: none;
	left:-1px;
	margin:0;
	padding:5px 0;
	position: absolute;
	top: 42px !important;
	width:100%;
	z-index: 10;
	overflow-y: auto;
	border-radius:6px;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: solid 1px #515151;
	display: block;
	outline: none;
	padding: 0 0 0 13px;
	line-height:30px;
}
.sbOptions a:last-child {border-bottom:0;}
.sbOptions a:link, .sbOptions a:visited{
	color: #555;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	/*color: #EBB52D;*/
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.sbOptions {
	text-align:left;
}
.sbSelector {
	width:100%; 
	border-radius:6px;
	text-align:left;
}

#st2+.sbHolder,
#st2+.sbHolder .sbOptions,
#st2+.sbHolder .sbSelector {width:113px !important;}

#st3+.sbHolder,
#st3+.sbHolder .sbOptions,
#st3+.sbHolder .sbSelector {width:113px !important;}

#location_site+.sbHolder,
#location_site+.sbHolder .sbOptions,
#location_site+.sbHolder .sbSelector {width:123px !important;}

#building_use+.sbHolder,
#building_use+.sbHolder .sbOptions,
#building_use+.sbHolder .sbSelector {width:200px !important;}

#construction+.sbHolder,
#construction+.sbHolder .sbOptions,
#construction+.sbHolder .sbSelector {width:195px !important;}

#pay_building_use+.sbHolder {width:160px !important; margin-left:62px !important; }
#pay_building_use+.sbHolder .sbOptions,
#pay_building_use+.sbHolder .sbSelector {width:160px !important;}

#pay_households_num+.sbHolder {width:160px !important; margin-left:30px !important; }
#pay_households_num+.sbHolder .sbOptions,
#pay_households_num+.sbHolder .sbSelector {width:160px !important;}

#pay_gross_area+.sbHolder {width:160px !important; margin-left:30px !important; }
#pay_gross_area+.sbHolder .sbOptions,
#pay_gross_area+.sbHolder .sbSelector {width:160px !important;}

#sel_verification_state+.sbHolder,
#sel_verification_state+.sbHolder .sbOptions,
#sel_verification_state+.sbHolder .sbSelector {width:100%;}
