/* Styles for print */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#header, #menu, .red, .beige, .peach, #secondary_navigation {
	display: none; }

table#products .red, table#products .beige, table#products .peach {
	display: block; }

h1, h2 {
	color: #B9464E;
	font-size: 18px;
	margin: 0 0 15px 0;
	}
	
body, p, select, input, label, li, td, textarea {
	font-size: 11px;
	}
	
#printstrap {
	display: block;
	text-align:center; }

td {
	vertical-align:top;
	padding: 5px;}

td.prod_image {
	width: 50%; }

.hidden_prod_image {
	width: 70%;
	margin:0;
	padding:0; }