@CHARSET "UTF-8";
.sbHolder{
	font-weight: normal;
	height: 40px;
        line-height: 40px;
	position: relative;
	width: 175px;
        float: left;
        margin-left: 6px;
}

.filter_pages .sbHolder {
    width: 50px;
    text-align: center;
}

.sbSelector{
	display: block;
	height: 40px;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 6px;
        padding-right: 29px;
	top: 0;
	width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #dfcd7d;
}

.sbHolderOpen, .sbSelector.sbFocus {
    background: rgba(0,0,0,0.2);
}
.sbHolderOpen .sbSelector.sbFocus {
    background: none;
}

.sbSelector:hover {
    text-decoration: none;
}
.sbToggle{
	background: url(../../css/images/svg/select_arrow.svg) center 16px no-repeat;
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease;
        -webkit-transition-delay: 0s;
        transition: all 0.2s ease 0s;
}
.sbToggleOpen{
        transform: rotate(180deg);
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: rgba(0,0,0,0.8);
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 100;
	overflow-y: auto;
        padding-bottom: 7px;
}
.sbOptions li{
	padding: 0 6px;
}
.sbOptions a{
	display: block;
	outline: none;
        line-height: 30px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #d2c7b8;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus{
	color: #dfcd7d;
}
.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;
}