/*
  -----------------------------------------------------------------------------
  Title:  AccommodationSoftware Screen Stylesheet
  Author:   Matt Stone (matt@amplify.com.au)

  Version 1.0
  28/06/2007

  Copyright (c) 2007 Amplify All rights reserved.
  -----------------------------------------------------------------------------
*/


/* Reset all default attributes
----------------------------------------------------------------------------- */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}

a img, :link img, :visited img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}

strong {
  font-weight: bold !important;
}

/* Universal Selectors 
----------------------------------------------------------------------------- */
body {
    min-width: 960px;
    font: normal 62.5%/1.6em Arial, Helvetica, sans-serif;
    color: #000;
}

a:link, a:visited {
  text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

form label {
  cursor: pointer;
}


/* Strutural Elements
----------------------------------------------------------------------------- */
.body {
  margin: 0;
}

#wrapper {
  width: 960px;
    margin: 0 auto;
}

#header {
  width: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  height: 150px;
}

#nav {
  height: auto;
}

#main {
}

  #search {
    padding: 10px 15px;
    border-top: 2px solid #323232;
    margin: 0 10px;
    min-height: 0 !important;
  }
    #search-destination  {
      width: 500px;
      margin-bottom: 4px;
    }
    
    #search-amenities {
      float: right;
      width: 250px;
      padding: 6px 0;
    }
    
    #search div.search-col1 {
      float: left;
      width: 33%;
    }
    
    #search div.search-col2 {
      /* position: relative; */
      float: left;
      /* margin-right: 120px; */
      width: 25%; 
    }
    
    #search div.search-col3 {
      float: right;
      margin-right: 5px;
      width: 33%;
    }

  #results {
    clear: both;
    padding: 5px 0 0 0;
    margin: 0 10px;
    border-top: 2px solid #323232;
  }
  
    #results-head {
      float: left;
      padding: 0 0 7px 10px;
      width: 390px;
    }
    
    #key-block  {
      float: right;
      width: 550px;
      background: #323232;
      color: #fff;
      margin-top: 3.2em;
      margin-right: 10px;
    }
    
    .cancel-block {
      padding: 6px 8px;
    }
    
    .hoteldetails {
      padding: 2px 15px 10px 15px;
    }
    
    .roomdetails {
      padding: 0.6em 0.4em;
      border-top: 2px solid #6c6b71;
    }
    
    .roomimage {
      float: right;
      margin: 0 5px 10px 0;
      border: 2px solid #fff;
    }
    
    .booknowdetails {
      border: 2px solid #88b91e;
    }
    
    .requestdetails {
      border: 2px solid #c00;
    }
    
    .sendtofriend {
      padding: 10px 0;
    }
    
    .hotelmap {
      width: 100%;
      text-align: center;
    }
    
    .packagecell {
      padding: 10px;
      margin: 0;
      border: 1px solid #ccc;
      border-top: none;
    }
    
    .resultspackage td .packagecell {
      border: 1px solid #c1bcc7;
    }
    
    .itinerary {
      padding: 0 5px;
    }
    
    .printerfriendly {
      float: right;
      padding: 12px 4px 0 0;
    }

#footer {
  width: 930px;
    margin: 0 auto;
  font-size: 1.0em;
  padding: 15px 15px 10px 15px;
}


/* brTip */
#brTip {
  background: #FFF;
  border: 1px solid #6E92B6;
  display: none;
  position: absolute;
  width: 200px;
  font: 11px Arial;
}
#brTip span {
  background: #b8b5b5;
  color: #FFF;
  display: block;
  padding: 3px;
  text-align: center;
}
#brTip p {
  padding: 5px;
  color: #333;
  text-align: justify;
}


/* Hotel Image Section
----------------------------------------------------------------------------- */
.hotelimgdiv {
  display: block;
  float: right;
  margin: 0 0 1em 1em;
  width: 230px;
  overflow: hidden;
}

.hotelimgdiv img {
  display: block;
}

.hotelimgdiv li {
  display: inline;
  list-style: none;
  margin: 0;
  border: none !important;
}

.hotelimgdiv li a {
  background-color: #e4e4e4;
  color: #000;
  display: block;
  float: left;
  line-height: 2em;
  margin: .4em .4em 0 0;
  text-align: center;
  text-decoration: none;
  width: 2em;
}

.hotelimgdiv li a.selected {
  background-color: #fff;
}

.hotelimgdiv li a:hover {
  background-color: #646464;
  color: #fff;
}

.hotelimgdiv ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.imgdiv {
  display: block;
  float: right;
}

.imgdiv img {
  display: block;
}

