#mod_thbHotels .itemPreview {
	position: relative;
	padding-left: 132px;
	padding-right: 50px;
	min-height: 110px; _height: 110px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

#mod_thbHotels .itemPreviewImageSection {
	background-color: white;
	position: absolute;
	left: -2px;
	top: 7px;
	border: 1px solid #d5d5d5;
	padding: 2px;
}

#mod_thbHotels .itemPreviewImageSection img {
	display: block;
}

#mod_thbHotels .itemPreview h3.itemPreviewTitle {
	margin-top: 0;
}

#mod_thbHotels .itemPreview p.itemPreviewViewLink {
	position: absolute;
	right: 75px;
	bottom: 5px;
	margin: 0;
}

#mod_thbHotels .itemPreview p {
	margin-top: 4px;
}

.hotelContainer {
	position: relative;
	background: transparent url(images/previewBack.png) repeat;
	margin: 3px 24px;
	width: 912px;
	height: 88px;
}

.hotelThumbImage {
	position: absolute;
	left: 3px;
	top: 2px;
}

.hotelAddress {
	position: absolute;
	left: 300px;
	top: 25px;
	font-size: 9pt;
	color: white;
}

.hotelPhone {
	position: absolute;
	left: 300px;
	top: 40px;
	font-size: 9pt;
	color: white;
}

.hotelName {
	position: absolute;
	top: 10px;
	left: 300px;
	font-size: 10pt;
	color: white;
}