#filters {
    width: 225px;
    height: auto;
    position: absolute;
    top: 130px;
    right: 5px;
    overflow: hidden;
}

#filtersDiv {
    width: 223px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #cfcfcf;
    border-left: 1px solid #59595b;
    border-right: 1px solid #59595b;
    border-bottom: 1px solid #59595b;
    border-top: 3px solid #59595b;
    clear: both;
}

#filtersTabDiv {
    font-family: arial,sans-serif;
    height: 25px;
}

#filtersTabDiv div.tab {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial,sans;
}

.tabselected {
    border-top: 1px solid #59595b;
    border-left: 1px solid #59595b;
    border-right: 1px solid #59595b;
    background-color: #59595b;
    color: #ffffff;
}

.tabunselected {
    border-top: 1px solid #d5d3d3;
    border-left: 1px solid #d5d3d3;
    border-right: 1px solid #d5d3d3;
    background-color: #d5d3d3;
    color: #59595b;
}

.tabunselected:hover {
    background-color: #78787b;
    color: #ffffff;
}
