.spec_table {
	border: 1px solid #CACACA;
}
.spec_table_col1 {
	width: 200px;
}
.spec_table_col1_cell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
	padding: 3px;
	vertical-align: bottom;
}
.spec_table_col2 {
	width: 100px;
	font-weight: bold;
	text-align: center;
}
.spec_table_col2_cell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
	padding: 3px;
	text-align: center;
}
.spec_table_col2sub {
	width: 50px;
	font-weight: bold;
	text-align: center;
}
