.catsubs .product_name {
	font-size: 12px;
	font-weight: normal;
}
.catsubs .price {
	font-weight: bold;
}

/* Use this to add a border or background to each subcategory */
/* You can also use this to change the font of the cateogry's cell. */
.catsubs .subcategory {
	border: none;
	text-align: center;
}
/* Use this to format the subcategory images presented in a list format. Add borders/margins. */
.catsubs .image {
border: 1px solid #685674;
	margin-left: 10px;
}
/* Use this to format the subcategory images presented in a tile format. Add borders/margins. */
.catsubs .image_tile {
	margin: 0px;
}