/* $Id: destination.css 14 2007-12-14 14:09:30Z edin.coralic $ */

.destination {
	
}

.destination ul.items {
	list-style-type: none;
	margin: 0;
}
.destination ul.items li {
	margin: 0;
	width: 255px;
	border-bottom: 1px solid #e0d9d1;
	padding-bottom: 1em;
}
.destination ul.items li.left {
	float: left;
}
.destination ul.items li.right {
	float: right;
}
.destination ul.items li.spacer {
	clear: both;
	height: 2em;
	width: 100%;
	overflow: hidden;
	border-bottom: none;
	padding-bottom: 0;
}
.destination ul.items li a.picture {
	display: block;
	height: 120px;
	overflow: hidden;
	background: no-repeat center center;
	text-decoration: none;
}
.destination ul.items li h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.5em 0;
}
.destination ul.items li h2 a {
	text-decoration: none;
}
.destination ul.items li h2 a:hover {
	text-decoration: underline;
}
.destination ul.items li .lead {
	font-size: 1.2em;
	line-height: 1.5em;
	height: 7em;
	overflow: auto;
}
.destination ul.items li .lead * {
	line-height: 1.5em;
}
