/* ===========================================
* STATION'S VIEW
*
* Author          : Jacek Kołodziej (kolodziejj@gmail.com)
* Creation date   : 03/09/2008
* Site            : centrumpaliw.pl
* License         : http://centrumpaliw.pl/
*
* ======================================== */

.loader {
	background-image: url("../img/ajax_loader_station.gif");
}

#station, #dmap {
	float: left;
	width: 400px;
}
#station {
	margin-top: 0;
	margin-right: 20px;
	border: 1px solid #ddd;
}

#dmap {
	width: 576px;
}

#station #infolabel {
	display: block;

	margin: 1em 0em;

	font-size: 1.5em;
	font-weight: normal;
	text-align: center;

	color: #d77600;
}

#station #location {
	border-top: 1px solid #bcc3c9;
	border-bottom: 1px solid #bcc3c9;
	padding-left: 2em;
}

#station h2 {
	font-size: 2em;
	text-align: center;
}

#station p {
	margin: 0em 1em 0em;

	font-weight: bold;
	color: #d77600;
}

#station p span, #station p span a {
	font-weight: bold;
	color: #003493;
}
#station p a:link, #station p a:visited {
	text-decoration: underline;
}
#station p a:active, #station p a:hover {
	color: #f15201;
}

#station table {
	margin-top: 1em;
	border: none;
	border-bottom: 1px solid #deb400;
}
#station table th {
	border: none;
	border-right: 1px solid #deb400;
	color: #fff;
	background-color: #fcce6d;
}
#station table td {
	border: none;
}
#station table .darker, #station table .darker td {
	background-color: #feeecc;
}

#station #featureslabel, #station #ratinglabel {
	display: block;

	padding-left: 2em;

	color: #fff;
}

#station #featureslabel {
	background-color: #ff7200;
}

#station #ratinglabel {
	background-color: #ff0000;
}

/*
 * RATING
 */
.rating {
	list-style: none;
	margin: 3px;
	padding: 0px;
	width: 150px;
	height: 30px;
	position: relative;
	background: url(../img/star_rating.gif) top left repeat-x;

}

.rating li {
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
}

.rating li a {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image:none;
}

.rating li a:hover {
	background: url(../img/star_rating.gif) left center;
	z-index: 1;
	left: 0px;
}

.rating a.star1 { left: 0px; }
.rating a.star1:hover { width: 30px; }
.rating a.star2 { left: 30px; }
.rating a.star2:hover { width: 60px; }
.rating a.star3 { left: 60px; }
.rating a.star3:hover { width: 90px; }
.rating a.star4 { left: 90px; }
.rating a.star4:hover { width: 120px; }
.rating a.star5 { left: 120px; }
.rating a.star5:hover { width: 150px; }

.rating li.rating_current {
	background: url(../img/star_rating.gif) left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}


