/* Success Stories */

.successThumb{float: left; margin: 0 10px 0 0; border: 6px solid #cab9cf; }

.before_after { margin: 0 10px 10px 0; }

.cote{  font-style:italic;}
/* News page */

#freeprofile2{margin-top:50px;}

.mainTitle{margin-top:15px; margin-bottom:0;}

.newsCtr{float:left; margin-top:-20px;}

h2.sectionSubHead {color:#ff2084; font:bold 1.2em Arial, Helvetica, sans-serif; margin-bottom:10px; border-top:1px solid #4f097c; margin-top:25px; padding-top:25px;}

p{line-height:1.4em; font-size:1.1em;}

p.joinBtn{margin:20px 0;}

p.back{float:left; clear:left;}

.dietIntroNote{margin-bottom:15px; float:left;}

.articleImg{float:left; margin:0 15px 15px 0;}

.errormsgcolor{color:red;}

/*email to a friend form*/
.emailfriendheadercolor{color:#222E76;}
.tablebackgroundcolor{background-color:#FBFBE3;}
.topbottomborderbackgroundcolor{background-color:#222E76;}
.maincellsbackgrouncolor{background-color:#FBFBE3;}
.submitbuttombackgroundcolor{background-color:#FBFBE3;}
.titletextcolor{color:#222E76;}
.errormsgcolor{color:red;}

/*news remove page*/
.removefromemailsheadercolor{color: #222E76;}
.removeattributescolor{color:#222E76;}

/*Recipes Pages*/
.recipeGuides { float: none; display: block; margin: 5px 0 10px 0; }
.recipeGuides li { float: left; border-right: 1px solid #ccc; padding: 15px 10px 10px 30px; list-style: none; margin-left: 0; }
.recipeGuides li:last-child { border: 0; }
.recipeGuides .prep { background: url(/media/images/icons/recipe-sprite.png) no-repeat 5px 10px; }
.recipeGuides .yeild { background: url(/media/images/icons/recipe-sprite.png) no-repeat 10px -26px; }

.teaser { border: 1px solid #ccc; border-width: 1px 0; font-size: 1.2em; padding: 20px 0 20px 50px; display:block; float: none; clear: both; margin-bottom: 20px; }
.teaser.speech { background: url(/media/images/icons/speech-m.png) no-repeat left 8px transparent; }

#ingredients { background: #f5f5f5; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#ingredients h2 { color: #333; padding: 10px 0 0 10px; }
#ingredients ul { list-style: none; margin-left: 0; }
#ingredients li { list-style:none; padding: 2px 10px; float:none; font-size: .95em; margin-left: 0; }

#gda { background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin: 10px 5px; clear:both; font-size: .9em; }
#gda ul { display: block; clear:both; width: 100%; margin: 5px 0; margin-left: 5px; }
#gda li { width: 35px; height: 55px; float: left; margin-right: 1px; margin-left: 0; padding: 5px 0 0 0; }
#gda p { padding: 0 0 0 5px; font-size: 1em; display: block; margin-bottom: 0; clear:both }
#gda .calories { background: url(/media/images/icons/recipe-sprite.png) no-repeat 0 -79px; }
#gda .sugar { background: url(/media/images/icons/recipe-sprite.png) no-repeat 0 -145px; }
#gda .fat { background: url(/media/images/icons/recipe-sprite.png) no-repeat 0 -211px; }
#gda .saturates { background: url(/media/images/icons/recipe-sprite.png) no-repeat 0 -274px; }
#gda .salt { background: url(/media/images/icons/recipe-sprite.png) no-repeat 0 -335px; }
#gda span { font-size: .7em; display: block; text-align:center; }
#gda .value { font-size: 1em; font-weight: bold; padding: 0; }

#method h2 { padding-top: 0; padding-left: 10px; margin-top: 10px; }
#method p { padding-left: 10px; }

.grid_12.recipeGuides { width: 620px; }
#ingredients.grid_4 { width: 210px; float: left; }
#method.grid_8 { width: 380px; float: left; }

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
 
html[xmlns] .clear {
	display: block;
}
 
* html .clear {
	height: 1%;
}
