/* CDS Destination Top Properties widget / Nearby widget
   ----------------------------------------------------------------------------------------- */
/* Fonts
   ---------------------------------------------------------------------------------------------- */
/* Typography: Headers - Desktop & Mobile
   ---------------------------------------------------------------------------------------------- */
/* deprecate this ASAP */
/* TripAdvisor Specific Colors
   ---------------------------------------------------------------------------------------------- */
/* States for color palette. Use for custom buttons, pills, etc. */
/* These colors have not yet been approved for general use and may change. Use with caution. */
/* Black & White
   ---------------------------------------------------------------------------------------------- */
/* Grays
   ---------------------------------------------------------------------------------------------- */
/* Links
   ---------------------------------------------------------------------------------------------- */
/* Separators
   ---------------------------------------------------------------------------------------------- */
/**
 * Common file to define all z-index values that might step on each other, all in one place;
 * So it is evident who goes on top of who.
 *
 * @author amoosavi
 * @since June 2017
 */
/**
 * Common responsive definitions.
 *
 * @author skline
 * @since 2016-11-02
 */
/**
 * Required to use/override platform-native styling based on the user's operating system's theme,
 * e.g. iOS Safari
 * Default none, so that platform specific styles are not applied
 */
/**
 * skline, 2015-07-22: this is a nice trick to achieve vertical centering of elements you don't know the height of.
 */
/* For use with fly-outs via css ::before */
/* Icon Font functions
 * -------------------
 * Note: You must include ui_icon.less in your rollup if you intend to use this
 * It contains the @font-face definition for the icon font.
 * Cannot be added here, or multiple @import statements would duplicate it on the page
   ---------------------------------------------------------------------------------------------- */
