@charset "utf-8";
/* CSS Document */
#nutFacts {
	position:relative; 
	/*left:377px; top:0px; */
	float:left;
	margin:12px 0 80px 0;
	width:172px; height:301px; 
	background-color:#FFFFFF;
	padding: 5px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	z-index:0;
}
#nutFacts b { 
	font-size:9px;font-weight:bold;
	margin:3px 0px;
}
#nutFacts h1 {
	font-size:16px;font-weight:bolder;
	margin:0px;
}
#nutFacts h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;font-weight:bold;
	margin:3px 0px;
	border-bottom : 1px solid black;
}
#nutFacts #servSize {border-bottom : 8px solid black;}
#nutFacts #servings {border-bottom:4px solid black;}
#nutFacts #calories {border-bottom : 4px solid black;}
#nutFacts #protein {border-bottom : 8px solid black;}
#nutFacts p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:3px 0px;
	border-bottom : 1px solid black;
}
/* blah blah */
#nutFacts ul{width:172px;text-align:right;margin:0;padding:0;border-bottom:1px solid black;list-style:none;}
#nutFacts ul li{display:inline;white-space:nowrap}
#nutFacts ul li.prev{float:left}
/* colors */
#nutFacts h3, #nutFacts #servSize, #nutFacts #servings, #nutFacts #calories, #nutFacts #protein, #nutFacts ul, #nutFacts p {border-bottom-color:#663399;}
#nutFacts #feet{background-color:#663399;}


