.product_detailed_desc h2 {
	font-family: "pfdindisplaypro-bold";
	font-size: 22px;
	margin-bottom: 22px;
}

.product_detailed_desc h3 {
	font-family: "pfdindisplaypro-medium";
	font-size: 18px;
	margin-bottom: 11px;
}

.product_detailed_desc strong {
	font-family: "pfdindisplaypro-bold";
}

.product_detailed_desc {
	font-size: 15px;
	line-height: 20px;
}

.product_detailed_desc p, .product_detailed_desc ul {
	margin-bottom: 12px;
	line-height: 17px;
}

.product_detailed_desc table {
	border: 1px solid #eee;
	margin-bottom: 20px;
	/*width: 600px;*/
}

.product_detailed_desc table.stripped_description, .product_detailed_desc table.detail_description {
	width: 600px;
}

.product_detailed_desc table tr td,  .product_detailed_desc table tr th{
	padding: 6px 9px;
	border: 1px solid #e2e2e2;
}

.product_detailed_desc table tr th {
	text-align: left;
	font-family: "pfdindisplaypro-bold";
	background-color: #eee;
}

.product_detailed_desc table tr td p {
	margin-bottom: 0;
}

.product_detailed_desc table.discharge_description {
	width: 930px;
}

.product_detailed_desc table.discharge_description tr:first-of-type{
	background-color: #eee;
	font-family: "pfdindisplaypro-bold";
}

.product_detailed_desc table.discharge_description tr:nth-child(2n){
	background-color: #F9F9F9;
}

.product_detailed_desc table.stripped_description tr:nth-child(2n){
	background-color: #F9F9F9;
}

.product_detailed_desc table.discharge_description tr:first-of-type td, .product_detailed_desc table.stripped_description tr:first-of-type th{
	border: 1px solid #e2e2e2;
}

.product_detailed_desc table.chemical td{
	text-align: center;
}

.product_detailed_desc table.discharge_description.auto th {
	vertical-align: middle;
}



