.hotel {
	
}

.hotel div.items {
	
}
	.hotel div.items div.left {
		float: left;
		width: 220px;
	}
		.hotel div.items div.left a img {
			float: left;
			background: #fff;
			padding: 5px;
		}
	.hotel div.items div.right {
		margin-left: 230px;
	}
		.hotel div.items div.right h2 {
			font-size: 1.454em;
			margin-bottom: 0.8em;
		}
			.hotel div.items div.right h2 a {
				color: #c21733;
			}
			.hotel div.items div.right h2 a.more-hotel {
				display: block;
				float: right;
				width: 72px;
				height: 16px; /*17*/
				padding-top: 1px;
				background: url('/dsg/button-info.gif') no-repeat top left;
				color: #fff;
				text-align: center;
				font-size: 0.6875em;
				font-weight: normal;
			}
		.hotel div.items div.right div.stars {
			height: 2.7em;
		}
			.hotel div.items div.right div.stars img {
				float: left;
			}


.hotel div.item {
	
}
	.hotel div.item img.picture {
		float: right;
		margin: 0 0 1em 1em;
		background: #fff;
		padding: 5px;
	}
	.hotel div.item div.stars {
		height: 2.7em;
	}
		.hotel div.item div.stars img {
			float: left;
		}
/* indicator */
.hotel .item div.indicator {
	margin-bottom: 2em;
}
.hotel .item div.indicator div.title {
	color: #8d8d8d;
	margin-bottom: 5px;
	font-size: 0.909em;
}
.hotel .item div.indicator div.location {
	background: url('/dsg/indicator.gif') no-repeat top left;
	width: 236px;
	height: 18px;
}
.hotel .item div.indicator div.location div {
	background: url('/dsg/indicator_location.gif') no-repeat 0 0;
	height: 6px;
}

.hotel a.inquire {
	display: block;
	width: 171px;
	height: 18px; /*21*/
	padding-top: 3px;
	background: url('/dsg/button-inquire.gif') no-repeat top left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
}

.hotel ul.pictures {
	list-style-type: none;
	width: 100%;
}
.hotel ul.pictures li {
	float: left;
	width: 33%;
	margin: 0;
	text-align: center;
}
	.hotel ul.pictures li img {
		background: #fff;
		padding: 5px;
	}
.hotel ul.pictures li.spacer {
	clear: both;
	float: none;
	width: 100%;
	height: 1em;
}
