@CHARSET "UTF-8";
.sbHolder{

	font-size: 12px;

	position: relative;
height:40px;
	margin-left: 16px;
width: 222px;
color: #414042;
background: #e5e6e7;
margin-top: 5px;
margin-bottom:10px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 40px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	width: 215px;
	height: 30px;
	color: #414042;
	outline: none;
	text-decoration: none;
	padding: 5px;
        font-size: 14px;
}
.sbToggle{
	background: url(../img/select-icons.png) 0 0px no-repeat;
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -40px no-repeat;
}
.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -80px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -120px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
width: 248px;
	background-color: #e5e6e7;
	border: solid 1px #CFCFCF;
	list-style: none;
	left: 0px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	position: absolute;
	top: 31px;

	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: solid 1px rgba(202, 202, 202, 0.89);
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #00000a;
	text-decoration: none;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #2A89C9;
}
.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;
}