/* CSS Document */

.hotelbox {
	float: left;
	text-align: center;
	width: 123px;
	height: 150px;
	margin: 0 10px 0 0;
	padding: 0;
}

.hotelbox h2 {
	padding: 0;
}

.hotelbox h2 a {
	text-decoration: none;
}

.hotelbox h2 a:focus, .hotelbox h2 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.hotelbox p {
	padding: 4px 0 0 0;
}

.hotelimage {
	padding: 2px;
	margin: 0;
	background-color: #FFF;
	border: 1px solid #9CC2E2;
}