#specifications {
	width: 490px;
	border-collapse: collapse;
	border: 1px solid #333;
}
#specifications th {
	font-weight: bold;
	background: #CCC;
}
#specifications td, #specifications th {
	padding: 2px 10px;
	border-bottom: 1px solid #333;
}
#specifications tbody tr:first-child th {
	background: #A40000 url("/img/bg/btn_collapse.gif") no-repeat 5px 50%;
	color: #FFF;
	font-weight: normal;
	padding-left: 20px;
	border-bottom: 0px none;
}
.item {
	width: 33%;
}
.unit {
	width: 33%;
}
.value {
	width: 33%;
	background: #CCC;
}