@CHARSET "UTF-8";
.sbHolder{
	background-color: #FFFFFF;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    margin:0 0 5px 0px;
    position: relative;
    width: 225px;
	
}



.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
    font-size: 11px;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: 4px;
    top: 0;
    width: 195px;
	color:#666 !important
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#666 !important
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #fff;
	
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	border: 1px solid #EEEEEE;
	background-color: #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}

.sbOptions ul{
	margin:0 0 0 5px !important; 
	
}

ul.sbOptions{
	 z-index: 10000 !important; display: inline-block; 
	
}


.sbOptions li{
	padding: 0 7px;
	color:#666 !important;
}
.sbOptions a{
	border-bottom: dotted 1px #ccc;
	display: block;
	outline: none;
	padding: 0 0 0 3px;
	color:#666 !important
}
.sbOptions a:link, .sbOptions a:visited{
	color:#666 !important;
	text-decoration: none;
	font-size:11px
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #666;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #ccc;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #ccc;
	color: #666;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

