﻿#DataTable {
    display: none;
}

.DataTable td {
    background-color: #f8f8f8;
    padding-left: 10px;
    padding-right: 10px;
}

.DataTable thead {
    background-color: #f2f2f2;
}

.DataTable th {
    text-transform: uppercase;
    padding-bottom: 15px;
    border-right: 0px solid white;
    padding-top: 15px;
    font-size: 13px;
    color: #646464;
}

.DataTable tr td {
    padding-bottom: 1px;
    vertical-align: middle;
    padding-top: 1px;
    border-bottom: 1px solid #c5c5c5;
}

.DataTable tr .Right {
    text-align: right;
}

.DataTable tr th.Uom {
    padding-left: 20px;
}

.DataTable tr td.Center {
    text-align: center;
}

.DataTable .Description2 {
    line-height: 12px;
    font-size: 12px;
    color: gray;
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #c5c5c5;
    text-align: left;
    padding: 16px 15px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 1px 15px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #c5c5c5;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background: none;
}

table.dataTable tbody td.AddToCartCell {
    padding-right: 2px;
    padding-left: 0px;
    text-align: right;
}

.ItemImageThumbnail {
    max-height: 22px;
    cursor: pointer;
}

#DivItemImageThumbnail {
    background-color: White;
    position: absolute;
    border: 1px solid black;
    z-index: 1;
}

#DataTable_processing {
    top: 50px;
    left: auto;
    height: auto;
    margin: auto;
    padding: inherit;
    height: 100%;
    vertical-align: middle;
}

    #DataTable_processing img {
        padding: 10px;
    }

.DataTable .Price {
    display: block;
}

    .DataTable .Price.Small {
        font-size: 11px;
    }

    .DataTable .Price.Offer {
        font-weight: bold;
        text-align: right;
        color: #71b91b;
    }

    .TipsyTooltip {
        display: inline;
        cursor: default;
    }

@media screen and (max-width: 560px) {
    #DataTable .Picture {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    #DataTable .No {
        display: none;
    }
}
