@CHARSET "UTF-8";
.superselect-container,
.superselect-selectionbox {
    width:230px;
    text-align:left;
}
.superselect-title {
    padding:2px 20px 2px 10px;
    background:url(../../../images/arrow_down.png) no-repeat 99% 50%;
    line-height:14px;
    border:1px solid #666;
    color:#666;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    cursor:pointer;
}
.superselect-title.open {
    background-image:url(../../../images/arrow_up.png);
}
.superselect-options{
    width:230px;
    background:#fff;
    border:1px solid #666;
    color:#666;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    cursor:pointer;
}
.superselect-option {
    padding:5px 10px;
    border-bottom: 1px dotted #ccc;
    -moz-border-radius: 3px;
}
.superselect-option:last-child {
    border:none;
}
.superselect-title img,
.superselect-option img {
    vertical-align:bottom;
}
div.superselect-option:hover {
    background-color:#ffc;
}