.ui_bubble_rating {
  display: inline-block;
  position: relative;
}
.ui_bubble_rating:before,
.ui_bubble_rating:after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: inherit;
  line-height: 1;
  font-family: "TripAdvisor_Regular" !important;
  -ms-transform: rotate(-0.001deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.ui_bubble_rating:before {
  color: #FFFFFF;
  display: block;
  content: "\e00a\e00a\e00a\e00a\e00a";
}
.ui_bubble_rating:after {
  position: absolute;
  top: 0;
  left: 0;
  color: #00AF87;
}
.ui_bubble_rating.bubble_0:after,
.ui_bubble_rating.bubble_00:after {
  content: "\e00d\e00d\e00d\e00d\e00d";
}
.ui_bubble_rating.bubble_05:after {
  content: "\e00c\e00d\e00d\e00d\e00d";
}
.ui_bubble_rating.bubble_1:after,
.ui_bubble_rating.bubble_10:after {
  content: "\e00b\e00d\e00d\e00d\e00d";
}
.ui_bubble_rating.bubble_15:after {
  content: "\e00b\e00c\e00d\e00d\e00d";
}
.ui_bubble_rating.bubble_2:after,
.ui_bubble_rating.bubble_20:after {
  content: "\e00b\e00b\e00d\e00d\e00d";
}
.ui_bubble_rating.bubble_25:after {
  content: "\e00b\e00b\e00c\e00d\e00d";
}
.ui_bubble_rating.bubble_3:after,
.ui_bubble_rating.bubble_30:after {
  content: "\e00b\e00b\e00b\e00d\e00d";
}
.ui_bubble_rating.bubble_35:after {
  content: "\e00b\e00b\e00b\e00c\e00d";
}
.ui_bubble_rating.bubble_4:after,
.ui_bubble_rating.bubble_40:after {
  content: "\e00b\e00b\e00b\e00b\e00d";
}
.ui_bubble_rating.bubble_45:after {
  content: "\e00b\e00b\e00b\e00b\e00c";
}
.ui_bubble_rating.bubble_5:after,
.ui_bubble_rating.bubble_50:after {
  content: "\e00b\e00b\e00b\e00b\e00b";
}
.rtl .ui_bubble_rating:before,
.rtl .ui_bubble_rating:after {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
@media print {
  .ui_bubble_rating:before {
    color: transparent;
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'TripAdvisor_Regular';
  src: url('/css2/webfonts/TripAdvisor/TripAdvisor_Regular.eot?v003.220');
  src: url('/css2/webfonts/TripAdvisor/TripAdvisor_Regular.eot?v003.220#iefix') format('embedded-opentype'), url('/css2/webfonts/TripAdvisor/TripAdvisor_Regular.woff2?v003.220') format('woff2'), url('/css2/webfonts/TripAdvisor/TripAdvisor_Regular.woff?v003.220') format('woff'), url('/css2/webfonts/TripAdvisor/TripAdvisor_Regular.ttf?v003.220') format('truetype'), url('/css2/webfonts/TripAdvisor/TripAdvisor_Regular.svg?v003.220#TripAdvisor_Regular') format('svg');
}
.ui_icon:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: inherit;
  line-height: 1;
  font-family: "TripAdvisor_Regular" !important;
  -ms-transform: rotate(-0.001deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.rtl .ui_icon:before,
.rtl .ui_icon:after {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.ui_icon.activities:before {
  content: "\e063";
}
.ui_icon.add-friend-fill:before {
  content: "\e087";
}
.ui_icon.adult:before {
  content: "\e06e";
}
.ui_icon.air-conditioning:before {
  content: "\e0e9";
}
.ui_icon.alert-fill:before {
  content: "\e095";
}
.ui_icon.alert:before {
  content: "\e096";
}
.ui_icon.amusement-parks:before {
  content: "\e05b";
}
.ui_icon.announcement-fill-26deg:before {
  content: "\e071";
}
.ui_icon.announcement-fill:before {
  content: "\e072";
}
.ui_icon.arrow-down-thick:before {
  content: "\e07d";
}
.ui_icon.arrow-down:before {
  content: "\e07c";
}
.ui_icon.arrow-left-prohibited:before {
  content: "\e061";
}
.ui_icon.arrow-left-thick:before {
  content: "\e080";
}
.ui_icon.arrow-left:before {
  content: "\e07f";
}
.ui_icon.arrow-right-thick:before {
  content: "\e07a";
}
.ui_icon.arrow-right:before {
  content: "\e079";
}
.ui_icon.arrow-up-thick:before {
  content: "\e077";
}
.ui_icon.arrow-up:before {
  content: "\e076";
}
.ui_icon.attractions:before {
  content: "\e002";
}
.ui_icon.audio:before {
  content: "\e0ee";
}
.ui_icon.award:before {
  content: "\e0a0";
}
.ui_icon.bar:before {
  content: "\e068";
}
.ui_icon.bathroom:before {
  content: "\e0cb";
}
.ui_icon.bell:before {
  content: "\e0a1";
}
.ui_icon.beverage:before {
  content: "\e0ef";
}
.ui_icon.bubble-rating-bg:before {
  content: "\e00a";
}
.ui_icon.bubble-rating-empty:before {
  content: "\e00d";
}
.ui_icon.bubble-rating-full:before {
  content: "\e00b";
}
.ui_icon.bubble-rating-half:before {
  content: "\e00c";
}
.ui_icon.calendar:before {
  content: "\e015";
}
.ui_icon.camera-fill:before {
  content: "\e0a4";
}
.ui_icon.camera:before {
  content: "\e010";
}
.ui_icon.caret-down:before {
  content: "\e04a";
}
.ui_icon.caret-left:before {
  content: "\e04d";
}
.ui_icon.caret-right:before {
  content: "\e047";
}
.ui_icon.caret-up:before {
  content: "\e044";
}
.ui_icon.casino:before {
  content: "\e0dd";
}
.ui_icon.castle:before {
  content: "\e0de";
}
.ui_icon.certificate-of-excellence:before {
  content: "\e059";
}
.ui_icon.checkbox-border:before {
  content: "\e093";
}
.rtl .ui_icon.checkbox-checked:before,
.rtl .ui_icon.checkbox-checked:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ui_icon.checkbox-checked:before {
  content: "\e094";
}
.rtl .ui_icon.checkmark-boxed:before,
.rtl .ui_icon.checkmark-boxed:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ui_icon.checkmark-boxed:before {
  content: "\e02a";
}
.rtl .ui_icon.checkmark-circle-fill:before,
.rtl .ui_icon.checkmark-circle-fill:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ui_icon.checkmark-circle-fill:before {
  content: "\e08c";
}
.rtl .ui_icon.checkmark:before,
.rtl .ui_icon.checkmark:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ui_icon.checkmark:before {
  content: "\e02b";
}
.ui_icon.child:before {
  content: "\e06f";
}
.ui_icon.clock:before {
  content: "\e016";
}
.ui_icon.coffee-tea-cafe:before {
  content: "\e05e";
}
.ui_icon.comments-fill:before {
  content: "\e06c";
}
.ui_icon.comments:before {
  content: "\e06b";
}
.ui_icon.compass-fill:before {
  content: "\e0c8";
}
.ui_icon.compass:before {
  content: "\e0c7";
}
.ui_icon.conference-center:before {
  content: "\e0ed";
}
.ui_icon.credit-card:before {
  content: "\e0ac";
}
.ui_icon.custom-note:before {
  content: "\e09d";
}
.ui_icon.diagonal-circle-half-fill:before {
  content: "\e08f";
}
.ui_icon.dmo:before {
  content: "\e098";
}
.ui_icon.dry-cleaning:before {
  content: "\e0ea";
}
.ui_icon.duration:before {
  content: "\e0db";
}
.ui_icon.email:before {
  content: "\e022";
}
.ui_icon.empty-cart:before {
  content: "\e062";
}
.ui_icon.exclamation-circle-fill:before {
  content: "\e051";
}
.ui_icon.exclamation-circle:before {
  content: "\e050";
}
.ui_icon.expand:before {
  content: "\e083";
}
.ui_icon.external-link-no-box:before {
  content: "\e082";
}
.ui_icon.external-link:before {
  content: "\e029";
}
.ui_icon.facebook:before {
  content: "\e0d3";
}
.ui_icon.family:before {
  content: "\e0df";
}
.ui_icon.favorite-pin:before {
  content: "\e0a8";
}
.ui_icon.feedback-love:before {
  content: "\e09b";
}
.ui_icon.filter:before {
  content: "\e0da";
}
.ui_icon.flag-fill-16deg:before {
  content: "\e06d";
}
.ui_icon.flag-fill:before {
  content: "\e025";
}
.ui_icon.flights:before {
  content: "\e004";
}
.ui_icon.forums:before {
  content: "\e006";
}
.ui_icon.friend-fill:before {
  content: "\e086";
}
.ui_icon.friend:before {
  content: "\e013";
}
.ui_icon.friends:before {
  content: "\e014";
}
.ui_icon.globe-americas:before {
  content: "\e017";
}
.ui_icon.globe-world:before {
  content: "\e018";
}
.ui_icon.green-leaders:before {
  content: "\e05a";
}
.ui_icon.guides-fill:before {
  content: "\e06a";
}
.ui_icon.guides:before {
  content: "\e005";
}
.ui_icon.heart-fill:before {
  content: "\e012";
}
.ui_icon.heart:before {
  content: "\e011";
}
.ui_icon.hotels:before {
  content: "\e000";
}
.ui_icon.information-circle-fill:before {
  content: "\e053";
}
.ui_icon.information-circle:before {
  content: "\e052";
}
.ui_icon.instagram:before {
  content: "\e0d1";
}
.ui_icon.instant:before {
  content: "\e097";
}
.ui_icon.internet:before {
  content: "\e0eb";
}
.ui_icon.laptop:before {
  content: "\e01e";
}
.ui_icon.level-badge-fill:before {
  content: "\e09f";
}
.ui_icon.level-badge:before {
  content: "\e09e";
}
.ui_icon.lightbulb-on:before {
  content: "\e028";
}
.ui_icon.lock-fill:before {
  content: "\e08e";
}
.ui_icon.lock-open-fill:before {
  content: "\e0a6";
}
.ui_icon.lock-open:before {
  content: "\e0a5";
}
.ui_icon.lock:before {
  content: "\e08d";
}
.ui_icon.luxury:before {
  content: "\e0e0";
}
.ui_icon.management-center:before {
  content: "\e0b3";
}
.ui_icon.map-pin-fill:before {
  content: "\e01a";
}
.ui_icon.map-pin:before {
  content: "\e019";
}
.ui_icon.map:before {
  content: "\e0d9";
}
.ui_icon.member:before {
  content: "\e0aa";
}
.ui_icon.menu-bars:before {
  content: "\e035";
}
.ui_icon.menu:before {
  content: "\e0dc";
}
.ui_icon.minus-circle-fill:before {
  content: "\e034";
}
.ui_icon.minus-circle:before {
  content: "\e033";
}
.ui_icon.minus:before {
  content: "\e032";
}
.ui_icon.mobile-phone:before {
  content: "\e01f";
}
.ui_icon.more-horizontal:before {
  content: "\e091";
}
.ui_icon.more-vertical:before {
  content: "\e092";
}
.ui_icon.multilingual:before {
  content: "\e0ec";
}
.ui_icon.my-trips-fill:before {
  content: "\e0c6";
}
.ui_icon.my-trips:before {
  content: "\e0c5";
}
.ui_icon.nearby-fill:before {
  content: "\e01b";
}
.ui_icon.neighborhoods-fill:before {
  content: "\e021";
}
.ui_icon.neighborhoods:before {
  content: "\e020";
}
.ui_icon.night:before {
  content: "\e075";
}
.ui_icon.note:before {
  content: "\e09d";
}
.ui_icon.notification-bell-fill:before {
  content: "\e0cf";
}
.ui_icon.notification-bell:before {
  content: "\e05f";
}
.ui_icon.on-the-beach:before {
  content: "\e0e1";
}
.ui_icon.onsen:before {
  content: "\e0e2";
}
.ui_icon.outdoors:before {
  content: "\e0e3";
}
.ui_icon.parking:before {
  content: "\e05d";
}
.ui_icon.pencil-paper:before {
  content: "\e00e";
}
.ui_icon.pencil:before {
  content: "\e00f";
}
.ui_icon.pet-friendly:before {
  content: "\e065";
}
.ui_icon.phone:before {
  content: "\e026";
}
.ui_icon.photo-id:before {
  content: "\e0f0";
}
.ui_icon.photo:before {
  content: "\e0b1";
}
.ui_icon.pinterest:before {
  content: "\e0d2";
}
.ui_icon.play:before {
  content: "\e0c0";
}
.ui_icon.plus-circle-fill:before {
  content: "\e031";
}
.ui_icon.plus-circle:before {
  content: "\e030";
}
.ui_icon.plus:before {
  content: "\e02f";
}
.ui_icon.pool:before {
  content: "\e064";
}
.ui_icon.power:before {
  content: "\e0f5";
}
.ui_icon.present:before {
  content: "\e070";
}
.ui_icon.printer:before {
  content: "\e027";
}
.ui_icon.prohibited:before {
  content: "\e074";
}
.ui_icon.question-circle-fill:before {
  content: "\e055";
}
.rtl.domn_iw .ui_icon.ui_icon.question-circle-fill:before,
.rtl.domn_iw .ui_icon.ui_icon.question-circle-fill:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ui_icon.question-circle:before {
  content: "\e054";
}
.ui_icon.quote-decorative:before {
  content: "\e0b8";
}
.ui_icon.quote:before {
  content: "\e0b9";
}
.ui_icon.refresh-zapper:before {
  content: "\e037";
}
.ui_icon.refresh:before {
  content: "\e036";
}
.ui_icon.reply-fill:before {
  content: "\e099";
}
.ui_icon.resort:before {
  content: "\e0e4";
}
.ui_icon.restaurants:before {
  content: "\e001";
}
.ui_icon.romantic:before {
  content: "\e0e5";
}
.ui_icon.ryokan:before {
  content: "\e0e6";
}
.ui_icon.search:before {
  content: "\e056";
}
.ui_icon.seat-angled-bed:before {
  content: "\e0f8";
}
.ui_icon.seat-flat-bed:before {
  content: "\e0f9";
}
.ui_icon.seat-regular:before {
  content: "\e0f7";
}
.ui_icon.settings-fill:before {
  content: "\e090";
}
.ui_icon.share:before {
  content: "\e09a";
}
.ui_icon.single-chevron-down-circle-fill:before {
  content: "\e040";
}
.ui_icon.single-chevron-down-circle:before {
  content: "\e03f";
}
.ui_icon.single-chevron-down:before {
  content: "\e03e";
}
.ui_icon.single-chevron-left-circle-fill:before {
  content: "\e043";
}
.ui_icon.single-chevron-left-circle:before {
  content: "\e042";
}
.ui_icon.single-chevron-left:before {
  content: "\e041";
}
.ui_icon.single-chevron-right-circle-fill:before {
  content: "\e03d";
}
.ui_icon.single-chevron-right-circle:before {
  content: "\e03c";
}
.ui_icon.single-chevron-right:before {
  content: "\e03b";
}
.ui_icon.single-chevron-up-circle-fill:before {
  content: "\e03a";
}
.ui_icon.single-chevron-up-circle:before {
  content: "\e039";
}
.ui_icon.single-chevron-up:before {
  content: "\e038";
}
.ui_icon.ski-in-ski-out:before {
  content: "\e0e7";
}
.ui_icon.slideshow:before {
  content: "\e0b2";
}
.ui_icon.smoking-prohibited:before {
  content: "\e067";
}
.ui_icon.smoking:before {
  content: "\e066";
}
.ui_icon.spa:before {
  content: "\e0e8";
}
.ui_icon.special-offer-45deg:before {
  content: "\e01c";
}
.ui_icon.special-offer-fill-45deg:before {
  content: "\e084";
}
.ui_icon.special-offer-fill:before {
  content: "\e085";
}
.ui_icon.special-offer:before {
  content: "\e01d";
}
.ui_icon.star-fill:before {
  content: "\e024";
}
.ui_icon.star-rating-full:before {
  content: "\e088";
}
.ui_icon.star-rating-half:before {
  content: "\e089";
}
.ui_icon.star:before {
  content: "\e023";
}
.ui_icon.suitcase-fill:before {
  content: "\e0c4";
}
.ui_icon.suitcase:before {
  content: "\e0c3";
}
.ui_icon.sun:before {
  content: "\e069";
}
.ui_icon.ta-ollie:before {
  content: "\e009";
}
.ui_icon.television:before {
  content: "\e0f4";
}
.ui_icon.text-message-fill:before {
  content: "\e0ca";
}
.ui_icon.thumbs-down-fill:before {
  content: "\e058";
}
.ui_icon.thumbs-up-fill:before {
  content: "\e057";
}
.ui_icon.tickets:before {
  content: "\e060";
}
.ui_icon.times-circle-fill:before {
  content: "\e02e";
}
.ui_icon.times-circle:before {
  content: "\e02d";
}
.ui_icon.times:before {
  content: "\e02c";
}
.ui_icon.tools:before {
  content: "\e0a7";
}
.ui_icon.top-three:before {
  content: "\e0f1";
}
.ui_icon.train:before {
  content: "\e0d8";
}
.ui_icon.trash-fill:before {
  content: "\e073";
}
.ui_icon.traveler-article:before {
  content: "\e09c";
}
.ui_icon.travelers-choice-badge:before {
  content: "\e08b";
}
.ui_icon.twitter:before {
  content: "\e0d4";
}
.ui_icon.usb:before {
  content: "\e0f6";
}
.ui_icon.users:before {
  content: "\e0be";
}
.ui_icon.vacation-rentals:before {
  content: "\e003";
}
.ui_icon.volume-off:before {
  content: "\e0c1";
}
.ui_icon.volume-on:before {
  content: "\e0c2";
}
.ui_icon.voucher:before {
  content: "\e0f2";
}
.ui_icon.wallet-fill:before {
  content: "\e0ad";
}
.ui_icon.wallet:before {
  content: "\e0ae";
}
.ui_icon.wifi:before {
  content: "\e05c";
}
.ui_icon.youtube:before {
  content: "\e0d5";
}
.landerHeader {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 42px;
  color: #666666;
}
.title1 {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 24px;
  color: #666666;
}
.title2 {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 18px;
  color: #666666;
}
.title3 {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 16px;
  color: #666666;
}
.title4 {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 14px;
  color: #666666;
}
.bodyCopy {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
  font-size: 13px;
  color: #666666;
}
.bodyCopy.link {
  color: #006699;
  cursor: pointer;
}
.formLabel {
  font-size: 13px;
  color: #666666;
}
.formLabel.HR {
  font-family: "Georgia Italic", Georgia, serif;
  font-style: italic;
}
.formLabel.MC {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
}
.tableHeader {
  font-family: Arial;
  font-size: 11px;
  color: #666666;
}
.hyperLink {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
  font-size: 13px;
  color: #006699;
  cursor: pointer;
}
.hyperLink.free {
  text-decoration: underline;
  font-size: 11px;
}
.keyLabel {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
  font-size: 11px;
  color: #666666;
}
.chartLabel {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
  font-size: 10px;
  color: #666666;
}
.orangeText {
  color: #E46715;
}
.greenText {
  color: #00AF87;
}
.redText {
  color: #C32D0A;
}
.semibold {
  font-weight: 600;
}
.t4b-button {
  border: solid 1px #006699;
  background-color: #FFFFFF;
  color: #006699;
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 18px;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.t4b-button.orangeSolid {
  background-color: #E46715;
  border-color: #E46715;
  color: #FFFFFF;
}
.t4b-button.orangeOutline {
  color: #E46715;
  border-color: #E46715;
  background-color: #FFFFFF;
}
.t4b-button.orangeSolid:hover {
  background-color: #F17F21;
}
.t4b-button.orangeOutline:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
.t4b-button.darkBlueSolid {
  background-color: #134C75;
  border-color: #134C75;
  color: #FFFFFF;
}
.t4b-button.darkBlueOutline {
  background-color: #FFFFFF;
  border-color: #134C75;
  color: #134C75;
}
.t4b-button.darkBlueSolid:hover {
  background-color: #006DAC;
}
.t4b-button.darkBlueOutline:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
.t4b-button.secondary {
  padding: 10px 24px;
  font-size: 15px;
}
.t4b-button.tertiary {
  padding: 10px 12px;
  font-size: 11px;
  font-family: Arial, Verdana, "Bitstream Vera Sans", Helvetica, sans-serif;
  text-transform: uppercase;
}
.t4b-button.ta-green {
  background-color: #FFFFFF;
  border-color: #00AF87;
  color: #00AF87;
}
.t4b-button.ta-green:hover {
  background-color: #00AF87;
  border-color: #00AF87;
  color: #FFFFFF;
}
.t4b-button.inactive {
  opacity: 0.5;
  cursor: default;
}
/* RESET
   ----------------------------------------------------------------------------------------- */
html * {
  margin: 0;
  padding: 0;
}
body {
  font: normal small Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #333333;
}
table {
  font: normal small Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #333333;
}
tbody {
  font: normal small Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #333333;
}
/* BASICS
   ----------------------------------------------------------------------------------------- */
.widgTop10 {
  padding: 4px;
}
.widgTop10 a {
  text-decoration: underline;
  color: #006699;
  cursor: pointer;
}
.widgTop10 a:hover {
  text-decoration: underline;
}
.widgTop10 div.cb {
  clear: both;
}
/* This must be after .widgTop10 { padding:4px;} to override it for iframe version */
.widgTop10IFrame {
  padding: 0 !important;
}
.widgTop10IFrame div.widgNav {
  height: 28px;
}
/* GLOBAL > Header
   ----------------------------------------------------------------------------------------- */
.widgTop10 .cdsHead {
  height: 100%;
  overflow: hidden;
  padding: 1px 6px 3px;
}
.widgTop10 .cdsHead dl.cdsBrand {
  margin-left: 6px;
  float: right;
}
.widgTop10 .cdsHead dl.cdsBrand dt {
  position: relative;
  left: 100%;
  width: 110px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 1px;
  margin-left: -110px;
}
.widgTop10 .cdsHead dl.cdsBrand dt img.DaoDaoLogo {
  position: absolute;
  top: -12px;
}
.widgTop10 .cdsHead.showSearch {
  overflow: visible;
}
.widgTop10 .cdsHead.noTALogo {
  overflow: visible;
}
.widgTop10 h2 {
  margin-top: -31px;
  padding: 0 6px 10px;
  font-size: 18px;
}
.widgTop10 .shrink1 h2 {
  margin-top: -35px;
  padding: 1px 6px 15px;
  font-size: 16px;
}
.widgTop10 .shrink2 h2 {
  margin-top: -35px;
  padding: 2px 6px 17px;
  font-size: 14px;
}
.widgTop10 .shrink3 h2 {
  margin-top: -35px;
  padding: 3px 6px 18px;
  font-size: 12px;
}
.widgTop10 .shrink4 h2 {
  margin-top: -35px;
  padding: 5px 6px 19px;
  font-size: 11px;
}
.widgTop10 #cdsDestContent h2.noTALogo {
  margin-top: 0px;
}
.widgTop10 #cdsDestContent h2.noTALogo.searchBox {
  margin-top: 20px;
}
.widgTop10.small h2 {
  font-size: 14px !important;
  margin-top: 0;
  padding-bottom: 6px;
}
.widgTop10.small .cdsHead dl.cdsBrand dt {
  position: relative;
  top: 1px;
  left: 0;
  width: 92px;
  height: 15px;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 0;
}
.widgTop10.nearby h2 {
  padding: 8px 5px !important;
  margin-top: -25px;
  font-size: 18px !important;
}
.widgTop10.nearby h2.noTALogo {
  margin-top: 0px;
}
.widgTop10.small.nearby h2 {
  padding: 8px 5px !important;
  margin-top: -25px;
  font-size: 18px !important;
}
.widgTop10.small.nearby h2.noTALogo {
  margin-top: 0px;
}
/* SEARCH BOX
   ----------------------------------------------------------------------------------------- */
.widgTop10 .cdsHead .destSearchError {
  color: #C32D0A;
  border: 1px solid #C32D0A;
}
.widgTop10 .cdsHead dl.cdsBrand.cdsBrandSearch {
  float: none;
  margin-left: 0;
}
.widgTop10 .cdsHead dl.cdsBrand.cdsBrandSearch dt {
  position: relative;
  left: 0;
  width: 110px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 1px;
  margin-left: 0;
  float: left;
}
.widgTop10 .cdsHead dl.cdsBrand dd.cdsSearchBox {
  float: right;
}
.widgTop10 .cdsHead dl.cdsBrand .cdsDestSearchForm {
  float: right;
}
.widgTop10 .cdsHead dl.cdsBrand form .cdsDSInner {
  position: relative;
}
.widgTop10 .cdsHead dl.cdsBrand form #destGeoSearch {
  position: absolute;
  right: 15px;
  top: 2px;
  color: #666666;
}
.widgTop10 .cdsHead dl.cdsBrand form .submit {
  position: absolute;
  top: 2px;
  right: -5px;
  background: transparent url(/img2/widget/icons/searchSprite-v1.gif) no-repeat scroll 0 0;
  font-size: 100%;
  height: 19px;
  width: 21px;
}
.widgTop10 .innerSearchContent h2 {
  margin-top: 0px;
  padding: 3px 6px 7px;
  font-size: 16px;
  color: #333333;
}
.widgTop10 .innerSearchContent .shrink4 h2 {
  margin-top: 0px;
  padding: 5px 6px 9px;
  font-size: 14px;
  color: #333333;
}
.widgTop10.small .innerSearchContent h2 {
  margin-top: 0px;
}
/* ERROR
   ----------------------------------------------------------------------------------------- */
.widgTop10 .destSearchError {
  padding: 6px 0;
  font-size: small;
  text-align: center;
}
.widgTop10 .spacerTop {
  height: 10px;
}
/* Add 48px height for removed tab and title content */
.widgTop10 .widgInner.for3.searchError {
  height: 190px;
}
.widgTop10 .widgInner.for4.searchError {
  height: 216px;
}
.widgTop10 .widgInner.for5.searchError {
  height: 242px;
}
.widgTop10 .widgInner.for6.searchError {
  height: 270px;
}
.widgTop10 .widgInner.for7.searchError {
  height: 298px;
}
.widgTop10 .widgInner.for8.searchError {
  height: 324px;
}
.widgTop10 .widgInner.for9.searchError {
  height: 352px;
}
.widgTop10 .widgInner.for10.searchError {
  height: 378px;
}
/* Add 43px height for removed tab and title content */
.widgTop10.small .widgInner.for3.searchError {
  height: 185px;
}
.widgTop10.small .widgInner.for4.searchError {
  height: 211px;
}
.widgTop10.small .widgInner.for5.searchError {
  height: 237px;
}
.widgTop10.small .widgInner.for6.searchError {
  height: 265px;
}
.widgTop10.small .widgInner.for7.searchError {
  height: 293px;
}
.widgTop10.small .widgInner.for8.searchError {
  height: 319px;
}
.widgTop10.small .widgInner.for9.searchError {
  height: 347px;
}
.widgTop10.small .widgInner.for10.searchError {
  height: 373px;
}
/* Autocompleter > Harald Kirschner <mail [at] digitarald.de>, 02.01.2006 (digitarald.de/project/autocompleter/)
   ----------------------------------------------------------------------------------------- */
div.autocompleter-loading {
  float: left;
  clear: right;
  background: #FFFFFF url(/img2/spinner.gif) no-repeat center;
  width: 20px;
  height: 16px;
}
ul.autocompleter-choices {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #B7CB92;
  background-color: #FFFFFF;
  text-align: left;
  font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  z-index: 50;
  font-size: 65%;
  color: #333333;
  width: 168px;
}
ul.autocompleter-choices li {
  position: relative;
  padding: 0.1em 1.5em 0.1em 1em;
  cursor: pointer;
  font-weight: normal;
  font-size: 1.2em;
}
ul.autocompleter-choices li.autocompleter-selected {
  background-color: #FAD69F;
  color: #000000;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
  color: #000000;
}
ul.autocompleter-choices span.autocompleter-queried {
  font-weight: bold;
}
.floatContainer {
  display: inline-block;
}
.floatContainer:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE Mac \*/
/* height:1%; */
* .floatContainer {
  display: block;
}
/* End Hack */
/* GLOBAL > Tabbed Navigation
   ----------------------------------------------------------------------------------------- */
.widgTop10 .widgNav {
  height: 100%;
  overflow: hidden;
}
.widgTop10 .widgNav ul {
  height: 100%;
  overflow: hidden;
  margin: 0 3px;
  list-style-type: none;
}
.widgTop10 .widgNav ul li {
  float: left;
}
.widgTop10 .widgNav ul li a {
  text-decoration: none;
  display: block;
  margin-top: 3px;
  padding: 4px 8px 6px;
  color: #333333;
}
.widgTop10 .widgNav ul li a:hover {
  text-decoration: underline;
}
.widgTop10 .widgNav ul li a:visited {
  color: #333333;
}
.widgTop10 .widgNav ul li a.tabSelected {
  background-color: #FFFFFF;
  border-right: 0;
  font-weight: bold;
}
.widgTop10 .widgNav ul li a.tabSelected:hover {
  text-decoration: none;
  cursor: default;
}
/* GLOBAL > Content
   ----------------------------------------------------------------------------------------- */
.widgTop10 .widgInner {
  padding: 7px;
  background-color: #FFFFFF;
  font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}
/* VARIATIONS > Widths and Heights
   ----------------------------------------------------------------------------------------- */
.widgTop10 .widgInner.for3 {
  height: 142px;
}
.widgTop10 .widgInner.for4 {
  height: 168px;
}
.widgTop10 .widgInner.for5 {
  height: 194px;
}
.widgTop10 .widgInner.for6 {
  height: 222px;
}
.widgTop10 .widgInner.for7 {
  height: 250px;
}
.widgTop10 .widgInner.for8 {
  height: 276px;
}
.widgTop10 .widgInner.for9 {
  height: 304px;
}
.widgTop10 .widgInner.for10 {
  height: 330px;
}
/* VARIATIONS > Inheritance - Separated for IE height/overflow bug (29208)
   ----------------------------------------------------------------------------------------- */
.for3 #listOverview {
  height: 142px;
}
.for3 #listMap {
  height: 142px;
}
.for4 #listOverview {
  height: 168px;
}
.for4 #listMap {
  height: 168px;
}
.for5 #listOverview {
  height: 194px;
}
.for5 #listMap {
  height: 194px;
}
.for6 #listOverview {
  height: 222px;
}
.for6 #listMap {
  height: 222px;
}
.for7 #listOverview {
  height: 250px;
}
.for7 #listMap {
  height: 250px;
}
.for8 #listOverview {
  height: 276px;
}
.for8 #listMap {
  height: 276px;
}
.for9 #listOverview {
  height: 304px;
}
.for9 #listMap {
  height: 304px;
}
.for10 #listOverview {
  height: 330px;
}
.for10 #listMap {
  height: 330px;
}
/* VARIATIONS > Green (Default)
   ----------------------------------------------------------------------------------------- */
