/**
 * Favorites popup
 */
.fav .empty {
	text-align: center;
	font-size: 1.5%;
	color: rgb(153, 153, 153);
	margin-top: 12%;
}
.navigation-list.fav .close {
	position: absolute;
	right: 0;
	top: 0%;
	z-index: 5;
	background-color: transparent;
}
.fav button.btn {
	min-width: 0;
	height: 10%;
	padding: 0.5% 1.5% 0.5% 1.5%;
	font-size: 1.8vh;
	float: left;
	font-size: 1.15%;
	line-height: 100%;
	margin: 0px 0% 0px 1.5%;
}
#navigationFrame .navigation-list.fav,
#navigationFrame .favoritesDisplay {
	height: 88.8%;
}
.favHolder {
	position: absolute;
	width: 98.5%;
	height: 75%;
	left: 0;
	top: 18%;
	padding: 0% 0% 0% 1.5%;
}
.favHolder .favScroll {
	/*position: absolute;*/
	width: 98.5%;
	height: 100%;
	left: 0;
	right: 0;
	padding: 0% 0% 0% 0%;
	position: relative;
}
.favHolder .text {
	padding-top: 1%;
	height: 7%;
	font-size: 1.25%;
}
.favHolder h2 {
	font-size: 1.25%;
	text-align: center;
	font-weight: bold;
}
.favHolder .favthumb {
	width: 18.9%;
	height: 50.3%;
	float: left;
	margin-right: 0.8%;
	margin-top: 1.5%;
	position: relative;
}
.favHolder .favthumb .hotel {
	position: relative;
	cursor: pointer;
	float: left;
	width: 100%;
	/*height: 100%;*/
	background-color: rgb(255, 255, 255);
	background-repeat: no-repeat;
}
.favHolder .favthumb .remove {
	position: absolute;
	right: 0;
	top: 0;
	bottom: auto;
	background-color: #fff;
	z-index: 1;
	font-size: 3vh;
	font-size: 1.85%;
	font-weight: normal;
	cursor: pointer;
	padding: 0.5%;
	color: #006790;
}
.favHolder .favthumb .hotel .hotel_title {
	position: absolute;
	bottom: 0px;
	width: 86%;
	padding: 3.3% 7%;
	font-size: 1.6vh;
	font-size: 1%;
	line-height: 1;
	color: #ffffff;
	background-color: #006790;
}

.fav .sendFavoritesForm {
	width: 100%;
	height: 90%;
	position: absolute;
	z-index: 2;
	/*background-color: #fff;*/
	display: none;
}
.fav .sendFavoritesForm .prev {
	position: absolute;
	right: 0;
	top: -4.7%;
	width: 4.7%;
	margin: 0;
	z-index: 3;
	font-size: 2.45%;
	font-weight: normal;
	cursor: pointer;
	padding: 0%;
	background-color: transparent;
	/*background-color: rgb(255, 255, 255);*/
	/*color: rgb(0, 167, 200);*/
}
.fav .sendFavoritesForm .prev:hover {
	color: #00A7C8;
}

.fav .sendFavoritesForm .email{
	height: 100%;
	width: 100%;
	position: absolute;
}

.fav .sendFavoritesForm .email > *{
	margin-left: 3.15%;
}

.fav .sendFavoritesForm .email h2 {
	line-height: 3.5vh;
	font-size: 3.5vh;
	font-size: 2.1%;
	line-height: 100%;
	font-weight: normal;
	margin-bottom: 2%;
}

.fav .sendFavoritesForm .email .form_email{
	width: 55%;
	float: left;
}

.fav .sendFavoritesForm .email h3{
	float: left;
	width: 100%;
	font-size: 1.3%;
	margin-right: 5%;
	font-weight: normal;
	margin-bottom: 1.2%;
}

.fav .sendFavoritesForm .email .inputbox{
	width: 90%;
	float: left;
	/*margin-right: 5%;*/
}

.fav .sendFavoritesForm .email input[type="text"], .fav .sendFavoritesForm .email textarea {
	display: block;
	float: left;
	width: 98%;
	height: 1.8vw;
	height: 1.5em;
	font-size: 1.3%;
	padding: 0 0 0 2%;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 2px 2px 7px 0 #C1C1C1;
	box-shadow: inset 2px 2px 7px 0 #C1C1C1;
}
.fav .sendFavoritesForm .email p, .fav .sendFavoritesForm .email input[type="text"] {
	clear: both;
}

.fav .sendFavoritesForm .email textarea{
	width: 93%;
	height: 35%;
	max-width: 93%;
	max-height: 35%;
	padding: 2% 0 0 2%;
}

.fav .sendFavoritesForm .email_left{
	width: 45%;
	float: left;
	margin-top: 2%;
	margin-bottom: 5%;
	margin-right: 5%;
}

.fav .sendFavoritesForm .email .send{
	float: right;
	padding: 10px;
	width: 30%;
	margin: -20px 20px 0 0;
}

.fav .sendFavoritesForm .email_right{
	width: 45%;
	margin-top: 2%;
	margin-bottom: 5%;
	float: left;
}

.fav .sendFavoritesForm .email button.btn {
 	float: right;
	min-width: 0;
	height: 10%;
	padding: 1% 4.5% 1% 4.5%;
	font-size: 12px;
	margin:1% 5% 0px 1.5%;
 }
.fav .sendFavoritesForm .email .required {
	float: left;
	font-size: 1.5vh;
	font-size: 1%;
	margin: 1% 0 0 0;
}

.fav .sendFavoritesForm .favoritesSent {
	text-align: center;
	font-size: 1.4%;
	color: #999;
	margin-top: 12%;
}