@CHARSET "UTF-8";
h1{color:#fff; margin-top:0;}
.sbHolder{
	font-weight: normal;
	height: 30px;
	position: relative;
	text-align:left;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector > a{
	color:#000;
	text-decoration:none;
	}
.sbSelector{
	display: block;
	height: 25px;
	left: 0;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	cursor:pointer;
	color:#252a2e;
	border-bottom:1px solid #ebebeb;
	font-size:14px;
	
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
	border-bottom:1px solid #2d343a;
}
.sbToggle{
	background: url(../images/select-icons.png) 11px -5px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 11px -5px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 11px -36px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 11px -36px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #cccccc;
	list-style: none;
	right:0px;
	margin: 0;
	padding: 0;
	position: absolute;
	/*top: 30px; now with js controlled*/
	z-index: 1;
	overflow-y: auto;
	top: 24px !important;
	border-top: 1px solid #227aff;
	box-shadow: 0 2px 2px 0 rgba(228, 227, 227, 0.9);
	padding:23px 0;
}
.sbOptions li{
	padding: 0px 0px;
}

.sbOptions li img{
	display:inline-block;
	float:left;
padding-top:7px;
padding-left:3px;
	
	
	}



.sbOptions a{
	display: block;
	line-height:24px;
	outline: none;
	font-size:14px;
	color:#0066ff;
	padding:0 0 0 20px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #0066ff;
	text-decoration: none;
	transition:all 0.2s ease-in-out;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
}
.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;
}