/*
** File: styles/model_specs.css
** Author: Clint Talbott
** Last Edit: 17 Mar 2009
*/
/* INTRO */
.model_specs.index #mainimg {
	width: 613px;
	height: 249px;
	background: url("../images/model_specs/model_specs_img.jpg") no-repeat;
}
/*.*/
/* SPECS */
.year {margin-bottom: 10px;}
.year h3 {
	background-color: #222;
	padding: 3px 5px 0 20px;
	height: 22px;
	background: #222 url(../images/model_specs/specs_header_bg.jpg) no-repeat;
	cursor: pointer;
	color: #F60;
}
.year table {
	width: 100%;
}
.year table th {
	text-align: left;
	padding: 2px 5px;
}
.year table td {padding: 2px 5px;}
.year table th, .year table td {
	border: 1px solid #666;
}
/*.*/