.widgTop10 {
  background-color: #E9E8E2;
}
.widgTop10 .cdsHead dl.cdsBrand dt img {
  width: 100px;
  margin-top: -2px;
  margin-left: 10px;
}
.widgTop10 .cdsHead dl.cdsBrand dd {
  color: #666666;
}
.widgTop10 h2 {
  color: #00AF87;
}
.widgTop10 .widgNav {
  background-color: #B7B7B7;
}
.widgTop10 .widgNav ul li a {
  border-right: 1px solid #B7B7B7;
}
.widgTop10 .widgNav ul li a.tabSelected {
  color: #00AF87;
}
.widgTop10 .widgNav ul li a.tabSelected:visited {
  color: #00AF87;
}
.widgTop10 .widgInner {
  border: solid #B7B7B7;
  border-width: 0 1px 1px;
}
.widgTop10 .widgInner .h14 {
  color: #00AF87;
}
.widgTop10 .widgInner.noBorder {
  border-color: #FFFFFF;
}
.widgTop10.noBorder {
  background-color: #FFFFFF;
}
.widgTop10.small h2 {
  color: #333333;
}
.widgTop10.small .cdsHead dl.cdsBrand dt img {
  width: 85px;
  margin-top: -1px;
  margin-left: 8px;
}
.widgTop10.small.nearby h2 {
  color: #00AF87;
}
/* VARIATIONS > Blue, Grey, Brown
   ----------------------------------------------------------------------------------------- */
