@CHARSET "UTF-8";
.sbHolder{
	font-size: 21px;
	height: 44px;
	position: relative;
	width: 100%;
	margin-top: 2px;
    color: #444;
    background: #fff;
    text-align: left;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 44px;
	left: 0;
	line-height: 34px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 16px;
	top: 0;
	width: 100%;
	padding: 5px 2px 0px 2px;
	font-size: 21px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #444;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(images/list-arrow.png) 0px no-repeat;
	display: block;
	height: 44px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}
.sbToggle:hover{
}
.sbToggleOpen{
}
.sbToggleOpen:hover{
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	border: 1px solid #444444;;
	list-style: none;
	left: 0px;
	margin: 7px 0 0 0;
	padding: 0;
	position: absolute;
	top: 26px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
    background: #000;
}
.sbOptions li{
    background: #fff;
}
.sbOptions li:hover{
}
.sbOptions li:last-child a{
    border-bottom: none;
}
.sbOptions a{
	border-bottom: dotted 1px #dbdbdb;
	font-size: 21px;
    line-height: 24px;
	display: block;
	outline: none;
	padding: 10px 16px 8px;
    background: #fff;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #444;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #e2121d;
}
.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;
}
