﻿.productCategoryCont
{
    background-color:#fff;
    
}
.productCategoryEntry
{
    background:url(/web/design/images/product-tile-bg.gif) no-repeat;
    width:162px;
    height:162px;
}
.productCategoryEntry img
{
    margin:5px 0 0 5px;
}
.productCategoryWrapper
{
    width:167px;
    float:left;
    background-color:#fff;
    margin-bottom:10px;
}
.productCategoryTitle a,
.productCategoryTitle a:visited
{
    color:#000;
    text-decoration:none;
}
.productCategoryTitle,
.prodPurchaseCont
{
    margin:5px;
}
.contentBody
{
    margin:0;
    clear:both;
    background:#fff;
}
.buttonBuyNow
{
    background:url(/web/design/images/button-buy-now.gif) no-repeat;
    width:100px;
    height:20px;
    float:left;
}
.buttonBuyNow a,
.buttonBuyNow a:visited
{
    color:#fff;
    text-decoration:none;
    margin-left:22px;
    line-height:18px;
    font-size:12px;
}
.catProdPrice
{
    margin-bottom:5px;
}
.prodQty
{
    float:left;
    clear:both;
    width:200px;
    height:27px;
}
.prodQty input
{
    width:30px;
}