.widgTop10.blue .cdsHead dl.cdsBrand dd {
  color: #FFFFFF;
}
.widgTop10.blue h2 {
  color: #FFFFFF;
}
.widgTop10.brown .cdsHead dl.cdsBrand dd {
  color: #FFFFFF;
}
.widgTop10.brown h2 {
  color: #FFFFFF;
}
.widgTop10.grey .cdsHead dl.cdsBrand dd {
  color: #FFFFFF;
}
.widgTop10.grey h2 {
  color: #FFFFFF;
}
.widgTop10.blue.small.nearby h2 {
  color: #FFFFFF;
}
.widgTop10.brown.small.nearby h2 {
  color: #FFFFFF;
}
.widgTop10.grey.small.nearby h2 {
  color: #FFFFFF;
}
/* VARIATIONS > Blue
   ----------------------------------------------------------------------------------------- */
.widgTop10.blue {
  background-color: #6595b8;
}
.widgTop10.blue .cdsHead dl.cdsBrand form .submit {
  background-position: -21px 1px;
}
.widgTop10.blue .widgNav {
  background-position: 0 -84px;
  background-color: #F5F5F5;
}
.widgTop10.blue .widgNav ul li a {
  border-right: 1px solid #f2f2f2;
}
.widgTop10.blue .widgNav ul li a.tabSelected {
  color: #134C75;
}
.widgTop10.blue .widgNav ul li a.tabSelected:visited {
  color: #134C75;
}
.widgTop10.blue .widgInner {
  border: solid #B7B7B7;
  border-width: 0 1px 1px;
}
/* VARIATIONS > Grey
   ----------------------------------------------------------------------------------------- */
