﻿/* Front Page Promos */
table.FrontPagePromos table.Promotion
{
    width: 544px;
    padding: 2px 2px 2px 2px;
    background-color:White;
}

table.Promotion td.Image 
{
    width: 90px;
    height: 90px;
}

table.Promotion td.Image img 
{
    width: 90px;
    height: 90px;
}

table.Promotion td.Name
{
    height: 32px;
    font-weight: bold;
    color: White;
    vertical-align: top;
}

table.Promotion a 
{
    color: black;
    text-decoration: none;
}

table.Promotion td.Description
{
    height: 56px;
}

table.Promotion td 
{
    vertical-align: top;
    text-align: left;
}

th.FrontPageHeader 
{
    background-color: #FFCC00;
    color: White;
    text-align: center;
}
