@CHARSET "UTF-8";

html, body {
	height: 100%;
}

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
}

a:link {
	text-decoration:none;
}
.oglo{
	text-decoration:none;
	color: white;
}

a:visited { 
	text-decoration:none; 
}
#body {
	position: relative;
	min-height: 100%;
}

#header {
	background: #ffffff url(images/top_background.png) 0px 0px repeat-x;
	height: 150px;
}

#main {
	min-height: 1px;
	padding: 0px 0px 100px 0px;
}

#main:after {
	display: block;
	clear: both;
	content: "";
}

#footer {
	position: absolute;
	background: url(images/bluebackground.png) 0px 0px;
	bottom: 0;
	width: 100%;
	height: 100px;
	font-size: 10px;
}

#footer .wrapper {
	background: url(images/footer_bg.png) 0px 0px no-repeat;
}
#footer .wrapper #copywrite {
	font-size: 9px;
	width: 950px;
	padding-top: 60px;
	color: #ffffff;
	line-height: 20px;
	background: url(images/logo_small.png) 99% 60px no-repeat;
}

.wrapper {
	margin: 0px auto 0px auto;
	width: 950px;
	text-align: center;
}

#content {
	text-align: left;
	padding: 0px 10px 0px 10px;
}

#top {
	position: relative;
	background: url(images/top.png) 0px 0px no-repeat;
	height: 100px;
	text-align: left;
}
#logos {
	position: absolute;
	height: 78px;
	width: 213px
	text-align: left;
}

#menu {
	background: url(images/menu.png) 0px 0px no-repeat;
	height: 50px;
	width: 950px;
}

#menu ul {
	list-style-type: none;
	padding: 7px 15px 0px 15px;
	margin: 0px;
}

#menu a {
	color: #ffffff;
	font-size: 10px;
	margin: 0px 10px 0px 10px;
	padding: 13px 0px 0px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	display: block;
}

* html #menu a {
 height: 1px;
}

#menu a#n01 {
	background: url(images/n01.png) no-repeat;
}

#menu a#n02 {
	background: url(images/n02.png) no-repeat;
}

#menu a#n03 {
	background: url(images/n03.png) no-repeat;
}

#menu a#n04 {
	background: url(images/n04.png) no-repeat;
}

#menu a#n05 {
	background: url(images/n05.png) no-repeat;
}

#menu a:hover {
	border-bottom: 1px solid #b20000;
}

#menu a#n01:hover {
	background: url(images/n01.png) 0px -24px no-repeat;
}

#menu a#n02:hover {
	background: url(images/n02.png) 0px -24px no-repeat;
}

#menu a#n03:hover {
	background: url(images/n03.png) 0px -24px no-repeat;
}

#menu a#n04:hover {
	background: url(images/n04.png) 0px -24px no-repeat;
}

#menu a#n05:hover {
	background: url(images/n05.png) 0px -24px no-repeat;
}

#menu li {
	float: left;
	width: 184px;
}

#leftcol {
	margin-right: 10px;
	width: 620px;
	float: left;
}

#rightcol {
	margin-left: 10px;
	width: 290px;
	float: left;
}

.box {
	margin-bottom: 20px;
	background: #e5e6e1;
	width: 600px;
}

.box .title {
	padding-left: 5px;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 25px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	height: 25px;
	background: #334252 url(images/table_corner.jpg) top right no-repeat;
}

.box .title span {
	display: block;
	padding-left: 25px;
	height: 25px;
	background: url(images/hole.gif) 0px 5px no-repeat;
}

.box .search p {
	display: block;
	float: left;
}

.box .search:after {
	display: block;
	clear: both;
	content: "";
}
.box .search input.text {
	width: 100px;
}
.box .search select {
	width: 125px;
}

.box .search .button {
	padding: 0px;
	margin: 0px;
	width: 300px;
	height: 20px;
	background: #cbccc8 url(images/sqr_arr.gif) 60px 6px no-repeat;
	border-top: 1px solid #ffffff;
}

.box .search .button input {
	border: 0px;
	width: 100%;
	height: 100%;
	padding: 2px 1px;
	background: transparent;
	cursor: pointer;
	vertical-align: middle;
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
}

.box .search .button a {
	border-left: 1px solid #ffffff;
	text-align: center;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}

