/* Styles for main section of page go here */

/* Promotion Rotator */
table.PromotionRotator table.Header td.Header 
{
    height: 31px;
    font-weight: bold;
    color: white;
    padding-left: 20px;
    background-image: url('../../../Images/PromotionsFolderTabBlue.gif');
    background-position: left top;
    background-repeat: no-repeat;
}

table.PromotionRotator table.Header td.Next {
	text-align: right;
}

table.PromotionRotator td.Promotions {
	border-top: 1px solid #7086FF;
	border-bottom: 1px solid #7086FF;
}

table.PromotionRotator td.Promotions img {
	padding-right: 3px;
    width: 90px;
    height: 90px;
}

/* Featured Products */
table.FeaturedProducts td img 
{
    width: 160;
    height: 160;
}

table.FeaturedProducts td span.Header
{
    font-weight: bold;
}

/* Default / Promos */
table.FeaturedPromotions td.Promotion table.Promotion img 
{
    width: 90px;
    height: 90px;
    float: left;
    padding: 4px 4px 4px 4px;
}

