.text {
  font-family: Arial;
  font-size: 9pt;
  color: #3e3b3b;
}

.text_red {
  font-family: Arial;
  font-size: 9pt;
  color: #cc0000;
  font-weight: bold;
}

td.products_detailad{
  padding: 5px;

}

td.products_thumb{
  border: 1px solid #0000ff;
  padding: 5px;
  background-color: #FFFFFF ;
}

td.category1{
  border: 1px solid #ff0000;
  padding: 5px;
  background-color: #FF0000;
}

.fontcategory1 {
  font-weight: bold;	
  color : #FFFFFF; 
  text-decoration : none;	
}	

.fontcategory2 {
  font-weight: bold;	
  color : #FFFFFF; 
  text-decoration : none;	
}

td.category2{
	padding-left: 8px;
	background-color: #FFFFFF;
}

td.category2_selected{
	padding-left: 8px;
	background-color: #868688;
}

a.category2:link {
/*	font-family: Tahoma; */
	font-size: 10pt;
	color: #6b6a6a;
	text-decoration: none;
}

a.category2:visited {
/*	font-family: Tahoma; */
	font-size: 10pt;	
	color: #6b6a6a;
	text-decoration: none;
}

a.category2:hover {
/*	font-family: Tahoma; */
	padding-left: 4px;
	font-size: 10pt;	
	color: #000000;
	text-decoration: none;
}

a.category2_selected:link {
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration: none;
}

a.category2_selected:visited {
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration: none;
}

a.category2_selected:hover {
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:link {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: 600;	
	color: #595556;
	text-decoration: none;
}

a.footer:visited {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: 600;	
	color: #595556;
	text-decoration: none;
}

a.footer:hover {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: 600;	
	color: #595556;
	text-decoration: none;
}

tr.cart_header {  
  background-color: #ff0000;
}

tr.cart_line1 {
  background-color: #44A0A1;
}

tr.cart_line2 {
  background-color: #66A033;;
}

.fontcart {
  font-weight: bold;	
  color : #FFFFFF; 
  text-decoration : none;	
}