div.box tr.even {
	background-color: #f3faf7;
}
div.box tr.odd {
	background-color: #f3f7fa;
}
div.box th,
div.box td {
	padding: 2px 5px;
}
td.short_text {
	text-align: center;
}
td.numeric {
	text-align: right;
}
.banner_center {
	text-align: center;
}
table.spec {
	margin-bottom: 1em;
}
table.spec th,
table.spec td {
	padding: 2px 5px;
}
table.spec th {
	text-align: center;
	font-weight: normal;
}
table.spec td {
	text-align: right;
}
table.spec ul {
	margin-bottom: -0.3em;
}
table.spec caption {
	text-align: left;
}
tr.even {
	background-color: #f3faf7;
}
tr.odd {
	background-color: #f3f7fa;
}
table.prod {
	text-align: center;
	margin-bottom: 1em;
}
