@CHARSET "UTF-8";
.sbHolder{
	/*background-color: #862375;*/
	font-family: 'Raleway', sans-serif;
    color: #8d8d8d;
	font-size:12px;
   	
	font-weight: normal;
	height: 22px;
	position: relative;
	min-width: 144px;
	border-bottom:1px solid #a7986e;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	left: 0;
	width:85%;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 4px;
	height:15px;
	mix-width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #8d8d8d;
	outline: none;
	text-decoration: none;
}
.sbToggle{
    background: rgba(0, 0, 0, 0) url("http://www.thecartel.me/shop/front/img/search-dropdown.png") no-repeat scroll center center;
    border-right: 1px solid #a7986e;
    bottom: 6px;
    display: block;
    height: 14px;
    outline: medium none;
    position: absolute;
    right: 2px;
    width: 26px;
}

.sbToggleOpen{
	background:url(http://www.thecartel.me/shop/front/img/search-moveup.png) no-repeat  center center;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #aea078;
	border-bottom:1px solid #9e8463;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px !important;
	width: 259px;
	z-index: 200;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}



.sbOptions a{
	border-bottom: dotted 1px #b0b0b0;
	display: block;
	outline: none;
	padding: 8px 0 8px 3px;
}

.sbOptions li:last-child  a{
	border-bottom: none;
}

.sbOptions a:link, .sbOptions a:visited{
	color: #FFF;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
color:black;	
}

.sbHolder:hover .sbSelector{
	color:black;
	}
.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;
}