/* =Interior Pages */

/* =Local Nav
-------------------------------------------------------------- */
.localNav {
	padding: 5px 0;
	color:#333; 
	border-bottom: 1px solid #666;
	font-size: 10px;
	font-weight: bold;
	display: block;  
	width: 100%;
  	margin: 0;
  	padding: 6px 0;
	margin-bottom: 10px;
}

.localNav li{
	float:left;
	padding-right:3px;
	text-transform:uppercase;
}

.localNav li a{
	margin-right:6px;
}

/* =Headings */
 h1,  h2, .interior h3,  h4 {
	font-family: Verdana, Arial, Helvetica, san-serif;
	text-transform: uppercase;
}

 h1#pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin:0 0 4px;
	line-height:normal;
	clear: both;
	padding: 0; 
}

 h1.large {
	font-size:60px;
	color: #b2112c;
	font-weight: bold;
	font-family: Helvetica, Arial, san-serif;
	padding: 0!important;
	line-height:normal;
}

 .interior_2col h1.large {
 	margin:-5px 0 0;
	width:600px;
 }
 
 .interior_1col h1.large {
 	margin:10px 0;
 }

 h2 { 
	margin-bottom: 7px;
	color:  #00527d;
	font-size: 16px;
	font-weight: bold; 
	margin:0 0 4px;
	line-height:normal;
	clear: both;
	padding: 0; 
} 



/* =navControl */
.navControl {
	float: right;
	padding: 0;
	margin: -6px 0 0;
}

.navControl a.previous {
	float: left;
	width: 75px;
	height: 25px;
	text-indent: -2000px;
	background: url(../../images/btn_prev.png) no-repeat 0 0;
	display: block;
	margin-right:7px;
}

.navControl a.next {
	float: left;
	width: 56px;
	height: 25px;
	text-indent: -2000px;
	background: url(../../images/btn_next.png) no-repeat 0 0;
	display: block;
}


/* =onThisPage */
#onThisPage {
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom:19px;
}

#onThisPage li {
	padding-right: 3px;	
	color:#364856;
	font-weight:bold;
}

#onThisPage li a {
	margin:0 5px 0 3px;
}


/* =video */

#video {
	/*background: url(../../images/bkgd_videoPlaceholder.jpg) no-repeat 0 0;*/
	width: 533px;
	height:265px;
	 margin-bottom:30px;
}

#video a { 
	display:block;
	margin:5px 0 10px 350px; 
	text-transform:uppercase; 
	font-size:11px; 
	background: url(../../images/icon_right_arrow2.png) no-repeat 0 0; 
	padding-left:8px; 
}

/* =paragraphs */

.leadSummary {
	clear: both;
	font-size: 16px;
	line-height: 1.6em; 
	font-weight: bold;
	color:#00527d;
}

.interior_1col .leadSummary{
	padding-right: 265px;
	margin: 5px 0 20px ; 
	
}

.interior_2col .leadSummary{
	padding-right: 95px;
	margin: 10px 0; 
	
}


.summary {
	margin: 0;
	padding: 0; 
	margin-bottom: 25px;
	padding-right: 95px;
	line-height: 1.7em;
}

/* =interior 2 column2 and 1 column  */
.interior_2col #main {
	width: 620px;
	margin-bottom:50px;
}
.interior_1col #main {
	width: 100%;
	margin-bottom:50px;
}


/* =photos =workout routines */
#workoutRoutine #photos li{
	padding-right: 7px;
}

/* =table */
table {
	font-size: 11px;
	clear: both;
}

table tr.even td{
	background: none;
	border-collapse:separate;
} 


/* =routineDetails */
#routineDetails {
	padding: 10px 0;
}

#routineDetails tr.even td {
	background:transparent url(../../images/bkgd_table_row.jpg) no-repeat 0 0;
}

.workoutName {
	width:190px;
	display:block;
	float:left;
}

/* =songName */
#songList {
	width: 620px;
}

#songList tr.even .songName{
	background:transparent url(../../images/bkgd_table_row.jpg) no-repeat 0 0;
}

#songList tr td{
	padding-right: 0px;
	margin-right:0px!important;
}

#songList tr td.count {
	padding-right: 10px;
	font-size: 18px;
	text-align:right!important;
	font-weight: bold;
	/*font-style: verdana;*/
	width:20px;
	color: #b2112c;
	padding-top: 0;
}



