/*        Control SPECIFICATIONS page

      Area for specifications on top page
============================================== */
#list-area {
	position: absolute;
	top: 94px;
	left: 35px;
	width: 710px;
}
#page-intro a {
	font-style: normal;
	color: #329592;
	text-decoration: none;
}

/*   Each spec on SPECIFICATIONS page
======================================== */
.spec-detail {
	float: left;
	height: 94px;
	width: 223px;
	margin: 0 0 47px 0;
	text-align: left;
}
.spec-detail a {
	float: left;
	color: #000000;
	text-decoration: none;
}
.spec-detail a:hover {
	color: #000000;
}
.spec-detail img {
	float: left;
	text-align: left;
	padding: 0 10px 0 0;
	border: none;
	outline-width: 0;
}
.spec-description {
	float: left;
	height: 94px;
	width: 72px;
	text-align: left;
	display: table;
}
.spec-textbox {
	display: table-cell;
	vertical-align: middle;
}
