﻿#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;
        border-bottom: 1px solid #c5c5c5;
        padding-top: 1px;
    }
#DataTable tr .Right {
    text-align: right;
}
#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 tbody th, table#DataTable tbody td {
    padding: 1px 10px;
}
table#DataTable thead th, table#DataTable thead td {
    border-bottom: 1px solid #c5c5c5;
    text-align: left;
    font-size: 10px;
    padding: 16px 10px;
}
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: inline-block;
}
#DataTable .Price.Small {
    font-size: 11px;
}
#DataTable .Price.Offer {
    font-weight: bold;
    color: #b70718;
}
#DataTable div.InventoryColorIndicator {
    text-align: center;
    height: auto;
}
#DataTable .InventoryColorIndicator > div.Dot,
.ItemDetails .InventoryColorIndicator > div.Dot,
.ShopCategoryItemPictureList .InventoryColorIndicator > div.Dot {
    vertical-align: middle;
    margin-bottom: 3px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    height: 9px;
    width: 9px;
}
#DataTable .Inventory {
    vertical-align: middle;
    /* display: none; */
    padding: 0px;
}
