/* National Foods > Tasmanian Heritage > print.css */


@import url("content.css");

/* TOC

1: - 	Global
2: - 	sIFR

*/


/* 1 :-------- Global ------------ */
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
		}

	#header,
	#search,
	.skipLink,
	#footer,
	#leftnav,
	#flashContent,
	#productDropdown,
	.divider,
	.backBtn {
		display: none;
		}
	#content {
		width: 600px;
		padding: 0 20px 20px 20px;
		float: left;
		}
	img {
		display: block;
		}
	a {
		color: #007ec4;
		}
	a img {
		border: none;
		}	
			
	h1  {
		margin-top: 0;
		font-size: 18px;
		color: #666;
		margin-left: 20px;
		}
	h1.intro  {
		font-size: 12px;
		color: #666;
		font-weight: normal;
		}
	h2  {
		margin-top: 0;
		font-size: 16px;
		color: #666;
		margin-left: 20px;
		}				
	h3 {
		font-size: 12px!important;
		color: #666;
		}
		
	.recipeDetails {
		background: #fff;	
		}	
	.recipeDetails .text {
		padding: 10px 0 0 0;
		}				
															

/* 1 :-------- sIFR ------------ */

	.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
		}
	
	span.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		}	

		