table.rsv1-form {
  width: 100%;
  padding: 5px 15px;
}

table.rsv1-form th {
  text-align: left;
}

div.rsv1-box {
  margin: 5px 0;
}

div.rsv1-box-content {
  border: 2px solid #a6c226;
}

div.box-buttons {
  margin: 20px 0 10px 0;
  text-align:right;
}

table.rsv-progress {
  width: 100%;
  margin: 3px 0;
  border-spacing: 0;
}

td.rsv-progress-on, td.rsv-progress-off {
  padding: 0;
  padding-left: 6px;
  font: bold 12px sans-serif;
  vertical-align: middle;
}

td.rsv-progress-on {
  background: url(../images/buttongreen-bg.png) repeat-x;
  color: black;
}

td.rsv-progress-off {
  background: url(../images/buttongray-bg.png) repeat-x;
  color: gray;
}

td.rsv-progress-round {
  padding: 0;
  width: 25px;
}

.label {
  color: #505050;
}

.biglabel {
  font-weight: bold;
  color: black;
}

table.offers-list {
  width: 100%;
  border-spacing: 0;
}

table.offers-list th {
  background-color: black;
  color: white;
}

.offer-available {
  color: #a6c226;
}

.offer-unavailable {
  color: #ff9b16;
}

.offer_price_box {
  color: #ff9b16;
  font-size: 15px;
}

td.offer-price-round_es {
  text-align: center;
  width: 84px;
  padding: 18px;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: top;
  background-image: url(/images/oferta.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

td.offer-price-round_en {
  text-align: center;
  width: 84px;
  padding: 18px;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: top;
  background-image: url(/images/offer.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

td.offer-price-round_de {
  text-align: center;
  width: 84px;
  padding: 18px;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: top;
  background-image: url(/images/angebot.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

td.offer-checkbox, td.offer-class, td.offer-model, td.offer-price, td.offer-price2, td.offer-spec {
  padding: 8px 0;
  vertical-align: top;
}

.offer-selected .offer-model {
  font-weight: bold;
}

.offer-selected .offer-price {
  font-weight: bold;
}

.offer-selected {
}

.offer-selected td {
  border-top: 1px solid #a6c226;
}

.offer-selected td.offer-checkbox {
  border-left: 1px solid #a6c226;
}

.offer-selected td.offer-spec {
  border-right: 1px solid #a6c226;
}

td.offer-extras {
  padding: 0;
  background-color: #f0f0f0;
}

table.offer-extras {
  width: 100%;
  border-spacing: 0;
}

table.offer-extras th {
  border-bottom: 1px solid #a6c226;
  background-color: #a6c226;
  color: black;
}

table.offer-extras td {
  margin: 0;
  padding: 0;
}

table.car-data {
  width: 100%;
}

td.car-image {
  vertical-align: top;
}

td.car-info {
  padding: 4px;
  vertical-align: top;
}

td.car-disclaimer {
  vertical-align: bottom;
  font-style: italic;
  color: #ff9b16;
}

table.summary {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #ff9b16;
}

table.summary th {
  border-bottom: 1px solid #ff9b16;
  text-align: right;
}

td.summary-price {
  font-weight: bold;
  text-align: right;
}

table.search-extras {
  padding: 0;
  border-spacing: 3px;
}

table.search-extras td {
  padding: 0 5px;
  border: 1px solid #a6c226;
  font-size: 9px;
}

table.search-extras td a {
  text-decoration: none;
  color: #606060;
}

table.search-extras td.selected {
  color: black;
}
