@CHARSET "UTF-8";
.sbHolder{
	position: relative;
	border: 1px solid #dedede;
	width: 360px;
	height: 30px;
	background: #fff; 
	font-size: 16px; 
	font-family: 'Nunito', sans-serif; 
	margin: 0 0 14px;
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 260px;
	font-size: 16px; 
	font-family: 'Nunito', sans-serif; 
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #827e7a;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block; width: 30px; height: 30px; border-left: 1px solid #dedede;
	background: url(images/select-arrow.png) no-repeat center center;
	position: absolute; top: 0; right: 0; 
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #dedede;
	border-bottom: 0;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
}
.sbOptions li{
	width: 100%;
	float: left; display: inline; 
	border-bottom: solid 1px #dedede;
}
.sbOptions a {
	display: block;
	outline: none;
	padding: 0 13px;
	line-height: 30px;  
}
.sbOptions a:link, .sbOptions a:visited{
	color: #827e7a;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #827e7a;
}
.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;
}