.product_description {
	border: 1px solid #ccc;
	padding: 15px;
	width: 624px;
	background: #f5f5f5;
	margin-bottom: 13px;
}

.product_comparison {
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 6px;
	margin: 0px 12px 0 0;
	text-align: center;
	border-collapse: collapse;
}

.product_comparison th{
	padding: 6px 8px;
	background: #8d99b3;
	background: url(masthead_back.jpg) repeat-x;
	text-align: center;
	color: #fff;
}

.product_comparison tr{
	/*border-bottom: 1px dotted #ccc;*/
}

.product_comparison td{
	padding: 6px 8px;
	border-right: 1px dotted #ccc;
	/*text-align: right;*/
	vertical-align: top;
	width: 150px;
}

.product_price {
	color: #000;
	font-weight: bold;
	background: #f5f5f5;
	border: none;
	font-size: 115%;
	text-align: left;
}

.product_price td{
	/*border: none;*/
}

.alt_row {
	background: #ebebeb;
}

.no-em {
	font-weight: normal;
}

.table_key {
	text-align: right;
	font-weight: bold;
}

.bottom_div {
	background: #f9f9f9;
	float: left;
	width: 248px;
	padding: 10px;
	border-right: 1px dotted #ccc;
	margin-top: 12px;
	height: 15em;
}
