/*
	a : #3d8dec
	
	blue boxes #89c1f4 - >light blue
	
	Hotel in -> back -> #f6f4f8 - light gray
	
	border hotel  -> border: 3px solid #eaeaea;
	
	Parametros -> background color : #ffefc5;
*/
/*OVERLAY SEND TO FRIEND E AVISE QUANDO DISPONIOVel*/
/*MENU SUPERIOR*/
.menu_sup{
	width: 100%;
	border-bottom: 1px solid #ccc;
	height: 30px;
	
}
.menu_sup .menu_language{
	margin-top: 2px;
	position: absolute;
	left: 5px;
	background: transparent;
	color: #666;
	z-index: 501;
	padding: 5px;
	text-align: left;
	font-size: 95%;
}
.menu_sup .menu_currency{
	margin-top: 2px;
	position: absolute;
	left: 120px;
	background: transparent;
	color: #666;
	z-index: 500;
	padding: 5px;
	text-align: left;
	font-size: 95%;
}
.menu_sup .menu_login{
	float: right;
	margin: 5px;
}
.select_menu{
	font-family: Arial;
	font-size: 11px;
	background: url(../img/btn_header2.jpg) left top no-repeat;
	padding-top: 2px;
	padding-left: 5px;
	border: 0px;
	width: 100px;
	height: 21px;
	color:#fff;
	text-align: left;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
#currency_options{
	display: none;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
	width: 220px;
	margin-top: 5px;
}
#change_currency{
	cursor: pointer;
	display: block;
	text-decoration: underline;
}
#currency_options ul li{
	display: block;
	line-height: 18px;
	font-size: 90%;
	cursor: pointer;
	margin-left: 3px;
}
#lang_options{
	display: none;
	height: 70px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
	width: 100px;
	margin-top: 5px;
}
#change_lang{
	cursor: pointer;
	display: block;
	text-decoration: underline;
}
#lang_options ul li{
	display: block;
	line-height: 18px;
	font-size: 90%;
	cursor: pointer;
	font-weight: bold;
	margin-left: 3px;
}
.login{
	width: 100%;
	position: absolute;
	top: 40px;
	float: right;
	display: none;
	z-index: 10;
}
.login .moldure{
	text-align: right;
	padding-top: 15px;
	background: url(../img/iphone.jpg) top left no-repeat;
	width: 245px;
	height: 129px;
	margin-right: 10px;
	display: table;
	line-height: 8px;
}
.moldure .label_field{
	width: 90px;
	text-align: left;
	padding-right: 5px;
	color: #fff;
}
.moldure .line{
	margin-bottom: 5px;
}
.moldure .center{
	text-align: center;
}
.moldure input{
	margin-right: 25px;
}
.moldure .register{
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}
.moldure .forgot_pass{
	color: #fff;
	text-align: right;
	margin-bottom: 2px;
}
.moldure .forgot_pass a, .moldure .register a{
	color: #fff;
	font-size: 10px;
}
.loading{
	color: #fff;
	text-align: center;
	font-size: 16px;
	display: none;
	font-weight: bold;
}
.succes_login{
	display: none;
	color: #fff;
	text-align: center;
}
.erro_login{
	color: #fff;
	text-align: center;
	display: none;
	font-size: 11px;
}
.hello_user{
	float: right;
	margin: 5px;
	margin-top: 8px;
	color: #666;
	font-weight: bold;
}
.logout{
	cursor: pointer;
	text-decoration: underline;
	color: #666;
	font-weight: normal;
}
.activation_fly{
	color: #fff;
	text-align: center;
	display: none;
	font-size: 11px;
}

