
/*
 * Destination Locator Page
 **/
.inner_destination {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 2em;
  overflow: hidden;
}
.destination_form {
  border: none;
  background: none;
  width: 90%;
}
.destination_form tr {
  border: none;
  background: none;
}
.destination_form th {
  text-align: left;
  border: none;
  background: none;
}
.destination_form select {
  width: 17em;
}
.destination {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  background: url('/img/layout/features_divider.jpg') no-repeat;
}
.destination_inc {
  padding-left: 0px;
  padding-right: 25px;
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  background: url('/img/layout/features_divider_inc.jpg') no-repeat;
}
.destination_column {
  width: 32%;
  float: left;
  margin-bottom: 0.5em;
}
.destination_routes {
  color: #000000;
  clear: both;
}
.destination_routes span {
  font-weight: bold;
}
.destination_coupon {
  font-style: italic;
  clear: both;
}
.destination_coupon span {
  font-weight: bold;
}

/*
 * Destination Back-Office
 **/
#home_destinations {
  padding: 0.25em;
  margin-bottom: 0.5em;
  margin-left: 0px;
  overflow: hidden;
}

.destination_archive > div {
  padding: 0.25em;
  margin-bottom: 0.5em;
  border: 1px #999 solid;
  overflow: hidden;
}

.destination_box.inactive {
  background: #eee;
}

.destination_box .actions {
  width: 20%;
  float: right;
  list-style: none;
}

.destination_box .actions li {
  padding-left: 25px;
}


.destination_image {
  margin-right: 0.5em;
  float: left;
}

.destination_hr {
  margin: 10px 0px 10px 10px;
}
