/*
	Template for printing. Disables all information no needed on paper.
	Quite simple. More advanced printing would take care of the pagetype
	and prepare a special printview. e.g. order summary, order history,
	account information.
*/
#header
{
	display: none;
}

#footer
{
	display: none;
}

#poweredby
{
	display: none;
}

#leftnavigation
{
	display: none;
}

#rightnavigation
{
	display: none;
}

#container, #main
{
	width: auto !important;
	border: none;
}

#printpage
{
	display: none !important;
}

.navigationbuttons, .button, .imagebutton
{
	display: none;
}

#content
{
	float: none;
	display: block;
	width: auto !important;
	border: none;
}
