﻿
table.Default 
{
    margin-top: 4px;
    width: 100%;
}

table.Default th 
{
    text-align: center;
    
    height: 35px;
    
    background-image: url('../../../Images/PromotionHeader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    
    color: #FCE444;
    
    padding-bottom: 4px;
}

.PromotionsHeader
{
    height: 35px;
    
    background-image: url('../../../Images/DoublePromoHeader.png');
    
    background-position: center center;
    background-repeat: no-repeat;
}



.Promotions
{
    text-align: center;
    color: #FCE444;    
    font-weight:bold;
    padding-bottom: 4px;
    
    width:50%;
}

/* Featured Promotions */
td.FeaturedPromotion img
{
    width: 90px;
    height: 90px;
    float: left;
    padding: 2px 4px 2px 2px;
}

td.FeaturedPromotion div.Title 
{
    font-weight: bold;
}

/* New Products */
table.NewProduct 
{
    height: 250px;
    width: 250px;
}

table.NewProduct td
{
    padding: 35px 15px 5px 15px;
    vertical-align: top;
    text-align: center;
}

table.NewProduct img 
{
    width: 120px;
    height: 120px;
    padding: 2px 2px 2px 2px;
}

table.NewProduct div.Name 
{
    font-weight: bold;
}


/* Featured Products */
td.FeaturedProductLeft 
{
    text-align: left;
    width: 50%;
}

td.FeaturedProductLeft img 
{
    float: left;
    width: 90px;
    height: 90px;
    padding: 2px 2px 2px 2px;
}

td.FeaturedProductLeft div.Name 
{
    font-weight: bold;
}

td.FeaturedProductRight 
{
    text-align: left;
    width: 50%;
}

td.FeaturedProductRight img 
{
    float: left;   
    width: 90px;
    height: 90px;
    padding: 2px 2px 2px 2px;
}

td.FeaturedProductRight div.Name 
{
    font-weight: bold;
}

