@import "style.css";

.vehicleTab {
  display: block;
  background: url(images/section-tab.gif) no-repeat;
  color: white;
  padding-left: 10px;
  clear: left;
  margin-top: 10px;
  font-size: 11pt;
}

table.vehicleBox {
  border: 2px solid #a6a592;
  padding: 0px; margin: 0px;
  width: 100%;
  margin-bottom: 10px;
}

td.vehiclePic {
  margin-right: 14px;
  vertical-align: middle;
  padding-top: 15px;
}

td.vehicleInfo {
  font-size: 10pt;
  width: 174px;
}

td.vehicleAction {
  vertical-align: bottom;
  text-align: right;
  width: 90px;
  background: #eeedea;
  font-size: 11pt;
  padding: 15px;
}

td.vehicleIcons {
  vertical-align: top;
  width: 56px;
}
td.vehicleSpecs {
  vertical-align: top;
  font-size: 7pt;
}

.vehicleAction .price {
  color: #080889;
  font-size: 22pt;
  line-height: 18pt;
}

.vehicleAction a {
  font-size: 11pt;
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-top: 2px;
  padding-bottom: 2px;
}
.vehicleAction a.quoteButton { background-image: url(images/quoteButton.gif); }
.vehicleAction a.bookButton { background-image: url(images/bookButton.gif); }
