td.product_list {
	
	background-color: #E2EFFF;
	vertical-align: bottom;
	
}
td.product_list a, a:visited {
	
	color: #92733A;
	text-decoration: none;
}
td.product_list a:hover {
	
	color: #92733A;
	text-decoration: underline;
}

td.product_list_name {
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	height: 50px;
	vertical-align: top;
}

td.product_list_img {
	
	font-family: Verdana;
	font-size: 10px;
	height: 90px;
}

td.product_list_price {

	font-family: Verdana;
	font-size: 10px;
	height: 40px; 
	align: left; 
	vertical-align: middle;


}

span.product_list_amount {

	font-family: Verdana;
	font-size: 10px;


}

