table.dataTable {
    color: #666;
}
table.dataTable thead {
    background: #C09769;
    color: #fff;
    font-size: 17px;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 20px 10px 16px;
}
table.dataTable thead th + th {
    border-left: 1px solid #ccc;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: 99% 50%;
}
table.dataTable thead .sorting {
  background-image: url("../images/table/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/table/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/table/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/table/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/table/sort_desc_disabled.png");
}
table.dataTable thead .no-sort {
    background: none;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #EEE;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: transparent;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td,
table.dataTable.no-footer {
    border-color: #C09769;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    box-shadow: none;
    border: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    background-color: #DD3931;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #444;
    line-height: 20px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 14px;
    text-align: center;
}
table.dataTable tbody td a.name {
    text-align: left;
    display: block;
    color: #666;
    min-width: 260px;
    white-space: normal;
}
table.dataTable tbody td a.name:hover {
    text-decoration: underline;
    color: #111;
}
table.dataTable tbody td .price {
    color: #B71313;
}
table.dataTable tbody td .enable {
    color: #BF9768;
}
table.dataTable > tbody > tr.child ul {
    display: block;
    text-align: left;
}
.btn.apply {
    background: #DD3931 url(../images/check.png) no-repeat 8px 50%;
    color: #fff;
    padding: 2px 8px 2px 28px;
    line-height: 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.btn.apply:hover {
    background-color: #333;
}

