.item_name {
	font-size: 120%;
}

.item_detail_spec_table {
	border-top:1px solid #333;
	border-collapse: collapse;
	width: 100%;
}

.item_detail_spec_table th {
	padding-top:1em;
	padding-right:.5em;
	padding-bottom:1em;
	padding-left:1em;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	vertical-align: top;
}

.item_detail_spec_table td {
	overflow:hidden;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	border-bottom:1px solid #333;
	vertical-align: top;
}

.item_detail_spec_table table td {
	border: none;
}