
@charset "UTF-8";
.sbHolder {
    background-color: #f1e5d4;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    left: 120px;
    margin-bottom: 10px;
    position: relative;
    width: 370px;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #c8b394;
    outline: medium none;
    text-decoration: none;
}
.sbToggle {
    background: url("../img/select-icons.png") no-repeat scroll 0 -116px rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:hover {
    background: url("../img/select-icons.png") no-repeat scroll 0 -167px rgba(0, 0, 0, 0);
}
.sbToggleOpen {
    background: url("../img/select-icons.png") no-repeat scroll 0 -16px rgba(0, 0, 0, 0);
}
.sbToggleOpen:hover {
    background: url("../img/select-icons.png") no-repeat scroll 0 -66px rgba(0, 0, 0, 0);
}
.sbHolderDisabled {
    background-color: #3c3c3c;
    border: 1px solid #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
    background-color: #f1e5d4;
    border: 1px solid #eedabe;
    left: -1px;
    list-style: none outside none;
    margin: 5px 0 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 300px;
    z-index: 1;
}
.sbOptions li {
    padding: 0 7px;
}
.sbOptions a {
    border-bottom: 1px dotted #515151;
    display: block;
    outline: medium none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
    color: #000;
    text-decoration: none;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    color: #c8b394;
}
.sbOptions li.last a {
    border-bottom: medium none;
}
.sbOptions .sbDisabled {
    border-bottom: 1px dotted #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
    border-bottom: 1px dotted #515151;
    color: #c8b394;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
    padding-left: 17px;
}
