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

@import url(search.css);

.loader {
	width: 100%;
	background-image: url("../img/ajax_loader_dashboard.gif");
}

#stations, #dmap {
	float: left;
	width: 490px;
}
#stations {
	margin-top: 0;
	margin-right: 8px;
}

#dmap {
	width: 494px;
}

#map {
	margin-bottom: 1em;
}

.stations {
	border: 1px solid #deb400;
}

.stations p {
	font-size: 1em;
}

.stations table {
	border: none;
	border-bottom: 1px solid #deb400;
}
.stations table th {
	border: none;
	border-right: 1px solid #deb400;
	color: #000;
	background-color: #fcce6d;
}
.stations table td {
	border: none;
}
.stations table .darker, .stations table .darker td {
	background-color: #feeecc;
}