/*** Print CSS for maag ***/

body
{
	width: 1024px;
	height: 768px;
}

div.backgroundContainer,
div.topNavigation,
div.header,
div.browseNavigation
{
	display: none;
}

/* Order Confirm */
.checkout div.topic div.orderConfirm
{
	display: block;
}	

.checkout div.topic p.successfullText,
.checkout div.topic div.printlink
{
	display: none;	
}

div.siteContainer div.content div.topic div.orderConfirm hr.orderConfirm
{
	border: 0 none;
	color: #C7C7C7;
	height: 1px;
	width: 100%;
}

div.contentContainer
{
	top: -215px;	
}
	

div.footer
{
	display: none;
}
