@CHARSET "UTF-8";
.sbHolder {
    background-color: white;
    /*background-color: #a7a7a7;*/
    /*border: solid 1px #515151;*/
    border: 1px #959595 solid;
    /*font-family: Arial, sans-serif;*/
    /*font-size: 12px;*/
    font-size: 13px;
    font-weight: normal;
    height: 31px;
    /*height: 30px;*/
    position: relative;
    margin: 1px;
    /*width: 200px;*/
    width: 100%;
    /*CHR*/
    outline-color: #711130;
}

.sbHolder:focus .sbSelector {

}

/* CHR */
.sbRenderer {
    padding-left: 10px;
    color: #898989;
    /*color: #282828;*/
    display: block;
    height: 29px;
    left: 0;
    line-height: 29px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 0px;
    text-align: left;
    top: 0;
    width: 0px;
}

.sbRenderer.Filled {
    width: 100%;
    /*width: 80px;*/
}

.sbRenderer.Filled + .sbSelector {
    left: auto;
    right: 0;
    width: 0;
    /*width: 40%;*/
}

.sbSelector {
    background-color: white;
    /*background-color: #a7a7a7;*/
    display: block;
    height: 29px;
    left: 0;
    line-height: 29px;
    /*line-height: 30px;*/
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 8px;
    text-align: left;
    top: 0;
    width: 100%;
    /*width: 170px;*/
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #535353;
    /*color: #EBB52D;*/
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: url(../img/select-icons.png) 0 -123px no-repeat;
    /*background: url(../img/select-icons.png) 0 -116px no-repeat;*/
    background-position-x: center;
    display: block;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;

    height: 29px;
    width: 29px;

    /* CHR */
    transition: none;
    border-left: 1px solid #959595;
}

.sbToggle:hover {
    background: url(../img/select-icons.png) center -174px no-repeat;
    opacity: 1;
}

.sbToggleOpen {
    background: url(../img/select-icons.png) center -23px no-repeat;
    background-color: #ccc;
    opacity: 1;
}

.sbToggleOpen:hover {
    background: url(../img/select-icons.png) center -73px no-repeat;
    background-color: #ccc;
    opacity: 1;
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {

}

.sbHolderDisabled .sbToggle {

}

.sbOptions {
    background-color: white;
    /*background-color: #212121;*/
    border: solid 1px #515151;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    /*width: 200px;*/
    z-index: 2;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 0 0 0 3px;
    /*padding: 7px 0 7px 3px;*/
}

.sbOptions a:link, .sbOptions a:visited {
    color: #535353;
    /*color: #ddd;*/
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #282828;
    /*color: #EBB52D;*/
}

.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;
}