html {
	height:100%;
	margin-bottom:0.1px;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

.h1 {
	font-size:22px;
	line-height:normal;
}

.h2 {
	font-size:19px;
	line-height:normal;
}

.h3 {
	font-size:16px;
	line-height:normal;
}

.h4 {
	font-size:13px;
	line-height:normal;
}

.bullet_gwiazdka {
	padding-left:11px;
	background-image:url('../img/gwiazdka.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
}

.bullet_lupa {
	background-image:url("../img/lupa.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	height:20px;
	padding-left:28px;
}

.bullet_kalkulator {
	background-image:url("../img/kalkulator.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	height:20px;
	padding-left:28px;
}

.bullet {
	padding-left:11px;
	background-image:url('../img/bullet_news.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
.bullet2 {
	padding-left:22px;
	background-image:url('../img/bullet_news.gif');
	background-repeat:no-repeat;
	background-position: 11px 0px;
}
.bullet3 {
	padding-left:22px;
	background-image:url('../img/bullet_news.gif');
	background-repeat:no-repeat;
	background-position: 22px 0px;
}

#debug {
	position: absolute;
	top: 1em;
	right: 2em;
	background-color: pink;
	padding: 0.5em;
	border: 1px solid black;
	font-size: 0.7em;
}

table {
	border-collapse:collapse;
}

td {
	padding:0px;
}

img {
	border:none;
}

/* txt class */


p, .txt {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color:#000000;
}

a.txt {
	text-decoration:none;
}

a.txt:hover {
	text-decoration:underline;
}

a.underline {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:11px;
	color:#0049a8;
	text-decoration:underline;
}

/* small class */

.small {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#9999a3;
}

a.small {
	text-decoration:none;
}

a.small:hover {
	text-decoration:none;
	color:#000000;
}

/* blue extension for txt class */

.blue {
	color:#45658c;
}

a.blue {
	color:#45658c;
	text-decoration:none;
}

a.blue:hover {
	color:#45658c;
	text-decoration:underline;
}

/* black extension for txt class */

.black {
	color:#000000;
}

a.black {
	text-decoration:none;
}

a.black:hover {
	text-decoration:underline;
}

/* gray extension for txt class */

.gray {
	color:#878791;
}

a.gray {
	text-decoration:none;
}

a.gray:hover {
	text-decoration:none;
	color:#000000;
}

/* red error extension for txt class */

a.model_subnavi {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#9999a3;
}

a.model_subnavi:hover {
	color:#000000;
	text-decoration:none;
}

.error {
	color:#ff0000;
}

.black {
	color:#000000;
}

/* other */

.db {display:block;}
.di {display:inline;}

.maxw {width:100%;}
.maxh {height:100%;}

ol {
	margin-top:0px;
	margin-bottom:0px;
}

/* content */

.content {
	margin:9px 0px 20px 0px;
}

.content td {
	vertical-align:top;
}

/* forms */

form {
	margin:0px;
}

.ff {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
}

.fs {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
}

.fa {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	overflow:auto;
}

.fb {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background-color:#e7e8ea;
}

/* zwykły tekst */

.options_heading {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:center;
	color: #000000;
	background:#f0f0f5;
	border-bottom:1px solid #ffffff;
	padding: 4px 7px 4px 7px;
	cursor:pointer;
}

.options_heading_active {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	color: #000000;
	background:#d7d7dd;
	border-bottom:1px solid #d7d7dd;
	padding: 4px 7px 4px 7px;
	cursor:pointer;
}

.options_description {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size: 11px;
	color: #000000;
	background: #d7d7dd;
	padding: 4px 7px 4px 7px;
}

.options_odd {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	background: #f0f0f5;
	border-left: 1px solid #d7d7dd;
	border-right: 1px solid #d7d7dd !IMPORTANT;
	padding: 10px;
	text-align: center;
}

.table-left .options_odd {
	text-align: left !IMPORTANT;
}

.table-left .options_even {
	text-align: left !IMPORTANT;
}


.options_even {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	background: #fff;
	border-left: 1px solid #d7d7dd;
	border-right: 1px solid #d7d7dd;
	padding: 10px;
	text-align: center;
}

/* Menu widoku */

div.viewmenu {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
	background: #9999a3;
}

td.viewmenu {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	background: #9999a3;
	color: #ffffff;
	font-size: 11px;
	height: 21px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 1px;
	cursor: pointer;
	white-space:nowrap;
}

a.viewmenu {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

a.viewmenu:hover {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

div.bullet_news {
	background-image:url('../img/bullet_news.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
	padding-right:20px;
	margin-top:10px;
}

/* dodatkowe */

#gallery_min {
	padding:15px 0px 0px 9px;
}

#gallery_min td {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

#lakprev, #tapprev, #ozdprev {
	margin:0px 5px 0px 0px;
}

#dlakier, #dtap, #dozdobnik {
	padding:0px 0px 0px 10px;
}

.header {
	font-family: "Arial CE", "Helvetica CE", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
	clear:both;
	margin-left:10px;
}

.item_container {
	float:left;
	height:74px;
	margin-right:20px;
}

.item_header {
	font-family: "Arial CE", "Helvetica CE", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top:4px;
}

.item {
	float:left;
	cursor:pointer;
	border:1px solid #f3f1f1;
	margin-top:3px;
}

/* wyposazenie */

#wd {
	visibility:hidden;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

#wd img {
	border: none;
	margin: 0px;
}

#wd td {
	border: none;
	border-left:1px solid #d4d4d4;
}

#z, #w, #b, #e, #k {
	display:none;
}

/* dane techniczne */

#dtb, #dtd, #dtw {
	width:568px;
	display:none;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin:20px 0px 13px 0px;
}

/* dane techniczne benzyna */

#dtb td {
	text-align:left;
	vertical-align:top;
}

