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

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

.ratesRoom {
    width :100%;
	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:#96957E url('../immagini/bg_titles.gif') repeat-x; 
    padding : 5px;
	width : 100%;
}

.ratesRoomName {
    font-size : 11px;
    color : #ffffff;
    font-weight : bold;
	text-transform : uppercase;
}

.ratesRoomThumb {
    margin-bottom:10px;    
}

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

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

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

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

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

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

.ratesRoomDescription {
	font-size:11px;
	margin-left:70px;
}

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


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

.ratesRackTable {
    width : 100%;
	border : 1px solid #7C7B66;
	margin : 0px;
	border-collapse : collapse;
}

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

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

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

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

.ratesRackDescription {
	font-size : 11px;
}

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

.ratesSearchTable {
	width : 100%;
	border : 1px solid #7C7B66;
	font-weight: bold;
	color: #7C7B66;
	font-size : 11px;
}

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

.ratesSearchButton {
    background-color : #EFEFD6;
    border : 1px solid #7C7B66;
    color : #7C7B66;
    font-size : 11px;
    font-weight : bold;
    float : right;
	padding : 1px;
}

.dateFilterFields {
  font-weight: bold;
  color: #937368;
  font-size : 11px;
  font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
}

