table.infowindow {
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    border-collapse: separate;
    width: 330px;
}

table.infowindow-request {
  width: 300px;
}

table.infowindow-request > caption {
    width: 100%;
    padding: 5px;
    text-indent: 10px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-transform: capitalize;
}

table.preferred > caption {
  background: #FAECB6;
  border: 1px solid #F8E393;
}

table.basic > caption > a,
table.preferred > caption > a {
  color: #000 !important;
}

table.basic {
  background: #EFEFEF;
  border: 1px solid #DDD;
}

table.infowindow-request div.thumbnails {
  width: 120px;
  height: 90px;
  z-index: 0;
}

table.infowindow-request > caption > a {
    color: #26459D;
}

td.info-slideshow {
    width: 120px;
}

table.infowindow-request img.slideshow {
    width: 120px;
    height: 90px;
}

div.info-slideshow-control {
    width: 65px;
    margin: 0 auto;
}

td.info-rates-container {
    vertical-align: top;
}

table.info-rates {
    vertical-align: top;
    width: 100%;
    border-collapse: separate;
    margin-top: 1px;
}

table.info-rates thead {
    font-size: 13px;
    font-weight: bold;
}

table.info-stats {
    width: 300px;
    margin-top: 5px;
    border-top: 1px solid #DDD;
    background-color: #FFF;
}

span.not-available {
    color: #868686;
    font-style: oblique;
}

table.infowindow {
}

table.infowindow tr td {
}

table.infowindow > tbody:first-child > tr > td:first-child {
  width: 14px;
  border: 0;
  font-size: 0px;
}

table.infowindow tr td.right {
  width: 14px;
}

table.infowindow tr.angle > td,
table.infowindow tr.border-bottom > td,
table.infowindow tr.border-top > td {
    line-height: 100%;
    font-size: 0px;
}

table.infowindow td.html {
    background-color: #FFF;
}

table.infowindow tr.content,
table.infowindow td.middle {
    background-color: #FFF;
    width: auto;
}

table.infowindow tr.content > td.left {
    border-left: #bdbdbd 1px solid;
    background-color: #FFF;
}

table.infowindow tr.content > td.right {
    border-right: #bdbdbd 1px solid;
    background-color: #FFF;
}

table.infowindow tr.border-top > td.middle {
    font-size: 1px;
    border-top: #bdbdbd 1px solid;
    background-color: #FFF;
}

table.infowindow tr.border-bottom > td.middle {
    border-bottom: #bdbdbd 1px solid;
    background-color: #FFF;
}

table.infowindow tr.angle > td.angler > img {
    position: relative;
    top:  0px;
    left: 0px;
}

table.infowindow tr.border-top > td.close-window {
  background-color: #FFF;
  width: 100%;
  text-align: right;
}

table.infowindow tr.border-top > td.close-window > div {
    cursor: pointer;
    position: absolute;
    top: 8px;
    width: 16px;
    height: 16px;
    right: 12px;
    border: 1px solid #26459D;
}

div.tooltip {
  padding: 5px;
  width: 300px;
  font-size: 12px;
}

div.tooltip h1 {
  font-size: 13px;
  text-transform: capitalize;
}

div.tooltip p.distance{
  color: #666;
  font-weight: bold;
}

img.infowindow-shadow {
  display: none;
  position: absolute;
}



