/* 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-information{
	width:100%;
}
#product-description div {
	font-size: 12px;
	padding: 10px;
	position:relative;
}

#product-specs div {
	font-size: 12px;
}

#product-specs dl {
	clear: both;
	padding: 10px;
}

#product-specs dl dt {
	width: 20%;
	float: left;
}

#product-specs dl dd {
	float: left;
	width: 80%;
}