.dhtmlselect {
    font-size: 11px;
    font-family: Arial, serif;
    height: 22px;
    cursor: pointer;
    width: 90px;
}

.dhtmlselect .left {
    width: 3px;
    height: 22px;
    background-image: url( /templates/info/images/dhtmlselect/left.gif );
    float: left;
}

.dhtmlselect .right {
    width: 3px;
    height: 22px;
    background-image: url( /templates/info/images/dhtmlselect/right.gif );
    float: left;
}

.dhtmlselect .center {
    float: left;
    height: 22px;
    background-image: url( /templates/info/images/dhtmlselect/center.gif );
    background-repeat: repeat-x;
    color: #656565;
    text-align: left;
    width: 84px;
}

.dhtmlselect .center .table {
    height: 22px;
}

.dhtmlselect .center .title {
    vertical-align: bottom;
    padding-left: 4px;
    width: 65px;
}

.dhtmlselect .center .button {
    height: 22px;
    width: 13px;
    background-image: url( /templates/info/images/dhtmlselect/button.gif );
    background-repeat: no-repeat;
}

.dhtmlselect .center .button_click {
    height: 22px;
    width: 13px;
    background-image: url( /templates/info/images/dhtmlselect/button_click.gif );
    background-repeat: no-repeat;
}

.dhtmlselect .options {
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 3px;
    background-color: white;
}

.dhtmlselect .options .option {
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.dhtmlselect .options .option_over {
    background-color: #C5C5C5;
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
}