* html .box .search .button a {
	height: 1px;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	margin: 5px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #334252 url('images/left.jpg') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #334252 url('images/right.jpg') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 2px;
	font-weight: normal;
	font-size: 13px;
	color: white;
	background: #334252;
}
#rounded-corner td
{
	padding: 0px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: white;
}
#rounded-corner-dealer
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 930px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner-dealer thead th.rounded-company
{
	background: #334252 url('images/left.jpg') left -1px no-repeat;
}
#rounded-corner-dealer thead th.rounded-q4
{
	background: #334252 url('images/right.jpg') right -1px no-repeat;
}
#rounded-corner-dealer th
{
	padding: 2px;
	font-weight: normal;
	font-size: 13px;
	color: white;
	background: #334252;
}
#rounded-corner-dealer td
{
	padding: 0px;
	valign: top;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner-dealer tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner-dealer tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner-dealer tbody tr:hover td
{
	background: white;
}
#rounded-menu
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 160px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-menu a {
	text-decoration: none;
	color: #334252;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;	
}
#rounded-menu thead th.rounded-company
{
	background: #334252 url('images/left.jpg') left -1px no-repeat;
	background: #334252 url('images/right.jpg') right -1px no-repeat;
}

#rounded-menu th
{
	padding: 2px 13px 0px 12px;
	font-weight: normal;
	font-size: 13px;
	color: white;
	background: #334252;
}
#rounded-menu td
{
	padding: 2px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-menu td.selected
{
	padding: 2px;
	background: #880000;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-menu td.selected a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;	
}
#rounded-menu td.model
{
	padding: 2px;
	background: #F5DEB3;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-menu td.model a
{
	text-decoration: none;
	color: #334252;
	font-size: 12px;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 10px;	
}
#rounded-menu th.filtr
{
	padding: 2px;
	background: #F5DEB3;
	font-size: 12px;
	border-top: 1px solid #fff;
	color: #669;
}

#rounded-menu tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-menu tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-menu tbody tr:hover td
{
	background: white;
}
#rounded-menu tbody tr:hover td.selected a
{
	color: #334252;
}

#loginpanel {
	position: absolute;
	left: 680px;
	width: 240px;
	height: 90px;
	padding: 8px 12px 0px 12px;
	font-size: 10px;
	color: #ffffff;
	overflow: hidden;
}

	.white {
		background: url(images/loginpanel_white.png) 0px 0px no-repeat;
	}

	.red {
		background: url(images/loginpanel_red.png) 0px 0px no-repeat;
	}

#loginpanel #login1 {
	text-align: left;
	background: url(images/Untitled-1.png) 30px 15px no-repeat;
	padding: 15px 0px 0px 80px;
	line-height: 20px;
}

* html #loginpanel #login1 {
	background: url(images/Untitled-2.png) 30px 15px no-repeat;
}

#loginpanel a {
	color: #ffffff;
	text-decoration: none;
}

#loginpanel a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#loginpanel #login1 span {
	cursor: pointer;
}

#loginpanel #login1 span:hover {
	text-decoration: underline;
}


#loginpanel #login2 {
	display: none;
	text-align: right;
}
#loginpanel #login3 {
	text-align: left;
	margin: 3px;
}

#loginpanel #login2 input#username, #loginpanel #login2 input#password  {
	border: 0px;
	padding: 0px;
	margin: 3px;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	width: 150px;
	border: solid 1px #000000;
}

#loginpanel #login2 input#signinbutton {
	background: url(images/loginbutton.png) 100% 0% no-repeat;
	border: 0px;
	height: 24px;
	width: 82px;
	margin-right: 1px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	cursor: pointer;
	text-align: left;
}

* html #loginpanel #login2 input#signinbutton {
	background: url(images/loginbutton_ie.png) 100% 0% no-repeat;
}

#copywrite {
	font-size: 9px;
	padding-top: 65px;
	color: #ffffff;
	line-height: 20px;
	background: url(images/logo_small.png) 99% 65px no-repeat;
}

#registration form {
	margin: 0px auto 0px auto;
	width: 750px;
}

#registration textarea {
	width: 100%;
	height: 250px;
}

#registration label {
	width: 250px;
	height: 50px;
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
}

#registration input.text {
	width: 220px;
}

#registration select {
	width: 220px;
}

#registration .section {
	margin: 20px 0px 30px 0px;
}

#registration .section .title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}
#samochodynowe {
 width: 600px;
 height: 170px;
}
#samochodyuzywane {
 width: 600px;
 height: 170px;
}

