@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
	#pageHeading {
		padding:18px 0px 0px 10px; margin:0px 0px 17px 0px;
		font-family:Georgia, "Times New Roman", Times, serif; font-size:75%;
		color:#636466;
	}
	
	#leftNav ol li { font-size:80%; }
	
	.prodSection .details .label, .prodSection .details .data {
		font-size:75%;
		line-height:17px;
	} 
	
	.prodSection p { font-size:75%;	}
	p.std { font-size:75%; }
	
	input.iB { width:106px; }
}