/* =recipes */

#favRecipe img {
	margin: 0px 10px 10px 0;
}
 
 
 
 
 /* =misc */
img.left {
	float:left;
	padding:10px;
}
img.right{
	float:right;
	padding:10px;
}

div.hr {
	clear: both;
	background:url(../../images/hr.png) no-repeat 0 0;
	height: 13px;
	margin-bottom: 10px;
} 

 #backToTop {
	text-indent: -2000px;
	display: block;
	float: none;
	margin:30px 0 90px 670px;
}


 

#backToTop a{
 	width: 198px;
	height: 25px;
	background: transparent url(../../images/btn_backtotop.png) no-repeat 0 0;
	display: block;
 }
  
 
/* =sideContent */
#sideContent{
	position: absolute;
	right: 0;
	top: 240px;
	text-align: left;
}

 
#sideContent .frame {
	background:url(../../images/photo_frame.jpg) no-repeat 0 0;
	width:301px;
	height:407px;
	overflow: hidden;
	margin-right:7px;
}

#sideContent .frame img{
	padding: 24px 31px;

}
  
#sideContent #extras {
	position: relative;
	left: 25px;
	top: 15px;
}



/* =Tips images */
#tips{ 
	clear: both;
}

.tip {
	clear:both;
	margin-bottom: 10px;
}
.tip img {
	float:left;
	margin-bottom: 15px;
}

.tip p {
	margin-left: 160px;
	line-height: 1.6em;
	margin-bottom: 8px;
}

/* =feature */
#feature {
	width: 100%;
	clear: both;
}

#feature ul{
	line-height: 21px;
}

#feature ul li {
	width: 250px;
	
}

.interior_2col #feature .col {
	width: 45%;
	float: left;
	margin-bottom: 50px;
	
}

.interior_2col #feature p {
	padding: 10px 29px  0 0; 
}

.interior_1col #feature p {
	padding: 10px 34px 0px 0; 
}

.interior_1col #feature .col {
	width: 287px;
	float: left;
	margin-bottom: 50px;

}


/* =resourcesList */
#resourcesList ul li{
	float:left;
	width:45%;
	padding-right:30px
}


/* =meetAthletes */

img#mainPhoto {
	margin:-30px -49px 10px;
}


/* =signup form */
#signupForm { 
}
#signupForm p {
	width:345px;
	float: left;
	margin-right: 19px;
	height: 50px;
}

#signupForm label {
	display: block;
}

#signupForm input[type="text"],
#signupForm input.text{
	background: url(../../images/bkgd_input.gif) repeat-x 0 0;
	border:2px solid #a2a2a2;
	width:338px;
	margin-left:0!important; 
	font-size:22px;
	font-weight:bold;
	padding:3px 5px;
	/*text-transform:uppercase;*/
	color:#666;
}
/*
#signupForm #submitBtnBlock {
	float:none;
	margin-bottom:0;
	margin-left:0;
	margin-right:0 !important;
	margin-top:0;
	padding-left:575px;
	width:40px;
}*/

#signupForm #submitBtnBlock
{
	margin-top: 10px;
}

.requiredField
{
	color: #dd0000;
}

.errorDisplay
{
	
}
 
/* =Recipe Details */
.recipeDetails #nutritionFacts{
	background: url(../../images/bkgd_nutritionFacts.jpg) no-repeat 0 0; 
	font-size:.9em;
}
 

#nutritionFacts .gutter{
	padding:35px 40px!important;
}

#nutritionFacts h2{
	color:#000;
	font-size: 21px;
	letter-spacing: -1px;
}

#nutritionFacts .label {
	font-weight: bold;
	color: #000;
	
}

#nutritionFacts #servings {
	border-bottom: 8px solid #000;
	padding-bottom:9px;
	margin-bottom:9px
}

#nutritionFacts #details {
	line-height: 1.75em;
	width: 100%;
}

#nutritionFacts #details li{
	border-bottom: 1px solid #333!important;
	display: block; 
	width: 100%;
	padding: 3px 0;
	margin-bottom:0!important;
}
#nutritionFacts #details li.last{
	border-bottom: none!important;
	color: #b45965;
}
 
#ingredients ul {
	width: 450px;
	clear: both; 
	height: 1%;
}

