/* CSS Document */

.specification {
	text-align:left;
}

.specification h3 {
	font-weight:normal;
	margin:0px;
}

.specification table {
	width: 500px;
	padding: 0px;
}



.specification table th {
	background-color:#efefef;
	color: #333333;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	border-left:1px solid #3C6179;
}



.specification table td {
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 1px;
	padding-left: 4px;
	margin: 1px;
	font-weight: normal;
	background:#efefef;
	border-left:1px solid #3C6179;
	border-top:1px solid #3C6179;
}