.catprods .product_name {
	font-size: 18px;
	font-weight: bold;
}
.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. */
.catprods .productrow {
	border: 1px dotted #E1eee4;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 9px;
}
/* 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 {
	height: 100px;
	width: 133px;
}
.pagers {
	font-size: 12px;
	font-weight: bold;
	
}
