/* mobile styles */
@media handheld {

html, body {
	background: #fff;
	padding: 3px;
	color: #000;
	margin: 0;
	}
	
* {
	float: none;
	}
	
#printLogo, #unitPriceFrame, #printHeader, #headerTools, #imageRotation, #footerContainer {
	display: none;
	}
	
#quickLinksNarrow img {
	display: none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
	
#content img { 
	max-width: 250px;
	}
	
}