.list_dl_selects {
    margin-top: 16px;
    border: 1px solid #ddd;
}

.list_dl_selects dt {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-weight: 800;
    background: #f3f3f3;
}

.list_dl_selects dd {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 120px;
    padding: 0 8px;
}

.list_ul_selects li {
    margin: 3px 0;
}

.list_ul_selects li a {
    display: block;
    padding-left: 14px;
    color: #666;
    overflow: hidden;
    height: 1.75em;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.list_ul_selects li a.on {
    color: red;
    font-weight: 800;
    background: url(/images/ico_redcheck.gif) 0 center no-repeat;
}