.sbHolder{
	padding: 0px;
	position: relative;
	float:left;	  
	font-size:15px; 
	line-height:20px;
	font-family: 'rubiklight';
	text-align:left;

}


.sbSelector{
	display: block; 	
	left: 0; 
	outline: none;
	overflow: hidden;
	position: relative;
	text-indent: 0px;
	top: 0;  
	 color:#505050; 
	
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #8f8787;*/
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-arw.png) no-repeat 0 0;
	display: block;
	height: 10px;
	outline: none;
	position: absolute;
	right: 6px;
    top: 16px;
	width:17px; }


/*.sbHolder:hover .sbToggle {
   background-position: 0 -22px;
}*/


.sbHolder:hover .sbToggle { }

/*.sbToggleOpen{
	background: url(../images/select-arr.png) no-repeat left top; 
}

.sbHolder:hover .sbToggleOpen { background-position: 0 0px;}*/
/*.sbToggleOpen:hover{
	background: url(../images/select_arrow_close.jpg) top right no-repeat;
}*/
.sbHolderDisabled{
	background-color: #b89e67;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	border: solid 1px #d7d7d7;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 42px;
	max-height: none;
	/*width:80px !important;*/
	z-index: 99999;
	/*overflow-y: auto;*/
	background:#fff; 
}
.sbHolder .sbOptions li{ float: left;width: 100%; padding: 0px; background:none; border-bottom:1px solid #d7d7d7;  margin:0 !important; line-height:30px; text-align:left}
.sbOptions a{	
	display: block;
	outline: none;
	padding: 10px 11px;
	color: #505050;
    font-size: 14px;
    line-height:15px;
	
}


/*.sbOptions a:link, .sbOptions a:visited{
	color: #909090;
	text-decoration: none;
}*/

.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #505050;
    background: #ededed;
}
.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;*/
	padding: 0px 4%;
	color: #505050;
	display: block;
	font-weight: bold;
	
}
.sbOptions .sbSub{
	padding-left: 33px !important;
	}


.cont-form .sbHolder .sbOptions li{border-bottom:none;}
.cont-form .sbOptions{border: solid 1px #ededed;border-radius: 2px;}