/* Product Information */
div.product-information h3 {
	border-bottom: 1px solid #ccc;
	padding: 5px 3px 0 3px;
	font-size: 16px;
	font-weight: bold;
	color: #424242;
}

#reviews div {
	font-size: 12px;
}

#product-description div {
	font-size: 12px;
	padding: 10px;
}

#product-specs div {
	font-size: 12px;
}

#product-specs dl {
	clear: both;
	padding: 10px;
}

#product-specs dl dt {
	float: left;
	width: 200px;
}

#product-specs dl dd {
	float: left;
	width: 775px;
}