﻿
div#catTitle
{
    font-size: 11pt; 
    font-weight: bold;
    color: WhiteSmoke !important;
    background: #990000 url(../images/catHdrBg.gif) top left repeat-x;
    line-height: 30px;
    border: outset 1px #330000;
    padding: 0px 5px 0px 5px;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}
div#catTitle a
{
    color: WhiteSmoke !important;
}
.catSubCat, .catSubCatHot
{
    width: 150px !important;
    height: 30px !important;
    line-height: 30px !important;
    border: solid 1px #565F64;
    background: #347297 url(../images/subCatBg.gif) top left repeat-x;
    color: Black !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0px 5px 0px 5px;
    margin: 0px 8px 10px 8px;
    text-decoration: none;
}
.catSubCatHot
{
    border: solid 1px White;
    background: WhiteSmoke url(../images/subCatBgHot.gif) top left repeat-x;
}
.catSubCat a, .catSubCatHot a
{
    color: Black;
    text-decoration: none;   
}
td#hdrProd
{
    font-weight: bold;
    font-size: 11pt;
    padding: 5px 2px 5px 2px;
    border-bottom: ridge 1px #165479;
    float: none;
}
.lnkProd
{
    text-decoration: none;
}
.prodBox, .prodBoxHot
{
    text-align: center;
    padding: 4px 4px 5px 4px;
    background-color: #B6D8DE;
    border: solid 1px #9FCEDF;
    border-right: solid 1px #0B2A3C;
    border-bottom: solid 1px #0B2A3C;
    cursor: hand;
}
.prodBoxHot
{
    background-color: #CDEAFA;
}
.prdImage
{
    width: 100px;
    border-top: solid 1px DimGray !important;
    border-left: solid 1px DimGray !important;
    border-right: solid 1px black !important;
    border-bottom: solid 1px black !important;
    margin-bottom: 4px;
}
.prdTitle
{
    font-weight: bold;
    text-decoration: none;
}
.prdSku
{
    color: black;
    font-weight: normal;
    font-style: italic;
    text-decoration: none !important;
}
.prdPrice
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.prdPriceDiscount
{
    color: red;
    font-weight: bold;
    text-decoration: none;
}
.bdgFtrd
{
    position: absolute;
    display: block;
    margin-top: -24px;
    margin-left: 77px;
}