#ingredients ul li {
	float: left;
	display: block;
	width: 200px; 
	line-height: 2em; 
}

#ingredients ul li {
    float:left;      
	width: 200px;    
	line-height:1.5em;    
	margin-bottom: 5px;    
	list-style: none;      
	background: url(../../images/icon_bullet.gif) no-repeat 0 .5em;    
	padding-left: 1em;   
	display:block;
}


/* =bodyComposition */

.bodyComposition .leadSummary {
	width:400px;
	padding: 0;
	margin: 0;
	float: left;
}

form#bodyComposition{
	width: 433px;
	float: right;
	background: transparent url(../../images/bkgd_grayTrans.png) 0 0;
	margin-bottom: 90px;
	text-transform: uppercase;
	font-weight: bold;
}

form#bodyComposition .gutter {
	padding:43px 35px!important;
}

form#bodyComposition p {
	width: 45%;
	float: left;
}
form#bodyComposition p.oneCol {
	width: 100%;
	float: none;
}

form#bodyComposition input[type="text"] {
	background:transparent url(../../images/bkgd_input.gif) 0 0 ;
	height: 29px;
	border: 1px solid #969696;
	margin-left:0!important ;
	width: 84px; 
	font-size:1.5em;
	padding:2px 5px;
}
 
form#bodyComposition label {
	display: block;
	font-size: .7em;
	line-height:1em;
	padding:0;

}

form#bodyComposition p.oneCol label{
	display: inline!important;
}

form#bodyComposition span.inputType {
	
	font-size: 1em;
	padding:10px 3px;
vertical-align:middle;
}
form#bodyComposition #gender label{
	font-size: 1em;
	margin-right: 15px;
	
}


form#bodyComposition #calculateBtnBlock {
 
	float:right;
	text-align: right;
	padding-right: 32px;
	margin-bottom: 40px;
}




#instructions {
	width: 210px; 
	margin-right: 80px;
	margin-top: 95px;
}

#instructions .redBtn {
	background: url(../../images/bkgd_red_btn.gif) repeat-x 0 0;
	border: 0; 
	color: #fff;
	padding:7px;
	text-align:center;
	display:block;
}

.recipeDetails #sideContent .frame {
	margin-right:6px!important;
}


.interior_2col .component {
	margin-bottom:20px
}

.interior_2col .component p{
	padding-right:95px;
}



/* =calculatorPage */

.calculatorPage #mainContent {

	float:left;
	display:block;
	clear:right;
}

.calculatorPage .leadSummary {
	width:400px;
	padding: 0;
	margin: 0;
	float: left;
}
 
div.calculator {
	width: 433px; 
	background-color:#303e4e;
	margin-bottom: 90px; 
	font-weight: bold;  
	float:right; 
	color:#fff; 
	height:268px;
	margin-top:4px;
}



div.calculator .gutter {
	padding:20px 25px!important;
	position:relative;
}

div.calculator h2{
	border-top:1px solid #455160;
	border-bottom:1px solid #455160;
	padding:3px 0;
	color:#c0122f; 
	z-index:1;
}


div.calculator p {
	font-size:.9em;
}

div.calculator p.instructions{
	line-height:18px;
	font-size:.9em;
	margin-bottom: 21px;
	
}


div.calculator h2 span.number {
	color:#fff!important;
}

div.calculator .clearBoth {
	width:50%;

}
div.calculator .backLink {
	font-size: .75em;
	background: url(../../images/icon_leftArrow.gif) no-repeat 0 3px;
	text-transform: uppercase;
	position: absolute;
	width:55px;
	height:18px;
	top:60px;
	left:375px;
	padding-left:12px;
}

div.calculator .backLink a {
	display:block;
	
}


div.calculator .startOver a:hover{
	color:#333;
}



#calculator input.text{
	background:transparent url(../../images/bkgd_input.gif) 0 0 ;
	height: 24px;
	border: 1px solid #969696;
	margin-left:0!important ;
	width: 84px; 
	font-size:1.25em;
	padding:3px 5px 2px;
}
 
#calculator label { 
	line-height:1em;
	padding:0; 
}

