/* Import other stylesheets for media: print */

	body {
		position: relative;
		padding-top: 0px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 12px;
	}
	
	#logo {
		position: absolute;
		left: 0px;
		top: 0px;
	}

	body#recipePage div#footer,
	body#recipePage div#column,
	body#recipePage div#menu,
	body#recipePage div#btn_print,
	body#recipePage div#recipeNutrition,
	body #column #banner,
	body #column #payoff,
	body #column #submenu,
	body #column #commercialLinks,
	body #column #recipeSearch,
	body #footer,
	body #menu,
	body #productMovie,
	body #productRecipes
	{
		display: none;
	}
	
	body#recipePage {
		color: #002663;
		font-size: 12px !important;
		font-family:  Trebuchet MS, Arial, Helvetica, sans-serif; 
	}
	
	body#recipePage #content {
		padding-top: 0px;
	}
	
	body#recipePage a {
		text-decoration: none;
		color: #002663;
	}
	
	body#recipePage h1 {
		color: #FF3300;
		font-size: 19px !important;
	}
	
	body#recipePage div#recipeImage img {	/* Scale recipe image back proportional */ 
		width: 240px;
		height: auto;
	}
	
	body#recipePage a#logo, body#recipePage a#logo img {
		display: block !important;
	}
	
	.imgRight {
		float: right;
		margin: 0px 0px 5px 15px;
	}
	.imgLeft {
		float: left;
		margin: 0px 15px 5px 0px;
	}
	
/* Shoppinglist */
body#recipeShoppingList img {
	position: aboslute;
	top: 0px;
	left: 0px;
}

body#recipeShoppingList #content {
	padding: 0px !important;
}

body#recipeShoppingList h1 {
	float: left;
	padding-left: 180px;
	margin-bottom: 40px;
}

body#recipeShoppingList ul, body#recipeShoppingList ul li {
	padding: 0px;
	margin: 0px;
}

body#recipeShoppingList ul li {
	margin-left: 12px;
}

.overlay {
	display: none;
}
