/*vypis hotelu*/
#hotels .item {
	background: #F7F7FF;
	margin-bottom: 15px;
	padding: 10px;
	position: relative;
	_height: 74px;
	min-height: 54px;
}

#hotels .item img {
	position: absolute;
}

#hotels .item h3 {
	color: #6B5921;
	margin-bottom: 3px;
	font-size: 1em;
	padding-left: 100px;
}

#hotels .item a {
	color: #4259AD;
}

#hotels .item p {
	margin-bottom: 1px;
	padding-left: 100px;
}

#hotels .item a.more {
	position: absolute;
	top: 27px;
	right: 11px;
	width: 20px;
	height: 15px;
	background: url('../img/hotels-more.gif') center center no-repeat;
}



/*
	filtracni formular
*/
.filter {
	width: 674px;
	background: url('../img/filter-top.gif') left top no-repeat;
	padding-top: 11px;
}

.filter fieldset {
	border: none;
	padding: 0;
	margin: 0;
	background: #F7F3E7 url('../img/filter-bottom.gif') left bottom no-repeat;
	padding-bottom: 11px;
}

.filter fieldset legend {
	display: none;
}

.filter p {
	margin: 3px 19px;
}

.filter input {
	height: 14px;
	_height: 20px;
}

.filter .submit {
	background: #6371AD url('../img/filter-submit.gif') right bottom no-repeat;
	color: white;
	height: 19px;
	_height: 20px;
	position: relative;
	_position: static;
	top: 2px;
}


.filter #filter-text {
	width: 447px;
}

.filter label {
	padding: 3px 7px;
}
.filter #filter-text-label {
	background: url('../img/filter-lupa.gif') center center no-repeat;
}