@CHARSET "UTF-8";
.sbHolder{
background: #FFF;
outline: none !important;
-webkit-border-radius: 4px;-moz-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: normal;
	height: 50px;
	font-family: 'interstatelight_vnuregular'; font-size: 16px; color:#555 !important;
	position: relative;
	width: 100%;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none !important;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	font-family: 'interstatelight_vnuregular'; font-size: 16px; color:#555 !important;
	line-height:50px;
	height:50px;
	outline: none !important;
	text-decoration: none;
	width: 100%;
}
.sbToggle{
	background: url(../images/arrow.png) 0 no-repeat;
	display: block;
	height: 50px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/down_arrow.png) 0  no-repeat;
}
.sbToggleOpen{
	background: url(../images/up_arrow.png) 0  no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/down_arrow.png) 0  no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	-webkit-border-radius: 4px;-moz-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;
	background:#FFF;
	border: solid 1px #d6d6d6;
	border-top:0px !important;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 51px !important;
	width: 100%;
	z-index: 9;
	overflow-y: auto !important;
	max-height:170px;
}
:root .sbOptions { width: 105% \0/IE9;}

.sbOptions li{
	padding:0px;
}
.sbOptions a{
	border-bottom: solid 1px #F1F1F1;
	display: block;
	outline: none;
	padding: 7px 0 7px 7px;
}
.sbOptions a:hover {background:#F9F9F9; border-bottom: solid 1px #F1F1F1; outline: none !important;}
.sbOptions a:link, .sbOptions a:visited{
font-family: 'interstateregular_vnuregular';
	color: #777;
	font-size: 14px;
	text-decoration: none;
	outline: none !important;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #777;
	outline: none !important;
}
.sbOptions li.last a{
	border-bottom: none;
	outline: none !important;
}
.sbOptions .sbDisabled{
	font-family: 'interstateregular_vnuregular';
    color: #777;
    font-size: 14px;
    text-decoration: none;
    outline: none !important;
	display:block;
	padding: 7px 0 7px 7px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #777;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}