/*******************************************************************************
	EasyWEB	5

	@Copyright 	Synerway Sp. z o. o. http://www.synerway.pl/
			All rights reserved

	@Author		Antoni Jakubiak <a.jakubiak@synerway.pl>


	@Description	Informacje o hotelu


	$Id: show.css 2747 2007-12-07 14:55:49Z mkozerski $
*******************************************************************************/
div.infohotel h3 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	color: #f92;
	font-weight: bold;
	font-size: 17px;
	font-family: arial, sans-serif;
	letter-spacing: 0px;
}

div.infohotel .stars {
	display: block;
	float: left;
	height: 8px;
	width: 9px;
	background-image: url(../../pages/defaultpage/images/star_blue.png);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-left: 5px;
}

div.infohotel .stars1 {
	width: 9px;
}

div.infohotel .stars2 {
	width: 19px;
}

div.infohotel .stars3 {
	width: 29px;
}

div.infohotel .stars4 {
	width: 39px;
}

div.infohotel .stars5 {
	width: 49px;
}

div.infohotel div.address {
	clear: both;
	padding: 5px 5px 5px 15px;
	color: #005aab;
	background: #ecedef;
	font-size: 11px;
}

div.infohotel div.local_menu {
	background: #f6f7f7;
	padding: 5px 5px 5px 15px;
}

div.infohotel div.local_menu a.arrow {
	background: url('../../pages/defaultpage/images/arrow_red.png') 0% 5px
		no-repeat;
	padding-left: 15px;
	padding-right: 37px;
	color: #005aab;
	text-decoration: none;
}

div.infohotel div.description {
	color: #666;
	font-size: 11px;
	text-align: justify;
	padding: 10px;
	background: #f6f7f7;
}

div.infohotel div.photos {
	text-align: center;
	background: #f6f7f7;
}

div.infohotel div.photos img {
	border: 1px solid #666;
	padding: 0px;
	margin: 5px;
	background-color: #eee;
}

div.infohotel div.map {
	width: 100%;
	height: 300px;
}

