table.listproducts
{
	float: left;
	border:none;
	clear:both;
	margin: 0px;	
}
table.listproducts td.image 
{
	width:100px;
	border:none;
	text-align:center;
	border:none;
	border-bottom:solid;
	border-width:1px;
	border-color:#000000;
}

table.listproducts td.text
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	border-bottom:solid;
	border-width:1px;
	border-color:#000000;
	padding-right:20px;
}

table.listproducts td.price
{
	width:120px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	border-bottom:solid;
	border-width:1px;
	border-color:#000000;
}

table.listproducts td.text a.header_text
{
	font-weight:bold;
}

table.listproducts td.text a
{
	text-decoration:none;
	color:#000000;
}

table.listproducts td.text a:hover
{
	text-decoration:underline;
}

table.listproducts tr.productrow
{
	padding-top:15px;
	
}