/* --------------------------------------------------------------

   print.css
   * Gives you some sensible styles for hkprinting pages.
   * See Readme file in this directory for further instructions.

   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }

-------------------------------------------------------------- */

@import url('reset.css');
@import url('liquid.css');
@import url('core.css');
@import url('ui.css');


body {
  color:#000;
  margin: 0;
  padding: 0;
  background: none;
  width: auto;
}

#container, .container, div.force {
    padding: 0;
    width: auto !important;
}
#listingPhoto,
#map {
    width: 95%;
}
.typeface-js-selected-text {
    display: none;
}

h1.logo a {
    padding: 0;
    height: 108px;
}
h1.logo a img {
    border: none;
}
div.navigation,
div.datepicker {
    display: none;
}

.book #book-now, .book .from, .book hr {
    display: none;
}
.book .book h5 {
    padding-top: 0;
}
ul.photos {
    display: none;
}

ul.criteria li a {
    display: none;
}
ul.criteria li a.in {
    display: block;
}

#pod-location, #pod-book {
    display: none;
}

#pod-description {
    width: 62%;
}

#grouping-rates, #grouping-availability {
    clear: none;
    width: 100%;
}
#availability, #availability .inner {
    width: 100%;
    height: auto;
    overflow: visible;
}
#availability span {
    position: relative;
    width: 100% !important;
    left: 0 !important;
    float:left;
    height: auto;
    overflow: visible;
    clear: both;
}
#pod-rates {
    width: 98%;
    float:left;
    clear: both;
}
#footer {
    display: none;
}