.imgbuttons li {
  display: inline;
  list-style: none;
  margin: 0;
}

.imgbuttons li a {
  background-color: #e4e4e4;
  color: #000;
  display: block;
  float: left;
  line-height: 2em;
  margin: .4em .4em 0 0;
  text-align: center;
  text-decoration: none;
  width: 2em;
}

.imgbuttons li a.selected {
  background-color: #fff;
}

.imgbuttons li a:hover {
  background-color: #646464;
  color: #fff;
}

.imgbuttons {
  margin: 0 0 5px 0;
  padding: 0;
}

/* Lists
----------------------------------------------------------------------------- */
#nav li {
  /* all list items */
  float: left;
  padding: 0;
  margin: 0;
}

#nav li li {
  width: 12em;
}

#nav li ul {
  /* second-level lists */
  position: absolute;
  background: orange;
  width: 12em;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul {
  /* third-and-above-level lists */
  margin: -2em 0 0 12em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  /* lists nested under hovered list items */
  left: auto;
}

#nav, #nav ul {
  /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1em;
  text-align: left;
}

*:first-child+html #nav {
  height: 1%;
}

*:first-child+html #nav li {
  height: 1%;
}

#search-amenities ol {
  float: left;
  margin-left: 10px;
}

#search-amenities ol li {
  font-size: 1.1em;
  padding: 2px 0;
  text-indent: -2em;
  padding-left: 2em;
}

.extrainfo {
  padding: 6px 10px;
}

.extrainfo li {
  font-size: 1.1em;
  padding: 4px 0;
}

.hoteldetails ul {
  width: 630px;
  margin: 5px 0 10px;
  list-style-type: none;
  float: left;
}

.hoteldetails ul li {
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  padding: 4px 10px;
  background: transparent;
  white-space: nowrap;
/*  padding: 6px 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;*/
  
}

.hotelimgdiv ul li {
  background: none;
}

#footer ul, #footer ul li {
  text-align: center;
}


/* Links
----------------------------------------------------------------------------- */
#nav li a {
  display: block;
  line-height: 28px;
  font-size: 1.2em;
  padding: 0 15px;
  text-decoration: none;
}

#nav li a:hover {
}

#search-amenities a {
  display: block;
  background: url(../images/arrow_down.gif) no-repeat center left;
  color: #545454;
  font-size: 1.0em;
  padding-left: 12px;
}

.hotelimgdiv li a:link, .hotelimgdiv li a:visited {
  background: #fff;
  border: 1px solid #b1c2e2;
  color: #5375b9;
  text-decoration: none;
}

.hotelimgdiv li a:hover, .hotelimgdiv li a:active {
  color: #375799;
  text-decoration: underline;
}

.sendtofriend a:link, .sendtofriend a:visited {
  background: url(../images/icon_sendtofriend.gif) no-repeat center left;
  color: #36f;
  padding-left: 20px;
}

.printerfriendly a:link, .printerfriendly a:visited {
  background: url(../images/icon_print.gif) no-repeat center left;
  color: #36f;
  padding-left: 20px;
}

#footer li a:link, #footer li a:visited {
}

#footer li a:hover, #footer li a:active {
}


/* Images
----------------------------------------------------------------------------- */
#key-block td img {
  float: left;
  margin-right: 5px;
}

.thumbs img {
  border: 1px solid #76757b;
}


/* Tables
----------------------------------------------------------------------------- */
.searchtable, .resulttable {
  width: 100%;
}

#search-amenities td {
  padding: 2px 10px 2px 0;
}

#key-block td {
  padding: 10px 8px;
  text-align: middle;
}

.resultrowweekdays td, .tabledata .tableheader th {
  background-image: url(../images/bg_resultshead.gif);
  background-repeat: repeat-x;
  font-size: 1.1em;
  padding: 10px 5px 8px 5px;
  border-bottom: 2px solid #6c6b71;
}

.datarow td {
  font-size: 1.2em;
  padding: 5px 8px;
}

.resultrowweekdays td.selected {
  font-weight: bold;
  /*color: inherit;*/
  border-bottom-width: 4px;
}

.resultrowweekdays td.weekend {
  /*color: #737373;*/
  color: #323232;
}

.resultpropertyrow td {
  font-size: 1.2em;
  padding: 6px 6px 4px 6px;
  border-top: 2px solid #1f6289;
  border-bottom: 1px solid #fff;
}

  .resultpropertyrow td .ratings {
    padding-top: 4px;
    padding-right: 600px;
  }

.resultpropertyrow td .rating-holder {
  float: right;
  margin-right: 15px;
}
  
