@charset "utf-8";

/* CSS Document */



body {

  background: #fff url(../images/bg.jpg) 0 0 repeat-x;

  font-family:Arial, Helvetica, sans-serif;

  font-size: 12px;

}



#header {

  width: 950px;

  height: 95px;

  background: transparent url(../images/header.jpg) 0 0 no-repeat;  

}



#container, #pagebody {

  border: none;

  background: transparent url(../images/container_bck.jpg) 0 0 repeat-y;

}



#nav {

  margin: 0 0 0 11px;

  width: 924px;

  height: 29px;

  background: transparent url(../images/nav_bck.jpg) 0 0 repeat-x;

}



#footer {

  height: 10px;

  font-family: arial;

  font-size: 11px;

  /* OLD without shaded borders that follow design logic of the content
  background: #ffffff;
  */
  /* this has side shadow borders the same as content, but DEP white jpg logo is not showing
  background: url("../images/container_bck.jpg") repeat-y scroll 0 0 transparent;
  */
  background: #bababa;
  width:948px;
}



.footerleft {

  color: #000;

}



.footerright {

  color: #000;

}

#order_volt {
    background: url("../images/volt_frm_bck.jpg") no-repeat scroll 0 0 transparent;
    height: 509px;
    width: 900px;
}


/*REMOVING SLASH from Vehicle Search, Vehicle Details and Specials pages */
#vehicle_inventory span.sellingprice {
	text-decoration:none !important;
}

#vehicle_inventory span.msrp {
	text-decoration:none !important;
}

#vehicleDetailsTop dd.details_price_dd span {
	text-decoration:none !important;
}

.details_msrp_dd {
	text-decoration:none !important;
}

.specials_special span {
	text-decoration:none !important;
}

.specials_msrp_dd {
	text-decoration:none !important;
}

#vehicleDetailsTop div.details_special span {
	text-decoration:none !important;
}


/* Slashed prices in the FORM that popups when clicked on ePrice from New Vehicles Search page */
#mdl_inventory_price dd.mdl_price_dd span {
	text-decoration:none !important;
}

.mdl_msrp_dd {
	text-decoration:none !important;
}

#mdl_inventory_price div.mdl_special span {
	text-decoration:none !important;
}