/*MODAL*/
.modal_over{
	width: 450px;
	background: #fff;
	border: #3A5774 1px solid;
	display: none;
	color: #333;
}
.modal_over .holder{
	width: 442px;
	height: 100%;
	border: #C1D9FF 4px solid;
}
.modal_over .holder .form_header{
	background: #EBEFF9;
	padding: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
	color: #000;
}
.modal_over .holder form td{
	padding-bottom: 5px;
}
.modal_over .holder form{
	padding: 3px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.modal_over .holder .close_modal{
	border: 1px solid #C1D9FF;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	font-size: 70%;
	color: #88AAEE;
	background: #fff;
	margin-top: 2px;
	position: absolute;
	right: 10px;
	top: 7px;
}
.alert_send_form{
	font-size: 85%;
	color: #df7778;
	font-weight: bold;
	display: none;
}
.right_send_form{
	font-size: 85%;
	color: #009e01;
	font-weight: bold;
	display: none;
}
a {
	font-weight: bold;
	color: #3d8dec;
	font-size: 90%;
	text-decoration: underline;
	cursor: pointer;
}
h1{
	display: inline;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.liquid {
	width: 100%;
}
.no_border{
	border: 0px;
}
/*BREADCRUMB*/
.breadcrumb{
	font-size: 90%;
	color: #3d8dec;
}
.breadcrumb a{
	font-weight: normal;
}
/*FIM*/


/*SWITCH DISPLAY*/
.switch_display{
	background: url(../img/switch_display.jpg);
	background-position: 0px 0px; /*Sprite altura 25px*/
	height: 25px;
	width: 54px;
	margin-top: 2px;
	cursor: pointer;
	float: right;
}

/*FIM*/

/*HOTEL IN BOX*/
.hotel_in_box{
	background: #f6f4f8;
	border: 3px solid #eaeaea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.hotel_in_box h1{
	color: #0b2b5b;
	margin-left: 5px;
	text-shadow:0 0 2px #ccc;
}
.send_to_friend a{
	margin-left: 20px;
	font-size: 80%;
	font-weight: normal;
}
.hotel_in_box .found{
	color: #444;
	font-size: 85%;
	margin-top: 15px;
	margin-bottom: 3px;
	margin-left: 5px;
}
/*FIM*/


/*PARAMETROS*/
.parameters{
	background: #ffefc5;
	font-size: 100%;
	font-weight: bold;
	line-height: 42px;
	padding-left: 15px;
	color: #444;
	text-shadow:1px 1px 0 #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.parameters .city_input_inactive{
	border: 1px solid #ccc;
	background: #FFF6DF;
	padding: 3px;
	color: #666;
	text-shadow:0 1px 0 #FFFFFF;
	font-weight: bold;
	margin-bottom: 0px;
	width: 350px;
}
.parameters b{
	color: #3086ed;
	text-shadow:0 1px 0 #FFFFFF;
	font-size: 130%;
}
.parameters strong{
	color: #3086ed;
	text-shadow:0 1px 0 #FFFFFF;
	font-size: 120%;
}
.parameters .change_parameters{
	float: right;
	margin-right: 15px;
	font-size: 100%;
	text-shadow:0px 0px 0;
	width: 150px;
	text-align: right;
}
.parameters .calendars{
	background: #ffefc5;
	font-size: 65%;
	font-weight: normal;
	line-height: 15px;
	padding-left: 0px;
	color: #444;
	text-shadow:0px 0px 0 #FFFFFF;
	display: none;
}
#static_parameter{font-size: 120%;}
#city_parameter{display: none;}
.calendars b{
	font-size: 120%;
}
.confirm_dates{
	padding: 10px;
	cursor: pointer;
	margin-left: 15px;
}
/*FIM*/


/*SORT*/
.sort{
	margin-top: 6px;
	margin-bottom: 5px;
}
.sort .option{
	padding-left: 15px;
	font-weight: bold;
	font-size: 85%;
}
.sort input{
	float: left;
	margin-top: 5px;
}
.sort label{
	cursor: pointer;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	text-decoration: underline;
}
.sort .sort_label{
	width: 81px;
	height: 25px;
	background: url(../img/sort.jpg) no-repeat;
	font-weight: bold;
	color: #fff;
	font-size: 120%;
	line-height: 25px;
	padding-left: 10px;
	text-shadow:0 -1px 0 #ccc;
	vertical-align: top;
}
.sort .sort_array{
	width: 10px;
	height: 8px;
	display: block;
	float: left;
	margin-top: 8px;
}
.sort .asc{
	background: url(../img/switch_display.jpg) no-repeat;
	background-position: 0px -50px; /*Sprite altura 25px*/
}
.sort .desc{
	background: url(../img/switch_display.jpg) no-repeat;
	background-position: 0px -58px; /*Sprite altura 25px*/
}
/*FIM*/


/*FILTER*/
.filter{
	background: #fff4d6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.filter .title{
	font-weight: bold;
	color: #444;
}
.filter .filter_param{
	margin-bottom: 10px;
	margin-top: 10px;
}
.filter .filter_param .label{
	background: url(../img/label_back.png) no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	left:-5px;
	position:relative;
	height: 27px;
	text-shadow: 1px -1px 0 #7ba7d7;
}
.filter .filter_param .content{
	padding-left: 10px;
	color: #444;
	font-size: 85%;
}
.filter_help{
	background: url(../img/filter_help.gif) no-repeat;
	width: 26px;
	height: 26px;
	float: right;
	cursor: help;
	margin-top: 2px;
}
.slider-range{
	width: 90%;
	margin-top: 5px;
}
.filter_item{
	font-weight:bold;
	color:#666;
	padding:3px;
	font-size:85%;
	background:#FFEEBF;
}
.city_link{
	text-decoration:underline;
	display:block;
	margin:3px;
	font-size:100%;
	color:#27B;
}
.city_link:visited{
	text-decoration:underline;
	color:#27B;
}
/*FIM*/

/*HOTEL LIST*/
.hotel_list{
	font-size: 90%;
	color: #444;
	z-index: 500;
	border: 3px solid #eaeaea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.hotel_list table{
	margin: 0px;
}
.shadow{
	background: url(../img/shadow_hotel.jpg) top center no-repeat;
	height: 20px;
	margin: 0px;
	z-index: 499;
}
.image_hotel_type{
	float: left;
	text-align: center;
	font-size: 80%;
	color: #333;
}
.hotel_list .image_hotel_type img{
	background: #fff;
	border: 1px solid #eaeaea;;
	margin: 10px;
	margin-bottom: 0px;
	margin-top: 1px;
	padding: 5px;
}
.hotel_list .image_hotel_type a{
	text-decoration: none;
	border: 0px;
}
.name_address{
	float: left;
}
.gray{
	background: #efefef;
}
.hotel_list h2{
	float: left;
	display: block;
	text-shadow:0 1px 0 #fff;
	margin: 0px;
	font-size: 180%;
}
.hotel_list h2 a{
	color: #333;
	text-decoration: none;
	text-shadow:0 1px 0 #fff;
}
.hotel_list .address{
	font-size: 85%;
	color: #666;
	margin-top: 0px;
	overflow: hidden;
}
.show_on_map{
	text-align: right;
	vertical-align:middle;
}
.show_on_map a{
	margin-right: 15px;
}
.break{
	clear: both;
}
.star5,.star4,.star3,.star2,.star1{
	float: left;
	background: url(../img/stars_rating.png) no-repeat;
	height: 10px;
	width: 64px;
	margin-top: 10px;
	margin-left: 25px;
}
.star5{background-position: -53px 0px;}
.star4{background-position: -53px -10px;}
.star3{background-position: -53px -20px;}
.star2{background-position: -53px -30px;}
.star1{background-position: -53px -40px;}

.rating5,.rating4,.rating3,.rating2,.rating1{
	background: url(../img/stars_rating.png) no-repeat;
	height: 10px;
	width: 50px;
}
.rating5{background-position: 0px 0px;}
.rating4{background-position: 0px -10px;}
.rating3{background-position: 0px -20px;}
.rating2{background-position: 0px -30px;}
.rating1{background-position: 0px -40px;}

.guest_area{
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding-bottom: 3px;
}
.facilities_area{
	border-bottom: 1px solid #eaeaea;
	padding: 3px;
	padding-top: 0px;
	padding-left: 10px;
	font-size: 90%;
	color: #444;
}
.facilities_area .facilitie_item{
	width: 135px;
	margin: 0px;
	display: inline-table;
	line-height: 20px;
}
.facilities_area table td{
	line-height: 22px;
}
.min_days_notice{
	vertical-align: middle;	
	border-top: 1px solid #eaeaea;
	background: #eaeaea;
	color: #e17a7b;
}
.min_days_notice b{
	font-weight: bold;
}
.room_name{
	vertical-align: middle;
	font-size: 90%;
	line-height: 12px;
}
.border_right{border-right: 1px solid #eaeaea}

.cal_day{
	color: #66acec;
	text-align: center;
	line-height: 13px;
	font-weight: bold;
	font-size: 90%;
}
.cal_day_weak{
	color: #AFD9FF;
	text-align: center;
	line-height: 13px;
	font-weight: bold;
	font-size: 90%;
}
.price{
	background: #fff;
	text-align: center;
	font-weight: bold;
	color: #555;
	font-size: 110%;
	padding: 5px 0 5px 0;
}
.book_now a:visited{color:#fff;}
.price_weak{
	background: #fff;
	text-align: center;
	font-weight: bold;
	color: #ddd;
	font-size: 110%;
	padding: 5px 0 5px 0;
}
/* MODIFICACOES*/
.first_row_COL1{
	width: 600px;
	float: left;
	height: 70px;
}
.first_row_COL2{
	width: 140px;
	float: right;
	height: 70px;
}
.secound_row_COL1{
	width: 170px;
	float: left;
	height: 50px;
}
.secound_row_COL2{
	width: 560px;
	float: right;
	height: 50px;
}
.third_row_COL1{
	width: 170px;
	float: left;
	height: 56px;
	text-align: center;
}
.third_row_holder{
	float: left;
	width: 462px;
}
.third_row_COL2345678{
	width: 65px;
	float: left;
}
.third_row_COL9{
	width: 110px;
	float: right;
	height: 56px;
}
.white{
	background: #fff;
}
.book_now{

	width: 110px;
	background: #eaeaea url(../img/book_now_btn.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.descount_img{
	float:right;
}
.book_hidden{
	background: #4E97EF url(../img/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #4E97EF;
	border-bottom: 1px solid #4E97EF;
	position: relative;
	cursor: pointer;
	margin-top: 10px;
	display: none;
	width: 150px;
	float: right;
	margin-right: 3px;
	font-size: 90%;
	left: -35px;
}
.book_hidden_unavailable{
	background: #E57E7F url(../img/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #E57E7F;
	border-bottom: 1px solid #E57E7F;
	position: relative;
	cursor: pointer;
	margin-top: 10px;
	display: none;
	width: 150px;
	float: right;
	text-align: center;
	margin-right: 3px;
	font-size: 90%;
	left:-35px;
}
.book_unavailable_no_rooms{
	background: #ccc url(../img/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	cursor: pointer;
	margin-top: 10px;
	width: 150px;
	float: right;
	text-align: center;
	margin-right: 3px;
	font-size: 90%;
}
.book_hidden a{
	color: #fff;
	text-decoration: none;
}
.book_now a{
	color: #fff;
	text-decoration: none;
}
.call_available{
	width: 110px;
	background: #eaeaea url(../img/call_available_btn.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
}
.call_available_text{
	margin-top: 8px;
	font-size: 100%;
	padding: 0px;
	text-shadow:-1px -1px 0 #aaa;
	padding-right: 8px;
}
.book_now .price{
	background: transparent;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	text-shadow:0 -1px 0 #aaa;
	padding-right: 5px;
}
.book_now .currency{
	font-size: 80%;
	padding-right: 5px;
}
.book_now .btn_name{
	margin-top: 0px;
	padding-right: 5px;
}
.distance{
	font-size:90%;
	display:none;
}
.distance span{
	color:#FF8000;
	font-weight:bold;
}
.form_button{
	background: url(../img/alert-overlay.png) repeat-x;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	cursor: pointer;
	text-align: center;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
}
.orange{background-color: #EF9D1D;border-color: #EF9D1D;}
.orange:hover{background-color: #EFA93B;border-color: #EFA93B}
.red_light{background-color: #DB5838;border-color: #DB5838}
.blue{background-color: #5ea2ea;border-color: #5ea2ea}
.green{background-color: #77C231;border-color: #77C231}
.lightgray{background-color: #aaa;border-color: #aaa}
.lightgray:hover{background-color: #5ea2ea;border-color: #5ea2ea;-moz-box-shadow: 0 1px 3px #bbb;}
.btn_disabled{background-color: #bbb;border-color: #bbb;-moz-box-shadow: 0 1px 3px #bbb;}
.btn100{width: 100px;}
.btn110{width: 110px;}
.btn120{width: 120px;}
.btn130{width: 130px;}
.btn140{width: 140px;}
.btn150{width: 150px;}
.btn160{width: 160px;}
.btn170{width: 170px;}
.btn180{width: 180px;}
.btn190{width: 190px;}
.btn200{width: 200px;}
.t80{font-size:80%;}
.t90{font-size:90%;}
.t100{font-size:100%;}
.t110{font-size:110%;}
.t120{font-size:120%;}
.t130{font-size:130%;}
.t140{font-size:140%;}
.t150{font-size:150%;}
.t160{font-size:160%;}
.t170{font-size:170%;}
.t180{font-size:180%;}
.t190{font-size:190%;}
#near_from, #near_from_dist, #near_btn, #near_loader{
	margin-bottom:5px;
	margin-top:5px;
}
#near_loader{
	font-style:italic;
}
/*FIM*/


/*Rodape*/
.form_index{
	background: url(../img/index_border_top.jpg) top left no-repeat;
	padding-top: 7px;
	width: 537px;
	margin-top: 15px;
}
.left_index{
	background: url(../img/index_border_left.jpg) top left repeat-y;
	width: 100%;
}
.right_index{
	background: url(../img/index_border_right.jpg) top right repeat-y;
	width: 100%;
}
.bottom_index{
	background: url(../img/index_border_bottom.jpg) top left no-repeat;
	padding-top: 7px;
	width: 100%;
	height: 7px;
}
.content_index{
	padding-left: 8px;
	padding-right: 7px;
}
.content_index_bottom{
	padding-left: 8px;
	padding-right: 7px;
	height: 16px;
	overflow: hidden;
}
.all_countries{
	background:#E4F5FF; 
	float:right; 
	font-weight:bold; 
	padding:1px; 
	padding-left:3px; 
	top:0px; 
	position: relative;
}
.row_fotter{
	text-align: center;
	color: #666;
	font-size: 11px;
	margin: 20px;
	margin-top: 20px;
}
.row_fotter a{
	text-decoration: none;
	color: #666;
}
.footer_link{
	text-decoration: none;
	color: #666666;
}
.menu_bottom_border{
	color: #666;
	text-align: center;
	font-size: 80%;
}
.menu_bottom_border a{
	color: #666;
	font-size: 90%;
	text-decoration: none;
}
/*CHANGES DATES*/
.confirm_changes{
	background: #EF9D1D url(../img/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #EF9D1D;
	position: relative;
	cursor: pointer;
	font-size: 150%;
	text-align: center;
	width: 130px;
}
