﻿/* New Products */
table.NewProducts 
{
    margin-left: 5px;
    width: 500px;
}

table.NewProducts tr.Title td 
{
    background-image: url('../../../Images/NewProductHeaderBackground.gif');
    background-repeat: no-repeat;
    background-position: left center;
    background-color: white;
    color: White;
    font-weight: bold;
    padding-left: 3px;
    height: 20px;
}

table.NewProducts tr.Title a 
{
    color: White;
}

table.NewProducts tr.Description td 
{
    background-image: url('../../../Images/NewProductDescriptionBackground.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: White;
    height: 71px;
    vertical-align: top;
}

table.NewProducts a 
{
    text-decoration: none;
}

table.NewProducts img 
{
    width: 60px;
    height: 60px;
    padding: 1px 3px 3px 3px;
    float: left;
}

