﻿.FeaturedProductsContainer
{
    border: solid 1px #cccccc;
    padding:3px;
    width:100%;
    text-align:center;
}
.FeaturedProductsContainer td
{
    vertical-align:top;
}
.FeaturedProductsHeader
{
    background-color:#5A91F8;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
}
.FeaturedProductsRow
{
    background-color:#D5DEE7;
    height:100%;
    padding-top:10px;
    padding-bottom:5px;
}
.FeaturedProductsRowAlt
{
    background-color:#D5DEE7;
    height:100%;
    padding-top:10px;
    padding-bottom:5px;
}
.FeaturedProductName
{
  color: #000000;
  font-weight: bold;
  font-family: Verdana, Helvetica, 'MS Sans Serif';
}
.FeaturedProductRetail
{
  color: #FF0000;
  text-decoration: line-through;
  font-weight: bold;
  font-family: Verdana, Helvetica, 'MS Sans Serif';
}
.FeaturedProductPrice
{
  color: #000000;
  font-weight: bold;
  font-family: Verdana, Helvetica, 'MS Sans Serif';
}
.FeaturedProductThumb
{
    text-align:center;
}
.FeaturedProductThumb img
{
    border: solid 1px #000000;
}
.FeaturedProductThumbAlt img
{
    border: solid 1px #000000;
}
.FeaturedProductInfo
{
    height:auto;
    padding:5px;
}
.FeaturedProductInfoAlt
{
    height:100%;
    padding:5px;
}