.widgTop10.grey {
  background-color: #B7B7B7;
}
.widgTop10.grey .cdsHead dl.cdsBrand form .submit {
  background-position: -44px 1px;
}
.widgTop10.grey .widgNav {
  background-position: 0 -168px;
  background-color: #F5F5F5;
}
.widgTop10.grey .widgNav ul li a {
  border-right: 1px solid #EEEEEE;
}
.widgTop10.grey .widgNav ul li a.tabSelected {
  color: #333333;
}
.widgTop10.grey .widgNav ul li a.tabSelected:visited {
  color: #333333;
}
.widgTop10.grey .widgInner {
  border: solid #B7B7B7;
  border-width: 0 1px 1px;
}
/* VARIATIONS > Brown
   ----------------------------------------------------------------------------------------- */
.widgTop10.brown {
  background-color: #c1b495;
}
.widgTop10.brown .cdsHead dl.cdsBrand form .submit {
  background-position: -66px 1px;
}
.widgTop10.brown .widgNav {
  background-position: 0 -252px;
  background-color: #F5F5F5;
}
.widgTop10.brown .widgNav ul li a {
  border-right: 1px solid #f2f2f2;
}
.widgTop10.brown .widgNav ul li a.tabSelected {
  color: #695846;
}
.widgTop10.brown .widgNav ul li a.tabSelected:visited {
  color: #695846;
}
.widgTop10.brown .widgInner {
  border: solid #B7B7B7;
  border-width: 0 1px 1px;
}
/* VARIATIONS > Powered By
   ----------------------------------------------------------------------------------------- */
