@charset "utf-8";

/****************************
   print.css
   (C) Mangrove 2008
   Form style properties
*****************************/

body {
	font: 0.8em Arial, Verdana;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}

div#header, div#flash_header, .header_actie, .clear  {
	display: none;
}

h2, h3, h4, h5, h6 {
	font-size: 1em;
}

h2 {
	font-size: 1.6em;
	border-top: 1px solid #000;
	padding: 20px 0;
}

a {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	margin: 0 20px 20px 0;
	float: left;
}	

img.ingredienrs_bottom {
	display: none;
}
	
table {
	text-align: left;
	padding: 5px;
}

div#header ul, div#content_secondary, div#footer {
	display: none;
}

img.btn_back, img.btn_print {
	display: none;
}

div.logo_print {
	height: 70px;
	clear: both;
	visibility: visible;
}

div.logo_print img {
	float: left;
}

div.logo_print p {
	text-align: right;
	font-size: 1.2em;
}

div.recipe_ingredients {
	background:none;
}
div.recipe_ingredients ul {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.recipe_ingredients ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.recipe_details {
	clear: both;
}


h3.sIFR-replaced {
	display: none;
}