/* Styles for ProductBrowse */

A:LINK.product_link {
	text-decoration: none;
	color: #000; }
	
A:VISITED.product_link {
	text-decoration: none;
	color: #000; }
	
A:HOVER.product_link {
	text-decoration: underline;
	color: #000; }
	
.product_features td {
 	padding: 2px 5px 4px 7px; }
 	
.product_features h1 {
	padding-left: 3px;
	font-size: 12px;
	font-weight: bold; }
	
.product_features p {
	padding-top: 10px;
 	text-align: justify;
	font-size: 10px;
	padding-left: 0px; }