.widgTop10 .cdsPoweredByHead {
  overflow: hidden;
  padding: 1px 5px 3px;
}
.widgTop10 .cdsPoweredByHead h2 {
  padding: 0 0 5px !important;
  margin: 0 !important;
  font-size: 18px !important;
  color: #00AF87;
  float: left;
}
.widgTop10 .cdsPoweredByHead dl.cdsBrand dd {
  color: #B7B7B7;
  font-size: 13px;
  float: left;
  font-weight: bold;
  margin-right: .5em;
  margin-top: 2px;
}
.widgTop10 .cdsPoweredByHead dl.cdsBrand dt {
  position: relative;
  width: 110px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 1px;
  float: left;
  margin-left: 0;
  left: 0;
}
.widgTop10 .cdsPoweredByHead dl {
  margin-left: 6px;
  float: right;
  margin-top: 3px;
}
.widgTop10 div.widgBottom {
  overflow: hidden;
}
.widgTop10 .widgBottom a {
  font-size: 13px;
}
.widgTop10 .widgBottom a.left {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
}
.widgTop10 .widgBottom a.right {
  float: right;
  margin-top: 4px;
  margin-right: 8px;
}
.widgTop10 .seeMore {
  font-family: Arial;
  font-size: 1em;
}
.widgTop10 span.recommend {
  white-space: nowrap;
}
.widgTop10.narrow .cdsPoweredByHead dl.cdsBrand dt {
  width: 92px;
}
.widgTop10.narrow .cdsPoweredByHead dl.cdsBrand dt img {
  top: 0;
  left: 0;
}
/* CONTENT > Global Styles
   ----------------------------------------------------------------------------------------- */
.widgInner h1 {
  font: bold 14px Arial, Helvetica, sans-serif;
}
.widgInner .h14 {
  font: bold 14px Arial, Helvetica, sans-serif;
}
.widgInner table {
  border-collapse: collapse;
  width: 100%;
}
.widgInner table caption {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
.widgInner table th {
  text-align: left;
  font-weight: normal;
}
.widgInner table td {
  text-align: left;
}
.widgInner table caption.nearby {
  font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}
.widgInner table caption.smallFont {
  font-size: 12px;
}
/* CONTENT > Overview
   ----------------------------------------------------------------------------------------- */
.widgInner #listOverview table td {
  vertical-align: top;
}
.widgInner #listOverview .sidebar {
  width: 150px;
  padding-right: 12px;
  float: left;
}
.widgInner #listOverview .photoNav {
  font-size: 11px;
  padding: 4px 0 6px;
  text-align: center;
}
.widgInner #listOverview .photoAtt {
  font-size: 11px;
  color: #B7B7B7;
}
.widgInner #listOverview td.cdsPhotos {
  width: 150px;
  padding-right: 12px;
}
.widgInner #listOverview td.photoNav {
  padding: 0;
  vertical-align: bottom;
  text-align: left;
}
.widgInner #listOverview .balance {
  width: 100%;
}
.widgInner #listOverview .h14 {
  padding: 8px 0;
}
.widgInner #listOverview .cdsDescription {
  padding-bottom: 9px;
  border-bottom: 1px solid #666666;
}
.widgInner #listOverview .cdsDescription dd {
  padding-right: 6px;
}
.widgInner #listOverview .cdsDescriptionNarrow {
  padding-bottom: 9px;
}
.widgInner #listOverview .cdsDescriptionNarrow dd {
  padding-right: 6px;
}
.widgInner #listOverview .ovReviews.cdsNarrow {
  margin-top: 6px;
  border-top: 1px solid #666666;
}
.widgInner #listOverview .ovProp {
  margin-bottom: 3px;
}
.widgInner #listOverview .ovQuote {
  margin-bottom: 6px;
}
.widgInner #listOverview .ovRateAttrib {
  margin-left: 2px;
  margin-bottom: 17px;
}
.widgTop10.small #listOverview td.cdsPhotos {
  width: 125px;
}
.widgTop10.small #listOverview td.cdsPhotos img {
  width: 125px;
}
/* CONTENT > Overview, Map
   ----------------------------------------------------------------------------------------- */
