/* product detail tabs */
.productTab {
    padding: 5px;
    margin: 0 5px 0px 0;
    background-color: #00599c;
    border: 1px solid black;
    color: white;
    display:block;
    float: left;
    vertical-align: middle;
    font-family: Arial, Verdana, tahoma, sans-serif;
    cursor: pointer;
}

.productTabSelected {
    padding: 5px;
    margin: 0 5px 0px 0;
    border: 1px solid black;
    color: white;
    display:block;
    float: left;
    vertical-align: middle;
    font-family: Arial, Verdana, tahoma, sans-serif;
    cursor: pointer;
    background-color: #003b69;
    border-bottom-color: #003b69;
}

.productTab:hover {
    background-color: #0269b6; 
}

.productTabSelected:hover {
    background-color: #003b69;
}

.productTabContent {
    border-top: 3px solid #003b69;
    padding-top: 5px;
    /*border-bottom: 1px solid #c8ccce;
    padding-bottom: 30px;
    margin-bottom: 5px;*/
}

.productTabContent {
    display: none;
}

#productTabsContainer {
  margin-top: 25px;
}

#productTabsHeadings {
    margin: 0;
    padding: 0;
    overflow:hidden;
}

#initialProductTab {
    background-color: #003b69;
    border-bottom-color: #003b69;
}

.detailRelatedProduct {
    background-color: green;
}

/* cart related items */
#cartRelatedItemsContainer {

}

.relatedItemContainer {
  width: 200px;
  padding-bottom: 15px;
}

#cartRelatedItems tr, #cartRelatedItems td {
    padding: 0px;
}

.cartRelatedAvailability {
  height: 10px;
  overflow: hidden;
  display: inline;
}

.divProdQty {
    float: left;
    width: 375px;
}

/* product category banners */
div#productCategory {
  width: 760px;
  position: relative;
  background: #fff url() no-repeat;
}

div#productCategory[class=materialhandlingstoragepackaging] { background-image: url(../../common/images/headers/categories/mathand_banner_02.jpg); height: 102px; }
div#productCategory[class=safety] { background-image: url(../../common/images/headers/categories/safety_banner_02.jpg); height: 102px; }
div#productCategory[class=fasteners] { background-image: url(../../common/images/headers/categories/fasteners_banner_02.jpg); height: 102px; }
div#productCategory[class=fleetautomotive] { background-image: url(../../common/images/headers/categories/fleetauto_banner_02.jpg); height: 102px; }
div#productCategory[class=toolsequipment] { background-image: url(../../common/images/headers/categories/toolsequip_banner_02.jpg); height: 102px; }
div#productCategory[class=hvac] { background-image: url(../../common/images/headers/categories/plumhvacpumps_banner.jpg); height: 102px; }
div#productCategory[class=electrical] { background-image: url(../../common/images/headers/categories/electrical_banner_02.jpg); height: 102px; }
div#productCategory[class=chemicalspaints] { background-image: url(../../common/images/headers/categories/chempaint_banner_02.jpg); height: 102px; }
div#productCategory[class=janitorial] { background-image: url(../../common/images/headers/categories/janitorial_banner_02.jpg); height: 102px; }
div#productCategory[class=hydraulicspneumaticsplumbing] { background-image: url(../../common/images/headers/categories/hydpnepowtrans_banner_02.jpg); height: 102px; }
div#productCategory[class=welding] { background-image: url(../../common/images/headers/categories/welding_banner_02.jpg); height: 102px; }
div#productCategory[class=abrasives] { background-image: url(../../common/images/headers/categories/abrasives_banner_02.jpg); height: 102px; }
div#productCategory[class=cuttingtoolsmetalworking] { background-image: url(../../common/images/headers/categories/metwork_banner_02.jpg); height: 102px; }
div#productCategory[class=precisiontools] { background-image: url(../../common/images/headers/categories/metwork_banner_02.jpg); height: 102px; }
div#productCategory[class=metalsalloysmaterialsfabrication] { background-image: url(../../common/images/headers/categories/rawmatmach_banner.jpg); height: 102px; }

div#toolbar-container {
  float: left;
  background: #003b69 url(../../common/images/backs/iconbar_container.gif) no-repeat top right;
  padding: 3px 9px 5px 3px;
}

a.category-toolbar {
  display: block;
  float: left;
  background: url(../../common/images/buttons/category-toolbar.gif) no-repeat;
  width: 30px;
  height: 26px;
  margin-right: -4px;
}

a#materialhandlingstoragepackaging { background-position: 0px 0px; }
a#safety { background-position: -30px 0px; }
a#fasteners { background-position: -60px 0px; }
a#fleetautomotive { background-position: -90px 0px; }
a#toolsequipment { background-position: -120px 0px; }
a#hvac { background-position: -150px 0px; }
a#electrical { background-position: -180px 0px; }
a#chemicalspaints { background-position: -210px 0px; }
a#janitorial { background-position: -240px 0px; }
a#hydraulicspneumaticsplumbing { background-position: -270px 0px; }
a#welding { background-position: -300px 0px; }
a#abrasives { background-position: -330px 0px; }
a#cuttingtoolsmetalworking { background-position: -360px 0px; }
a#metalsalloysmaterialsfabrication { background-position: -390px 0px; }

a#materialhandlingstoragepackaging:hover { background-position: 0px -26px; }
a#safety:hover { background-position: -30px -26px; }
a#fasteners:hover { background-position: -60px -26px; }
a#fleetautomotive:hover { background-position: -90px -26px; }
a#toolsequipment:hover { background-position: -120px -26px; }
a#hvac:hover { background-position: -150px -26px; }
a#electrical:hover { background-position: -180px -26px; }
a#chemicalspaints:hover { background-position: -210px -26px; }
a#janitorial:hover { background-position: -240px -26px; }
a#hydraulicspneumaticsplumbing:hover { background-position: -270px -26px; }
a#welding:hover { background-position: -300px -26px; }
a#abrasives:hover { background-position: -330px -26px; }
a#cuttingtoolsmetalworking:hover { background-position: -360px -26px; }
a#metalsalloysmaterialsfabrication:hover { background-position: -390px -26px; }

.notavailable {
  margin: 20px 45px;
}

#divPrice {
    min-height: 150px;
    margin-left: 165px;
    margin-bottom: 15px;
}

#divProductImage {
    float: left;
    padding: 5px;
    margin-bottom: 0px;
    margin-right: 25px;
}

.divRelatedItem {
    margin:5px;
    padding: 5px;
    border: 1px solid #c8ccce;
}

#addCartErrors {	
    display: none;
    clear: both;
}

.availabilityAsterisk {
}

.divProductImage {
 float: left; 
}

.relatedItemsAdd {
    background: url(../../common/images/icons/ico-cart.gif) no-repeat;
    background-position: left center;
    text-indent: 18px;
    line-height: 1.25em;
    padding: 0;
}

#right_details {
    position: relative;
    overflow: hidden;
}

/* Product details Notes */
table.details ul {
    margin-top: 5px;
}

table.details li {
   margin: 0;
   padding-left: 15px;
   list-style-position: outside;
   clear: left;
}

table.details h4 {
    font-weight: normal;
}

/* not found */
h2#notFoundTerm {
    margin-bottom: 10px;
    margin-top: 5px;
}

#notFoundNote {
    margin-top: 5px;
}

.priceDetails {
  border: 1px solid #c8ccce;
  position: absolute;
  padding: 5px;
  background: #ffffff;
  text-align: left;
  width: 400px;
}

.category {
  float: left;
  margin: 0px 10px 10px 0px;
  width: 68px;
  height: 68px;
  display: block;
  text-align: center;
}