#products
{
    width: 100%;   
}

#products tr td
{
    border-bottom: 20px solid white;
}

#products .product
{
    width: 239px;
    height: 265px;
    background: url(../image/productbar.png) no-repeat;
    text-align: center;
    position: relative;    
}

    #products .product img
    {        
        margin-top: 7px;        
    }
    
    #products .product .description
    {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px;
        color: white;
        font-size: 19px;
                        
    }
    
    #products .product .price
    {
        position: absolute;
        bottom: 15px;
        left: 15px;
        /*color: rgb(155, 182, 155);*/
        color: rgb(199, 214, 199);
        font-size: 19px;
    }
    
    #products .product .buynow
    {
        position: absolute;
        bottom: 15px;
        left: 130px;        
        font-size: 19px;
    }
    
        #products .product .buynow input
        {
            border: 1px solid rgb(199, 214, 199);                        
        }
    
        #products .product .buynow .buynowCount
        {
            width: 20px;
        }
        
        #products .product .buynow .buynowBtn
        {
            width: 60px;
        }
