@CHARSET "UTF-8";
.sbHolder{
	background-color: #c90e2b;
	font-family: 'nexa_boldregular';
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 315px;
	/*z-index: 9999;*/
	border-radius: 6px;
	margin-top: 2px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 315px;
	padding: 5px 10px 0px 10px;
	font-size: 16px;
	font-family: 'nexa_boldregular';
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/list-arrow.png) 13px no-repeat;
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	background-color: #a50921;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	/*z-index: 9999;*/
}
.sbToggle:hover{
	background: url(../images/list-arrow.png) 13px no-repeat;
	background-color: #a50921;
}
.sbToggleOpen{
	background: url(../images/list-arrow.png) 13px no-repeat;
	background-color: #a50921;
	height: 37px;
}
.sbToggleOpen:hover{
	background:url(../images/list-arrow.png) 13px no-repeat; 
	background-color: #a50921;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color:  #b50b26;
	list-style: none;
	left: 0px;
	margin: 7px 0 0 0;
	padding: 0;
	position: absolute;
	top: 26px;
	width: 315px;
	z-index: 1;
	overflow-y: auto;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions li:hover{
	background: #8f061c;
}
.sbOptions a{
	border-bottom: dotted 1px #9c0b22;
	font-family: 'nexa_boldregular';
	font-size: 11px;
	display: block;
	outline: none;
	padding: 7px 0 5px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.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;
}