/*******************************************************************************
	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,v 1.1.2.3 2007/03/28 13:28:41 antek Exp $
*******************************************************************************/

div.infohotel h1 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	color: #f92;
	font-weight: bold;
	font-size: 22px;
	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.png);
	background-repeat: repeat-x;
}
div.infohotel .stars1 { width:  9px; }
div.infohotel .stars2 { width: 18px; }
div.infohotel .stars3 { width: 27px; }
div.infohotel .stars4 { width: 36px; }
div.infohotel .stars5 { width: 45px; }

div.infohotel div.address {
	clear: both;
	color: #666;
	font-size: 11px;
}
div.infohotel div.description {
	padding : 5px 4px 15px 4px;
	color: #666;
	font-size: 11px;
	text-align: justify;
}
div.infohotel div.photos {
	text-align: center;
}
div.infohotel div.photos img {
	border: 1px solid #666;
	padding: 0px;
	margin: 5px;
	background-color: #eee;
}
div.infohotel div.map {
	width: 100%;
	height: 300px;
}

/**
 * Skrocona strona, polaczona z wynikami wyszukiwania
 */
div.infohotel ul.navigation {
	display: block;
	border-top: 1px solid #f80;
	border-bottom: 1px solid #f80;
	margin: 8px 0px;
	padding: 0px;
	height: 24px;
}
div.infohotel ul.navigation li {
	display: block;
	float: left;
	padding: 6px 2px;
	margin: 0px 6px;
	color: #1267a2;
	cursor: pointer;
	position: relative;
}
div.infohotel ul.navigation li:hover {
	border-bottom: 0px solid #f92;
	background-color :#f92;
	color : #fff;

}
div.infohotel div.frontphoto {
	float: left;
	padding: 4px;
}
div.infohotel div.frontphoto img {
	border: 1px solid #f80;
}

div.infohotel h4 {
	margin: 0px;
	padding: 2px 10px;
	background-color: transparent;
	border: 0px;
	color: #f92;
	font-weight: bold;
	font-size: 13px;
	font-family: arial, sans-serif;
	letter-spacing: 0px;
	display: block;
}

div.bar {
	padding: 0px;
	margin: 4px 0px 0px 0px;
	height: 6px;
	width: 40px;
	display: block;
	background: url(../bookingresultshotel/images/ratebar_bg.png) repeat-x 1px 0px;
	text-align: left;
	float: left;
}

div.bar div.rate  { 
	margin: 0px; 
	padding: 0px;
	height: 6px; 
	background: url(../bookingresultshotel/images/ratebar_on.png) repeat-x 1px 0px;
	display: block;
	font-size: 1px;		/* IE */
}

div.rank_num
{
	font-size: 8px;
	margin-left: 3px;
	margin-top: 2px;
	float: left;
}

div.bar div.rate0  { width:  0px; }
div.bar div.rate1  { width:  4px; }
div.bar div.rate2  { width:  8px; }
div.bar div.rate3  { width: 12px; }
div.bar div.rate4  { width: 16px; }
div.bar div.rate5  { width: 20px; }
div.bar div.rate6  { width: 24px; }
div.bar div.rate7  { width: 28px; }
div.bar div.rate8  { width: 32px; }
div.bar div.rate9  { width: 36px; }
div.bar div.rate10 { width: 40px; }


