/* $Id: hotel.css 23 2008-02-21 12:28:13Z edin.coralic $ */

.hotel {
	
}


/* single */
.hotel .single .main_content {
	
}
.hotel .single img.picture {
	float: right;
	margin: 0 0 1em 5px;
}
.hotel .single div.stars {
	margin: 0 0 1em 0;
}
.hotel .single a.inquire {
	font-size: 1.6em;
	font-weight: bold;
}
/* indicator */
.hotel .single div.indicator {
	margin-bottom: 2em;
}
.hotel .single div.indicator div.title {
	color: #8d8d8d;
	margin-bottom: 5px;
}
.hotel .single div.indicator div.location_bar {
	background: url('/dsg/indicator.gif') no-repeat top left;
	width: 236px;
	height: 18px;
}
.hotel .single div.indicator div.location_bar div {
	background: url('/dsg/indicator_location.gif') no-repeat 0 0;
	height: 6px;
}


/* multi */
.hotel ul.items {
	list-style-type: none;
	margin: 2em 0 0 0;
}
.hotel ul.items li {
	margin: 1em 0 0 0;
	height: 1%;
}
.hotel ul.items li div.picture {
	float: left;
	width: 190px;
	overflow: hidden;
}
.hotel ul.items li div.description {
	margin-left: 210px;
}
.hotel ul.items li div.description h2.title {
	margin-bottom: 0.5em;
}
.hotel ul.items li div.description h2.title a {
	font-size: 1.6em;
	text-decoration: none;
}
.hotel ul.items li div.description h2.title a:hover {
	text-decoration: underline;
}
.hotel ul.items li div.description div.stars {
	margin-bottom: 0.5em;
}
.hotel ul.items li div.description div.lead {
	font-size: 1.2em;
	line-height: 1.5em;
}
