@CHARSET "UTF-8";
.sbHolder{
	background-color: white;
	border: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	width: 100%;
    height: 42px;
    text-indent: 18px;
    outline: none;
    position: relative;
    z-index: 5;
}

.sbSelector{
	display: block;
	height: 42px;
	left: 0;
	line-height: 42px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 18px;
	top: 0;
    width: 100%;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #999999;
    font-weight: normal;
}
.sbToggle{
    background-image: url('../../img/icon-select.png');
    display: block;
    height: 42px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    background-size: 17px 11px;
    background-repeat: no-repeat;
    background-position: 5px 16px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
    background-color: white;
    border: 0px;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	z-index: 1;
	overflow-y: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #999999;
    width: 100%;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #999999;
	text-decoration: none;
}

.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: solid 1px #c4c4c4;
	color: #999999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 0px #515151;
	color: #999999;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
    font-weight: normal;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.sbOptions li:first-child {
    display: none;
}