#calculator span.metric {
	color:#aaa;
	text-transform: lowercase;
	font-size: .85em;
	color:#8ba7c8;
}
#calculator .nextQuestion {
	bottom:0;
	margin-right:-25px;
	position:absolute;
	right:0;
}
#calculator .nextQuestion a {
	color: #fff;
	text-transform: uppercase; 
	background: #c0122f;
	font-size: .8em;	
	padding:12px 24px;
	display: block;
}

#calculator  .nextQuestion a:hover {
	color:#ebd01d;
}

#calculator  p.oneCol label{
	display: inline!important;
}

#calculator  span.inputType {
	font-size: 1em;
	padding:10px 3px;
	vertical-align:middle;
}

.bodyComp #gender label{
	font-size: 1em;
	margin-right: 15px;
	
}

 

.bodyComp .gender {
	margin-right:5px;
}

#calculator label{
}

#calculator span.note {
	font-size:10px;
	margin-left: 5px;
}
 
#calculator span.note img{
	padding:0!important;
	padding-right:5px;
	margin:0!important;
	float:none!important;
}


#calculator #nextBtn{
	left:325px;
	position:absolute;
	top:156px; 
}

#calculator a.button {
	background: #c0122f;
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;
	display:block;
	padding:12px 7px;
}


#calculator a:hover {
	color:#ebd01d;
}


.measurements label{
	display: block;
	font-size:0.8em;
	margin-bottom: 5px;
}
#instructions {
	width: 210px; 
	margin-right: 80px;
	margin-top:65px;
}

#instructions .redBtn {
	background: url(../../images/bkgd_red_btn.gif) repeat-x 0 0;
	border: 0; 
	color: #fff;
	padding:7px;
	text-align:center;
	display:block;
}

.recipeDetails #sideContent .frame {
	margin-right:5px!important;
}

/* =two Column Components */
.interior_2col .component {
	margin-bottom:20px
}

.interior_2col .component p{
	padding-right:95px;
}


/* =APFT Calculator */

#apftCalc {
	margin-top: 10px;
}

/* =loginStatus */
.calculatorPage p#loginStatus2 {
	color:#303e4e;
	text-transform:capitalize;
}


/* Page 2 */
#pushups {
	margin-top:10px;
}
 
#pushups input.text, #situps input.text, #twomilerun input.text {
	width:105px!important;
}



/* overlay videos for APFT form */
div#overlay_pushup_video, 
div#overlay_situp_video,
div#overlay_running_video {
	
	/* growing background image */
	background-image:url(../../images/bkgd_video.png);       
	width:658px;    
	height:421px;                
	/* initially overlay is hidden */    
	display:none;        
	/* some padding to layout nested elements nicely  */    
	text-align:center;
	padding: 25px 0 0 0;
}

div#overlay_alternate_video ,
div#overlay_video  {       
	background-image:url(../../images/bkgd_video.png);           
	width:464px;                /* initially overlay is hidden */        
	display:none;            /* some padding to layout nested elements nicely  */        
	text-align:center;    
	padding:30px 0;    
	height:260px;    
	background-color:black; 
}

/* default close button positioned on upper right corner */
div#overlay_pushup_video div.close,
div#overlay_situp_video div.close,
div#overlay_running_video div.close,
div#overlay_alternate_video div.close,
div#overlay_video div.close {
	background:url(../../images/icon_close_video.jpg) no-repeat 0 0;
	position:absolute;    
	right:5px;    
	top:5px;    
	cursor:pointer;    
	height:18px;    
	width:18px; 
}


/* =graph */

.graph {
	background: url(../../images/graph.gif) no-repeat 0 0;
	margin-top: 20px;
	position: relative;
	height: 200px;
	width: 290px;
}


.graph p{
	padding: 0!important;
	margin: 0!important;	
	
}

.graph .name {
	text-transform: uppercase;
}

.graph .item {
	position: relative;
}

.graph .item div{
	width: 241px;
}

.graph p.bargraph {
	 
	height: 23px!important;
}

.graph p.guardFit {
	background: url(../../images/graph_blue_bar.png) no-repeat 0 0;
	 
}

.graph p.notGuardFit {
	background: url(../../images/graph_red_bar.png) no-repeat 0 0; 
}


.graph .pushupResult {
	position: absolute;
	left: 0;
	top: -4px;
}

.graph .situpResult {
	position: absolute;
	left: 0;
	top: 50px;
}

.graph .twoMinRunResult {
	position: absolute;
	left: 0;
	top: 111px;
}

