/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

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

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

#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;
	padding: 10px;
	text-align: center;
}

.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, div.bullet {
	background-image:url('../img/bullet_news.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
	padding-right:20px;
	margin-top:10px;
}

div.bullet3 {
	padding: 3px 0 3px 12px;
	background: url('../img/square.gif') left 7px no-repeat;
}

/* 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;
}


.motion_top_menu {
	font-size: 11px;
}

.motion_top_menu a {
	color: #9999A7;
	font-size: 11px;
}

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

.motion_top_menu .zaznaczone {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

.AfterSalesText td
{
  padding: 20px 15px;
  font-family: Arial, "Hevetica Neue", Helvetica, Verdana, "Courier New";
  font-size: 11px;
  color: #121212;
}

/* Survey:
 * ___________________________________________________________________________
 */
.clr
{
	clear: both !important;
	height: 0px !important;
	width: 1px !important;
	line-height: 0px !important;
	font-size: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
} 
 
#FormSurvey
{
  border: 1px solid #e8e8ea;
  color: #000;
  padding: 10px 0;
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, "Times New Roman", "Courier New";
  font-size: 11px;
}

#FormSurvey ul
{
  margin: 0;
  padding: 0;
}

#FormSurvey ul li
{
  list-style: none;
}

#FormSurvey h3
{
  padding: 0 0 30px 0;
  margin: 0;
  font-weight: bold;
  font-size: 11px;
}

#FormSurvey ul.TopSurvey
{
  overflow: hidden;
  padding: 0 10px;
}

* html .TopSurvey
{
  height: 1%;
}

.TopSurvey li
{
  padding-bottom: 4px;
  float: left;
  clear: both;
  width: 548px;
}

.TopSurvey li label
{
  float: left;
  width: 313px;
}

.TopSurvey li input,
.TopSurvey li select
{
  float: right;
  padding: 1px 3px 0;
  width: 220px;
}

#FormSurvey li
{
  clear: both;
  float: left;
}

#FormSurvey li label
{
  float: left;
}

#FormSurvey li input,
#FormSurvey li select
{
  border: 1px solid #7f9db9;
  font-size: 11px;
  float: right;
  padding: 1px 3px 0;
  height: 19px;
}

.SurveyColumns
{
  overflow: hidden;
  padding: 30px 10px 0;
}

#FormSurvey .SurveyColumns li
{
  padding-bottom: 3px;
  width: 250px;
}

* html .SurveyColumns
{
  height: 1%;
}

#FormSurvey .SurveyColumns li input
{
  width: 160px;
}

.LeftSurvey
{
  float: left;
  width: 250px;
}

.RightSurvey
{
  float: right;
  width: 250px;
}

.reqFields
{
  clear: both;
  padding: 24px 0 5px 0;
  margin-bottom: 0;
}

.CheckboxField
{
  background: #ededef;
  overflow: hidden;
  padding: 19px 10px;
}

.CheckboxField input
{
  float: left;
  width: 13px;
}

.CheckboxText
{
  float: right;
  margin: 0;
  padding: 0;
  width: 520px;
}

#FormSurvey .FormSubmit
{
  clear: both;
  float: right;
  padding: 25px 12px 13px 0;
  width: 190px;
}

#FormSurvey .FormSubmit li
{
  float: right;
  line-height: 10px;
}

#FormSurvey .FormSubmit li input
{
  background: url(../img/bg-survey-submit.gif) no-repeat left top;
  border: 0;
  cursor: pointer;
  float: left;
  line-height:10px;
  padding: 0;
  font-weight: bold;
  width: 79px;
  height: 21px;
}

#kod1 {
	margin-left: 15px;
}
#kod1, #kod2 {
	float:left !important;
	width: 40px !important;
}
.myslnik {
	padding: 3px;
	float:left;
}

/* common */

.left{
	float: left;
}

.right{
	float: right;
}

.clr{
	clear: both;
}

/* Akcesoria Main */

