﻿#categoryContent
{
	width:165px;
}
#productContent
{
	border:none ;
	color:White;
	background-color:White;
}
.menuHeader
{
	background-image: url(_Images/left01.gif);
	background-repeat: no-repeat;
    color: white; text-align: center; height: 26px;
}
.menuFooter
{
	background-image: url("_images/left_bot02.gif");
	width:165px;
	height:18px;
}

.PriceDisplay
{
	color:Green;
	font-weight:bold;
	font-size:small;
}
.ProductNameDisplay
{
	color:Red;
	font-weight:bold;font-size:small;
}
.CategoryDisplay
{	
	font-weight:bold;
	font-size:medium;
	font:Arial;
}

.AlternatingStyle1
{
	background-color:White;
	color:Black;
	
}
.AlternatingStyle2
{
	background-color:White;
	color:Black;
	
}

a.CategoryButton:link 
{color:White;font-weight:bold;
}

a.CategoryButton:active 
{color:Blue;font-weight:bold;

}
a.CategoryButton:hover {
      color:Red;
 }
 
 .CategoryTitleDisplay
 {
 	color:White;
 }
.ShoppingCart
{
	background-color:#960405;
}

.ShowDetails
{
	color:Black;
}