/* CO-OP BOOKSHOP
   Printer styles
   Adjusts page layout to fit on A4 printed sheet, and removes superfluous elements such as navigation + search
   Author: Jonathan Nicol (jonathan@f6design.com)
*****************************************************************/

body  {
	background: #fff;
	background-image: none;
	text-align: left;
}

#contentWrap {
	width: 566px;
}

#headerMenus{
	display: none;
}

#navShell {
	display: none;
}

#sidebar {
	display: none;
}

#pageTitle {
	width: 566px;
	margin-top: 0;
}

#titleImg {
	display: none;
}

#sidebarContShell {
	background-image: none;
}

#footer {
	display: none;
}

h4.block {
	color: #464646;
	padding: 0;
}

td, th {
	border-right: none;
	border-top: none;
}


