@CHARSET "UTF-8";
.sbSelector > a{
	color:#666;
	text-decoration:none;
	}
.sbSelector{
	display: block;
	height: 48px;
    line-height: 48px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent:0;
	top: 0;
    color: #666;
    left: 0; 
    padding-left: 19px; padding-top: 2px;
	width: 100%;
	cursor:pointer;
	
}
.sbToggle{
	background: url(../images/select-arrow.png) center 0 no-repeat;
	display: block;
	height: 22px;
	outline: none;
	position: absolute;
	right: 13px;
	top: 15px;
    background-size: 100%;
	width: 22px;
}
.sbOptions{
    list-style: none;
	left: 0;
    background: #fff;
    border: 2px solid #d9d9d9;
	margin: 0;
	padding: 0;
	position: absolute;
	/*top: 30px; now with js controlled*/
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	top:52px !important;
    border-top: 0;
}
.sbOptions li{
	padding: 0px 0px;
    border-top: 1px solid #d9d9d9;
}
.sbOptions li:first-child{border: 0;}
.sbOptions li img{
	display:inline-block;
	float:left;
padding-top:7px;
padding-left:3px;
}
.sbOptions a{
	border-bottom: solid 1px #d9d9d9;
	display: inline-block;
    width: 100%;
	outline: none;
	padding: 7px 0 7px 19px;
}
.sbOptions a:link, .sbOptions a:visited{
	color:#666;
	text-decoration: none;
	transition:all 0.2s ease-in-out;
}
.sbOptions a:hover{color: #222;}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #d9d9d9;
	color: #d9d9d9;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}