div.specHeader {
	display: block;
	position: static;
	float: left;
	width: 600px;
	height: auto;
	border-bottom: 1px solid #fff;
	background-color: #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	background-color: #fff;
}

div.spec {
	display: block;
	position: static;
	float: left;
	width: 600px;
	height: auto;
	border-bottom: 1px solid #fff;
	background-color: #efefef;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
}


div.spec p {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size: 11pt;
	color: 333;
}

div.spec h3 {
	padding-top: 24px;
	text-transform: uppercase;
}


div.specMagnitude {
	display: block;
	position: static;
	float: left;
	width: 260px;
	height: auto;
	margin-right: 16px;
}

div.specValue, div.specValueWide {
	display: block;
	position: static;
	float: left;
	width: 146px;
	height: auto;
	color: #0051b9;
	margin-right: 16px;
}

div.specValueWide {
	width: 300px;
}



