#main_page_wrapper > .right {
  width: 322px;
  box-sizing: inherit;
}

#main_page_wrapper > .left {
  width: 648px;
}

#carBusRailRotatorSurround {
  margin-bottom: 10px;
}

#flightComingSoonImg {
  text-align: center;
  margin-bottom: 8px;
}

#land_travel_rotator {
  border: 1px solid #b8b7b7;
}

.rotator_surround {
  background-color: #e6e5e5;
  padding: 14px;
  border: 1px solid #b8b7b7;
}

#toursByDestination {
  background-color: #e6e5e5;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #b8b7b7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#toursByDestinationHdr {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}

#toursbyDestinationSub {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}

#toursbyDestinationList {
  font-size: 12px;
}

.toursbyDestinationSubHdr {
  font-size: 12px;
  font-weight: bold;
}

.vacationPackagesName a {
  color: #033669 !important;
}

.vacationPackagesName a:hover {
  text-decoration: underline;
}

#toursbyDestinationList a {
  color: #095eb5 !important;
}

#toursbyDestinationList .toursbyDestinationSubHdr > a {
  color: #033669 !important;
}

.toursbyDestinationSpacer {
  height: 10px;
}

#landPriceNotice {
  font-size: 18px;
  margin-bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 21px;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  background-color: #ff3048;
  color: #fff;
}

#tourTypes,
#vacationTypes {
  padding: 5px;
  margin-bottom: 10px;
  background: #cae4f7;
  background: -moz-linear-gradient(top, #cae4f7 0%, #edf0f2 81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cae4f7), color-stop(81%, #edf0f2));
  background: -webkit-linear-gradient(top, #cae4f7 0%, #edf0f2 81%);
  background: -o-linear-gradient(top, #cae4f7 0%, #edf0f2 81%);
  background: -ms-linear-gradient(top, #cae4f7 0%, #edf0f2 81%);
  background: linear-gradient(to bottom, #cae4f7 0%, #edf0f2 81%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#cae4f7', endColorstr='#edf0f2', GradientType=0);
  border: 1px solid #b8b7b7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#tourTypesHdr {
  font-size: 20px;
  font-weight: bold;
  margin-left: 2px;
}

#tourTypesSub {
  margin: 2px 0 5px 2px;
  font-style: italic;
  font-size: 14px;
}

#tourTypes_container {
  text-align: center;
}

.tourTypesSurround {
  width: 143px;
  height: 113px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 6px;
}

.tourTypesImg {
  border-bottom: 1px solid #ccc;
}

.tourTypesImg img {
  display: block;
}

.vacationPackagesName {
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
}