.graph .item .result {
	font-size: 1em;
	position: absolute;
	right: -45px;
	top:19px;
}

#saveScore {
	width: 73px;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	margin-top:-20px;
}
 

.loggedIn {
	background:none!important;
}

#apftForm #age{
	left:150px;
	position:absolute;
	top:6px;
}

#apftForm #age label {
	display:block;
}

#apftForm .nextQuestion {  
margin-bottom:-50px;
}

/* =history */

table.history {
	margin-top:20px;
	line-height:1.3em;
	font-size:1em;
}

table.history tr td {
	border-bottom:1px solid #374554;
	padding:6px 0;
}

.clearHistory  {
	text-transform:uppercase;
	font-size:.9em;
}

#historyNav {
	float:right;
	padding:0; 
	color: #449bc8;
	font-size:10px;
	margin:-35px 0 0;
}
#historyNav a{
	color: #449bc8;
}
#historyNav .current {
	color:#fff;
}

/* =instructions for How to Measure */

.howToMeasure {
	background:  #dedede url(../../images/bkgd_instructions.gif) repeat-x 0 0;
	z-index: 2000;
	left:-165px;
	position:absolute;
	top:18px;
	width: 496px;
	border: 3px solid #666;
	color: #333;
}

.howToMeasure img {
	float: left;
} 

.howToMeasure h3,
.howToMeasure p {
	margin-left: 210px;
} 

.howToMeasure h3 {
	margin-bottom: .25em;
	font-size: 14px;
	color: #950f25;
	font-weight: bold;
	margin-top: 25px;
	text-transform:capitalize;
}

.howToMeasure p.instructions2 {
	font-size: .8em!important;	
	line-height:17px;
	margin-right:10px;
}

.howToMeasure p.close_btn {
	background: url(../../images/btn_close_video.gif) no-repeat 0 0;
	width: 20px;
	height:20px;
	position: absolute;
	right: 10px;
	top: 8px;
	text-indent: -3000px;
}

.howToMeasure .abdomen {
	/*background:url(../../images/blank.gif) no-repeat 0 0;*/
	background:url(../../images/popup_measure_abs_male.jpg) no-repeat 0 0;
	width:193px;
	height:229px;
}
.howToMeasure .neck {
	background:url(../../images/blank.gif) no-repeat 0 0;	
}

.howToMeasure .waist {
	/*background:url(../../images/blank.gif) no-repeat 0 0;*/
	
	background:url(../../images/popup_female_waist5.jpg) no-repeat 0 0;
	width:193px;
	height:229px;
}

.howToMeasure .hip 
{
	/*background:url(../../images/blank.gif) no-repeat 0 0;*/
	background:url(../../images/popup_female_hips.jpg) no-repeat 0 0;
	width:193px;
	height:229px;
}


.howToMeasure p.close_btn a  {
	display: block;
	width: 20px;
	height:20px;
	
}

#calculator {
	width: 433px; 
	margin-bottom: 90px; 
	float:right;  
	min-height:310px;
	font-weight: bold;   
	color:#fff; 
}

#calculator a:hover{
	background:none;
	color:#ebd01d;
}
 
#calculator #box {
	background-color:#303e4e;
	width: 433px; 
}

#calculator #box .gutter {
	padding:20px 25px!important;
	position:relative;
}

#calculator h2 {
	border-top:1px solid #455160;
	border-bottom:1px solid #455160;
	padding:5px 0;
	color:#ffffff; 
	z-index:1;
}

#calculator .topNav {
	font-size:11px;
	height:30px;
	position:absolute;
	right:25px;
	text-align:right;
	top:65px;
	width:100px;
	z-index:1000;
}

#calculator .topNav .back{
	background:transparent url(../../images/icon_leftArrow.gif) no-repeat scroll 61px 1px;
	display:block;
	font-size:0.8em;
	height:18px;
	padding-left:12px;
	text-transform:uppercase;
}

#calculator #box .nextStep {
	left:316px;
	overflow:hidden; 
	position:relative; 
	text-align:center;
	text-transform:uppercase;
	top:0; 
	width:92px;
	z-index:1000;
}
 
#calculator #box .nextStep a {
	background:#C0122F none repeat scroll 0 0;
	font-size:11px;
	text-align:center;
	padding:12px 0;
	display:block;
	color:#FFFFFF;  
}

