.catprods .product_name {
	font-size: 12px;	
	margin-bottom: 10px;
}
	.catprods .product_name a {
		text-decoration: underline;	
	}
	.catprods .product_name a:hover {
		color: #E5D3A1;
	}
.catprods .price {

}
.catprods .details {
	border: 1px solid #D9BD72;
	background-color: #E5D3A0;
	padding: 3px;
	color: black;
}
	.catprods .details a {
		color: #FFFFFF;
	}
/* Use this to add a border or background to each product */
/* You can also use this to change the font of the product's cell. */
.catprods .productrow {
	text-align: left;
	border-bottom: 1px dotted #E5D3A1;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
/* Use this to format the product images that are in a list format. Add borders/margins. */
.catprods .image {

}
/* Use this to format the product images that are in a tile format. Add borders/margins. */
.catprods .image_tile {
	border: 1px solid #CC0000;
	float: right;
	margin: 0px 30px 0px 30px;
}