div#hotel_reviews{
	diplay:block;
}

div#hotel_reviews{
	clear:both;
}

div#hotel_reviews dt{
	float:left;
}

dt.hotel_reviews_col1{
	border-top:1px solid #CCCCCC;
	width:200px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;

}

dt.hotel_reviews_col2{
	border-top:1px solid #CCCCCC;
	width:500px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
}

dl.hotel_reviews_main{
	display:block;
	clear:both;
}

div.hotel_oroi_xrisis {
	border: 1px solid #CCCCCC;
	height: 150px;
	margin-top: 10px;
	padding: 3px;
}

/******************* Plan Reservation (max 25/02/2014) *****************/
.reservation_plan {
	font-size: 14px;
}
.room_desc{
	width: 340px;
}
.date_header_tds,
.room_desc_first_row_td{
	border-left: 2px solid #0F0F0F;
	border-bottom: 2px solid #0F0F0F;
	border-top: 2px solid #0F0F0F;
	padding: 2px;
	text-align: center;
	height: 52px;
}
.room_photo_td{
	border-left: 2px solid #0F0F0F;
	border-bottom: 2px solid #0F0F0F;
	height: 52px;
}
.tot_pr_td,
.book_butt_td{
	border-bottom: 2px solid #0F0F0F;
}
.room_photo_td img{
	width: auto;
	max-height: 40px;
	vertical-align: middle;
	padding: 5px;
}
.plan{
	overflow: auto;
	width: 609px;
}
#dates_header_tbl {
    min-width: 610px;
}
.avail_data_col{
	border-bottom: 2px solid #0F0F0F;
	border-left: 2px solid #FFFFFF;
	border-right:2px solid #FFFFFF; 
	height: 52px;
}
.res_plan_rooms {
	float: left;
}
.hidden_form_res{
	margin: 0;
}
.hidden_form_res .inpblue{
	margin: 0px;
	cursor: pointer;
}
.booking_days{
	background-color: #CDCDCD;
	color: #0099FF;
}
.date_header_tds.booking_days{
	background-color: transparent;
	color: #FF7200;
	font-weight: bold;
}
.day_name{
	display: block;
}
.not_avail {
    background-color: transparent;
    color: #B20808;
    display: block;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.final_price{
	width: 100%;
	display: block;
	line-height: 50px;
	text-align: center;
}
.original_price{
	text-decoration:line-through;
}
.after_days,
.before_days{
	color: #CECECE;
}
.total_price{
	background-color: rgba(0, 0, 0, 0);
    color: #FF7200;
    font-weight: bold;
}
.avail_data_col.booking_days .final_price{
	font-size: 19px;
	font-weight: bold;
}
/*======================================================================*/