


/***************** SHOP STYLES *********************/
.ProductItemRow
{
	padding-left:0px;
	padding-bottom:10px;
}
.ProductAlternatingItemRow
{
	padding-left:0px;
	padding-bottom: 10px;
}

.sectionTitles
{
	font-size: 135%;
	color:Green;
	text-decoration:none;
}
.sectionTitles:hover
{
	color:Lime;
}

.SubCatTitleTable
{
	color: white;
	width:100%;
	font-size:x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px;
	background-image:url(images/subcatbkgd.jpg);
	background-repeat:repeat-x;
}

.productTitle, a.productTitle {
	color: Green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight:bold;
	text-decoration:none;
}

a.productTitle:hover {
	text-decoration:underline;
}

.productImage 
{
	padding: 0px;
	border:0px;
	text-align:left;	
}

a.moreInfoLink 
{
	color:Red;
	text-decoration:none;
}
a.moreInfoLink:hover
{
	color:Red;
	text-decoration:underline;
}

.productDesc 
{
	color:Gray;	
}

.priceOnDetailPage
{
	font-weight:bold;
	color:green;	
}

.IngredientsListTable
{
	width:400px;
  border:4px double #669933;

}
.IngredientsListTitleRow
{
 padding:5px;
 font-weight:bold;
 font-size:100%;
}
.IngredientsListContentRow
{
 padding:5px;
}
.producttable {
	border: 1px dashed #CCCCCC;
	background-image:url(images/producttablebkgd.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;
	padding:10px;
}
.strikeout {
	color: #666666;
	text-decoration: line-through;
}
.specialprice {
	color: #FF0000;
}

.breadcrumbs,a.breadcrumbs,a.breadcrumbs:link,a.breadcrumbs:visited,a.breadcrumbs:active,.breadcrumbs a:visited,.breadcrumbs a:link, {
text-align:right;
	font-size: 10px; 
	text-decoration: none;
	color:red;
}
a.breadcrumbs:hover,.breadcrumbs a:hover {
	text-align:right;
	font-size: 10px;
	text-decoration: underline
}
/***************** END SHOP STYLES *********************/

