@import "reset.css";
html {
	background: #acacac url('gfx/bg.png') repeat-y center;
	font-family: Arial;
	font-size: 12px;
	color: #111;
}
body {
	background: url('gfx/top_bg.png') no-repeat top center;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

#top,
#content,
#bottom {
	width: 980px;
	margin: 0 auto;
	padding: 0 3px;
}

	#top {
		padding: 9px 0;
		margin-bottom: 5px;
	}
	#top .logo {
		height: 60px;
		width: 235px;
		display: block;
		float: left;
	}
	#top ul {
		list-style: none;
		float: left;
		margin-left: 10px;
	}
		#top ul li {
			display: block;
			float: left;
		}
		#top ul li a {
			font-size: 18px;
			font-family: caroutlet, Trebuchet MS;
			color: #000;
			background: none;
			width: 105px;
			padding: 21px 0;
			display: block;
			text-align: center;
			text-transform: uppercase;
		}
			#top ul li a:hover {
				color: #fff;
				background: url('gfx/top_a_hover.png') no-repeat center center;
			}

#bottom {
	background: url('gfx/bottom_bg.png') no-repeat left top;
	padding: 25px 3px 15px 3px;
}

	#bottom ul {
		list-style: none;
		display: block;
		clear: both;
		height: 30px;
		margin-left: 20px;
	}
	#bottom li {
		display: block;
		float: left;
	}
		#bottom li span {
			width: 150px;
			padding: 2px 0;
			font-weight: bold;
			color: #696969;
			display: block;
		}
		#bottom li a {
			display: block;
			padding: 2px 10px;
			border-right: 1px solid #696969;
			color: #696969;
		}

	#bottom .stopka {
		display: block;
		margin-top: 10px;
		color: #aaaaaa;
		padding: 10px 20px 0 20px;
	}

		#bottom .stopka  img {
			float: right;
			width: 90px;
			height: 17px;
			display: block;
			margin-right: 0px;
			background: url('gfx/mg_logo.png') no-repeat center center;
			opacity: 0.8;
			filter: alpha(opacity=80);
		}




#lista .auto {
	height: 278px;
	width: 161px;
	padding: 0 12px;
	float: left;
	display: block;
	background: #fff url('gfx/autov_bg.png') no-repeat right center;
	margin: 10px 3px 10px 7px;
}

#lista h1 {
	color: #111;
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px;
}

	#lista .auto img {
		width: 161px;
		height: 121px;
		display: block;
		border-bottom: 6px solid #e1c900;
		background: #fff url('gfx/foto_loader.gif') no-repeat center center;
		margin: 10px auto;
	}
	#lista .auto ul.opis {
		display: blok;
		list-style: none;
	}
		#lista .auto li a {
			display: block;
			padding: 3px 0;
			color: #404040;
			font-size: 11px;
		}

		#lista .auto li h2 a {
			font-size: 15px;
			text-transform: uppercase;
			padding: 10px 0;
		}

	#lista .auto .paliwo {
		padding: 0;
		position: relative;
		top: -3px
	}
	#lista .auto .paliwo img {
		width: auto!important;
		height: 14px!important;
		border: 0!important;
		display: inline-block!important;
		margin: 0!important;
		position: relative;
		top: 3px;
		left: 2px;
		background: none!important;
	}


.wyszukiwarka {
	float: left;
	width: 465px;
	margin: 25px 10px 15px 0;
}
	.wyszukiwarka h1 {
		background: url('gfx/belka_s.png') no-repeat right center;
		font-size: 18px;
		color: #000;
		padding: 7px 10px;
		display: block;
		text-transform: uppercase;
	}


	.wyszukiwarka form {
		padding: 20px;
		position: relative;
	}
	.wyszukiwarka .send_button {
		margin-left: 120px;
		border: 0px;
		background: url('gfx/butt_szukaj.png') no-repeat center center;
		width: 69px;
		height: 28px;
	}
	.wyszukiwarka label {
		font-weight: bold;
		padding: 7px 0;
		text-align: left;
		float: left;
		width: 120px;
	}
	.wyszukiwarka input {
		float: left;
		width: 280px;
		border: 0px;
		padding: 6px 10px;
		background: url('gfx/input_b.png') no-repeat left center;
		font-weight: bold;
		font-size: 12px;
		font-family: Arial;
		z-index: 1;
	}
		.wyszukiwarka input.select {
			background: url('gfx/input_bsel.png') no-repeat left center;
			cursor: pointer;
		}

		.wyszukiwarka span {
			font-weight: bold;
			padding: 6px;
			text-align: left;
			float: left;
		}
		.wyszukiwarka input.input_small {
			background: url('gfx/input_s.png') no-repeat left center;
			text-align: center;
			width: 41px;
		}

	.wyszukiwarka div.field {
		clear: both;
		display: block;
		height: 35px;
		position: relative;
	}

		.wyszukiwarka .suggest {
			width: 300px;
			display: none;
			position: absolute;
			top: 43px;
			left: 140px;
			height: 250px;
			overflow-y: scroll;
			padding-bottom: 6px;
			background: #d8d8d8 url('gfx/sugg_btm.png') no-repeat left bottom;
			z-index: 999;
		}
		#model_sugg {
			top: 78px;
			height: 150px;
		}
		#rodzaj_nadwozia_sugg {
			top: 113px;
			height: 150px;
		}
		#rodzaj_paliwa_sugg {
			top: 253px;
			height: 100px;
		}
		#miejsce_postoju_sugg {
			top: 323px;
			height: 100px;
		}

			.wyszukiwarka .suggest p {
				margin: 20px auto;
				font-weight: bold;
				text-align: center;
			}
			.wyszukiwarka .suggest a {
				display: block;
				padding: 5px 8px;
				color: #404040;
			}
			.wyszukiwarka .suggest a:hover {
				background: #cecece;
			}



#tooltip {
	position: absolute;
	z-index: 3000;
	background: #999;
	padding: 5px;
	opacity: 0.85;
	color: #fff;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	width: 110px;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 10px; }

