.sbHolder {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    -moz-box-shadow: inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    box-shadow: inset 0 0 10px #ddd;
    color: #666666;
    float: none;
    height: 35px;
    margin-right: 16px;
    margin-top: 0;
    position: relative;
    width: 200px;
    border-bottom: 1px solid #eee;
    z-index: 3;
    display: inline-block;
    top: 13px;
    left: 0px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
#sbOptions_1 {
    height: auto !important;
}
.sbHolder.hover {
    background-color: #f9f9f9;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
    display: block;
    height: 35px;
    line-height: 35px;
    outline: medium none;
    overflow: hidden;
    text-align: left;
    text-indent: 10px;
    width: 170px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #666666;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url(../img/select-icons.png) 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:hover{
    background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
    background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
    background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{	
    height: 160px !important;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -khtml-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    background-color: #fff;
    -moz-box-shadow:    inset 0 0 10px #ddd;
    -webkit-box-shadow:  inset 0 0 10px #ddd;
    box-shadow:         inset 0 0 10px #ddd;
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 33px !important;
    width: 200px;
    z-index: 1;
    overflow-y: auto;
    border-bottom: 1px solid #eee;
}
.sbOptions li{
    padding: 0 7px;
}
.sbOptions a{
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sbOptions a:hover{
    padding-left: 10px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #666666;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #b10014;
}
.sbSelector.sbFocus{
    color: #b9b9b9;
}
.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;
}