@CHARSET "UTF-8";
.sbHolder {	
	background:#E7E7E8;	
	border:1px solid #d9d9d9;
	border-right:0;
	/*font-family:GothamRoundedMedium,Open Sans,Arial, Helvetica, sans-serif;;*/
	font-size: 11px;
	height: 27px;	
	position: relative;
    width:262px;
    line-height:normal;
    /*margin-bottom:9px;*/
    outline:none;
}

.sbSelector, .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	display: block;
	/*width:90%;
	height:74%;
	*/
	 color:#000;
	font-size:12px;
	position: absolute;
	overflow: hidden;
	outline: none;
	left: 13px;
	top: 5px;
	height:19px;
	overflow-y:hidden;
	text-decoration:none;
    
}
/*.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color:#666666;
	outline: none;
	text-decoration: none;
}*/
.sbToggle {
	background:url(../images/ddl-arrow-r.png);
    background-repeat:no-repeat;
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
	height:27px;
    z-index: 100;
}
.sbToggle:hover {
	/*background: url(../img/select-icons.png) 0 -167px no-repeat;*/
}
.sbToggleOpen { 
	background: url("../images/ddl-arrow-img.png") no-repeat scroll  0 -28px transparent;
}
.sbToggleOpen:hover {
/*	background: url(../img/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled {
    z-index:0;	
}
.sbHolderDisabled .sbSelector {
    color: #ccc;
    z-index:0;	
    cursor:auto;
}
.sbHolderDisabled .sbHolder {
    z-index:0;	
}
.sbHolderDisabled .sbToggle {
	z-index:0;	
	cursor:auto;
}
.sbOptions {
    background-color: #dddddd;
	list-style: none;
    margin: 0;
	/* First reset padding*/
	padding:0;
	padding-bottom: 16px;
	padding-top:2px;
	position: absolute;
	/*width:263px;*/
	width:100%;
	z-index: 1000;
	left:-1px;
    /*commented out below line*/ 
	/*overflow-y: auto;*/
	font-family:Trebuchet MS,sans-serif;
	color:#333333;
	font-size:11px;
}
.sbOptions li{
	display:block;
	padding:6px 0 5px 16px;
	line-height:normal;
}

.sbOptions li.active{
	background-color:#ffffff;
	border-top:1px solid #ebebeb;
	padding-top:5px;
}
.sbOptions li.active a {
 color:#cd7d3b;
 	   
}
.sbOptions a,.sbOptions a:link, .sbOptions a:visited {
	font-family:Trebuchet MS,sans-serif;	
	display: block;
	outline: none;
	color:#333333;
	text-decoration:none;
}
/*.sbOptions a:link, .sbOptions a:visited{
	color:#333333;
	text-decoration: none;
}*/
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	/*color:#cd7d3b;	*/
}
.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;
}
