/* TABS */
a.hotelTab:link, a.hotelTab:visited {
  display: block;
  height: 22px;
  line-height: 22px;
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-color: #dcdcdc;
  color: #666666;
  margin-right: 5px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
a.hotelTabSelected:link, a.hotelTabSelected:visited {
  display: block;
  height: 22px;
  line-height: 22px;
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-color: #3d2316;
  color: #ffffff;
  margin-right: 5px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

div.hotelListSmallPix {
  background-color: #e7dda2;
  border: 1px solid #8d8640;
  width: 74px;
  padding: 4px 4px 3px 4px;
  float: left;
  margin-bottom: 8px;
}
div.hotelListSmallPix img {
  border: 1px solid #8d8640;
  width: 72px;
}

div.hotelListContent {
  margin-left: 15px;
  width: 400px;
  float: left;
}

div.hotelListPriceBox {
  width: 90px;
  float: right;
}
div.hotelListPriceBox span {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}
div.hotelListPriceBox b {
  color: #c00000;
  font-size: 20px;
  font-weight: bold;
  font-family: arial, helvetica, tahoma;
}

div.hotelExclusive {
  width: 90px;
  background-color: #dc0000;
  margin: auto;
  padding: 3px 0px 3px 0px;
  color: #ffffff;
  font-family: arial, helvetica, tahoma;
  font-size: 11px;
  font-weight: bold;
  margin-top: 6px;
  text-align: center;
}

div.hotelDetailPixWrapper {
  width: 210px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; 
  text-align: center;
}

div.hotelPixFrame {
  background-color: #e7dda2;
  border: 1px solid #8d8640;
  width: 202px;
  padding: 5px 5px 4px 5px;
  margin-bottom: 8px;
}
div.hotelPixFrame img {
  border: 1px solid #8d8640;
  width: 200px;
}

div.hotelDetailPara {
  margin-bottom: 8px;
}

div.hotelInfoBox {
  padding: 10px;
  border: 1px dotted #999999;
}

div.hotelLoading {
  width: 250px;
  margin: auto;
  height: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  text-align: left;
}
div.hotelLoading div {
  margin-top: 10px;
}
div.hotelLoading img {
  float: left;
  margin-right:15px;
}

a.hotelBookLink:link, a.hotelBookLink:visited {
  display: block;
  background-color: #00dc00;
  padding: 3px 5px 3px 5px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-family: arial, helvetica, tahoma;
  font-size: 11px;
  font-weight: bold;
}
a.hotelBookLink:hover {
  background-color: #fccc4c;
}