#dtb .options_even, .options_odd {
	border:none;
}

/* dane techniczne Diesel */


#dtd td {
	text-align:left;
	vertical-align:top;
}

#dtd .options_even, .options_odd {
	border:none;
}

/* dane techniczne - wymiary */


#dtw td {
	text-align:left;
	vertical-align:top;
}

#dtw .options_even, .options_odd {
	border:none;
}

#topgfx {
	background-image:url('../img/bg_top_graphics.jpg');
}

div.content_table td {
	padding:2px;
}



div.forms, div.forms_list {
	border:1px solid #d7d7d7;
	margin:20px 0px 0px 0px;
}

div.forms td.txt {
	padding:4px;
}

div.forms td.field {
	padding:4px 0px 4px 10px;
}

div.forms input {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

div.forms select {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	width:250px;
}

div.forms button {
	font-family:"Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	width:80px;
}

div.forms_list td.txt {
	padding:4px;
}

div.wyp_stand 
{
 float: left;
 width: 142px;
 margin-bottom: 10px;
 height: 13px;
 padding: 0px;
}

div.wyp_stand INPUT
{
 padding: 0px;
 margin: 0px;
 width 13px;
 height: 13px;
}

div.wyp_stand div.left, div.wyp_stand div.right
{
	float: left;
	height: 13px;
	padding: 0px;
	margin: 0px;
	line-height: 13px;
	margin-right: 3px;
	
}

div.wyp_stand div.right p
{
font-weight: normal;
}

#leksykon { font-family: "Arial CE", "Arial", "Geneva", "Helvetica"; font-size: 11px; width: 570px; }

	#leksykon h1 { font-size: 11px; }
	#lxContent { }
		#lxContent img { float: left; margin: 0 10px 10px 0; }
		#lxContent h2 { font-size: 10px; }
		#lxContent p { text-align: justify; }
			#lxContent p a { color: #3b7abd; text-decoration: none; }
			#lxContent p a:hover { text-decoration: underline; }

	#lxHead { clear: both; margin: 0 0 2em 0; padding: 2em 0 0 0; }
	ul#lxList { list-style: none; width: 366px; padding: 0; margin: 0 9px 0 0; float: left; }
		ul#lxList li { float: left; }
			ul#lxList a { display: block; width: 20px; height: 13px; color: #878791; font-size: 11px; font-weight: bold; text-decoration: none; text-align: center; padding: 2px 0; }
			ul#lxList a:hover { background: #e6e6eb; color: #000; }
			ul#lxList a.off { color: #ccccd1; }

	fieldset { border: 0; background: #f7f7fa; padding: 8px; width: 170px; float: left; }
	#lxForm { margin: 0; }
		#lxForm input { color: #878791; width: 159px; border: 1px #ccccd1 solid; padding: 2px 4px; margin: 0 0 1em 0; font-size: 0.8em; }
		#lxForm select { color: #878791; width: 169px; border: 1px #ccccd1 solid; padding: 2px 4px; font-size: 0.8em; }

	#lxCols { clear: both; padding: 2em 0; }
		#lxCol0 { width: 180px; margin: 0 15px 0 0; float: left; }
		#lxCol1 { width: 180px; margin: 0 15px 0 0; float: left; }
		#lxCol2 { width: 180px; margin: 0; float: left; }
		.lxLetter_box { width: 180px; margin: 0 0 10px 0; }
			.lxLetter_box h3 { display: block; padding: height: 15px; color: #878791; font-size: 11px; font-weight: bold; border-bottom: 1px #ccccd1 solid; margin: 0; padding: 4px 5px 4px 5px; }
			.lxLetter_box:hover h3 { background: #e6e6eb; }
				.lxLetter_box h3 a { display: block; color: #878791; text-decoration: none; background: url(/img/edi/arrow_up.gif) right 7px no-repeat; }
				.lxLetter_box:hover h3 a { color: #000; }
			.lxLetter_box ul { list-style: none; margin: 0; padding: 10px 5px; }
			.lxLetter_box:hover ul { background: #f7f7fa; }
				.lxLetter_box li { background: url(/img/edi/arrow_right.gif) 0 5px no-repeat; padding: 2px 0 2px 8px; }
					.lxLetter_box li a { color: #45658c; text-decoration: none; }
					.lxLetter_box li a:hover { text-decoration: underline; }
					
					
.TextRight
{
	text-align: right;
}

table.txt
{
	width: auto;
}

table.txt td
{
	padding-right: 5px;
}

.kolekcja .zobacz {
	margin-top: 5px;
}

.kolekcja .kolekcja_item {
	float:left;
	margin-right: 30px;
	width: 120px;
	height: 155px;
}

.kolekcja .line {
	clear: both;
	border-top: 1px solid #cdccd1;
	width: 570px;
	height: 10px;
	margin-top: 15px;
}

.film { 
	color:#45658c;
	text-decoration:none;
	
}

.film img {
	vertical-align:middle;
}