/* print styles */
body div#header div#tools,
body div#header form#search,
body div#header div.logout,
body ul#nav{
	display: none;
}

body div#content{
	float: left;
}

body div#content p.print,
body div#content button#add_to_basket,
body div#content img.dummy_spacer,
body div#content a.logout {
	display: none;
}

body div#content div.result_header {
	display: none;
}

body ul#footer{
	float: left;
}
/*
body ul#breadcrumb li.parent,
body ul#breadcrumb li.current h1 {
	font-size: 22px;
	width: auto !important;
	height: auto !important;
}
*/