/* overflow-x, padding is for IE7 */
.widgInner #listOverview {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.widgInner #listOverview .balance {
  width: 100%;
}
.widgInner #listMap {
  position: relative;
  overflow: auto;
}
.widgInner #listMap .balance {
  width: 100%;
}
.widgTop10 #listOverview .findMore {
  font-size: 11px;
  vertical-align: bottom;
  width: 150px;
  padding: 16px 12px 18px 0;
}
.widgTop10 #listMap .findMore {
  font-size: 11px;
  vertical-align: bottom;
  width: 150px;
  padding: 16px 12px 0 0;
}
.widgTop10.small #listOverview .findMore {
  width: 125px;
}
.widgTop10.small #listMap .findMore {
  width: 100%;
}
/* CONTENT > Hotels, Attractions, Restaurants
   ----------------------------------------------------------------------------------------- */
.widgInner .cdsList table caption {
  padding: 7px 0 11px;
}
.widgInner .cdsList table th {
  padding: 5px 0;
  border-top: 1px solid #E3E3E3;
  vertical-align: middle;
  width: 100%;
  padding-left: 4px;
}
.widgInner .cdsList table td {
  padding: 5px 0;
  border-top: 1px solid #E3E3E3;
  vertical-align: middle;
}
.widgInner .cdsList table td.stars {
  width: 69px;
}
.widgInner .cdsList table td.stars .ui_bubble_rating {
  font-size: 14px;
}
.widgInner .cdsList table td.count {
  padding-right: 7px;
  padding-left: 6px;
  font-size: 12px;
  color: #666666;
  text-align: right;
  white-space: nowrap;
}
.widgInner .cdsList table td.countleft {
  padding-right: 7px;
  padding-left: 6px;
  font-size: 12px;
  color: #666666;
  text-align: left;
  white-space: nowrap;
}
.widgInner fieldset.hotelRentalToggle {
  border: none;
  margin-top: 5px;
}
.widgInner .hotelRentalToggle span {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.1670em;
  color: #333333;
}
.widgInner .hotelRentalToggle input {
  margin-left: 2px;
}
.widgTop10.small .cdsList table caption {
  font-size: 11px;
}
.widgTop10.small .cdsList table th {
  font-size: 11px;
  padding: 5px 0;
}
.widgTop10.small .cdsList table td {
  padding: 5px 0;
  padding: 5px 0 4px;
}
.widgTop10.small .cdsList table td.stars {
  width: 51px;
  padding: 0 4px;
}
.widgTop10.small .cdsList table td.stars .ui_bubble_rating {
  font-size: 10px;
}
.widgTop10.small .cdsList table tr {
  font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}
.widgTop10 .cdsList table tr {
  font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* CONTENT > Hotels
   ----------------------------------------------------------------------------------------- */
.widgTop10 .ovReviews .ovHeading {
  padding: 4px 0 10px;
  border-top: 1px solid #B7B7B7;
  font-size: 115%;
  font-weight: bold;
  color: #00AF87;
}
.widgTop10 .ovRating {
  padding-top: 2px;
  vertical-align: middle;
}
.widgTop10 .ovRateAttrib {
  margin-top: 3px;
  margin-bottom: 10px;
  vertical-align: top;
}
.widgTop10 .ovRateAttrib .ovUsername {
  font-size: 90%;
  color: #666666;
}
.widgTop10 div.vrInfo {
  float: left;
}
.widgTop10 div.vrRating {
  float: left;
  margin: 1px 0 0 4px;
}
.widgTop10 .cdsList table tr .vrWideDisplay {
  font-size: 1em;
  font-family: Arial;
}
/* CONTENT > Map
   ----------------------------------------------------------------------------------------- */
.widgTop10 #listMap table td {
  vertical-align: top;
}
.widgTop10 #listMap .js_error {
  margin: 14px 0;
  color: #C32D0A;
}
.widgTop10 #listMap .sidebar {
  width: 140px;
  padding-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
}
.widgTop10 #listMap .sidebar .pName {
  background-color: rgba(0, 175, 135, 0.2);
  display: block;
  margin-bottom: 15px;
  padding: 7px 18px 7px 2px;
  border-bottom: 1px solid #00AF87;
  font-weight: bold;
  font-size: 11px;
  color: #00AF87;
  cursor: pointer;
}
.widgTop10 #listMap .sidebar .pName:hover {
  background-color: rgba(0, 175, 135, 0.2);
}
.widgTop10 #listMap .sidebar .fNear {
  width: 140px;
  border-bottom: 1px solid #00AF87;
}
.widgTop10 #listMap .sidebar .fNear span:hover {
  background-color: #E3E3E3;
}
.widgTop10 #listMap .sidebar .fNear fieldset {
  border-width: 0;
  border-style: solid;
  background-color: #FFFFFF;
}
.widgTop10 #listMap .sidebar .fNear legend {
  padding: 0 0 2px 2px;
  font-size: 10px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.widgTop10 #listMap .sidebar .fNear li {
  width: 100%;
  height: 29px;
}
.widgTop10 #listMap .sidebar .fNear li .js_markerClass {
  float: right;
  width: 23px;
  height: 25px;
}
.widgTop10 #listMap .sidebar .fNear li .lHac.js_markerClass {
  background-image: url("/img2/maps/icons/pin_lg_Hotel.png");
}
.widgTop10 #listMap .sidebar .fNear li .lVrs.js_markerClass {
  background-image: url("/img2/maps/icons/pin_lg_Rental.png");
}
.widgTop10 #listMap .sidebar .fNear li .lAtt.js_markerClass {
  background-image: url("/img2/maps/icons/pin_lg_ThingToDo.png");
  width: 25px;
  height: 29px;
  margin-right: -1px;
  margin-top: -2px;
}
.widgTop10 #listMap .sidebar .fNear li .lRest.js_markerClass {
  background-image: url("/img2/maps/icons/pin_lg_Restaurant.png");
}
.widgTop10 #listMap .sidebar .fNear li input {
  position: relative;
  left: 2px;
  width: 12px;
  height: 14px;
  margin: 4px 4px 0 2px;
  float: left;
}
.widgTop10 #listMap .sidebar .fNear li label {
  position: relative;
  left: 4px;
  display: block;
  padding: 5px 18px 3px;
  cursor: pointer;
  color: #00AF87;
  font-size: 11px;
}
.widgTop10 #listMap .sidebar .nfo {
  padding: 8px 1px;
  background-color: rgba(0, 175, 135, 0.1);
  font-size: 11px;
  line-height: 15px;
  color: #666666;
}
.rtl .widgTop10 #listMap .sidebar .pName {
  padding: 7px 2px 2px 18px;
}
.infoBox {
  border: 1px solid #B7B7B7;
  margin-top: 8px;
  padding: 4px;
  background: white;
  box-shadow: 2px 2px 5px #B7B7B7;
}
.infoBox .mini {
  float: left;
  margin-right: 4px;
  height: 10px;
}
.infoBox .hotel.mini {
  background-image: url("/img2/maps/icons/icon_hotels_mini_v2.png");
  width: 15px;
}
.infoBox .rental.mini {
  background-image: url("/img2/maps/icons/icon_rentals_mini_v2.png");
  width: 11px;
}
.infoBox .attraction.mini {
  background-image: url("/img2/maps/icons/icon_t2d_mini_v2.png");
  width: 12px;
}
.infoBox .restaurant.mini {
  background-image: url("/img2/maps/icons/icon_restaurants_mini_v2.png");
  width: 9px;
}
.infoBox .rating {
  padding-top: 4px;
}
.right {
  float: right;
  padding-left: 10px;
}
/* CONTENT > AJAX Map
   ----------------------------------------------------------------------------------------- */
