@charset "UTF-8";
.sbHolder {
    width:                      350px;
    font-family:                PT Sans;
    font-weight:                normal;
    height:                     30px;
    position:                   relative;
    top:                        5px;
    font-size:                  21px;
    color:                      rgb(0, 0, 0);
    background-color:           transparent;
    border:                     1px solid transparent;
    outline:                    medium none;
}
.sbSelector {
    display:                    block;
    height:                     30px;
    left:                       0px;
    line-height:                30px;
    outline:                    medium none;
    overflow:                   hidden;
    text-indent:                10px;
    top:                        0px;
    padding-left:               0px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    outline:                    medium none;
    text-decoration:            none;
    color:                      rgb(0, 0, 0);
}
.sbToggle {
    height:                     30px;
    outline:                    medium none;
    position:                   absolute;
    top:                        0px;
    width:                      30px;
    display:                    block;
    background:                 url("../img/arrow.png") no-repeat scroll center center transparent;
    right:                      -11px;
}
.sbToggle:hover {
    opacity:                    0.5;
    -ms-filter:                 "alpha(opacity=50)";
    filter:                     alpha(opacity=50);
    zoom:                       1;
}
.sbToggleOpen {
    background:                 url("../img/arrow.png") no-repeat scroll center center transparent;
}
.sbToggleOpen:hover {
    opacity:                    0.5;
    -ms-filter:                 "alpha(opacity=50)";
    filter:                     alpha(opacity=50);
    zoom:                       1;
}
.sbHolderDisabled {
    background-color:           rgb(60, 60, 60);
    border:                     1px solid rgb(81, 81, 81);
}
.sbOptions {
    list-style:                 none outside none;
    left:                       -1px;
    margin:                     0px;
    position:                   absolute;
    top:                        30px;
    z-index:                    1;
    overflow-y:                 auto;
    width:                      362px;
    border:                     1px solid rgb(255, 255, 255);
    background:                 url("../img/dropdownb.png") repeat-x scroll 0px bottom rgb(255, 255, 255);
    padding:                    0px 0px 5px;
}
.sbOptions a {
    display:                    block;
    outline:                    medium none;
    padding:                    10px 30px;
    font-weight:                bold;
}
.sbOptions a:link, .sbOptions a:visited {
    text-decoration:            none;
    color:                      rgb(0, 0, 0);
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    background-color:           rgb(240, 239, 238);
    color:                      rgb(0, 0, 0);
}
.sbOptions li.last a {
    border-bottom:              medium none;
}
.sbOptions .sbDisabled {
    border-bottom:              1px dotted rgb(81, 81, 81);
    color:                      rgb(153, 153, 153);
    display:                    block;
    padding:                    7px 0px 7px 3px;
}
.sbOptions .sbGroup {
    border-bottom:              1px dotted rgb(81, 81, 81);
    color:                      rgb(235, 181, 45);
    display:                    block;
    font-weight:                bold;
    padding:                    7px 0px 7px 3px;
}
.sbOptions .sbSub {
    padding-left:               17px;
}
