body {
background:#fff;
color:#000;
font-family:Arial, Helvetica, sans-serif;
}
#header,
#footer,
.noPrint,
a.top,
.pulldown,
#recipesPage ul.clearfix,
#recipesPage .socialLinks,
iframe.fb_ltr,
#recipesPage a.print 
{display:none;}


#recipesPage .clearfix .detail {
width:377px;
float:left;
}
#recipesPage .clearfix img {float:right;}

#recipesPage .alt hr {display:block; page-break-before:always;}





.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
.clear {clear: both;}