#vehicle_column {
	width: 25%;
	float: left;
}

#vehicle_column li {
	/*line-height: 2em;*/
}

#vehicle_column li.make {
	background: #000;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-indent: 5px;
	font-weight: 600;
	font-size: 120%;
	display: block;
}

#vehicle_column li.model a {
	color: #000;
	padding: 5px 0;
	text-indent: 10px;
	border-bottom: 1px solid #fff;
	background: #ccc url('../images/incentives/arrow.gif') 93% center no-repeat;
	display: block;
	font-size: 110%;
}

#vehicle_column li.model a:hover, #vehicle_column li a.selected {
	background-color: #fff;
}

div.models {
	width: 73%;
	margin: 0 auto;
	padding-bottom: 5px;
	float: right;
	border-top: 3px solid red;
	border-bottom: 3px solid #797979;
}

div.models a.rebate_button {
	display: block;
	padding: 5px 10px;
	font-size: 140%;
	background-color: #0dd21b;
	float: right;
	color: #fff;
	margin-top: 7px;
}

div.models a.rebate_button:hover {
	background-color: #0bc117;
}

div.models td, div.models th {
	text-align: center;
	border-collapse: collapse;
	font-size: 120%;
	padding: 5px;
	border: 1px solid #fff;
}

#incentives_info span.zip_heading {
	font-size: 140%;
	color: #000;
	padding: 10px 0 10px 20px;
	font-weight: 600;
	display: block;
	float: left;
}

.incentives_table { 
	width: 100%;
}

.incentives_table th { 
	background-color: #666;
	color: #fff;
}

.incentives_table td {  
	color: #333;
}

.incentives_table tr.odd td { 
	background-color: #999;
	color: #fff;
}

.incentives_heading { 
	font-size: 180%; 
	font-weight: 600; 
	color: #000; 
	padding: 5px 0; 
	display: block; 
}

span.model_heading { 
	font-size: 180%; 
	margin: 10px 10px 10px 0; 
	color: #000; 
	display: block;
	font-weight: 600;
	float: left;
}

.special_container {
	width: 100%;
}

div.models h4 {
	color: red;
	font-size: 130%;
	font-weight: 600;
	margin: 1em 0;
}

.special_container {
	margin: 10px 0;
	border-top: 3px solid #666;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.special_container h5 {
	font-size: 110%;
	font-weight: 600;
	padding: 10px 0;
	background: #fff;
	text-indent: 35px;
	color: #333;
}

.special_container h5.special {
	background: #fff url('../images/incentives/special.gif') 10px center no-repeat;
}

.special_container h5.college {
	background: #fff url('../images/incentives/college.gif') 10px center no-repeat;
}

.special_container h5.military {
	background: #fff url('../images/incentives/military.gif') 10px center no-repeat;
}

.special_container span {
	font-weight: 600;
	color: #333;
	display: block;
	margin-left: 45px;
}

.special_container p {
	line-height: 1.75em;
	background-color: #f0f0f0;
	padding: 10px;
	border: 1px dotted #bbb;
	width: 94%;
	margin: 10px auto;
}

#change_zip {
	float: right;
}

#change_zip label {
	font-weight: 600;
	float: left;
	display: block;
	font-size: 120%;
	margin: 10px 0 0 0;
}

#change_zip input {
	width: 50px;
	font-size: 120%;
	margin: 5px 5px 0 0;
	padding: 2px;
}

#change_zip #submitButton {
	width: 75px;
	margin: 2px 0 0 0;
}

#show_zip_link {
	float: right;
	display: block;
	background-color: transparent;
	color: #000;
	font-weight: 600;
	text-decoration: underline;
	margin: 13px 0 0 0;
	font-size: 120%;
}

#show_zip_link:hover {
	text-decoration: none;
}

.incentives_offer {
	width: 97%;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border-top: 3px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

.incentives_offer p {
	font-weight: 600;
	font-size: 160%;
	color: #000;
}

.incentives_seperator {
	background-color: #f0f0f0;
	font-size: 200%;
	padding: 5px 1px;
	width: 100%;
	margin: 0 auto;
	color: #000;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
}

span.offer_highlight {
	background-color: #666;
	color: #fff;
	padding: 3px;
}