/* ******************** 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:#BEAD87 url('../immagini/bg_titles.gif') repeat-x; 
    padding : 5px;
	width : 100%;
	margin-left:16px;
}

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

.ratesRoomThumb {
    margin-bottom:10px;    
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.ratesRackDescription {
	font-size : 11px;
}

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

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

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

.ratesSearchButton {
    background-color : #e4decb;
    border : 1px solid #A18E64;
    color : #A18E64;
    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;
}

