﻿table.productlist    
{
}

    table.productlist td table  
    {
        margin-right: 40px
    }
    
    
    table.productlist td    
    {
        text-align: center;
        padding-bottom: 20px;
        vertical-align: top
    }
    
    table.productlist td.prodpic  
    {
        height: 140px;
        width: 140px;
        vertical-align: middle;
        padding-bottom: 0;
        border: 1px solid #ffffff;
        text-align: center
    }
    
        table.productlist td.prodpic:hover  
        {
            border: 1px solid #bbc0c7
        }
        
        table.productlist td.prodpic img   
        {
            
        }
    
    table.productlist h2  
    {
        margin-bottom: 0;
        font-weight: normal;
        color: #666666;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        text-align: center
    }