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

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

#vehicle_column li ul li {
	color: #000;
	padding: 3px 15px 3px 10px;
	text-indent: 0;
	background: #ccc url('http://wpc.284d.edgecastcdn.net/00284D/en/images/incentives/arrow.gif') 96% center no-repeat;
	display: block;
	font-weight: normal;
	font-size: 9pt;
	cursor: pointer;
}

#vehicle_column li.selected, #vehicle_column li.selected:hover {
	background-color: #fff;
}
#vehicle_column li ul li:hover {
	background-color: #ffb;
}

#vehicle_column li .make_link {
	background: url('http://wpc.284d.edgecastcdn.net/00284D/en/images/icons/expand-white.png') 96% center no-repeat;
	cursor: pointer;
}
#vehicle_column li .make_link.expanded {
	background-image: url('http://wpc.284d.edgecastcdn.net/00284D/en/images/icons/collapse-white.png');
}

div.models {
	width: 100%;
	padding-bottom: 5px;
	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 { 
	font: 12px Arial, Helvetica, sans-serif;
}

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

#incentives_wrapper {
	width: 73%;
	margin: 0 auto;
	float: right;
}

#instructions {
	padding: 20px 0;
	font-size: 11pt;
	border-bottom: none;
}

.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('http://wpc.284d.edgecastcdn.net/00284D/en/images/incentives/special.gif') 10px center no-repeat;
}

.special_container h5.college {
	background: #fff url('http://wpc.284d.edgecastcdn.net/00284D/en/images/incentives/college.gif') 10px center no-repeat;
}

.special_container h5.military {
	background: #fff url('http://wpc.284d.edgecastcdn.net/00284D/en/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;
}

.incentives_offer .rebates_disclaimer {
	font-size:90%;
	font-weight:normal;
}

