@charset "utf-8";
*{
padding:0px;
margin:0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c0c0c0;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595959;
	font-size:12px;
	
}
hr{
color:#ccc;
height:1px;
}
.info{
	background-color:#edeef0;
	background-image:url(../images/info.jpg);
	background-position:5px;
	background-repeat:no-repeat;	
	padding:30px 30px 30px 80px;
	margin-top:10px;
	border:1px solid #ccc;
}
.kom{
margin-bottom:10px;
}

dt label{
text-align:right;
float:left;
background-color:#ccc;
padding:3px;
margin-left:10px;
margin-top:10px;

}
dl{
padding-top:20px;
}
dd{
margin-top:5px;
padding:4px;
background-color:#edeef0;
text-align:right;
border:1px solid #ccc;
}
.tabela_dane td{
margin-top:5px;
padding:4px;
background-color:#edeef0;
text-align:right;
border:1px solid #ccc;
}
.site #container { 
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	background-image:url(../images/header_bg.jpg);
	background-position:top right;
	background-repeat:repeat-x;	
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 10px;
} 
.site #container h1 { 
font-family:"Times New Roman", Times, serif;
color:#ff6600;
font-size:25px;	
font-weight:normal;
margin:10px 0px 10px 0px;
text-align:left;
} 
.site #container h1.user { 
margin-top:10px;
float:left;
}
.site #container h2 { 
font-family:"Times New Roman", Times, serif;
color:#ff6600;
font-size:20px;	
font-weight:normal;
margin:10px 0px 0px 0px;
} 
form h2{
text-align:left;
}
.logo{
margin-top:40px;	
}
.banner_1{
margin:2px 0px 0px 10px;
float:right;
}
.site #header { 
	padding: 0px;
	height:230px;
} 
.site #header_stock { 
	padding: 0px;
	height:290px;
	background-image:url(../images/footer_border.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
} 
.site #header #header_1, .site #header_stock #header_1{ 
	padding: 0px;
	height:125px;
	width:100%;

}
.site #header #header_0, .site #header_stock #header_0{ 
	padding: 5px 0px;
	height:10px;
	float:right;
	text-align:center;
}
.site #header #header_1_1,.site #header_stock #header_1_1{ 
	padding: 0px;
	height:105px;
	width:210px;
	float:left;
	text-align:center;
	
}
.site #header #header_2, .site #header_stock #header_2{ 
	background: #262626; 
	padding: 0px;
	height:42px;
	width:100%;
	border-bottom:1px solid #b6cad2;
}
.site #header #header_3, .site #header_stock #header_3{ 
	background: #666; 
	color:#fff;
	font-size:11px;
	padding: 0px 10px 0px 0px;
	height:42px;
	line-height:42px;
	vertical-align:middle;
	
	background-image:url(../images/header_3_bg.jpg);
	background-repeat:repeat-x;
}
.site #header #header_3 .acount, .site #header_stock #header_3 .acount{
	float:right;
}
.site #header #header_3 .page_info, .site #header_stock #header_3 .page_info{
	float:left;
	padding-left:10px;
}
.logowanie{
float:right;	
height:42px;
padding-right:5px;
}

form.logowanie_form input{
	margin-left:5px;
	font-size:11px;
	color:#CCC;
	padding:3px;
	border:none;
	border:1px solid #b6cad1;
}
.site #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".site #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.site #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 225px; /* since this element is floated, a width must be given */

	padding:0px; 

	}
