body {
	background: #fff;
	color: #000;
	font-size: 10pt;
	}
	
#title {
	width: auto;
	margin: 0 5% 1em 5%;
	padding: 0;
	}
.screen {
	display: none;
	}
#title h1 img.print {
	position: relative;
	left: 0;
	display: block;
	}

#title .nav,
.tabs, 
#breadcrumbs,
#sidebar {
	display: none;
	}
#content .tabs {
	display: block;
	}
	
#main,
#main-full {
	float: none !important;
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: none;
	}
	
#entitled_prods, #unentitled_prods {
	width: 620px;
}
	
#content, #content_hlights {
	width: 620px;
	margin: 0;
	padding: 0;
	/* Adding float:none here makes Safari re-render the page badly on printing. */ 
	}
	
div.formblock {
	width: auto;
	margin: 1em 5%;
	background: #fff;
	border: 1px solid #999;
	}
	
#leftcol,
#midcol,
#rightcol {
	float: none !important;
	width: auto !important;
	display: block;
	margin: 0;
	}
	
#content table { width: 630px;}


#content .products {
	width: 620px;
	float: none
}

form.show-only, form.preferences {
	width: 620px;
	clear: both; 
}


#content .results dl, #content .results dd {
width: 620px;
}

	
#footer {
	padding: 0;
	margin: 1em 5% 0 5%;

	}
#footer a {
	display: none;
	}