#calculator #box .nextStep a:hover{ 
	color:#ebd01d;
}
#calculator #box .instructions{
	line-height:18px;
	font-size:.9em;
	margin-bottom: 21px;
	margin-top:8px;
}


#calculator .content {
	position:relative; 
}
 


/* =loginStatus */
#loginStatus2 { 
	color:#303E4E;
	font-size:0.8em;
	right:0;
	text-align:right;
	padding-left:10px;
	position:relative;
	text-transform:capitalize;
	top:0;
	padding-bottom:3px;
}


.apft .content #age{
	left:150px;
	position:absolute;
	top:100px; 
}

.apft .content #age label {
	display:block;
}

#calculator label {
	text-transform:uppercase;
	font-size:11px;
	display:block;
	margin-bottom:3px;
}

#calculator #genderInput {
	left:0;
	position:relative;
	top:14px;
	
}

#calculator #genderInput label {
	display:inline;
	margin-bottom:0;
}

#calculator .current {
	color:#999;
}


#calculator #results, 
#calculator #profile {
	font-size:11px;
	color: #8ba7c8;
	margin-top: 20px;
}

#calculator #results span.results,
#calculator #profile span.detail
{
	color: #fff!important;
	
}
 
#calculator p .oneCol {
	width: 100%;
	float: none;
}

#calculator #manageProfile a{
	font-size:10px;
}

#calculator .loggedIn a:hover{
	color:#333;
}

#calculator .loggedIn a.current:hover{
	color:#999;
	cursor:default;
}

#calculator #title {
	display:block;
	height:27px;
	width:100%;
	margin-bottom:-10px;
}

.bodyComp h1{
	text-indent:-3000px;
	background:url(../../images/calculateyourbodycomposition.png) no-repeat 0 0;
	height:27px;
	width:233px;
	float:right;
	font-size:10px;
	margin-right:-20px;
}



.bodyComp #weight{
	position: absolute;
	left: 0;
	top: 140px; 
	width: 115px;
	height: 47px;
}

.bodyComp #abdomen{
	position: absolute;
	left:105px;
	top: 13px; 
	width: 227px;
	height: 40px;
}

.bodyComp #waist{
	position: absolute;
	left:105px;
	top: 140px; 
	width: 227px;
	height: 47px;
}


.bodyComp #neck{	
	position: absolute;
	left:105px;
	top: 79px; 
	width: 227px;
	height: 47px;
}
  
.bodyComp #age{
	position: absolute;
	left: 0;
	top: 13px; 
	width: 95px;
	height: 40px;
}

.bodyComp #height{
	position: absolute;
	left: 0;
	top: 79px; 
	width: 115px;
	height: 47px;
}


.measurements {
	height:150px;
}

#calculator .startOver {
	background:transparent url(../../images/bkgd_input.gif) repeat-x scroll 0 -7px;
	padding-top:2px;
	font-size:10px;
	height:18px; 
	text-align:center;
	width:79px;
	z-index:2000;
	display:block;
	float:right;
} 



/* latest updates 7/24/2009 */
.meetAthletes #mainPhoto{
	margin-top:-60px;
}

/* latest updates 8/6/2009 */

#nutritionFacts .gutter {
	overflow: hidden!important;
	padding: 0!important;
	margin: 20px 30px!important;
	width: 250px;
}

#nutritionFacts #servings {
  margin-bottom:0px;
  padding-bottom:4px;
  line-height: 14px;
}
#nutritionFacts #details li{
	border-bottom: 1px solid #333;
	height: 11px;
	overflow:hidden;
}

#nutritionFacts h2 {
	margin-bottom:0 !important;
}

#nutritionFacts #details { 
	line-height:1em;
}

#nutritionFacts #details .small      { font-size: .8em; margin:0; line-height:normal; }

#nutritionFacts .right,
#nutritionFacts .percent{
	text-align: right;
	float: right;
	display: block;
	
}

#nutritionFacts .left {
	text-align: left;
	float: left;
	display: block;
	
}

#nutritionFacts .indent .percent{
	padding-right: 20px;
}
#nutritionFacts .indent{
	padding-left:20px!important;
}

#nutritionFacts li#vitamins {
	border-top: 7px solid #333;
}

#nutritionFacts #details p {
}