.site #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 225px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div */

}
 .site #sidebar1 h3,  .site #sidebar2 h3 {
	margin-left: 10px; /* pomaranczowe naglowki */
	margin-right: 10px;
	margin-bottom:0px;
	margin-top:15px;
	color:#ff6600;
	font-size:13px;
}
.site #sidebar2 p, .site #sidebar1 p {
	margin-left: 10px; /* tekst w kolumnach */
	margin-right: 10px;
}
.site #sidebar2 div, .site #sidebar1 div {
	padding: 10px; /* tekst w kolumnach */
	margin:0px 0px 10px 0px;
	border:1px solid #b6cad2;
	width:204px;
	background-color:#FFF;
}
.site #sidebar2 div.banner_right{
	padding: 10px; /* tekst w kolumnach */
	margin:0px 0px 10px 0px;
	border:none;
	width:206px;
	background-color:#FFF;
	text-align:center;
}
.site #mainContent { 
	margin: 0 auto;
	padding: 0px 0px 0px 10px;
	float:left;
	width:490px;
}
.site #mainContentStock{
width:100%;
}
.site #mainContent .adv1{
	background-color:#f0f1f3;
	border-top:1px solid #b6cad1;
	padding:5px 5px 0px 5px;
	overflow:auto;
}
.site #mainContent .adv1_bottom{
	background-color:#f0f1f3;
	padding:0px 5px 5px 5px;
	overflow:auto;
}
.site #mainContent .adv2{
	background-color:#e9edf8;
	border-top:1px solid #b6cad1;
	padding:5px;
	overflow:auto;
}
.site #mainContent .adv1 img{
	border:2px solid #dce6ff;
	margin-left:5px;
}
.site #mainContent .adv2_bottom{
	background-color:#e9edf8;
	padding:0px 5px 5px 5px;
	overflow:auto;
}
table.table_search td{
	height:30px;
}
.site #mainContent .flash{
	margin-bottom:10px;
	margin-top:5px;
	height:20px;
	line-height:20px;
	background-image:url(../images/flash_bg.jpg);
	background-repeat:repeat-x;
}
.site #footer { 
	padding: 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	height:20px;
	background-image:url(../images/footer_border.jpg);
	background-position:top left;
	background-repeat:no-repeat;
} 
.site #footer p{
	font-size:11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.site #footer p#footer_left {
	float:left;
}
.site #footer p#footer_right {
	float:right;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
li{
list-style:square;
color:#378ab7;
margin-top:10px;
margin-bottom:10px;
}
ul{	
margin-left:15px;
}
ul.cat li{
list-style:square;
list-style-position:inside;
color:#595959;
line-height:29px;

margin-top:1px;
margin-bottom:1px;
background-image:url(../images/cat_bg.jpg);
background-repeat:repeat-x;
padding-left:10px;
}
ul.cat{	
padding:0px;
margin:0px 0px 0px 0px;
}

div#search{
	padding:5px;
	background-color:#f0f1f2;
	border:1px solid #b6cad2;
	margin-bottom:10px;
	margin-top:10px;
}
div#search h1{

}
.gray{
	text-decoration:none;
	color:#9eb5bd;
	font-size:10px;
	font-weight:normal;
	clear:both;
}
.still{
	display:none;
}
.small{
	text-decoration:none;
	color:#ff6600;
	font-size:10px;
	font-weight:normal;
	display:inline;
}
.red{
text-decoration:none;
	color:#f10909;
	font-size:10px;
	font-weight:normal;
	display:inline;
}
.button{
	font-size:11px;
	color:#CCC;
	padding:3px;
	border:1px solid #b6cad1;
	background-color:#003399;
	cursor:pointer;
}

.button_oplac{
	font-size:10px;
	color:#378ab7;
	padding:0px;
	border:0px solid #b6cad1;
	background:none;
	cursor:pointer;
	display:inline;
	text-decoration:underline;
}
.form_oplac{
display:inline;
}

