.list {
    list-style-type: none;
    padding: 0;
}

.list li{
    border-bottom:1px solid gray;

        background: -webkit-linear-gradient(#fff 70%, #eee 100%);
        background: -moz-linear-gradient(#fff 70%, #eee 100%);
        background: -o-linear-gradient(#fff 70%, #eee 100%);
        background: linear-gradient(#fff 70%, #eee 100%);
        
    padding: 10px 0 3px;
}

.sort-by {
    list-style-type: none;
    padding:0px 0px 1px 0;
    font-weight: bold;
    margin:0;
    background-color: #EEEEEE;
}

.sort-by li{
    padding:5px;
    font-size: 8pt;
    font-weight:normal;
    margin-bottom: 0px;
}

.sort{
    cursor:pointer;
}

.asc{
    background-color: #DDDDDD;
    background-image: url(/img/sort_asc.png);
    background-repeat: no-repeat;
    background-position: right;
}

.desc{
    background-color: #DDDDDD;
    background-image: url(/img/sort_desc.png);
    background-repeat: no-repeat;
    background-position: right;
}
