#hotel {
	width: 800px;
	float: left;
}
#hotel img {
	margin-bottom: 5px;
	float: left;
	clear: both;
}
#areabar {
	width: 800px;
	margin-bottom: 5px;
}



#hotel p {
	padding-left: 15px;
	background-image: url(img/arrow_3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	margin-left: 3px;
	font-size: 12px;
}
#hotel ul {
	clear: both;
	margin-left: 3px;
}

#hotel ul li {
	float: left;
	list-style: none;
	margin-right: 2px;
}
#hotel ul li a {
	display: block;
	width: 94px;
	float: left;
	height: 20px;
	line-height: 20px;
	padding-bottom: 3px;
}
#hotel ul li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
#hotel a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}





#hotel div.ht {
	float: left;
	width: 390px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	margin-right: 8px;
}

.floatLeft {
	float: left;
	margin: 3px;
}