/* linki */
a, a:link, a:visited, a:active, a.blue:link, a.blue:visited, a.blue:active{
	text-decoration:underline;
	color:#378ab7;
}
a:hover, a.blue:hover{
	text-decoration:none;
}
a.orange:link, a.orange:visited, a.orange:active{
	text-decoration:underline;
	color:#ff6600;
}
a.orange:hover{
	text-decoration:none;
}
a.small:link, a.small:visited, a.small:active{
	text-decoration:underline;
	color:#ff6600;
	font-size:10px;
}
a.small:hover{
	text-decoration:none;
}
ul.cat a:link, ul.cat a:active, ul.cat a:visited{
color:#595959;	
text-decoration:none;
}
 ul.cat a:hover{
	 	color:#ff6600;
 }
 
 
 /*wyswietlani ofert */
 .oferta_lista_1{
 clear:right;
 background-color:#f0f1f3;
 border-top:1px solid #b6cad1;
 }
 .oferta_lista_1:hover{
 background-color:#d7e1f3;
 }
 .oferta_lista_2{
 clear:right;
 background-color:#e9edf8;
 border-top:1px solid #b6cad1;
 }
 .oferta_lista_2:hover{
 background-color:#d7e1f3;
 }
  .stock_lista_1{
 clear:right;
 background-color:#f0f1f3;
 border-top:1px solid #b6cad1;
 border-left:8px solid #378ab7;
 padding-left:5px;
 }
 .stock_lista_1:hover{
 background-color:#d7e1f3;
 }
 .stock_lista_2{
 clear:right;
 background-color:#e9edf8;
 border-top:1px solid #b6cad1;
 border-left:8px solid #8ac43c;
 padding-left:5px;
 }
 .stock_lista_2:hover{
 background-color:#d7e1f3;
 }
 .stock_lista_3{
 clear:right;
 background-color:#e9edf8;
 border-left:8px solid #e9edf8;
 padding-left:5px;
 }

  .oferta_lista_promo{
 clear:right;
 background-color:#e4f6ff;
 border-top:1px solid #b6cad1;
 }
  .oferta_lista_promo:hover{
 background-color:#d7e1f3;
 }
 .data_dodania{
 font-size:10px;
 color:#9eb5bb;
 margin:2px 0px;
 display:inline;
 }
 .zdjecie_mini{
 margin:0px 5px 5px 0px;
 border: 2px solid #b6cad1;
 float:left;
 }
  .zdjecie_mini2{
 margin:0px 5px 5px 0px;
 border: 2px solid #b6cad1;
 float:right;
 }
 .zdjecia_oferty{
 margin-top:15px;
 width:480px;
 }
 .typ_dzialalnosci{
 float:right;
 display:inline;
 color:#378ab7;	
 font-weight:bold;
 }
 .wizytowka{
 clear:both;
 margin-top:5px;
padding:4px;
background-color:#edeef0;
border:1px solid #ccc;
 }
  .wizytowkaStock{
  clear:both;
 float:left;
 margin-top:5px;
padding:4px;
background-color:#edeef0;
border:1px solid #ccc;
width:465px;
 }
 .parkSamochodowyStock{
 float:right;
  margin-top:5px;
padding:4px;
background-color:#edeef0;
border:1px solid #ccc;
width:465px;
 }
 .wolnySamochodStock{
   margin-top:5px;
padding:4px;
background-color:#edeef0;
border:1px solid #ccc;
width:950px;
height:auto;
 }
 .wizytowka_dane{
 float:right;
 display:inline;
 width:250px;
 
 }
  .wizytowka_etykieta{
 float:left;
 display:inline;
 clear:right;
 }
 .koszt_tlumaczen{
 margin-top:5px;
 text-align:right;
 display:none;
 }
.hidden{
display:none;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
.przycisk_oferta{
margin:0px 3px;
}
.przycisk_oferta_flaga{
margin:5px 3px 0px 3px;
}
.zdjecia_obecne{
clear:both;
}
#zdjecie2, #zdjecie3, #zdjecie4,#zdjecie5,#zdjecie6,#zdjecie7,#zdjecie8,#zdjecie9,#zdjecie10{
display:none;
}
.remind{
margin-left:5px;
float:right;
}
div#for_time{
display:none;
background-color: #edeef0;

padding:10px;
}
#for_clic{
background-color: #edeef0;

padding:10px;
}

div#for_time2{
display:none;
background-color: #edeef0;

padding:10px;
}
#for_clic2{
display:none;
background-color: #edeef0;

padding:10px;
}
#banner_zdjecie{
background-color: #edeef0;
padding:10px;
}
form.promo input{
margin:5px 5px 0px 0px;
}
.rss_lista img{
margin:6px;
}
.cena_karta{

}
.cena_przekreslona{
text-decoration:line-through;
color:red;
font-weight:bold;
}
.premium_wybor{
background-color: #edeef0;
width:400px;
margin:20px auto 0px auto;
padding:10px;
}
a.premium:link, a.premium:hover, a.premium:visited, a.premium:active{
color:#fff;
font-weight:bold;
}

a.red_link:link, a.red_link:hover, a.red_link:visited, a.red_link:active{
color:red;
}
a.black_link:link, a.black_link:hover, a.black_link:visited, a.black_link:active{
color:black;
}




















