.product_name {
	font-size: 12px;
	font-weight: bold;	
	padding: 5px 0px 15px 0px;
}	
	.product_name a {
		font-size: 13px;
		font-weight: normal;
		color: white;
	}
.catprods .price {
	font-weight: bold;
}

/* 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. */
.row {
	margin-left: 10px;
}
/* Use this to format the product images that are in a list format. Add borders/margins. */
.row .image a {
	margin-right: 2px;
	margin-left: 2px;
	border: #000000 1px solid;
	display: block;
}
.row .image a:hover {
	border: #666666 1px solid;
}

/* Use this to format the product images that are in a tile format. Add borders/margins. */
.catprods .image_tile {
	margin: 0px;
}
.click_items {
	font-size: 11px;
	color: #FF0000;
	margin: 0px auto;
	clear: both;
}

