@CHARSET "UTF-8";
.sbHolder{
	font-size: 12px;
	font-weight: normal;
	height: 47px;
	position: relative;
	width: 356px;
	margin-bottom:15px;
}

.content_select1 .sbHolder{
	background:url(../img/bg_select1.png);
}

.content_select2 .sbHolder{
	background:url(../img/bg_select2.png);
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 47px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 270px;
	padding-left:35px;
	line-height:47px;
	font-family: 'source_sans_probold';
	color:#014b57;
	font-size:14px;
}



.sbToggle{
	background:url(../img/btn_select.png);
	display: block;
	height: 47px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 47px;
}
.sbToggle:active{
	margin-top:1px;
}
.sbToggleOpen{
	background:url(../img/btn_select.png) bottom;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 355px;
	z-index: 20;
	overflow-y: auto;
	max-height:254px !important;
}
.sbOptions li{
	padding: 2px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 40px;
	/*height:30px;*/
	background:#d3e8eb;
	line-height:30px;
	border-radius:5px;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	color:#014b57;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background: #fff;
}
.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;
}