#contentwrapperproductpage {
background: url(contentpagebackground.jpg) no-repeat;
margin-bottom: 14px;
overflow: auto;
width: 882px;
}

#contentwrapperproductpage h1 {
		background:	#fff;
		margin-right: 450px; 
		/* 	the above 2 tweaks hide just enough of the gray underline. 
			Note that each content based page can override this. */
		margin-left: 110px;
		padding-top: 3px;
		padding-right: 10px; /*BMilton - Added to ensure some space between H1 and gray line */
		font-size: 18px;
	}
	

#contentwrapperproductpage p {
	margin-bottom:	0;
}

#contentwrapperproductpage ul, #contentwrapperproductpage ol {
	margin-bottom:	1em;
}

#contentwrapperproductpage li {
	margin-left:	2em; 
	padding-left:	0px;
}

#heading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
}

#contentwrapperproductpage h2 {
	font-size:17px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 30px 0 0;
	border-bottom: 1px solid #7F9DB9;
}


.product_box {
	margin-top: 15px; 
}


#contentwrapperproductpage h3 {
		font-size: 13px;
		font-weight: bold;
		float: left;
		padding-right: 15px;
		margin-top: 0;
		border-bottom: none;
		
	}
	
	
.product_description {
	font-size: 12px;
}
	

.product_links {
	margin-top: 5px;
	border-bottom: 1px solid #7F9DB9;
	padding-bottom: 5px;
}

.product_links a{
	clear: both;
	font-size: 13px;
	font-weight: bold;
}

.divider {
padding: 0 5px;
font-size: 10px;
color: #7F9DB9;
}

.nolink {
font-weight: bold;
color: #CCCCCC;
}
