/* ----------- Tabbed Navigation -------------- */

#tabnav { 
	width: 100%; 
	border-bottom: 1px solid #333; 
	padding: 3px 0; 
	margin-bottom: 10px; 
}

#tabnav li {
	display: inline;
}

#tabnav li a { 
	font-size: 120%;
	margin: 1px;
	padding: 5px 20px;
	background-color: #ccc;
	color: #000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: #999; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#bbb)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ccc,  #bbb); /* for firefox 3.6+ */
	border: 1px solid #aaa;
}

#tabnav li a.selected { 
	background: black; 
	color: #fff; 
	border: 1px solid #000;
}

/* ------------- Specials Container --------------- */

.specials_container { 
	width: 30%;
	height: 405px; 
	float: left; 
	display: inline;
	background: #f0f0f0; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f0f0f0,  #fff); /* for firefox 3.6+ */
	margin: 8px 0 0 8px;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	overflow: hidden;
	border: 1px solid #999;
}

.specials_container p {
	height: 65px;
	margin: 5px 0;
	line-height: 1.5em;
	text-transform: uppercase;
}

.specials_container img { 
	border: 1px solid #999; 
	-moz-border-radius: 5px; 
	padding: 3px; 
	background-color: #fff; 
	margin: 0 auto; 
	display: block; 
}

.specials_container a.vehicle_title {
	display: block;
	margin: 5px 0;
	text-decoration: underline;
	font-size: 140%; 
	font-weight: 600;
	color: red; 
	font-family: "Arial", sans-serif; 
	font-style: normal; 
}

.specials_container a:hover.vehicle_title {
	text-decoration: none; 
}

/* ----------- Pricing ------------------- */

.specials_vehiclePricing {
	padding-bottom: 3px;
	width: 100%;
}

.specials_vehiclePricing dd {
	font-size:16px;
	font-weight:600;
	line-height: 120%;
}

.specials_vehiclePricing dl {
	color: #fff;
}

.specials_msrp_dt {
	background: transparent url(../images/inventory/msrp.jpg) 0 center no-repeat;
	float: left;
	width: 95px;
}

.specials_msrp_dt span {
	margin: 2px 0;
	display: block;
	text-indent: 5px;
}

.specials_msrp_dd {
	color:#790A00;
	text-decoration:line-through;
	float: right;
}

.specials_price_dt {
	background: transparent url(../images/inventory/ourPrice.jpg) 0 center no-repeat;
	float: left;
	width: 95px;	
}

.specials_price_dt span {
	margin: 2px 0;
	display: block;
	text-indent: 5px;
}

.specials_price_dd {
	color:#060543;
	float: right;
}

.specials_price_dd span a {
	background-color: #ff3;
	padding: 0 5px;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

.specials_special {
	height: 60px;
	background: transparent url(../images/details/dep-special.gif) center center no-repeat; 
}

.specials_special span {
	padding-top: 14px;
	display: block;
	color: #002b71;
	text-align: center;
	font-size: 28px;
}

.specials_special_container {
	width: 947px;
	margin: 0 auto;
	background-color: #c6e9f6;
}

.specials_special_text {
	width: 933px;
	margin: 0 auto;
	border: 1px solid #3c6;
	background: #6f9;
}

.specials_special_text p {
	padding: 5px;
	color: #333;
	font-size: 14px;
	font-family: Georgia, serif;
	font-weight: 600;
}

.specials_discount {
	display: none; /* Do not show discount */
}

.specials_newprice_dt {
	background: transparent url(../images/inventory/ourPrice.jpg) 0 center no-repeat;
	float: left;
	width: 95px;
	margin-left: 5px;
}

.specials_newprice_dt span {
	margin: 2px 0;
	text-indent: 5px;
	display: block;
	color: #fff;
}

.specials_newprice_dd {
	color:#790A00;
	float: right;
	text-decoration: underline;
}

.inventory_vehicleRebates {
	margin: 2px 0;
	padding: 4px 0;
	height: 16px;
	border-top: 1px dotted #c1c1c1;
	border-bottom: 1px dotted #c1c1c1;
}

.inventory_vehicleRebates dt {
	float: left;
	width: 95px;
	padding-top: 1px;
	text-indent: 5px;
	background: transparent url(../images/inventory/rebates.jpg) 0 0 no-repeat;
}

.inventory_vehicleRebates dd {
	float: right;
	color: #008000;
	font-size: 12px;
	font-weight: 700;
}

.inventory_vehicleRebates a {
	color: #008000;
}
	
.specials_certified {
	margin: 3px auto 0;
	padding: 2px 0;
	display: block;
}

.specials_separator {
	width: 100%;
	margin: 2px 0 4px 0;
	height: 1px;
	border-bottom: 1px dotted #c1c1c1;
}

a.specials_eprice {
	display: block;
	margin: 3px 0;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #030b4b;
	width: 96%;
	background-color: #001e64;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

a.specials_eprice:hover {
	color: #fff;
	text-decoration: underline;
}

.specials_eprice_block {
	display: block;
	width: 99%;
	margin: 3px 0;
	border: 1px dotted #000;
	font-size: 14px;
	padding: 2px;
	text-align: center;
	background-color: yellow;
	color: blue;	
}
