@charset "ISO-8859-1";
html, body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.9em;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	border: none;
	height:100%; 
}

div#HeaderFrame
{
	display: none;
}

div#SideBar
{
	display:none;
}

div#NavigationFrameWithSideBar
{
	display:none;
}

div#Navigation
{
	display: none;
}

div#OrderConfirmation
{
	width: 100%;
	margin-top: 3cm;
}

div#OrderConfirmationAddress
{
	float: left;	
}

div#OrderConfirmationBarcode
{
	float: right;
	margin: 80px 0px 0px 0px;
	text-align: right;
	height: 140px;
}

div#OrderConfirmationAddress h2
{
	margin-top: 90px;
	color: #000000;
}
	
table#recipe
{
	border-spacing: 0px;
	margin-bottom: 20px;
}

table#recipe th
{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
}

table#recipe tbody tr td
{
	padding: 0px 0px 60px 0px;
}

table#recipe tfoot tr td
{
	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

p.button_divider
{
	display: none;
}


div#ScreenOnly
{
	display: none;
}
