
/* таблица с фиксированной шапкой, для FF */
div.table_container_fixed_head {
    overflow: auto;
    height: auto;
    margin: 0 auto;
}

div.table_container_fixed_head table thead th {
    background: url("images/ui-bg_glass_70_ede4d4_1x400.png") repeat-x scroll 50% 50% #EDE4D4;
}

div.table_container_fixed_head table thead tr, div.table_container_fixed_head table thead th {
    border-top: solid 1px;
}

table.sortable .sortcol {
    cursor: pointer;
    padding-right: 0 !important;
    background-repeat: repeat !important;
    background-position: center !important;
}


div.table_container_fixed_head table td, div.table_container_fixed_head table th {
    border: 1px solid #CDC3B7;
}

div.table_container_fixed_head table thead tr, div.table_container_fixed_head table thead th {
    border: 1px solid #CDC3B7;
}

div.table_container_fixed_head table th:last-child {
    border-right: 1px solid #CDC3B7;
}

div.table_container_fixed_head table td:last-child {
    border-right: 1px solid #CDC3B7;
}