h4.cart_title
{
	font-weight: bolder;
	font-family: arial;
	text-transform: uppercase;
	font-size: 14pt;
	color: #d71a2e;
	text-decoration:none;
}

h3.cart_title
{
  color: #F26521;
  font-family: arial; 
  font-size: 14px;
  font-weight: 700;
  
}
	

span.cart_title
{
  color: #F26521;
  font-family: arial; 
  font-size: 14px;
  font-weight: 700;
  
}

li.cart_category
{
	list-style-type: none; 
	list-style-image: none;
	cursor:pointer;
	vertical-align:bottom; 
}	

a.cart_category
{
	font-weight: bolder;
	font-family: arial;
	text-transform: uppercase;
	font-size: 12pt;
	color: #d71a2e;
	text-decoration:none;
	border: none;
}	

p.cart_category
{
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	text-decoration:none;	
}

span.cart_category
{
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	text-decoration:none;	
}

p.depth_div
{
	font-family: arial;
	font-size: 8pt;
	color: blue;
	text-decoration:none;	
}	


div.product_div
{
	float: left;
	width: 420px;
	margin-top: 10px;
}

div.product_spacer
{
	clear: both;
	width: 100%;
}	

div.product_image
{
	float: left;
	width: 120px;
}

div.product_details
{
	float: left;
	width: 300px;
}

div.category_image
{
	float: left;
	width: 50px;
}
div.category_details
{
	padding: 0;
	padding-left : 10px;
	margin-top: -2px;
	float: left;
	width: 200px;	
}
div.category_image
{
	float: left;
	width: 20px;
}	

div.add_to_cart
{
	float: right;
	vertical-align: middle;
	cursor:pointer;	
	width: 100px;
}

div#add_cart_txt
{
	float: left;
	height: 33px;
	width: 60px;
	margin-top: -20px;
}

div#add_cart_img
{
	float: right;
	height: 33px;	
	width: 35px;
}

img.cartImg
{
	border-width: 0px; 
	border-style: none; 
	border-color: #FFFFFF;
}

span.errText
{
	font-family: arial;
	font-size: 8pt;
	color: red;
	text-decoration:none;	
}	

span.normalText
{
	font-family: arial;
	font-size: 10pt;
	color: #d71a2e;
	text-decoration:none;	
}	


