.categoryHeader {
	font-weight: bold;
	font-size: 14px;
	margin-left: 15px;
	line-height: 30px;
}

.productListItem {
	border: solid 1px #a6a6a6;
	margin-bottom: 5px;
	padding: 5px;
}

.productListItemProductPhoto {
	float: left;
	margin-right: 5px;
}

.productCategoryItemProductPhoto {
	float: right;
	margin-right: 5px;
}

.productListItemProductName {
	font-weight: bold;
	font-size: 14px;
}

.productListItemProductCost {
	font-weight: bold;
	font-size: 14px;
}

.productName {
	font-weight: bold;
	font-size: 14px;
	margin-left: 40px;
}

.productHeader {
	font-weight: bold;
	font-size: 14px;
}

.productContents {
	margin-left: 20px;
}


