#Feature{
	position: relative;
	float: left;
	margin: 2px;
	border: 1px solid #00CCFF;
	background-color: #FFCC00;
	width: 160px;
}
#Feature .Label{
	color: #003366;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	position: relative;
	float: left;
}
#Feature .Value{
	background-color: #00CCFF;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	float: right;
}
.pd_alignTop{
	vertical-align: top;
}
.pd_dsc{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
@media print{
.pd_group{
	position: relative;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 700px;
}
}
@media screen{
.pd_group{
	position: relative;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 500px;
}
}
.pd_img{
	margin: 5px;
	border: 1px solid #FF3366;
}
.pd_otherImages{
}
.pd_otherImages div{
	position:relative;
	float:left;
	text-align: center;
	border: 1px solid #FF3366;
	padding: 3px;
	margin: 2px;
	width: 152px;
}
.pd_otherImages div img{
	position:relative;
	float: left;
}
.pd_otherImages div span{
	clear:both;
}
.pd_processed{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	border: 3px solid #FF0000;
	text-align: center;
	width: 75px;
}
.pd_summary{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	vertical-align: top;
}
.pd_summary td{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.pd_summary th{
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
.pd_ttl{ /*Title*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}