@CHARSET "UTF-8";
.sbHolder{
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    position: relative;
    width: 165px;
}

.sbHolder:focus .sbSelector{
	
}

.sbSelector{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ccc;
    color: #6d6c67;
    display: block;
    height: 24px;
    left: 0;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 5px;
    top: 0;
    width: 140px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    outline: none;
    text-decoration: none;
}

.sbToggle{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url(../image/select-icons.png) 6px -32px no-repeat;
    border: 1px solid #ccc;
    display: block;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}

.sbToggleOpen{
    background: url(../image/select-icons.png) 6px 6px no-repeat;
}

.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder{
	
}

.sbHolderDisabled .sbToggle{
	
}

.sbOptions{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #f8f8f8;
    border: solid 1px #ccc;
    list-style: none;
    margin: 0;
    margin-top: 1px;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 165px;
    z-index: 1;
    overflow-y: auto;
    min-height: 150px;
    max-height: 300px !important;
}

.sbOptions li{
    padding: 0 7px;
}
.sbOptions a{
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #6d6c67;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #000;
}
.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;
}