/* Window Sticker */
#wsContent {
  width: 670px;
  padding: 5px;
  text-align:left;

}

.wsDataArea {
  background-color: #FFFFFF;
  padding: 2px;
  position: relative;
}

#wsVehicleDesc {
  width: 660px;
  height: 100px;
  font-size: 12px;
  float: left;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 5px;
}

#wsVehicleDesc h1 {
  width: 200px;
  float: left;
  font-weight: bold;
  font-size: 12px;
  margin-top: 0px;
}

#wsVehicleDescVIN {
  width: 200px;
  float: right;
  text-align: right;
  font-size: 11px;
}

#wsVehicleDescName {
  clear: both;
  float:left;
  width: 125px;
  font-weight: bold;
  font-size: 18px;
}

#wsVehicleDescSummary {
  float: left;
  width: 310px;
  font-weight: bold;
}

#wsVehicleDescColors {
  float: left;
  width: 210px;
}

#wsTopDisclaimer {
  color: #FFFFFF;
  font-size: 11px;
  width: 565px;
  float: right;
}

#wsLogoImage {
  float: left;
}

#wsStandardEquip {
  width: 390px;
  float: left;
  font-size: 10px;
}

#wsStandardEquip h1 {
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0px;
  font-size: 12px;  
}

#wsStandardEquip h2 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0px;
  font-size: 12px;
}

#wsPricing {
  width: 255px;
  float: right;
  font-size: 10px;
}

#wsPricing h2 {
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0px;
  font-size: 12px;
}

#wsPricing td {
  font-size: 10px;  
}

#wsPricing th {
  text-align: left;
  font-size: 12px;  
}

#wsOptionPriceDisclaimer {
  font-weight: bold;
  margin-top: 20px;
}

#wsFuelEcon {
  width: 660px;
  float: left;
  font-size: 11px;
  margin-top: 5px;
}

#wsServicePlan {
  width: 660px;
  float: left;
  font-size: 11px;
  margin-top: 5px;
}

#wsServicePlan img {
  float: left;
}

#wsServicePlanText {
  float: right;
  width: 450px;
}

#wsFuelEconCost {
  float: left;
  width: 110px;
}

#wsFuelEconMPG {
  float: left;
  width: 140px;
  padding-top: 20px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
}

#wsFuelEconInfo {
  float: left;
  width: 400px;
}

#wsContent {
    background-color: #000080;
}