
body {
  font-family: Arial, Verdana, Geneva, sans-serif;
  margin:20px;
  font-size:12px;
}

#language-selection {
  
}

/*table.prices {
  border-collapse:collapse;
}
table.prices td, table.prices th {
  padding: 5px 10px;
  border:1px solid #000;
  background:#f9f9f9;
}
table.prices th {
  background:#999;
  color:#fff;
}
table.prices th.seasons {
  font-weight:normal;
  vertical-align:top;
  white-space:nowrap;
}
table.prices th.service_name {
  background:#ccc;
  color:#000;
}
table.prices td.price {
  text-align:center;
  white-space:nowrap;
}*/

table.price_set {
  border-collapse:collapse;
  border:1px solid #000;
  margin:0;
}
table.price_set td, table.price_set th {
  border:1px solid #000;
  margin:0;
  padding: 2px 5px;
}
table.price_set td.amount {
  text-align:right;
}
table.price_set .price_set_totals th {
  text-align:right;
}

#booking_prices .tax_amount {
  display:none;
}
#optional_services .tax_amount, #optional_services .tax_name {
  display:none;
}


.errorlist {
  color:#f00;
}

#search .box_right  .search_attributes {
  float:left;
  width:50%;
}

strong {
  font-weight:bold;
}
em {
  font-style:italic;
}

#map-outer {
  height:279px;
  width:628px;
}
#map {
  height:279px;
  width:628px;
}
.map-info {
  display:none;
}
