/* This is for the headers above category and products */

.catboth {
	font-size: 18px;
	clear: both;
	padding-top: 10px;
}

.catboth_subs .product_name {
	font-size: 18px;
	font-weight: bold;
}
.catboth_subs .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. */
.catboth_subs .subcategory {
	border-top: 1px dashed #b6a197;
	border-bottom: 1px dashed #b6a197;
	text-align: center;
}
/* Use this to format the subcategory images presented in a list format. Add borders/margins. */
.catboth_subs .image {
	margin-left: 10px;
}
/* Use this to format the subcategory images presented in a tile format. Add borders/margins. */
.catboth_subs .image_tile {
	margin: 0px;
}

/* The product settings */

.catboth_prods .product_name {
	font-size: 18px;
	font-weight: bold;
}
.catboth_prods .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. */
.catboth_prods .productrow {
	border-top: 1px dashed #b6a197;
	border-bottom: 1px dashed #b6a197;
	text-align: center;
}
/* Use this to format the product images that are in a list format. Add borders/margins. */
.catboth_prods .image {
	margin-right: 10px;
}
/* Use this to format the product images that are in a tile format. Add borders/margins. */
.catboth_prods .image_tile {
	margin: 0px;
}