#AccesoriesMainHeader{
	padding-bottom: 15px;	
}

#AccesoriesMainText{
	border-bottom: 1px solid #e6e6eb; 	
}

#AccesoriesMainText p,
#AccesoriesMainThumbnails p{
	padding: 10px 0px;
}

#AccesoriesMainLogo ul#CList{
	list-style-type: none;
	overflow: hidden;
	padding-top: 5px;
	text-align: center;
	width: 464px;
	margin: 0 auto;
}


#AccesoriesMainLogo ul#Clist li {
	display:inline;
	padding-right: 42px;
}

#AccesoriesMainLogo ul#Clist li img {
	display:inline;
	margin-bottom: 35px;
}

#AccesoriesMainThumbnails ul#TList{
	list-style-type: none;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6eb;
}

#AccesoriesMainThumbnails ul li{
	clear: both;
	width : 570px;
}

#AccesoriesMainThumbnails ul#TList li{
	padding: 7px;
}

#AccesoriesMainThumbnails ul li img{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#AccesoriesMainThumbnails ul#Tlist li p{
	padding-top: 16px;
}

#AccesoriesMainThumbnails ul#Clist li p{
	padding-top: 8px;
}


/* Akcesoria Popup */

#AccessoriesPopup{
	width: 500px;
	margin: 10px;
	border: 1px solid #e6e6eb;
}

#AccessoriesPopup #TopWrapper #LeftImg{
	float: left;
	width: 196px;
}

#AccessoriesPopup #TopWrapper #MidText{
	padding: 10px 15px 0px 15px;
	width: 195px;
	float: left;
}

#AccessoriesPopup #TopWrapper #MidText p{
	padding: 5px 0px;
	width: 195px;
}

#AccessoriesPopup #TopWrapper #RightImg{
	float: right;
	padding: 10px;
}

#AccessoriesPopup #TopWrapper #RightImg div.clickable{
	height: 11px;
	padding-bottom: 15px;	
}

#AccessoriesPopup #TopWrapper #RightImg div.clickable img{
	cursor:pointer;
}

#AccessoriesPopup #TopWrapper #MidText div{
	padding-top: 30px;
}

#AccessoriesPopup #TopWrapper #MidText div p{
	padding: 0px;
}

#AccessoriesPopup #Heading{
	clear: both;
}

#AccessoriesPopup ul{
	padding-left: 13px;
	list-style-type: none;
}

#AccessoriesPopup ul li{
	width: 487px;
	float: left;
	border-bottom: 1px solid #ffffff;
	height: 54px;
	overflow: hidden;
}

#AccessoriesPopup ul li div{
	width: 54px;
	padding-right: 20px;
}

#AccessoriesPopup ul li p{
	padding-top: 20px;
}

#AccessoriesPopup ul li.even{
	background: #e6e6eb;
}

#AccessoriesPopup ul li.odd{
	background: #ffffff;
}


/* Akcesoria Wyszukiwarka */

#SearchForm {
	margin-top: 20px;
}

#SearchForm .searchBox{
	margin: 15px 0px;
}

#SearchForm #Text #searchText{
	height: 18px;
	width: 300px;
	padding-left: 5px;
	border: 1px #7f9db9 solid;
	float: left;
}

#SearchForm #Text #searchTextBtn{
	width: 65px;
	height: 15px;
	background: url("../img/accessories/accessories_search_btn.gif") top left no-repeat;
	border: none;
	margin: 2px 0px 1px 11px;
}

#SearchForm #Models #searchModels{
	height: 18px;
	width: 118px;
	border: 1px #7f9db9 solid;
}

#SearchForm .Groups div{
	display: inline-block;
	* display: inline;
	width: 130px;
	margin-bottom: 3px;
}

#SearchForm .Groups div input{
	vertical-align: middle;
}

#SearchForm .Groups div label{
	padding-left: 5px;
	padding-top: 3px;
}

