﻿.ProductWrapper
{
    width:222px;
    height:300px;
    border-right:0px solid #2f3031;
    border-left:0px solid #2f3031;
    border-bottom:0px solid #2f3031;
    margin-bottom:5px;
    margin-right:15px;
    
}
.ProductImage
{
    padding:0px;
    width:222px;
    height:166px;
    margin-bottom:7px;
    border:0px solid #2f3031;
    text-align:center;
    background-color:White;
}
.ProductNameWrapper
{
    width:224px;
    height:38px;
    background:url(layout/images/ProductName.jpg) no-repeat center center;
}
.ProductName
{
    padding:3px;
    font-weight:bold;
    text-align:left;
    font-size:13px;
    height:27px;
}
.ProductDescription
{
    border:0px solid #2f3031;
    padding:5px;
    text-align:left;
    font-size:11px;
    height:45px;
    margin-top:3px;
    margin-bottom:3px;
}
.ProductPriceWrapper
{
    padding:0px;
    text-align:left;
    width:224px;
    height:38px;
    float:left;
    font-size:16px;
    font-weight:bold;
    border:0px solid #2f3031;
    margin-bottom:5px;
    background:url(layout/images/ProductName.jpg) no-repeat center center;
}
.ProductPriceInner
{
    padding:8px;
}
.ProductViewDetails
{
    width:90px;
    text-align:left;
    float:right;
}