@CHARSET "UTF-8";
.sbHolder{
	font-family: "OpenSans", Arial,sans-serif;
	font-size:  20px;
	font-weight: bold;
	height: 70px;
	position: relative;
	min-width: 210px;  
	margin: 0 0em 0.5em 0;  
	padding: 0.3em 0.3em 0.3em 0.5em;  
	 border: 0 ;  
	 border-radius: 0;
	 background: #EE3423;
	 color: #fff;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	line-height: 70px;
	left: 0;
	height: auto;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	max-width: 100%;
	padding-left: 20px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background:  url(../images/select-icons-down.png) no-repeat center center;
	display: block;
	height: 70px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
}
.sbToggle:focus,.sbToggle:hover,.sbToggle:active{
	outline:none !important;
}
/*.sbToggle:hover{
	background:#B9151C url(../images/select-icons.png) 0 -167px no-repeat;
}*/
.sbToggleOpen{
	background: url(../images/select-icons-up.png)no-repeat center center;
}
/*.sbToggleOpen:hover{
	background:#B9151C url(../images/select-icons.png) 0 -66px no-repeat;
}*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #333;
	border: 0;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27px;
	 width: 100%;
	z-index: 1;
	overflow-y: auto;
	margin-left: 0 !important;
}
.sbOptions li{
	padding: 0 7px;
	list-style: none;
}
.sbOptions a{
	/*border-bottom: dotted 1px #515151;*/
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #fff;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EE3423;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	/*border-bottom: dotted 1px #515151;*/
	color: #999999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	/*border-bottom: dotted 1px #515151;*/
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}