img {
	border: none;
}
#specs {
	margin: 20px 40px 60px 40px;
	width: 469px;
	border-bottom: 15px solid #E4E4E4;
}
#specs h1 {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	font: bold 24px Helvetica, sans-serif;
	color: #000000;
	float: left;
}
#specs h1 span {
	display: block;
	color: #6E0000;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
}

#spec-download {
	float: right;
	padding-bottom: 20px;
}

#specs sup {
	font-family: Verdana, sans-serif;
	/* windows does strange things with Helvetica reg marks */
}
.spec-open-link {
	position: absolute;
	top: 12px;
	right: 13px;
	font: normal 14px Helvetica, sans-serif;
	color: #666666;
	padding: 0px 0px 0px 15px;
	cursor: pointer;
	line-height: 100%;
}
.spec-open-link-arrow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 13px;
	height: 13px;
	line-height: 0px;
	font-size: 0px;
	background: transparent url(/images/spec-section-arrow-right.png) no-repeat scroll center left;
}
.open .spec-open-link {
	display: none;
}
.spec-close-link {
	display: none;
	position: absolute;
	top: 12px;
	right: 13px;
	font: normal 14px Helvetica, sans-serif;
	color: #666666;
	padding: 0px 0px 0px 15px;
	cursor: pointer;
	line-height: 100%;
}
.spec-close-link-arrow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 13px;
	height: 13px;
	line-height: 0px;
	font-size: 0px;
	background: transparent url(/images/spec-section-arrow-down.png) no-repeat scroll center left;
}
.open .spec-close-link {
	display: block;
}
.spec-section {
	clear: both;
	font: bold 12px Helvetica, sans-serif;
	color: #333333;
	background: transparent url(/images/spec-section-gradient.png) no-repeat scroll top left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 469px;
	height: 135px;
	overflow: hidden;
}
/* js does this now
.spec-section.open {
	height: 350px;
}
*/
.spec-section h2 {
	margin: 0px;
	padding: 11px 0px 5px 11px;
	font: bold 16px Helvetica, sans-serif;
	color: #333333;
}

.spec-section-fade {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 469px;
	height: 41px;
	background: transparent url(/images/spec-section-fade.png) repeat-x scroll bottom left;
}
.spec-section-fade.openfade {
	display: none;
}
.spec-tabs {
	position: absolute;
	top: 30px;
	left: 3px;
	width: 456px;
	height: 138px;
}
.spec-tabs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* to-do: add this element, and move hotspots into it */

.spec-hotspot-container {
	position: absolute;
	top: 30px;
	left: 6px;
}
.spec-hotspot {
	position: relative;
	top: 0px;
	left: 0px;
	width: 76px;
	height: 138px;
	cursor: pointer;
}
.spec-tabs li {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 81px;
	height: 138px;
	background: transparent url(/images/spec-tab-default.png) no-repeat scroll top left;
	text-align: center;
}
.spec-tabs li.hover {
	background-image: url(/images/spec-tab-hover.png);
}
.spec-tabs li.current {
	background-image: url(/images/spec-tab-current.png);
}
.spec-tabs img {
	width: 55px;
	height: 55px;
	padding-bottom: 2px;
}
.spec-tabs li a {
	text-decoration: none;
	display: block;
	line-height: 100%;
	color: #333333;
	margin: 0px;
	padding: 13px 8px 5px 8px;
}
.spec-tabs li a span {
	display: block;
	font: bold 14px Helvetica, sans-serif;
	color: #333333;
}
.spec-tabs li a span span {
	font-size: 11px;
}
.spec-tabs li.current a,
.spec-tabs li.current a span{
	color: #FFFFFF;
}

.spec-product {
	display: none;
	padding-top: 135px;
}
.spec-product.shown {
	display: block;
}
.spec-product img {
	padding-right: 2px;
}
.spec-product h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.spec-product table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: none;
}
.spec-product table tr {
	vertical-align: middle;
}
.spec-product table td {
	margin: 0px;
	padding: 0px;
	border: none;
}
.spec-product table.spec-chart th,
.spec-product table.spec-chart td {
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 2px 2px;
	margin: 0px;
	white-space: nowrap;
	text-align: center;
}
.spec-product table.spec-chart th {
	border-bottom: none;
	background-color: #1F1F1F;
	color: #FFFFFF;
	font-size: 10px;
}


