/* -----------------------------------------------------------------------

	PRINT - print stylesheet (included in addition to main.css)
	
	web			: http://www.happycarrot.co.uk/
	filename	: /css/print.css
	version		: 09/06/2008
	
   ----------------------------------------------------------------------- */

.print_hide {
	display: none;
}

.screen_hide {
	display: block;
}

#wrapper {
	width: auto;
	margin: 0;
}

#confirmed_content p {
	font-size: 1.1em;
}

#receipt {
	font-family: Arial, Helvetica, sans-serif;
}

#receipt th {
	font-size: 1.1em;
}

#receipt td {
	font-size: 1.1em;
}

#receipt td.totals {
	font-size: 1.1em;
}

#confirmed_content h1 {
	font-size: 1.8em;
}

