/*----------------------------*/
/*         info.css           */
/*                            */
/*    Used for formatting     */
/*     on the info page       */
/*----------------------------*/

h2.hotels {
  margin-bottom: 8px;
}

div.hotels {
  margin: 0px;
  padding-left: 20px;
  padding-bottom: 10px;
}

div.hotels table {
}

td.hotelname {
  padding: 8px 8px 8px 8px;
  border-bottom: 1px solid black;
  text-align: left;
  vertical-align: top;
}

td.hoteladdress {
  padding: 8px 8px 8px 16px;
  border-bottom: 1px solid black;
  text-align: left;
  vertical-align: top;
}

div.location {
  padding-bottom: 8px;
  width: 736px;
  position: relative;
  clear: both;
}

div.location img {
  margin-left: 10px;
  width: 209px;
  height: 221px;
  position: relative;
  float: left;
}
