@charset "UTF-8";


h1{
	font-size:28px;
}
table{
	padding-bottom:100px;
}
#contentPast {
	position:relative;
	top:78px;
	margin:auto;
	width:970px;
	min-height:900px;
	padding-bottom:40px;
	padding-left:20px;
	text-align:left;
}
.leftCol{
	position:relative;
	float:left;
	width:190px;
	padding:0;
	margin:0;
}
.rightCol{
	position:relative;
	float:left;
	width:754px;
	padding:0;
	margin:0;
}
.rightCol p{
	width:621px;
	color:#666;
}
#pastModelNav{
	margin-left:2px;
	width:198px;
	height:580px;
	z-index:10;
}
#noModelShot{
	width:685px;
	margin-right:60px;
	float:right;
}
#noModelShot p{
	padding-top:10px;
}
#modelShot{
	width:700px;
	height:320px;
	margin-top:-20px;
	margin-right:60px;
	float:right;
	text-align:left;	
}
#modelTitle{
	margin-left:20px;
	margin-top:110px;
	color:#d5d5d5;
	font-size:24px;
	float:left;
	width:220px;
}
#specsTop{
	clear:right;
	height:8px;
	width:100%;
}
#specsTable{
	width:100%;
	text-align:left;
}
.spec-label {
	padding:6px 0 6px 4px;
	width:200px;
	border-bottom: thin solid #c3e4bc;
	vertical-align:top;
	color:#666;
}
.spec-copy {
	padding:6px 0 6px 0;
	width:480px;
	color:#666;
	border-bottom: thin solid #c3e4bc;
	vertical-align:top;
}
.specName{
	text-transform:uppercase;
	padding:7px;
	text-align:left;	
	width:165px;
	font-weight:bold;
}
.specValue{
	background:url(../images/pastModels/specsValueDots.gif) repeat;
	padding:7px;
	height:100%;
	width:532px;
}
.spacer{
	width:19px;
}

