	#hotelList
	{
		width: 100%;
		border: solid 1px #E0E0E0;
		clear: both;
		
	}
	#filterWrapper
	{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	#hotelList *
	{
		padding: 0px;
		margin: 0px;
	}
	#hotelList a
	{
		color: #2E3092;
		text-decoration: none;
		height: 100%;
	}
	#hotelList img
	{
		border-left: solid 1px white;
		border-top: solid 1px white;
		border-right: solid 1px #D5D5D5;
		border-bottom: solid 1px #D5D5D5;
	}
	.imgWrapper
	{
		border: solid 1px black;
		float: left;
		margin-right: 60px;
	}
	.hotelImg
	{
		float: left;
	}
	.hotelInfo
	{
		float: left;
		width: 79%;
	}
	.hotelInfo span
	{
		color: #2E3092;
	}
	#hotelList h3
	{
		font-size: 14px;
		color: #2E3092;
		font-family: "Times New Roman", Times, serif;
	}
	.hotel_div
	{
		background-color: #F5F5F5;
		padding: 5px;
		float: left;
		width: 100%;
		clear: left;
		border-bottom: 1px solid white;
		position: relative;
	}
	.hotelDesc
	{
		margin: 0px;
		padding: 0px;
	}
	.qnavigation
	{
		list-style: none;
		padding: 0px;
		margin: 0px;
		width: 300px;
		float: left;
	}
	.qnavigation li
	{
		float: left;
	}
	.qnavigation a
	{
		float: left;
		display: block;
		padding: 10px;
	}
	.qnavigation a:hover
	{
		font-weight: bold;
	}
	.filterBox
	{
		border: solid 1px #E0E0E0;
		border-bottom: 0px;
		float: left;
		padding: 5px;
		background-color: #F5F5F5;
		margin-right: 10px;
		font-size: 11px;
	}
	.filterBox .searchInput
	{
		height: 21px !important;
		height: 19px;
		
	}
	#paging
	{
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.pagingLink
	{
		font-size: 20px;
		text-decoration: underline;
		font-family: "Times New Roman", Times, serif;
		
	}
	.pagingLinkSelected
	{
		font-size: 26px;
		text-decoration: underline;
		font-family: "Times New Roman", Times, serif;
	}
	.goHotel
	{
		float: right;
		display: block;
		font-size: 14px;
		font-weight: bold;
		position: relative;
	}
	.lowestPrice
	{
		float: left;
		display: block;
		position: relative;
	}
