@CHARSET "UTF-8";
.sbHolder{
	border: none;
	height: 29px;
	position: relative;
	width: 100%;
	float:left;
	color: #333333 !important; 
	font-family: 'latoregular';
   /* font-family: 'signikaregular';*/
    font-size: 13px; 
    font-weight: normal;
	background:#fef102;  

}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block; 
	height: 29px;
	left: 0;
	line-height: 29px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	color: #333 !important; 
	font-family: 'latoregular';
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #8f8787;*/
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-arrow-open.png) no-repeat left top;
	display: block;
	height: 8px;
	outline: none;
	position: absolute;
	right: 10px;
	top: 11px; 
	width: 10px;
}
/*.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}*/
.sbToggleOpen{
	background: url(../img/select-arrow-close.png) no-repeat left top; 
}
/*.sbToggleOpen:hover{
	background: url(../images/select_arrow_close.jpg) top right no-repeat;
}*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	border: solid 1px #e6e6e6;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0 !important;
	position: absolute;
	top: 31px !important; 
	max-height: none !important;
	width:100% !important;
	z-index: 99999 !important;
	/*overflow-y: auto;*/
	background:#fff; 
}
.sbOptions li{ width: 100%;
	padding: 0px; 
}
.sbOptions a{
	
	display: block;
	outline: none;
	padding: 5px 10px;
    color: #5f5f5f;
    font-family: 'latoregular';
    font-size: 13px;
    font-weight: 400; 
}
.sbOptions a:link, .sbOptions a:visited{
	color: #474646;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #474646 !important;
	background:none repeat scroll 0 0 #dedddd ;
}
.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;
}