.resultpropertyrow td .thumbs {
  float: right;
  width: 600px;
}

.resultpropertyrow td .thumbs div {
 clear: left;
}

.itHasASpecial td {
  padding: .5em .3em;
  background: #fff url(images/hot-deal.gif) 0 50% no-repeat !important;/*#0C3D72;*/
  color: red;/*white;*/
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  padding-left: 30px;
}

.resultrow td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}

.resultpackagerow td {
  border-bottom: none;
}

.resultrow td.selected {
}

.resultrow td.currency {
  font-weight: bold;
  font-size: 120%;
  background: #fff;
}

.resultrow td.resulttitle {
  color: #323232;
  font-size: 1.1em;
  font-weight: normal;
  padding: 0px 5px;
  text-align: right;
}

.resultrow td.sold {
  color: #323232;
  font-size: 1.0em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  border-right: 0;
}

/* results keys */
.resultrow td.inclusion {
  cursor: default;
}

.resultrow td.keybook {
  background: #acd551 url(../images/bg_key_book.gif) top right;
  line-height: 1.4em;
  font-size: 120%;
}

.resultrow td.keyrequest {
  background: #fbd480 url(../images/bg_key_request.gif) top right;
  line-height: 1.3em;
  font-size: 120%;
}

.packagerow td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  padding: 0 0 15px 0;
}

.resultspackage td {
  padding: 10px 0;
}

.roomdetails table td {
  font-size: 1.1em;
  padding: 4px 6px;
}

.roomdetails table th {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  vertical-align: middle;
  padding: 5px;
}

.roomdetails table td table td {
  padding: 4px 6px 4px 0;
}

.numrooms td, .numrooms th {
  background: url(../images/border_rooms.gif) repeat-x 0 10px;
  font-size: 1.1em;
  padding: 20px 5px 0 2px;
}

.invoice td, .invoice th {
  font-size: 1.1em;
  padding: 3px 2px;
}

.totalrow {
  padding: 5px 2px;
  vertical-align: middle;
}

#transbook legend {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5em;
}

#transbook p {
  font-size: 1.2em;
  line-height: 1.5em;
}

.itinerary th {
  font-weight: normal !important;
  vertical-align: top;
width: 250px;
}

.itinerary td {
}

.itinerary th, .itinerary td {
  font-size: 1.2em !important;
  line-height: 1.4em;
  padding: 6px 10px;
  border-bottom: 1px solid transparent;
}

.alt1 td {
}

.alt2 td {
}


/* Text
----------------------------------------------------------------------------- */
#search-amenities h4 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #969696;
  padding-bottom: 5px;
  margin-bottom: 8px;
  margin-left: 10px;
}

#main h1,
#main h2 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 1.2em 0 0.4em 14px;
}

#main #results-head h2 {
  margin-left: 0;
  margin-bottom: 4px;
  margin-top: 0.5em;
}

.newprice {
  font-weight: bold;
  color: red;
}

.hoteldetails p {
  font-size: 1.2em;
  line-height: 1.4em;
  clear: left;
}

#main div.hoteldetails h2 {
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  margin: 1.6em 0 0.6em 0;
border-bottom: 0 !important;
clear: right;
}

.hoteldetails h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.8em 0 0.4em 0;
}

.cancellations {
  font-size: 1.1em;
  font-style: normal;
  line-height: 1.5em;
}

#hotelimgdesc {
  font-size: 1.1em;
  margin: 5px 0 2px 3px;
}

.hotelmap p {
  font-size: 1.2em;
  text-align: center;
  padding: 2.0em 0;
}

.request-only {
  margin: 1.0em 0;
}

.packagecell p {
  font-size: 1.1em;
  line-height: 1.3em;
}

.packagecell strong {
  font-weight: bold;
}

.cancel-block h3 {
  color: #f00;
}

.proceedsecure {
  background: url(../images/icon_lock.gif) no-repeat center left;
  font-weight: bold;
  padding: 4px 0 4px 20px;
}


/* Form Elements
----------------------------------------------------------------------------- */
#search-destination label {
  display: block;
  color: #323232;
  font-size: 1.2em;
  font-weight: bold;
  margin: 2px 0 6px 0;
}

#search-destination select {
  width: 150px;
    color: #666;
  font-size: 1.2em;
    letter-spacing: -1px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #bbb #bbb #ddd;
    padding: 1px 0 1px 2px;
}

#search-advanced label {
  display: block;
  color: #323232;
  font-size: 1.1em;
  font-weight: bold;
  margin: 4px 0 6px 0;
}

