.specContainer {
   border: 1px solid #d3d0c9;
   width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	float: left;
}
.specHeader {
   background-color: #ffffff;
   font-weight: bold;
   width: 380px;
   height: 15px;
   text-align: center;
   text-decoration: underline;
   padding: 10px 10px 10px 10px;
   float: left;
}
.specEntry {
   background-color: #cccccc;
   width: 380px;
   height: 25px;
   padding: 8px 10px 0px 10px;
   float: left;
}
.specEntryName {
   width: 240px;
   text-align: left;
   float: left;
   font-weight: bold;
}
.specEntryValue {
   width: 130px;
   text-align: right;
   float: left;
}
.specDescription {
   width: 380px;
   height: 25px;
   padding: 8px 10px 0px 10px;
   float: left;
   font-size: 90%;
}

