#specstable {
	width: 100% auto;
	padding: 0;
	margin: 0;
}

#specstable th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../img/tables/bg_header.jpg) no-repeat;
}

#specstable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.fixedwidth {width:150px;}

#specstable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#specstable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#specstable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../img/tables/bullet1.gif) no-repeat;
}

#specstable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../img/tables/bullet2.gif) no-repeat;
	color: #797268;
}