/*Tree view - shopping cart */
.ProductTree
{ 	
  /*background-color:#eee3ff;*/
  background-color:#dddddf;
  background-repeat:repeat-x; 
  background-image:url(../img/bg.jpg);
  padding-top:4px; 
  padding-left:1px;  
  cursor:default;  
  border-left: #C6C3C6 0px solid; 
  border-right: #C6C3C6 0px solid; 
  
}
.ProductTree1 
{ 	  
  background-repeat:repeat-x;
  width:170px;
  background-image:url(../img/bg.jpg);
  padding-top:4px; 
  padding-left:0px;
  cursor:default;  
  border-left: #C6C3C6 1px solid; 
  border-right: #C6C3C6 1px solid;  
  font-size:12px;   
}
.VioletTreeNode
{
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 5px; 
  padding-right: 3px; 
  /*color:#63008C;*/
  color:Black;
  cursor:default;	
  font-weight:bold;
}
/* other styles - shopping*/
.products
{
	/*background-color:#eee3ff;*/
	background-color:#dddddf;
	background-repeat:repeat-x;    
	background-image:url(../img/bg.jpg);
	padding-top:4px; 
	padding-left:0px; 
	/*border: #7C7C94 1px solid; */
	cursor:default;	 
	border-left: #C6C3C6 1px solid; 
	border-right: #C6C3C6 1px solid; 
	
}
.productlink
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	letter-spacing: 0.7px;
	text-decoration: underline;
	cursor:hand;
}
/* shopping - grid style */
.ShoppingGrid
{ 
 
 /*background-color:#eee3ff;*/
 background-color:#dddddf;
 background-repeat:repeat-x;    
 background-image:url(../img/bg.jpg);
 cursor: pointer;
}


.ShoppingGridFooter
{
  color: Black;
  font-weight: bold;
}
.ShoppingPagerText
{ 
  font-family: Tahoma, Verdana, Arial, Sans-Serif; 
  font-size: 11px; 
}
.ShoppingGridSearch
{
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: Bold;
  text-decoration: none;
  letter-spacing: 0.7px;
  height: 18px;  
  padding: 2px 2px 4px 0px;
  margin: 10px 0px 0px 0px;
  
}
.ShoppingGridHeaderText
{
  color:Gray;
  font-family:Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 11px; 
  font-weight: bold; 
}
.ShoppingHeadingCell 
{  
  
  
  padding-left:10px;
  padding-top: 2px; 
  padding-bottom: 2px; 
  
}

.ShoppingHeadingCellText
{
 color:Gray; 
  font-family:Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 11px; 
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
}

.ShoppingRow 
{ 
  
  cursor: default;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	/*color: #63008C;*/
	color:Black;
	text-decoration: none;
	letter-spacing: 0.7px;		
	height:20px;
 
}



.ShoppingAlternatingRow 
{ 
  cursor: default; 
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	/*color: #63008C;*/
	color:Black;
	text-decoration: none;
	letter-spacing: 0.7px;	
	height:20px;
}





.ShoppingGridFooterText
{
  color: #000000;  
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 11px;
}
.ShoppingQtyBox
{
	  
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #221E1F;
	border:1pt solid #9D9D9D;	
	width:40px;
  
}
.txtBoxSearch
{
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.7px;
  height: 20px;
  width: 240px;
}
.cart
{
	/*background-color:#eee3ff;*/
	background-color:#dddddf;
	background-repeat:repeat-x;    
	background-image:url(../img/cart_bg.jpg);
	padding-top:4px; 
	padding-left:0px; 
	/*border: #7C7C94 1px solid; */
	cursor:default;	 
	border-left: #C6C3C6 1px solid; 
	border-right: #C6C3C6 1px solid; 
	
}
.TitleBold
{
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.7px;
  padding-left:5px;
  
}


