/* Styles for main section of page go here */

/* Promotions */
table.CurrentPromotions a.Regular 
{
    color: Black;
}

table.CurrentPromotions 
{
    width: 100%;
}

table.CurrentPromotions th 
{
    text-align: center;
	height: 32px;
	background-image: url('../../Default/Images/HoverBg.gif');
	background-repeat: repeat-x;
	background-position: center center;
}

table.CurrentPromotions td.PromotionLeft,
table.CurrentPromotions td.PromotionRight
{
    width: 50%;
    vertical-align: top;
    text-align: left;
}

table.CurrentPromotions td.PromotionLeft img
{
    float: left;
    width: 90px;
    height: 90px;
    padding-right: 2px;
}

table.CurrentPromotions td.PromotionRight img 
{
    float: right;
    width: 90px;
    height: 90px;
    padding-left: 2px;
}

/* Hot New Products */
table.HotNewItems th 
{
    text-align: center;
	height: 32px;
	background-image: url('../../Default/Images/HoverBg.gif');
	background-repeat: repeat-x;
	background-position: center center;
}

table.HotNewItems table.HotNewItem {
}

table.HotNewItems table.HotNewItem tr.Header td {
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	height: 32px;
	background-image: url('../../Default/Images/CollapsedBg.gif');
	background-repeat: repeat-x;
	background-position: center center;
}

table.HotNewItems table.HotNewItem tr.Image {
	height: 100px;
}

table.HotNewItems table.HotNewItem tr.Text td {
	vertical-align: top;
}

table.HotNewItems table.HotNewItem tr.Text a 
{
    color: Black;
}

table.HotNewItems table.HotNewItem img 
{
    width: 120px;
    height: 120px;
}

/* Featured Items */
table.FeaturedItems a.Regular 
{
    color: Black;
}

table.FeaturedItems table.Industrial th 
{
    text-align: center;
	height: 32px;
	background-image: url('../../Default/Images/HoverBg.gif');
	background-repeat: repeat-x;
	background-position: center center;
}

table.FeaturedItems table.Beauty th {
    text-align: center;
	height: 32px;
	background-image: url('../../Default/Images/HoverBg.gif');
	background-repeat: repeat-x;
	background-position: center center;
}

table.FeaturedItems img.Image 
{
    width: 90px;
    height: 90px;
    float: right;
}

/* Default / Promos */
table.FeaturedPromotions td.Promotion table.Promotion img 
{
    width: 90px;
    height: 90px;
    float: left;
    padding: 4px 4px 4px 4px;
}

table.FeaturedPromotions ul 
{
}

table.FeaturedPromotions 
{
}

table.FeaturedPromotions td.Promotion 
{
}

table.FeaturedPromotions td.Promotion div.Title 
{
}

table.FeaturedPromotions td.Header 
{
}

table.FeaturedPromotions td.Footer 
{
}

table.FeaturedPromotions td.LeftSide 
{
}

table.FeaturedPromotions td.RightSide 
{
}


