/* Tuksi Frontend - Stylesheet */
/* Version 2005-09-09-AMA */
@media print {

/* make all fonts black on print outs */
* 
{
	color:#000;
	background-color: #FFF;
	font-family: Arial;
	font-size: 13px;	
	margin: 0;
	padding: 0;	
	border: none;
}
.header { display: none; }
.credits { display: none; }
.submenu { display: none; }
.printButton { display: none; }
#popupWrapper { display: none; }
.wrapper 
{
	width: auto; 
	margin: 0;
	padding: 0; 
	border: none;
	float: none !important;
	color: black; 
	background: transparent;
}
#printLogo
{
	display: block;
	margin: 0 0 30px 0;
}
#recipeCol1
{
	width: 415px;
	overflow: hidden;
	float: left;
	border-right: #dbdbdb 1px solid; 
	padding-right: 15px;
}
img.mainImg
{
	width: 415px;
	margin-bottom: 16px;
	overflow: hidden; 
}
#ingriPrint { display: block; margin-bottom: 30px; }
.ingriPrint02 {	display: none; }
.headline02
{
	display: inline-block;
	width: 415px;
	padding-bottom: 14px;
	margin-bottom: 30px;
	border-bottom: #dbdbdb 1px solid; 
}
.recipeContent
{
	float: left;
	text-align: left;
	clear: both;
}
#recipeCol2 
{
	padding-left: 15px;
	float: left;
	width: 202px;	
}
img.secImg
{
	width: 202px;
}
#recipeCol2 h2 { color: #7f7f7f; }
.hideImg { display: none; }
.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;
	font-weight: bold;
}
}