#theMap {
  overflow: hidden;
}
.js_hvrNfo {
  font-size: 115% !important;
}
.js_hvrNfo .hvrData {
  font-size: 92.5%;
}
.js_hvrNfo .hvrData ul {
  list-style: none;
}
.js_hvrNfo .hvrData .nfoBbl .pRatng img {
  position: relative;
  top: 1px;
}
.js_hvrNfo .hvrData .nfoBbl .pIdx span {
  color: #00AF87;
}
.js_hvrNfo .hvrData img.tv {
  position: absolute;
  right: 0;
  top: 2px;
}
.js_hvrNfo .hvrTtl {
  font-size: 100%;
}
/* GLOBAL > Ratings Section Blocks
   ----------------------------------------------------------------------------------------- */
.rating {
  height: 100%;
  overflow: hidden;
}
.rating .rate {
  font-style: normal;
  float: left;
}
.rating em {
  font-style: normal;
  position: relative;
  top: 1px;
  font-size: 11px;
  color: #666666;
}
.rate {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 4px;
}
.rate img {
  position: absolute;
}
/* ERROR MESSAGE > Old round box
   ----------------------------------------------------------------------------------------- */
#CDSWIDERR.widErrBx.round {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #E3E3E3;
  border: none;
  font: normal 12px Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  color: #333333;
  text-align: left;
}
#CDSWIDERR.widErrBx.round * {
  margin: 0;
  padding: 0;
}
#CDSWIDERR.widErrBx.round #CDSWIDERR.widErrCnrs span {
  position: relative;
  z-index: 1;
  display: block;
  width: 6px;
  height: 6px;
  background: url("/img2/branding/tripadvisor_logo_transp_340x80.png") 0 0 no-repeat;
  background-size: 140px;
}
#CDSWIDERR.widErrBx.round #CDSWIDERR.widErrCnrs span.widErrCnrLft {
  background-position: -152px 0;
  float: left;
}
#CDSWIDERR.widErrBx.round #CDSWIDERR.widErrCnrs span.widErrCnrRgt {
  background-position: -158px 0;
  float: right;
}
#CDSWIDERR.widErrBx.round #CDSWIDERR.widErrBranding {
  background-color: #E5E5E5;
}
#CDSWIDERR.widErrBx.round #CDSWIDERR.widErrBranding dl {
  height: 36px;
  padding: 0 2px;
  border-bottom: 2px solid #E3E3E3;
  background-color: transparent;
}
#CDSWIDERR.widErrBx.round #CDSWIDERR.widErrBranding dl dt {
  position: absolute;
  top: 5px;
  left: 11px;
  width: 135px;
  overflow: hidden;
}
#CDSWIDERR.widErrBx.round .widErrData {
  margin: 2px;
  padding: 0 0 2px;
  background-color: #FFFFFF;
}
/* ERROR MESSAGE > New square box
   ----------------------------------------------------------------------------------------- */
#CDSWIDERR.widErrBx.square {
  position: relative;
  height: auto;
  border: 4px solid #B7B7B7;
}
#CDSWIDERR.widErrBx.square * {
  margin: 0;
  padding: 0;
}
#CDSWIDERR.widErrBx.square .widErrCnrs span {
  display: none;
}
#CDSWIDERR.widErrBx.square .widErrBranding dl {
  position: relative;
  height: 36px;
  margin: 0;
  border: none;
  background-color: #B7B7B7;
}
#CDSWIDERR.widErrBx.square .widErrBranding dl dt {
  position: absolute;
  top: 5px;
  left: auto;
  right: 1px;
  width: 135px;
  overflow: hidden;
}
#CDSWIDERR.widErrBx.square .widErrData {
  margin: 0px;
}
#CDSWIDERR.widErrBx.square .widErrComponent {
  padding: 12px 0;
  text-align: center;
}
/* ERROR MESSAGE > New square box for Best of widgets (wide and narrow)
   ----------------------------------------------------------------------------------------- */
#CDSWIDERR.widErrBx.square .widErrCnrs span {
  display: none;
}
#CDSWIDERR.widErrBx.square .widErrBranding .dl_cdsdestwide {
  height: auto;
  background-color: transparent;
}
#CDSWIDERR.widErrBx.square .widErrBranding .dl_cdsdestnarrow {
  height: auto;
  background-color: transparent;
}
#CDSWIDERR.widErrBx.square .widErrBranding .dt_cdsdestwide {
  margin-top: 16px;
  margin-bottom: 6px;
  left: 0;
  right: auto;
  width: auto;
}
#CDSWIDERR.widErrBx.square .widErrBranding .dt_cdsdestwide img {
  padding-left: 2px;
  width: 134px;
  height: auto;
}
#CDSWIDERR.widErrBx.square .widErrBranding .dt_cdsdestnarrow {
  margin-top: 16px;
  margin-bottom: 6px;
  left: 0;
  right: auto;
  width: auto;
}
#CDSWIDERR.widErrBx.square .widErrBranding .dt_cdsdestnarrow img {
  padding-left: 2px;
  width: 134px;
  height: auto;
}
#CDSWIDERR.widErrBx .widErrData .widErrComponent #p_cdsdestwide {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
  color: #333333;
  line-height: 1.125em;
  font-size: 1.25em;
  padding: 50px 0 0 7px;
  text-align: left;
  width: 100%;
}
#CDSWIDERR.widErrBx .widErrData .widErrComponent #p_cdsdestnarrow {
  font-family: ArialMT, Tahoma, 'Bitstream Vera Sans', sans-serif;
  color: #333333;
  line-height: 1.125em;
  font-size: 1.25em;
  padding: 50px 0 0 7px;
  text-align: left;
  width: 100%;
}
/* ERROR MESSAGE > Color Set Variations
   ----------------------------------------------------------------------------------------- */
#CDSWIDERR.widErrBx.square.blue {
  border: 4px solid #B7B7B7;
}
#CDSWIDERR.widErrBx.square.blue .widErrBranding dl {
  background-color: #B7B7B7;
}
#CDSWIDERR.widErrBx.square.grey {
  border: 4px solid #E3E3E3;
}
#CDSWIDERR.widErrBx.square.grey .widErrBranding dl {
  background-color: #E3E3E3;
}
#CDSWIDERR.widErrBx.square.brown {
  border: 4px solid #c1b495;
}
#CDSWIDERR.widErrBx.square.brown .widErrBranding dl {
  background-color: #c1b495;
}
.ul_simple {
  list-style: none outside none;
}
