/*
    Mt Beauty Foodworks (Print Styles)

    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created 10/05/2006
*/

/*
	** Hide these elements
*/
.noprint,
.accessibility, 
.acc,
.offleft,
.header form,
.header .topmenu,
.menu,
.sidecol,
.footer h4,
hr
{
	display: none;
}

/*
	**Show these elements
*/
.content,
.footer
{
	display: block;
}



/*
	** Custom Elements
*/
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size: 12.5pt;
}

a img
{
	border: 0cm none;
}

a:link { color: #777; }
a:visited { color: #555; }

.header 
{
	background-color: #f67f25;
	padding: 0.1cm 1cm;
}

.page-heading
{
	padding: 0 1cm;
}

.page
{
	padding: 0cm 1cm 1cm 1cm;
}

.content table
{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.content table th
{
	text-align: left;
	border-bottom: 2px solid #ccc;
	padding: 0.1cm;
}
.content table th a { color: #000; }
.content table td
{
	border-bottom: 1px solid #ccc;
	padding: 0.1cm;
}

.footer
{
	text-align: center;
	font-size: 11pt;
	font-weight: normal;
}




/*	=split definition list in 2 columns
*/
dl.split
{
	clear: both;
	height: 1%;
	margin: 10px auto;
	padding: 0;
}
	dl.split dt
	{
		float: left;
		clear: both;
		width: 30%;
		margin: 0 0 3px 0;
		padding: 0 0 3px 0;
		
		font-weight: bold;
	}
	dl.split dd
	{
		width: 68%;
		margin: 0 0 3px 30%;
		padding: 0 0 3px 0;
	}
				
	dl.split dl
	{
		clear: none;
		margin: 0;
	}
	dl.split dl dt,
	dl.split dl dd
	{
		clear: none;
		margin-bottom: 0;				
		padding-bottom: 0;				
	}




.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;
}