body {
	background-color: #f4e9d9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5f5d58;
}
a:link {
	color: #bd4a55;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #bd4a55;
}
a:hover {
	text-decoration: underline;
	color: #E22E3C;
}
a:active {
	text-decoration: none;
	color: #bd4a55;
}
.main_content_box {
	padding-right: 74px;
	padding-left: 30px;
}
.recipe_content_box {
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.about_barbara_photo_offset {
	margin: -32px;
}
.body_text_green {
	color: #61680c;
}
.subcategory_title {
	font-weight: bold;
	background-image: url(images/subcategory_color_bar.jpg);
	background-repeat: no-repeat;
	padding: 8px;
}
.subcategory_title_white {
	font-weight: bold;
	background-image: url(images/subcategory_color_bar.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	color: #FFFFFF;
}
.img_border_grey {
	border: 1px solid #d2c9bc;
}
.shop_item_box {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.shop_item_title {
	font-weight: bold;
	font-size: 20px;
	color: #898541;
}

.shop_item_box .shop_item_title {
	color: #2F2D2E;

}
.shop_item_box .shop_item_price {
	color: #6DCBE2;
	font-weight: bold;
}
.item_detail_box {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: #CCCCCC;
	margin-bottom: 10px;
}

.item_box {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: none;
	margin-bottom: 10px;
}
.item_detail_box .item_detail_cart_button {
	padding-top: 15px;
}
.item_detail_box .item_detail_price {
	color: #6DCBE2;
	font-weight: bold;
	font-size: 20px;
	padding-top: 5px;
}
.item_detail_description {
	color: #61680c;
	padding-left: 15px;
	padding-bottom: 15px;
}
