.catsubs .product_name {
	font-size: 18px;
	font-weight: bold;
}
.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 {
	text-align: center;
}
/* Use this to format the subcategory images presented in a list format. Add borders/margins. */
.catsubs .image {
	margin-left: 10px;
}
/* Use this to format the subcategory images presented in a tile format. Add borders/margins. */
.catsubs .image_tile {
	margin: 0px;
}
