/* ******************** GENERAL ********************  */

.hiddenBox {
    display:none;
    clear:both;
}

.visibleBox {
    display:block;
}

div.visibleBox {
    display:block;
    clear:both;
}

span.visibleBox {
    display:inline;
}

.data, .data_undotted, .dataIdPrenotazione {
    text-align: right;
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.noborder {
    border: 0 !important;
}

/* ******************** SPECIAL OFFERS ********************  */

.specialOffersGroupName {
  color:white;
}

/* .specialOffersGroupName {
  background:#A18931 url('../immagini/bg_titles.gif') repeat-x; 
  padding:5px;
  font-weight : bold;
  color:white;
}*/

.specialOffersTableMain {
    width:100%;
	border: 0px;
	border-collapse : collapse;
}

.specialOffersTitleContainer {
  background:#FDF7E8 url('../immagini/bg_titles.gif') repeat-x; 
  margin:0; 
  padding:3px;
}

.specialOffersTitle {
    color: #ffffff;
}

.specialOfferData {
  float:left; 
  padding: 3px;
  text-align:justify;
  color:#7B6544;
}

.specialOfferBook {
  float:right; 
  padding: 3px;
  margin: 3px;
}

.specialOfferName {
  color:#8B2100;
}

.specialOfferDetailsButton {
  float:left; 
  margin: 4px 0 0 3px;
  border:0px;
  cursor : pointer;
}

.specialOfferLimits {
  font-weight : bold;
  color : #7B6544;
}

.offerRooms {
  border-top: 1px dotted #7B6544;
  margin-top: 3px;
}

.offerRooms b {
  font-weight : normal;
  color : #c8b58b;
}

.offerLimits {
  border-top: 1px dotted #7B6544;
  margin-top: 3px;
}

.offerLimits b {
  font-weight : normal;
  color : #8D7A2E;
}

ul.OfferDatesList, ul.OfferRoomsList, ul.OfferSupplementsList {
  list-style : none;
  line-height:16px;
  margin:0;
  padding:0;
}

/* #OfferLimit li {
  font-size:10px
} */

.specialOfferRoomName {
  color : #7B6544;
}

.specialOfferDescription {
  /* border-top: 1px dotted #fff; */
  margin: 4px 0px 6px 0px;
  text-align:justify;
  float:left;
  line-height:18px;
  width:420px;
  color: #7B6544;
  font-weight:normal;
}

.specialOfferDescription a {text-decoration:none;}

.specialOfferRow {
  background:#f8f8f6 url('../immagini/bg_rooms.gif') repeat-x top;
  border-bottom:1px solid #FDF7E8;
  padding:3px;
}

A.bookButton:link, A.bookButton:visited {
  text-decoration:none; 
  color: #C65400; 
  line-height:16px;
  background-image : url('../immagini/bg_button_book.gif');
  border : 1px solid #C65400;
  padding : 2px 4px 2px 4px;
  white-space : nowrap;
}

A.bookButton:hover {
  color: #800000; 
  background-color : #ffec00;
  border : 1px solid #800000;
}

.offerThumbnail {
  margin : 6px;
  border : 1px solid #000;
  float:left;
  width:60px;
  height:60px;
}