#search-advanced input, #search-advanced select {
    color: #666;
  font-size: 1.2em;
    letter-spacing: -1px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #bbb #bbb #ddd;
    padding: 1px 0 1px 2px;
}

#search-advanced .sortby select {
	width: 225px;
}

#search-advanced .sortby label {
display: inline;
padding-right: 10px;
}

/* buttons */

.buttons {
  padding: 8px 5px !important;
}

.buttons a, .buttons button{
    display: block;
    float: left;
    background: #e8e7e3;
    color: #565656;
  font-size: 1.2em;
    font-weight: bold;
  text-decoration: none;
    cursor: pointer;
  margin: 0;
    padding: 5px 7px 6px 7px;
  border-width: 1px;
    border-style: solid;
    border-color: #ddd #bbb #bbb #ddd;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
}

.buttons {
  width: auto;
  padding: 4px 0;
}

.buttons button {
  font-size: 1.1em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.resultbuttons {
  padding: 8px 5px !important;
  text-align: center !important;
}

.packagecell td.buttons a {
  margin-right: 0;
}

input {
  font-family: Arial, Helvetica, sans-serif;
}

.button {
  width:auto;
    overflow:visible;
  background-color: #545454;
  border: 0;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 2px 5px;
  margin: 0;
}

.cconverter {
  background-color: #939393;
  margin-left: 10px;
}

#search-advanced .buttons button {
  float: right;
}


/* Tooltips
----------------------------------------------------------------------------- */
#tooltip {
  position: absolute;
  z-index: 3000;
  width: 350px;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 0.9;
}

#tooltip h3, #tooltip div { margin: 0; }

.thumbnail {
  background: #e4f1f9;
  position: relative;
  z-index: 0;
}

.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
}

.bigpicture { /*CSS for enlarged image*/
  position: absolute;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  white-space: nowrap;
  z-index: 2000;
}

.bigpicture img { /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px;
}

/* New styles for the play icon over thumbnails */
div.thumbs {
    position:relative;
  }
  div.thumbs ul {
    /*height:35px;*/
    margin:0 0 5px;
    padding:0;
    list-style: none;
  }
  div.thumbs li {
    display:block;
    height:35px;
    float:left;
    margin:0 5px 5px 0;
    padding:0;
    position:relative;
    width:45px;
  }
  div.thumbs a.thumbnail {
    background: url("../images/prettyPhoto/clear-thumb.gif") no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 35px;
  }
  div.thumbs a.video {
    background:transparent url(../images/prettyPhoto/play_icon.gif) no-repeat !important;
    text-indent: -2000em;
  }

.room:hover span { /*CSS for enlarged image on hover*/
  top: 10px;
  left: 20px; /*position where enlarged image should offset horizontally */
}


/* Autoclearing
----------------------------------------------------------------------------- */

.clr {
 clear: both;
 height: 0;
 line-height: 0;
 visibility: hidden;
}

/* Autoclear DIV forcing it to expand to fit contents */
#nav:after, #search-destination:after, #search-advanced:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* patch for IE as it does not support the :after pseudo element \*/
* html #nav {height: 1%;}
* html #search-destination {height: 1%;}
* html #search-advanced {height: 1%;}


/* Sitemap additions: MS 29/02/08 */
.sitemap ul li {
  font-size: 14px;
  font-weight: bold;
    line-height: 1.4em;
margin-bottom: 1px;
}

  .sitemap ul li a:link {
    text-decoration: none !important;
line-height: 1.4;
  }

.sitemap ul li li {
  padding-left: 2.0em;
  font-size: 12px;
  font-weight: bold;
}

  .sitemap ul li li a:link {
        color: #000;
    text-decoration: underline !important;
  }

.sitemap ul li li li {
  padding-left: 2.0em;
  font-weight: normal;
}

    .sitemap ul li li li a:link {
        font-weight: normal !important;
    text-decoration: underline !important;
  }

.sitemap ul li li li li {
  padding-left: 2.0em;
}

/* hotel details slideshow */
.hotel-pics-container {
  float: right;
  margin: 1em 1.0em 1em 2.0em;
}
/*
#hotel-pics {
        width: 230px;
        height: 190px;
        overflow: hidden;
        margin: 0;
        padding: 0;
}

#hotel-pics-description { margin-left: 4px; }

#hotel-pics-nav { padding: 1em 0 0.3em; }
#hotel-pics-nav a:link, #hotel-pics-nav a:visited {
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #000;
  text-decoration: none;
}
#hotel-pics-nav a:hover, #hotel-pics-nav a:active {
  text-decoration: underline;
}

#hotel-pics-nav a.activeSlide { background: #a1a1a1; color: #fff; }
#hotel-pics-nav a:focus { outline: none; }
*/

