.ffs-ss {
    background: #fff;
    border-bottom: 2px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    font-size: 92%;
}
.ffs-ss thead th {
    background: none;
    border: 1px solid #ccc;
    border-width: 1px 0;
    white-space: nowrap;
}
.ffs-ss tbody tr {
    margin: 3px 0;
}
.ffs-ss tbody tr:nth-child(odd) {
    background: #eee;
}
.ffs-ss tbody td {
    border: none;
}
.ffs-ss th {
    font-weight: bold;
}
.ffs-ss th, .ffs-ss td {
    padding: 3px 5px;
}
.ffs-ss th.sorting_asc { 
    background: #ddd url(../images/sorting/asc.gif) no-repeat center right; 
    padding-right: 17px;
    cursor: pointer;
    cursor: hand;
}

.ffs-ss th.sorting_desc { 
    background: #ddd url(../images/sorting/desc.gif) no-repeat center right; 
    padding-right: 17px;
    cursor: pointer;
    cursor: hand;
}