/* ******************** ROOMS RATES ********************  */

.ratesRoomTable {
    width :100%;
	border-collapse : collapse;	
}

.ratesRoom {
    width :430px;
	border-collapse : collapse;	
	margin-bottom:2px;
}

/* .ratesRoomRow {
    background:#F8F8F6 url('../immagini/bg_rooms.gif') repeat-x top;
	border-bottom:1px solid #563F1B;
    padding : 0px;
} */

.ratesRoomNameContainer {
  background:#b0ad93 url('../immagini/bg_titles.gif') repeat-x; 
  padding:3px;
	width:100%;
	margin-left:16px;
}

.ratesRoomName {
    color : #ffffff;
	text-transform : uppercase;
}

.ratesRoomThumb {
    margin-bottom:10px;    
}

.RoomThumb {
    border : 1px solid #b0ad93;
	float : left;
}

.ratesRoomPerDay {
    background-color : #ffffff;
    padding : 2px;
	border-bottom:1px dotted #b0ad93;
	text-align:right;
	float:right;
	clear:both;
}

.ratesRoomDayDate {
   font-style : italic;
   font-size : 11px;
}

.ratesRoomDayPrice {
   color : #b0ad93;
   font-size : 11px;
}

.ratesRoomMinPrice {
    background : #b0ad93; 
    padding : 5px;
	color : #ffffff;
    font-weight : bold;
	text-align : center;
	white-space : nowrap;
}

.ratesRoomMaxPrice {
  background:#b0ad93; 
  padding:3px;
  color:#fff;
  text-align:center;
  white-space:nowrap;
}

.ratesRoomDescription {
	margin-left:70px;
}

.bookButtonCell {
	text-align : right;
	white-space : nowrap;
}


/* ******************** RACK RATES ********************  */

.ratesRackTable {
    width : 430px;
	border : 1px solid #b0ad93;
	margin : 0px;
	border-collapse : collapse;
}

.ratesRackTable td {
	color:#b0ad93;
	padding:4px;
}

.ratesRackRow {
    background-color: #ecebdf;
	color:white;
	font-weight : bold;
	text-transform : uppercase;
}

.ratesRackDesc {
    background-color: #ecebdf;
	font-weight : normal;
}

.ratesRackRoomName {
	font-weight : bold;
	width : 80%;
	padding : 3px;
}

.ratesRackDescription {
}

/* ******************** DATES SEARCH RATES ******************** */

.ratesSearchTable {
	width : 440px;
	border : 1px solid #b0ad93;
	font-weight: bold;
	color: #b0ad93;
	font-size: 10px;
}

.ratesSearchTitleContainer {
    background : #ecebdf; 
    margin : 5px 0; 
    padding : 5px;
	color : #b0ad93;
	font-weight : bold;
	border-bottom : 1px dotted #b0ad93;
	
}

.ratesSearchButton {
    background-color : #ecebdf;
    border : 1px solid #b0ad93;
    color : #b0ad93;
    font-size : 10px;
    font-weight : bold;
    float : right;
	padding : 1px;
}

.dateFilterFields {
  font-weight: normal;
  color: #7B6544;
  font-size: 10px;
  font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
}

