* {
	margin: 0px;
	padding: 0px;

}

body {
	background-color: #EFEFEF;
	font-family: Arial, Verdana, serif;
	font-size: 11px;
}

img {
	border: 0px;
}

.invisible {
	display: none;
}

.clear {
	clear: both;
}

a {
	text-decoration: underline;
	color: #474748;
}

a:hover {
	text-decoration: none;
}

p.more a {background: transparent url('/img/more.gif') no-repeat left top; padding: 0px 10px 0 20px; font-weight:bold; color:#33333a;}
p.more {color: #33333a; text-align: right;}

h1 {
	font-size: 16px;
	color: #9D0000;
	margin: 10px;
}

h2, h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #053158;
	margin: 10px 0px;
	text-decoration: none;
}

h3, h3 a {
	font-size: 15px;
	font-weight: bold;
	color: #a90000;
	margin: 10px 0px;
	text-decoration: none;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px;
}

h4 a {
	color: #0859AB;
	text-decoration: none;
}

p {
	margin: 10px;
}

/* headers */

div.ma_menu {
	width: 100%;
	/*border: 1px solid red;*/
	margin: 0 auto;
}

div.ma_header {
	height: 65px;
	overflow: hidden;
	background-color: #003366;
	background-image: url(/img/header.gif);
	background-repeat: repeat-x;

}

div.ma_header h1 {
	margin: 0px;
}

ul.headerLinks { top: 23px; left: 270px; margin: 0; padding: 0; position: absolute; color: #FFFFFF; font-size: 12px; }
ul.headerLinks li { margin: 0 15px; display: inline; }
ul.headerLinks li a { padding: 0px 0 0 12px; background: transparent url('http://www.mojeauto.pl/img/menu-icon.gif') no-repeat left center; color: #FFFFFF; line-height: 25px; text-decoration: none;}
ul.headerLinks li a:hover { text-decoration: none; }

.footer { margin: 10px 13px; padding: 10px 0px; clear: both; border-top: 1px solid #D6D6D6; color: #383838; list-style: none outside; text-align: left; }
.footer ul {margin: 10px 0px;}
.footer li { padding: 0px 10px; display: inline; border-left: 1px solid #383838; font-size: 14px;}
.footer li.first-child { border: 0; padding-left: 0px;}
.footer a { color: #003C58; text-decoration: none;}
.footer a:hover { color: #000; text-decoration: underline;}

table.footerLinks { margin: 0px 13px 10px 13px; border-collapse: collapse;}
table.footerLinks td.title { width: 160px; font-weight: bold;}
table.footerLinks tr.odd td { background-color: #F5F5F5;}
table.footerLinks td p { margin: 2px;}
table.footerLinks td p a { color: #33333A;  text-decoration: none;}
table.footerLinks td p a:hover { color: #000; text-decoration: underline;}

div.ma_banner {
	margin-top: 1px;
	text-align: center;
}

div.ma_menu div.menu {
	height: 28px;
	padding-bottom: 5px;
	overflow: hidden;
	background: url('/img/menu.gif') 0 0 repeat-x;
}

div.ma_menu div.menu ul {
	height: 28px;
	margin: 0;
	padding: 0;
	background: url('http://www.mojeauto.pl/img/testy_menu.gif') 0 1px no-repeat;
	list-style: none outside;
}

div.ma_menu div.menu li {
	float: left;
	display: inline;
}

div.ma_menu div.menu li a {
	height: 28px;
	float: left;
	display: inline;
	background-color: #236;
	-moz-opacity: 0.0;
	opacity:.0;
	filter: alpha(opacity=0);
	color: #48679b;
	text-decoration: none;
}

div.ma_menu div.menu li a:hover {
	-moz-opacity: 0.2;
	opacity:0.2;
	filter: alpha(opacity=20);
}

.menu li a.m1 { width: 95px; }
.menu li a.m2 { width: 95px; }
.menu li a.m3 { width: 95px; }
.menu li a.m4 { width: 95px; }
.menu li a.m5 { width: 95px; }
.menu li a.m6 { width: 95px; }
.menu li a.m7 { width: 95px; }
.menu li a.m8 { width: 95px; }
.menu li a.m9 { width: 140px; }

div.wrapper {
	width: 902px;
	overflow: visible;
	margin: 0 auto;
	padding: 0 2px 0 1px;
	position: relative;
}

/* shared + veneo */

h2.heading {
	height: 17px;
	margin: 6px 0 2px 0;
	padding: 0 5px 8px 15px;
	overflow: hidden;
	background: url('/img/heading2.jpg') 0 0 no-repeat;
	background-color: #FCFCFC;
	color: #272727;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	margin-left: 10px;
	width: 320px;
}

h2.heading.wide {
	width: 450px;
}

h2.heading a {
	font-size: 11px;
	color: #272727;
	text-decoration: none;
}

div.ma_content {
	width: 850px;
	min-height: 400px;
	border: 1px solid #E1E1E1;
	margin: 10px auto;
	background-color: white;
}

table.marka {
	margin: 5px 10px 10px 10px;
	width: 830px;
}

table.marka td.logo {
	width: 200px;
	vertical-align: middle;
	text-align: center;
}
table.marka td.opis {
	border-left: 1px solid #efefef;
}

div.ma_content .wrap {
	clear: both;
	margin: 10px 10px 10px 0px;
	background: white url('/img/dot.gif') 490px 0px repeat-y;
}

div.box {
	overflow: hidden;
	background-color: #F5F5F5;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* ukrywanie od ie5 \*/
* html div.box {height:1%;}
/* koniec! */

div.spacer {
	background: transparent url('/img/h4_motd.gif') left bottom repeat-x;
	height: 3px;
	clear: both;
	margin: 0px 10px;
}

div.ma_loginBar {
	background: white url('/img/profilLogo.jpg') no-repeat 0px 0px;
	margin: 10px;
	/*width: 833px;*/
	height: 20px;
}

div.ma_content .ma_left {
	float: left;
	width: 480px;
}

div.ma_content .ma_right {
	float: right;
	width: 350px;
}

form.search label {width: 100px; float: left; font-weight: bold; margin-top:4px;}
form.search input {height: 14px; background: transparent url('/img/form-bg.gif') 0px 0px repeat-x; border: 1px solid #A5ACB2; font-size: 11px; padding: 2px;}

form.search select#diameter {width: 65px;}
form.search select#size {width: 145px;}
form.search select#ratio {width: 55px;}
form.search select#sindex {width: 70px;}
form.search select#lindex {width: 65px;}
form.search input#name, form.search input#producer {width: 322px;}
form.search input#price1, form.search input#price2 {width: 80px;}
form.search select#promo {width: 190px;}
form.search select#marka {width: 160px;}
form.search select#model {width: 160px;}

form.search input.searchSubmit {cursor: pointer; background: transparent url('/img/bt-search.gif') 0px 0px no-repeat; width: 76px; height: 20px; border: 0px;}

table.products {
	border-collapse: collapse;
	margin: 0px 10px;
	width: 450px;
}

table.products td p {
	margin: 0px;
}

table.products tr.titlerow td {
	border-bottom: 1px solid #D6D6D6;
	height: 10px;
	font-weight: bold;
}

table.products tr.titlerow td a {
	text-decoration: none;
	color: black;
}

table.products td {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
}

table.products td.prod .img {
	clear: left;
	float: left;
	margin-right: 5px;
	/*width: 100px;*/
}

div.productTile {
	float: left;
	width: 150px;
	height: 200px;
	margin: 5px 0px 0px 0px;
	background:#DCDCDC url('/img/menubg.gif') no-repeat 0 0;
}

div.productTile a {
	text-decoration: none;
	color: black;
}

div.productTile div.img {
	height: 110px;
	display: block;
	margin: 5px;
}

div.productTile img.productSmall {
	width: 100px;
}

div.productTile h3 {
	font-size: 12px;
	font-weight: bold;
	color: #a90000;
	/*float: left;*/
	margin: 5px 5px 0px 5px;
	padding: 0px;
	text-decoration: none;
}

div.productTile h3 a {
	font-size: 12px;
	color: #a90000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}


div.productTile p {
	text-align: right;
	margin-right: 10px;
	margin-top: -10px;
}

div.productTile p.productPrice {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

div.productTile p.productPrice span {
	color: #A90000;
	font-size: 18px;
	text-align: right;
}

img.magnif {
	margin-top: -15px;
	margin-left: -25px;
}

table.products p.buyNow {
	/*background: transparent url('/img/basket.gif') no-repeat 0px 4px;*/
	line-height: 20px;
	margin-top: 25px;
}

table.products p.buyNow a {
	/*padding-left: 25px;*/
	color: #B20000;
	font-weight: bold;
	text-decoration: none;
}

table.products p a {
	color: black;
	text-decoration: none;
}

table.products p.productPrice {
	font-size: 14px;
	font-weight: bold;
}

table.products p.productPrice span {
	color: #A90000;
	font-size: 18px;
}

ul.marki {
	width: 100px;
	margin: 10px 0px 5px 10px;
	float: left;
	list-style-type: none;
}

ul.marki li {
	padding-left: 10px;
	background: transparent url('/img/lismall.gif') left center no-repeat;
}

ul.marki li a {
	color: #0759AD;
	text-decoration: none;
}

ul.marki li a:hover {
	text-decoration: underline;
}

ul.marki.wide {
	width: 830px;
	margin: 0px;
}

ul.marki.wide li {
	margin-right: 10px;
	float: left;
	background: none;
}

table.ranking {
	margin: 0px 10px;
	border-collapse: collapse;
	width: 310px;
}

table.ranking td {
	height: 30px;
	overflow: hidden;
}

table.ranking td a {
	text-decoration: none;
	color: #0759AB;
}

table.ranking td a img {
	border: 0px solid #E1E1E1;
}

.note {
	color: white;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background-position: center center;
	background-repeat: no-repeat;
}

.note a {
	color: white;
	text-decoration: none;
}

.note.b1 {
	background-image: url('/img/ranking1box.png');
}

.note.b2 {
	background-image: url('/img/ranking2box.png');
}

.note.b3 {
	background-image: url('/img/ranking3box.png');
}

.note.b4, .note.b5 {
	background-image: url('/img/ranking4box.png');
}

.noteBig {
	color: white;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background-position: center center;
	background-repeat: no-repeat;
}

.noteBig a {
	color: white;
	text-decoration: none;
}

.noteBig.b1 {
	background-image: url('/img/ranking1.png');
}

.noteBig.b2 {
	background-image: url('/img/ranking2.png');
}

.noteBig.b3 {
	background-image: url('/img/ranking3.png');
}

.noteBig.b4, .noteBig.b5 {
	background-image: url('/img/ranking4.png');
}