.myform{
	margin:0 auto;
	width:435px;
	padding:14px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
	
	#formit{
		border:solid 2px #DEDEDE;
	}
	#formit h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
		
	}
	#formit p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#formit label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#formit .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:150px;
	}
	#formit input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#formit button{ 
		clear:both;
		margin-left:150px;
		background:#eff0f2;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}


	
	
	#formcss h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
		text-align: center;
	}
	#formcss p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		text-align: center;
		padding-bottom:10px;
	}
	#formcss label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#formcss .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:170px;
		float:right;
	}
	#formcss input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	#formcss button{ 
		clear:both;
		margin-left:150px;
		width:115px;
		height:31px;
		background:#666666;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:13px;
		font-weight:bold;
	}
	
	#formcss button:hover{ 
		clear:both;
		margin-left:150px;
		width:115px;
		height:31px;
		background:#b7ddf2;
		text-align:center;
		line-height:31px;
		color:#666666;
		font-size:13px;
		font-weight:bold;
	}
	
	
	
	#formcss select {
	float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		
		margin:2px 100px 20px 10px;
	}


#mooquee1{
background-image:url(../images/flash_bg.jpg);
background-repeat:repeat-x;
margin:3px auto;
padding-top:3px;
display:block;
height:20px;
color:#ff6600;
}
#marquee{
background-image:url(../images/flash_bg.jpg);
background-repeat:repeat-x;
margin:3px auto;
padding-top:3px;
display:block;
height:20px;
color:#ff6600;
}
#podzial{
margin-bottom:5px;
margin-top:10px;
color:#ff6600;
font-weight:bold;
}
.banner_opis{
line-height:18px;
}
.sitemap-level2{
margin-left:40px;
}
.banner1_code{
margin:25px 0px 0px 40px; 
float:left;
}
.kontakt_form{
margin-top:20px;
}
.stock_ico{
margin-right:0px;
margin-top:10px;
}
.stock_search{
float:right;
margin-top:12px;
width:380px;
}
.stock_search_inside{
padding-top:3px;
display:block;
float:right;
width:170px;
font-size:11px;
}
.stock_search_inside_left{
padding-top:7px;
float:left;
font-size:11px;
}
.stock_search_inside input{
margin-bottom:3px;
}
table.park_samochodow td{
padding:3px;

}
table.park_samochodow {

  border: 1px solid #ccc;
  border-collapse: collapse;
}
table.park_samochodow2{
  border: 1px solid #ccc;
  border-collapse: collapse;
}
table.park_samochodow2 td{
padding:7px;
}
.ilosc{
float:left;
clear:both;
display:block;
margin:5px 10px 0px 0px;
width:140px;
}
.ilosc2{
float:left;
display:block;
margin:5px 10px 0px 0px;
width:140px;
}
.etykieta_palety1{
font-weight:bold;
margin-right:85px;
}
.etykieta_palety2{
font-weight:bold;
margin-right:100px;
}
.etykieta_palety3{
font-weight:bold; 
margin-right:90px;
}
.zobacz{
cursor:pointer;
}
#jezyk_kontaktowy-element{
padding-bottom:10px;
}
.viewcarStock{
margin-top:5px;
padding:4px;
background-color:#edeef0;
border:1px solid #ccc;
width:950px;
}
.dane_zobacz{
float:right;
margin:40px 0px 0px 0px;
}
table.palety_view{
border: 1px solid #ccc;
border-collapse: collapse;
float:left;
margin:0px 0px 20px 0px;
width:560px;
}
table.palety_view td{
border: 1px solid #ccc;
padding:5px;
}
table.palety_view th{
font-weight:bold;
border: 1px solid #ccc;
padding:5px;
background-color:#ccc;
}
table.table_right{
float:left;
padding-right:50px;
margin-bottom:20px;
border-right:1px solid #ccc;
width:330px;
}
div.best_value{
float:left;
margin:0px 0px 20px 50px;
display:block;
width:335px;
border:1px solid #ccc;
padding:5px;
}
.twoja_oferta{
display:inline;
margin-left:0px;
}
.twoja_oferta input{
width:80px;
}
.twoja_oferta input.button{
width:50px;
}
.cena_euro{
font-size:20px;
color:#ff6600;
font-weight:bold;
margin-right:20px;
}
.do_prawej{
float:right;
width:570px;
}
.stock_search_inside_left label.kind_1{
color:#378ab7;
font-weight:bold;
cursor:pointer;
}
.stock_search_inside_left label.kind_2{
color:#8ac43c;
font-weight:bold;
cursor:pointer;
}
