@CHARSET "UTF-8";




.sbHolder{
	outline: none !important;
	border-bottom: 1px solid #3a5068;
	font-family: "interstate";
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	color:#777;
	position: relative;
	width: 100% !important;
}

.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 20px;
	left: 0;
	line-height: 30px;
	outline: none !important;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	font-family: "interstate";
    color: #babec1;
	font-size: 14px;
	line-height:20px;
	height:30px;
	outline: none !important;
	text-decoration: none;
	width: 100%;
}
.sbToggle{
	background: url(../images/clock.png) 0 no-repeat;
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggle:hover{
	background: url(../images/clock.png) 0  no-repeat;
}
.sbToggleOpen{
	background: url(../images/clock.png) 0  no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/clock.png) 0  no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background:#FFF;
	border: solid 1px #d6d6d6;
	border-top:0px !important;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	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: 'interstate';
	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;
}

@media(max-width:1024px){
	.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
		font-size:12px;
		color: #babec1;
		font-family:"interstatelight";
		text-indent:5px;
	}
	.incFldWdth > div.sbHolder{
		width:49.3%;
	}
}
@media(max-width:767px){
	.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
		font-size:12px;
		color: #babec1;
	}
	
}