@CHARSET "UTF-8";
.sbHolder{
	background: url(distribyutors_select.png) no-repeat 0 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	position: relative;
    float: left;
	width: 340px;
    margin: 4px 0 0 20px;
}
.sbHolder.opened,.sbHolder:hover{
	background: url(distribyutors_select_active.png) no-repeat 0 0;    
}
.sbHolder a{
	height: 22px !important;
    color: #80686f !important;
    text-decoration: none !important;
   	font-size: 12px !important;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 22px;
	left: 0;
	line-height: 22px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 320px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	
	display: block;
	height: 22px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #E7E1E1;
	border: solid 1px #b29fa4;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	width: 338px;
	z-index: 1;
	overflow-y: auto;
}

.sbOptions a{
	display: block;
	outline: none;
	padding: 3px 0 0 5px;
    color: #80686f;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background: url(select_hover.png) repeat 0 0;
}
.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;
}