@CHARSET "UTF-8";
.sbHolder {
    background-color: #F8F8F8;
    border: 1px solid #E6E6E6;
    box-shadow: 0 2px 2px #EBEBEB inset;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    position: relative;
    width: 110px;
}
.sbSelector{
	display: block;
	height: 25px;
	line-height:25px;
	left: 0;
	line-height: 21px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 110px;
    font-family: inherit
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{color: #000;outline: none;text-decoration: none}
.sbToggle{
	background: url(../images/icons/triangle-dw.png) no-repeat 0 2px;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 19px;
    z-index:1;
}
.sbToggle:hover{}
.sbToggleOpen{background: url(../images/icons/triangle-up.png) no-repeat 0 4px}
.sbToggleOpen:hover{}
.sbHolderDisabled{background-color: #3C3C3C;border: solid 1px #515151}
.sbHolderDisabled .sbHolder{}
.sbHolderDisabled .sbToggle{}
.sbOptions {
    background-color: #f1f1f1;
    border: 1px solid #e6e6e6;
    height: 100px;
    left: -1px;
    list-style: none outside none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 9;
}
.sbOptions li{padding: 0 !important; float: none !important;margin-right: 0 !important}
.sbOptions a{padding: 0 7px;display: block;outline: none; line-height:normal}
.sbOptions a:link, .sbOptions a:visited{color: #000;text-decoration: none}
.sbOptions a:hover{color: #FFF;background:-moz-html-cellhighlight}
.sbOptions li.last a{border-bottom: none}
.sbOptions .sbDisabled{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}