﻿.CartViewGridTD
{
	border-bottom: 1px solid #CCCCCC;
}

.CartViewGrid td
{
  color: Black;
}


.CheckoutValidationExtender
{
	color: #333333;
	font-weight: bold;
}

.CheckoutValidatorHightlight
{
	
}

legend
{
	color: #252525;
}

fieldset
{
  border: 1px solid #252525;
}

.LoginValidatorExtender
{
	color: #333333;
	font-weight: bold;
}

.ResetPasswordValidation
{	
	color: #333333;
	font-weight: bold;
}

.UserAccountValidation
{
	color: #333333;
	font-weight: bold;
}

.SearchGridHeaderRow
{
	 border-bottom: 1px solid #CCCCCC;
}

.SearchGridRow
{
	 border-top: 1px solid #CCCCCC;
}

a.CategoryNameLink
{
	color: #333333;
}

a.CategoryNameLink:hover
{
	color:Green;
}




/****** NEW ********/    
.shopCartImage
{
  border: 0px solid;
}
.shopNameLabel
{
}
.shopPriceLabel
{
}
.shopSaleLabel
{
  color: #fd6000;
  font-weight: bold; 
  font-size: larger;
}
.shopCatBar
{
  font-weight: bold;
  background: url(../../images/catback.gif);
  border: 1px solid #986d3d;
}
.categoryMenu
{     
}


.tblFrmProduct
{
  width: 100%;  
}

.cartSummaryFormView td
{
 color: Black; 
}