.sbHolder
{
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
}
.sbHolder:focus .sbSelector
{
}
.sbSelector
{
    display: block;
    height: 30px;
    right: 10px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover
{
    font-size:12pt;
    color: #888888;
    outline: none;
    text-decoration: none;
}
.sbToggle
{
    background: url(/img/car-sale/lilDwnarrow.png) no-repeat 0px 0px;
    display: block;
    width:11px;
    height:7px;
    outline: none;
    position: absolute;
    left: 10px;
    top: 12px;
    z-index:999px;
}
.sbToggle:hover
{
    background: url(/img/car-sale/lilDwnarrow.png) 0 0px no-repeat;
}
.sbToggleOpen
{
    background: url(/img/car-sale/lilDwnarrow.png) 0 0px no-repeat;
}
.sbToggleOpen:hover
{
    background: url(/img/car-sale/lilDwnarrow.png) 0 0px no-repeat;
}
.sbHolderDisabled
{
    background-color: #0051a5;
    border: solid 1px #0062C8;
}
.sbHolderDisabled .sbHolder
{
}
.sbHolderDisabled .sbToggle
{
}
.sbOptions
{
    background-color: #fff;
    border: solid 1px #ddd;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 173px;
    z-index: 1;
    overflow-y: auto;
    left:0px;
}
.sbOptions li
{
    padding: 0 7px;
}
.sbOptions a
{
    border-bottom: dotted 1px #0062C8;
    display: block;
    outline: none;
    padding: 5px 0 5px 3px;
    font-size:11pt;
}
.sbOptions a:link, .sbOptions a:visited
{
    color: #888888;
    text-decoration: none;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus
{
    color: #0062C8;
    font-weight:bold;
}
.sbOptions li.last a
{
    border-bottom: none;
}
.sbOptions .sbDisabled
{
    border-bottom: dotted 1px #515151;
    color: #888888;
    display: block;
    padding: 5px 0 5px 3px;
    font-size:11pt;
}
.sbOptions .sbGroup
{
    border-bottom: dotted 1px #515151;
    color: #0062C8;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px 3px;
    font-size:11pt;
}
.sbOptions .sbSub
{
    padding-left: 17px;
}
