@charset "utf-8";
/* CSS Document */
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}

	div.contentBox h1 span.fakeSpan{
		display: none;
	}
	/*** Top Box Area ***/
	div.contentBox .topcontentBox {
		background: #fff none;
		margin: 20px 0 0;
		padding: 20px;
		position: relative;
		width: 649px;
	}
		div.topcontentBox .customlinkUlli{
			list-style: none;
			margin: 15px 0 0;
			width: 100%;
		}
			.customlinkUlli li {
				display:block;
				margin-bottom: 5px;
				padding:5px 5px 5px 0;
				width:200px;
			}
			.customlinkUlli li a {
				background: #55A51A url(/Images/home/arrow-list.gif) no-repeat top left;
				padding: 5px 15px 5px 20px;
			}
			.customlinkUlli li a:hover {
				background: #44850D url(/Images/arrow-list-hover.gif) no-repeat top left;
				text-decoration: none;
			}
		
		div.topcontentBox .cstmlnkWhiteUlli{
			list-style: none;
			margin: 15px 0 0;
			width: 100%;
		}
			.cstmlnkWhiteUlli li {
				display: inline;
			}
			.cstmlnkWhiteUlli li a {
				background: #FFF url(/Images/home/arrow-list-white.gif) no-repeat top left;
				color: #231F20;
				display: block;
				float: left;
				height:	20px;
				margin: 0 5px 0 0;
				padding: 4px 15px 0 20px;
				width: auto;
				
			}
			.cstmlnkWhiteUlli li a:hover {
				background: #44850D url(/Images/arrow-list-white-hover.gif) no-repeat top left;
				color: #fff;
				text-decoration: none;
			}
		
		div.topcontentBox .nutriThings {
			background: #EFF2F4;
			padding: 16px 17px 11px;
		}
			.nutriThings .imgWrapper {
				height: 248px;
				float: left;
				overflow: hidden;
				width: 324px;
			}
			.nutriThings .nutriNfo {
				float: right;
				padding: 10px 0 15px 16px;
				width: 275px;
			}
				.nutriNfo h2 {
					color: #3F6F0F;
					line-height: 28px;
				}
				.nutriNfo ul {
					list-style: none;
					padding: 15px 0 20px;
				}
					.nutriNfo ul li a {
						background: url(/Images/arrow-list.gif) no-repeat left center;
						color: #3F6F10;
						display: block;
						font-size: 1.2em;
						padding: 3px 3px 3px 13px;
					}
		
		.topcontentBox .nutriCle{
			padding: 20px 0;
		}
			.nutriCle p {
				padding: 0 0 15px;
			}
		
		.topcontentBox .collapsibleBox {
			border-bottom:1px solid #fff;
			width: 652px;
		}
			.collapsibleBox .collapsibleHead {
				/*background: */
			}
				.collapsibleHead a{
					background: #EFF2F4 url(/Images/health-nutrition/collapsearrow-inactive.gif) no-repeat left center;
					color: #3F6F0F;
					display: block;
					font-size: 1.3em;
					padding: 16px 0 16px 30px;
					width: 622px;
				}
				.collapsibleHead a:hover {
					background: #73B722 url(/Images/health-nutrition/collapsearrow-active.gif) no-repeat left center !important;
					color: #FFF !important;
					text-decoration: none;
				}
			.collapsibleBox .collapsiblleBoddy {
				border-bottom: 1px solid #AAD28C;
				padding: 20px 0 0;
				width: auto;
			}
				 .collapsiblleBoddy .imgPart, .collapsiblleBoddy .textPart {
				 	float: left;
				 }
				 .collapsiblleBoddy .imgPart {
					 overflow: hidden;
					 width: 152px;
				 }
				 .collapsiblleBoddy .textPart {
				 	width: 500px;
				 }
				 	.textPart p{
						padding-bottom: 20px;
					}
	/** EOL Top Box Area **/
	