@charset "UTF-8";
/**************************************************
ecarlist STYLESHEET
(C) ecarlist. ALL RIGHTS RESERVED.
AUTHORED BY: Daniel Pitner of ecarlist
***************************************************/

#ip_top {
	margin-top:15px;
}
#ip_topLeft {
	width:288px;
	float:left;
}
#ip_bigPicShadow {
	background:url(../innerpageImages/bgShadow.gif) top left no-repeat;
	width:288px;
	height:217px;
}
#ip_topRight {
	float:right;
	width:375px;
}
#ip_carTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#1571b0;
}
#ip_priceContent {
	font-family:Arial, Helvetica, sans-serif;
}
#ip_price {
	font-size:24pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#d3a739;
	float:left;
}
.ip_priceText {
	color:#d6cbaf;
	font-size:10pt;
}
#ip_msrp {
	color:#989898;
	font-size:14pt;
	float:right;
	padding-top:15px;
}
#ip_vitals {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color:#7a7a7a;
}
#ip_vitals strong {
	color:#4c4c4c;
}
#ip_vitals ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ip_vitals ul li {
	padding-bottom:14px;
}
#ip_vitalsLeft {
	float:left;
	width:203px;
	text-align:left;
}
#ip_vitalsRight {
	float:right;
	width:163px;
	text-align:left;
}
#ip_icons {
	background:url(../innerpageImages/bgIcons.gif) top left repeat-x;
	height:46px;
	text-align:center;
	margin-bottom:15px;
}
.ip_icon {
	margin-left:8px;
	margin-right:8px;
}

/*photos*/
#ip_photoBox {
	margin-top:12px;
	padding-top:8px;
	background:#e0e0e0;
	width:675px;
}
#ip_photoBox img {
	float:left;
	margin-left:8px;
	margin-bottom:8px;	
}

/*description box*/
.ip_equipment_title {
	color:#3c3c3c;
	background-color:#e1e1e1;
	padding:3px;
	font-weight:bold;
	margin-bottom:12px;
}
.ip_equipment_column1 {
	width:208px;
	float:left;
	margin-bottom:12px;
	font-size:9pt;
}
.ip_equipment_column2,
.ip_equipment_column3 {
	width:208px;
	float:left;
	margin-left:10px;
	margin-bottom:12px;
	font-size:9pt;
}
#ip_financing_section {
	text-align:center;
}
#ip_financing_section img {
	margin-left:20px;
	margin-right:20px;
}

#ip_desc_top {
	background:url(../innerpageImages/bg_desc_top.gif) top center no-repeat;
	height:15px;
}
#ip_desc_center {
	background:url(../innerpageImages/bg_desc_center.gif) top center repeat-y;
}
#ip_desc_bottom {
	background:url(../innerpageImages/bg_desc_bottom.gif) top center no-repeat;
	height:27px;
	margin-bottom:15px;
}

/*dealer box*/
#ip_dealerbox {
	background:url(../innerpageImages/dealerbox_middle.gif) top center repeat-y;
	margin-bottom:15px;
}
#ip_dealerbox a {
	color:#1571b0;
	text-decoration:underline;
	font-size:8pt;;
}
#ip_dealerbox a:hover {
	color:#cda557;
}
#ip_dealerbox_top {
	background:url(../innerpageImages/dealerbox_top.gif) top center no-repeat;
	height:39px;
}
#ip_dealerbox_bottom {
	background:url(../innerpageImages/dealerbox_bottom.gif) bottom center no-repeat;
	height:17px;
}
#ip_dealerbox_inner {
	width:655px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:5px;
}
#ip_dealerbox_left {
	float:left;
	width:200px;
	color:#000;
	font-size:10pt;
}
#ip_dealerbox_right {
	float:right;
	width:455px;
	text-align:left;
}
#ip_dealerbox_right img {
	margin-left:1px;
	margin-right:1px;
}
#ip_dealerbox_right_left {
	width:215px;
	float:left;
}
#ip_dealerbox_right_right {
	width:215px;
	float:right;
}
.ip_dealerbox_input {
	width:215px;
	margin-bottom:10px;
	border:1px solid #1571B0;
}


.contentslide {
	margin-left:15px;
	width: 645px;
	padding-bottom:10px;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
}

.contentslide .opacitylayer { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentslide .contentdiv {
	display: none;
}

.pagination {
	width: 675px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	font-size:9pt;
	margin-bottom:8px;
}

* html .pagination { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width:675px; /*IE5 width*/
	w\idth:675px; /*IE6 width*/
}

.pagination a {
	padding: 8px 10px;
	text-decoration: none; 
	color: #535353;
	background-color: white;
	font-size:11pt;
}

.pagination a:hover {
	color: #1571b0;
	background:url(../innerpageImages/bgDescNav_r.gif) bottom center no-repeat;
}
.pagination a.selected {
	color:#adadad;
	background:url(../innerpageImages/bgDescNav.gif) bottom center no-repeat;
}

/*misc*/
.ip_dottedLine {
	height:20px;
	background:url(../innerpageImages/dottedLine.gif) center center repeat-x;
}
.smallText {
	font-size:8pt;
}
