
div.leftNav h3{
	margin:0;
	padding:0;
	padding-top:5px;
  	padding-left:10px;
	height:20px;
	font-size: 1.1em;
	font-weight:bold;
	color:#FFFFFF;
	background:url(/images_new/product_details_images/pDetail_leftNav_Header.gif) top left no-repeat;	/* background: top left corner with top border */
}
div.pageContentWrapper{
	position:relative;
	width: 761px;
	margin:0;
	padding:0;
	margin-left:18px;
	margin-top:8px;
	margin-bottom:9px;
	background:url(/images_new/white_middle.gif) repeat-y; /* background:leftNav faux column and far right border repeat-y*/
	/*
    Internal pages without a left nav (e.g. search results),
    should include an additional stylesheet in which this element's
    background does not include the brown faux column.
  */
}
div.internalContent{
  background: url(/images_new/white_bottom.gif) bottom right no-repeat; /*bottom graphic */
  float:left;
  width:761px;

		margin-top:-1px;
	border-top:1px solid #ccc;
}