@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-reg-webfont.woff') format('woff'),
         url('fonts/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sbHolder{
	float:left;
	position: relative;

	font-family: 'latoregular';
	font-size:14px;
	color:#555555;

	background-color:transparent;
	border:1px dashed #b39b67;
	padding: 0px 15px;
	
	width: 184px;
	height: 40px;
}
.sbSelector{
	display: block;
	width: 100%;
	height:100%;
	line-height: 40px;
	text-transform:uppercase;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #555;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../_images/select-icon.png) 0 0 no-repeat;
	display: block;
	height: 28px;
	outline: none;
	position: absolute;
	right: 0;
	top: 5px;
	width: 28px;
	margin-right: 10px;
}
/*.sbToggle:hover{
	background: url(../_images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../_images/select-icons.png) 0 -23px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../_images/select-icons.png) 0 -66px no-repeat;
}*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #eeeae9;
	border: 1px dashed #b39b67;
	padding: 0px 5px;
	width: 204px;
	margin-left: -16px;
	position: absolute;
	z-index: 10;
}
.sbOptions li{
	list-style-type: none;
	padding: 0 7px;
	text-transform: uppercase;
}
.sbOptions li:hover{
	background-color:#dddada;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 3px 0 0px 3px;
	font-family: 'latoregular';
	font-size:13px;
	color:#555555;
	line-height: 30px;
}
.sbOptions a:link, .sbOptions a:visited{
	color:#555555;
	text-decoration: none;
}
.sbOptions a:hover{
	color:#555555;
}
.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;
}