@CHARSET "UTF-8";

.sbSelector, .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	display: block;
	width:90%;
	height:74%;
	left: 16px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 5px;
	color:#666666;
	font-weight:bold;
}
/*.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color:#666666;
	outline: none;
	text-decoration: none;
}*/
.sbToggle {
	/*background: url(../img/select-icons.png) 0 -116px no-repeat;*/
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover {
	/*background: url(../img/select-icons.png) 0 -167px no-repeat;*/
}
.sbToggleOpen { 
	/*background: url(../img/select-icons.png) 0 -16px no-repeat;*/
}
.sbToggleOpen:hover {
/*	background: url(../img/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
	
}
.sbHolderDisabled .sbToggle {
	
}
.sbOptions {
    background-color: #dddddd;
	list-style: none;
    margin: 0;
	padding-bottom: 16px;
	padding-top:2px;
	position: absolute;
	top: 25px;
	width:100%;
	z-index: 1;
	overflow-y: auto;
	font-family:Trebuchet MS,sans-serif;
	color:#333333;
	font-size:11px;
}
.sbOptions li{
	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;
}
/*.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;
}