/*All hotels css*/
.allhotels {
	position: relative;
	padding: 0 0 !important;
}
.categoryhotel {
	display:block;
}
.featuredhotelcontainer {
	clear: both;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CECECE;
  display: block;
}
.featuredhotel {
	margin: 0;
	overflow: hidden;
	padding: 3px 0 3px 0;
	position: relative;
	height: 100%;
  display: block;
}
.imagehotel {
	display: inline;
	float: left;
	height: auto;
	margin: 0 3px 0 0;
	position: relative;
	top: auto;
	width: auto;
	height: auto;
}
.texthotel {
	margin: 0 0 0 80px;
}
.texthotel span {
	display:block;
}
/*clear css*/
.clear {
	height: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
}