#hotel-pics {
        width: 230px;
        height: 190px;
        overflow: hidden;
        margin: 0;
        padding: 0;
}

#hotel-pics-description { margin-left: 4px; }

#hotel-pics-nav { padding: 1em 0 0.3em; }
#hotel-pics-nav a:link, #hotel-pics-nav a:visited {
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #000;
  text-decoration: none;
}
#hotel-pics-nav a:hover, #hotel-pics-nav a:active {
  text-decoration: underline;
}

#hotel-pics-nav a.activeSlide { background: #a1a1a1; color: #fff; }
#hotel-pics-nav a:focus { outline: none; }




#hotel-pics-simple {
        width: 230px;
        height: 190px;
        overflow: hidden;
        margin: 0;
        padding: 0;
}

#hotel-pics-description-simple { margin-left: 4px; }

#hotel-pics-nav-simple { padding: 1em 0 0.3em; width: 200px; }
#hotel-pics-nav-simple a:link, #hotel-pics-nav-simple a:visited {
  margin: 0 3px 5px;
  padding: 2px 0;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #000;
  text-decoration: none;
  float: left;
  width: 20px;
  text-align: center;
}

#hotel-pics-nav-simple a:hover, #hotel-pics-nav-simple a:active {
  text-decoration: underline;
}

#hotel-pics-nav-simple a.activeSlide { background: #a1a1a1; color: #fff; }
#hotel-pics-nav-simple a:focus { outline: none; }
/* Gogle Maps infowindow styles */
#map h2 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 0;
}
#div_attr_ex {
    position: relative;
    margin: 10px auto;
    width: 640px;
    height: 480px;
    border: 1px solid #333;
    background-color: #fff;
  }
  #div_attr_ex_list {
    position: absolute;
    left: 540px;
  }
  #div_attr_ex .panoramio-wapi-images {
    background-color: #fff;
  }
  #div_attr_ex .pwanoramio-wapi-tos{
    background-color: #fff !important;
  }

/* search results searchbox */
.searchtable td {
  vertical-align: top;
}
.searchtable td.buttons {
   padding: 0!important;
   vertical-align: middle;
}
.searchtable td.buttons select {
  float: left;
}
.searchtable td.buttons div {
  float: right;
  padding: 0!important;
  position: relative;
  text-align: center;
}
.searchtable td.buttons div div {
  position: absolute;
  width: 100%;
  background-color: #fff;
}
#newChildDiv {
  position: absolute;
  left: -999em;
}

/* Pagination
----------------------------------------------------------------------------- */
#pagethis {
  background-color: #fff;
  font-size: 12px;
}

#pagethis .pages {
  float: left;
  padding: 7px;
  width: 200px;
}

#pagethis .paginate {
  padding: 10px 10px 10px 220px;
}

#pagethis a,
#pagethis .this-page {
  border: 1px solid #000;
  margin: 0 2px;
  padding: 2px 6px;
}

#pagethis a {
  border: 1px solid #CCCCCC;
  text-decoration: none;
}

#pagethis a:hover {
  border: 1px solid #000;
}

/* Expedia Ratings and Reviews
----------------------------------------------------------------------------- */
.TA_vrnearbyaccomwide { width: 500px; margin: 10px auto; }

.expedia-rating-bar li {
  float: left;
  padding-left: 5px;
}

.expedia-rating-bar img.reviews-rating {
  margin-left: -5px;
}

.expedia-rating-bar li div {
  width: 60px;
  height: 12px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 2px;
  background: url(http://www.travelnow.com/templates/336616/static/5/default/images/0-common/icons/tripadvisor-rating/ico-rating-reviews-set.png) 0 0 no-repeat;
}

.reviews-rating-0-5 {
  background-position: 0 -12px !important;
}
.reviews-rating-1-0 {
  background-position: 0 -24px !important;
}
.reviews-rating-1-5 {
  background-position: 0 -36px !important;
}
.reviews-rating-2-0 {
  background-position: 0 -48px !important;
}
.reviews-rating-2-5 {
  background-position: 0 -60px !important;
}
.reviews-rating-3-0 {
  background-position: 0 -72px !important;
}
.reviews-rating-3-5 {
  background-position: 0 -84px !important;
}
.reviews-rating-4-0 {
  background-position: 0 -96px !important;
}
.reviews-rating-4-5 {
  background-position: 0 -108px !important;
}
.reviews-rating-5-0 {
  background-position: 0 -120px !important;
}