#contentarea {
	font-size: 12px;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;	
}
/******************************[ Bullets and Para ]********************/
#DescriptBullets {
	margin: 0;
	padding: 0;
	/*width: 380px;*/
	width: 65%;
	/*margin-right: 200px;*/
	float: left;
	/*clear: both;*/
}
.bulStyle {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8;
}
/******************************[ Related items ]********************/
#docrelated {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	/*
	position: absolute;
	right: 20px;
	top: 205px;
	*/
}
#docrelatedtable{
	border: none;
}
.RelatedLink
{
	font-size: 11px;
}
#RelatedItems ul {
	/*list-style-image: url(/images/buttons_icons/bulletarrow.gif);*/
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}	
#RelatedItems li {
	padding-top: 3px;
	padding-bottom: 3px;
    background-image: url(/images/buttons_icons/bulletarrow.gif);
    background-repeat: no-repeat;
    background-position: 9px 7px;	
}
/******************************[ Spec Chart ]********************/
#SpecChart{
	/* see SpecChart.css for more styles */
	display: block;
	clear: left;
}
/******************************[ Drawings ]********************/
#DrawingFlashObject {
	clear: both;
	width: 650px;
	background-color: #ffffff;
}
#DrawingDisclaimer {
	padding: 5px;
	width: 640px;
	> width: 650px;  /* IE 6 hack (reads this) because it of box model issue - doesn't work with Opera*/
	margin-bottom: 10px;
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background: #000000;
}
/******************************[ other ]********************/
#OldProdListing {
	margin-top:50px;
	clear: both;
}