#section{
	padding:18px 140px;
	background:url(../images/secondary-separator.png) no-repeat top center #fff;
}
#visit-mitm{
	float:right;
	padding:0 12px;
	font-size:11pt;
	color:#d9625e;
	background:url(../images/external-site.png) no-repeat right center;
	text-decoration:none;
}
#visit-mitm:hover{
	color:#ff0800;
}
#visit-mitm:active{
	color:#a41713;
}
#content{
	margin-top:26px;
}
table.specs{
	margin:8px;
	border:1px solid #d8d8d8;
	text-align:center;
}
table.specs th{
	padding:2px 0;
	border-bottom:1px solid #dedede;
	font-size:9pt;
	line-height:12pt;
	vertical-align:bottom;
	background:url(../images/table-header.png) repeat-x #f2f2f2;
	cursor:default;
}
table.specs th.model-number{
	width:96px;
}
table.specs td{
	font-size:8pt;
}
table.specs tr.odd{
	background:#f2f2f2;
}
table.specs tbody tr:hover{
	color:#111;
	background:#dcdcdc;
}
