.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 {
	border: 1px dotted #E1eee4;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 9px;
	padding: 9px;
}
/* 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 {
	
	height: 100px;
	width: 133px;
}