#product_list { width: 100%; }
#product_list td {
	padding: 10px;
	border-bottom: 1px dotted #0069A0;
}

#product_list .product_desc {
	float: right;
	width: 250px;
}
.product_title   {
	font-size: 16px;
	border-bottom: 3px solid #0069A0;
	margin-bottom: 3px;
	padding-bottom: 5px;
}
#product_list .product_price{
	color: #0069A0;
	font-weight: bold;
	font-size: 1.4em;
}
