﻿
div#CategoryTop
{
	background-image: url(_Images/MenuCategories_Top.png);
	background-repeat: no-repeat;background-position: bottom; 
	width:217px;height:71px;
	border:none;
    
}
div#CategoryMid
{
	background-image: url(_Images/MenuCategories_Mid.png);
	background-repeat:repeat-y;background-position: center; 
	width:217px;   
	border:none;
}
#CategoryMidTable
{
	border:none;
	width:200px;
	
	
}
div#CategoryBot
{
	background-image: url(_Images/MenuCategories_Bot.png);
	background-repeat: no-repeat;background-position:top; 
	width:217px;height:45px;
	border:none;
    
}



#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;
}



.AlternatingStyle1
{
	background-color:White;
	color:Black;
	
}
.AlternatingStyle2
{
	background-color:White;
	color:Black;
	
}

a.CategoryButton:link 
{color:black;font-weight:bold;
}

a.CategoryButton:active 
{color:Blue;font-weight:bold;

}
a.CategoryButton:hover {
      color:White;
 }
 
 .CategoryTitleDisplay
 {
 	color:White;
 }
.ShoppingCart
{
	background-color:#347C17;
}

.ShowDetails
{
	color:Black;
}