@CHARSET "UTF-8";
.sbHolder{
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(51, 51, 51, 0.55);
    height: 44px;
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
}
.sbHolder.o{
    border: 1px solid #333333;    
    background-color: rgba(255, 255, 255, 0.72);
}
.sbHolder.o{
    border-bottom: transparent!important;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 44px;
	padding: 12px 0px;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 190px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/img9.png) 10px center no-repeat;
	display: block;
	height: 44px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	list-style: none;
	left: -1px;
	right: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 43px!important;
	z-index: 1;
	overflow-y: auto;          background-color: rgba(255, 255, 255, 0.72);
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: none!important;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions li:hover{
    background-color: rgba(255, 255, 255, 0.92);
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333333;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
	font-weight: 600;
}
.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;
}