/* Booking Room Rate Details styles
 *
 * Copyright (C) 2013 Levart Distribution Systems
 * Written by Prashanth Santhirakumaran
 *
 */


#booking-rate-detail-outer {
  height: 100%;
  width: 100%;
  background: url(/img/opaque-bg.png);
  position: fixed;
  top: 0px;
  left: 0px;
  filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  z-index: 10000;
  display: none;
  _position:absolute;
}

#booking-rate-detail-inner {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -350px;
  margin-top: -300px;
  width: 700px;
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  z-index: 10001;
  color: #1D1D1D;
  display: none;
  border-radius: 2px;
  text-align:left;
}

#booking-rate-detail-inner .rateDetailClose {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 3px;
  top: 3px;
  text-align: right;
  background: url(/img/button-close.gif) top left no-repeat;
  cursor: pointer;
}


#booking-rate-detail-content {
  position: absolute;
  left: 10px;
  top: 25px;
  width: 660px;
  height: 555px;
  overflow-y: auto;
  overflow-x: hidden;
  font-weight: normal;
  color: #1D1D1D;
  padding: 0px 20px 0px 10px;
}

#booking-rate-detail-content p { color:#1D1D1D; font-size:12pt; }


#booking-rate-detail-content ul {
  margin-bottom:0px;
  font-size: 11pt;
  list-style-type: square;
  color:#1D1D1D;
  font-size:12pt;
}


#booking-rate-detail-content ul li  {
  color:#1D1D1D;
  font-size:11pt;
}

#booking-rate-detail-content .summaryBox {
  position: relative;
  margin: 15px 0px;
  padding: 10px;
  border: 1px solid #8c8c8c;
  background: #e0e0e0;
  font-size: 14px;
}

#booking-rate-detail-content .summaryBox p {
  margin:0px;
  line-height:1em;
  padding:0px;
}

#booking-rate-detail-content .summaryBox .summaryHeader {
  font-size: 16px;
  font-weight: bold;
  margin:15px 0px 2px 0px;
  color: #1D1D1D;
}

#booking-rate-detail-content .summaryBox .summaryHeader:first-child {
  margin-top:0px;
};


#booking-rate-detail-content .roomDetails {
  position: relative;
  width: 640px;
  padding-top: 15px;
  padding-bottom: 5px;
  color: #1D1D1D;
}

#booking-rate-detail-content .roomDetails .imageBox {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

#booking-rate-detail-content .roomDetails .summaryHeader {
  font-size: 18px;
  font-weight: bold;
  margin:15px 0px 2px 0px;
  color: #1D1D1D;
}
#booking-rate-detail-content .summaryTextBox{
  padding-left: 10px;
}


#booking-rate-detail-content .roomDetails .listInfo {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #1D1D1D;
}
