@charset "utf-8";
/* CSS Document */

#fooddiv {
	margin-top: 30px;

}
#foodtop {
	height: 26px;
	background-image: url(../images/food_top.png);
	padding-top: 10px;
	padding-left: 10px;
}

#foodwrapper {
	background-color: #F0F5E9;
	padding-left: 15px;
	padding-right: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #79A93B;
	border-bottom-color: #79A93B;
	border-left-color: #79A93B;
}
#foodwrapper ul li {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #78A83A;
	margin-bottom: 10px;
	font-size: 12px;
	color: #354420;
}
#bmiwrapper {
	margin-top: 30px;
}
#bmitop {
	height: 9px;
	background-image: url(../images/bmitop.png);
}
#bmicontent {
	padding: 10px 20px 10px 20px;
	background-color: #E9E9E9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
	border-left-color: #B0B0B0;
	background-image: url(../images/bmi_bg.png);
	background-repeat: repeat-x;
}
#bmicontent p {
	margin: 0px;
}
#foodwrapper .nutrition_details img {
	float: left;
}
#nutrition_wrapper {
	margin-bottom: 40px;
}

#nutrition_header {
	height: 46px;
}

#nutrition_content {
	padding: 20px 10px 0px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7C2B31;
	border-bottom-color: #7C2B31;
	border-left-color: #7C2B31;
	background-color: #CEDEB8;

}
#nutrition_content img {
	border: 1px solid #7C2B31;
	float: left;
	margin-right: 20px;
	padding: 3PX;
}
#nutrition_content p {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.left {
	float: left;
}
.product_images {
	margin-left: 13px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
.product_images:hover {
	border: 1px solid #93AA74;
}


.right {
	float: right;
}
#nutrichart {
	width: 250px;
	float: right;
	padding: 0px;
	margin: 0px;
	margin-top: 23px;
}
#nutrition_content table {
	border-collapse: collapse;
	margin-top: 0px;
	padding: 0px;
}

#nutrition_content table tr {
}

#nutrition_content table td {
	border: 1px solid #7AAA3C;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 10px 2px 10px;
	background-color: #FFF;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #7C2B31;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7C2B31;
	float: left;
	margin: 0px;
}