#SearchForm #By div{
	margin-bottom: 13px;
}

#SearchForm #By div input{
	vertical-align: middle;
}

#SearchForm #By div label,
#SearchForm #By div label span{
	padding-left: 5px;
	vertical-align: middle;
}

#SearchForm #By div label img{
	vertical-align: middle;
}

/* Akcesoria Wyniki Wyszukiwania */

#SearchResults .TopWrapper{
	position: relative;
	overflow: hidden;
	width: 570px;
}

#SearchResults .TopWrapper .leftImg{
	float: left;
	width: 128px;
}

#SearchResults .TopWrapper .midText{
	padding: 10px 15px 0px 15px;
	width: 300px;
	float: left;
}

#SearchResults .TopWrapper .midText p{
	padding: 5px 0px;
	width: 300px;
}

#SearchResults .TopWrapper .MidText div{
	width: 300px;
	padding-top: 11px;
}

#SearchResults .TopWrapper .MidText div p{
	padding: 0px;
	width: auto;
}

#SearchResults .TopWrapper .rightSide{
	float: right;
	width: 90px;
	height: 128px;
}

#SearchResults .TopWrapper .rightSide .ops{
	padding-top: 10px;
}

#SearchResults .TopWrapper .rightSide .ops div.clickable{
	height: 11px;
	padding-bottom: 15px;	
}

#SearchResults .TopWrapper .rightSide .ops div.clickable img{
	cursor:pointer;
}

#SearchResults{
	margin-top: 10px;
	list-style-type: none;
}

#SearchResults li{
	clear: both;
}

#SearchResults li.even{
	background: #e6e6eb;
}

#SearchResults li.odd{
	background: #ffffff;
}

#SearchResults li{
	padding-bottom: 11px;
}

#SearchResults li .more{
	position: absolute;
	bottom: -1px;
	right: 10px;
}


/* Akcesoria hint */

div#qTip{
	display: none;
 	background: white;
 	position: absolute;
 	z-index: 1000;
	height: 45px;
	width: 229px;
	padding: 11px 0px;
	border: 1px solid #e6e6eb;
}

div#qTip div{
	padding-left: 11px;
	width: 45px;
	float: left;
}

div#qTip p{
	padding-top: 8px;
	width: 159px;
	float: right;
}

#test_drive form {
	margin: 10px 0;
}
#test_drive form ul {
	list-style: none;
}
#test_drive form .fields li {
	clear: both;
	line-height: 21px;
	padding: 10px 0;
}
#test_drive form .fields label {
	font-size: 11px;
	width: 130px;
	display: block;
	float: left;
	font-family: arial;
}
#test_drive .required {
	color: #999;
	margin: 20px 0 10px;
	clear: both;
}

#test_drive form .CheckboxField  { zoom: 1 }

#test_drive .error {
	font-size: 11px;
	font-family: arial;
	clear: both;
	display: block;
	color: #ae161c;
}

#test_drive form .fields .error {
	margin-left: 130px;
}

#test_drive form .fields input,
#test_drive form .fields select {
	font-size: 11px;
	height: 19px;
	border: 1px solid #7f9db9;
	display: block;
	float: left;
	font-family: arial;
	width: 210px;
	padding: 0 10px;
}
#test_drive form .fields select option {
	padding: 0 10px;
}
#test_drive form .fields select {
	padding-right: 0;
}

#test_drive form ul.FormSubmit {
	text-align: right;
	clear: both;
}

#test_drive form ul.FormSubmit input#submit {
	background: transparent url('../img/send_button.jpg');
	border: none;
	width: 54px;
	height: 25px;
	margin: 10px 0 0 10px;
	cursor: pointer;
	display: block;
	float: right;
}

#test_drive form ul.FormSubmit input#reset {
	background: transparent url('../img/clear_button.jpg');
	border: none;
	width: 65px;
	height: 25px;
	margin: 10px 0 0 10px;
	cursor: pointer;
	display: block;
	float: right;
}
