/* @group global reset */
html, body {
	padding:0;
	margin:0;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
sup {
	vertical-align:top;
	line-height:1;
}
fieldset, dd, button, form {
	margin:0;
	padding:0;
	border: none;
}
ul, ul li, ol, ol li, dl, p, input {
	margin:0;
	padding: 0;
}
ul li, ol li, menu li, nav li { list-style-type: none;}
img, a img {
	border: none;
}
table {
	border-spacing:0; 
	*border-collapse:collapse;
	width:100%;
}
input, button, label, td {
	margin: 0;
	padding: 0;
}
iframe {
	border:none;
}
abbr, article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video, blockquote, address {
	margin:0;
	padding:0;
}
header, footer, nav, menu, section, aside, article, details, summary, address {
	display:block;
	zoom:1;
}

/* @end */
body {
	font-family: Arial;
	background: none;
}
.pageBannerWrap, .floatingMain, #aboutSection, #benefitSection, #usageSection, .moreInfoBtn, .printBtn, #reviewSection, .certifInfo, #orderNowSection, #footer, header, .tblBlankRow, .tableFoot {
	display: none;
	height: 0px;
}
table { width: 100%; }
.secFix { position:static !important; }
.contentPad { padding:0; }
#ingredientSection { height: auto; width:96%; margin: 40px auto; padding:0 2%; }	
.wrap { max-width:100%; }			
#moreIngredients, .printHeader { display: block !important; }
.printHeader { position: relative; margin-bottom: 20px; }
.printHeader h1 { display: block; text-align: left; font: normal bold 20px/20px "Arial"; color: #333333; margin-bottom:10px; }
.printHeader img { display: block; position: absolute; right: 30px; top: 0px; }
.ingredients { width: 100%; border: 1px solid #999; border-bottom:0;
	border-radius:0;
}
.ingredients th { 
	padding: 5px 0px 5px 20px; 
	text-align: left;
	font: normal normal 12px/16px "Arial"; 
	color: #000; 
	text-transform: uppercase; 
	border-bottom: 1px solid #999;
}
.ingredients td { 
	border-bottom: 1px solid #999; 
	padding: 5px 0 5px 20px; 
	color:#333; 
	vertical-align: text-top; 
	background-color:#fff; 
	font: normal normal 10px/14px Arial;
}
.ingredients td.subHeading {
	background: #f8f8f8;
	padding: 5px 0px 5px 10px;
	text-transform: uppercase;
	color: #333333; 
	font-size: 11px; 
	font-weight:bold;
	line-height: 15px;	
}
.ingredients tr:last-child td { border: none; padding: 0; }
.colIngred { width: 28.977%; }
.colQuant { width: 15.341%; }
.colBen { width: 47.159%; }
.bListing { padding: 0px; margin: 0px; }



/* @group clearfix */
.clearfix { zoom: 1; }
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
	font-size: 0;
}
.clearfix { display:block; }
* html .clearfix { height:1%; }
*+html .clearfix { display:inline-block; }

#ingredientSection .alignCenter {
	text-align:center;
	padding:20px 0;
	font-size:12px;
}
/* @end */

