*, body * {
	margin: 0;
	padding: 0;
}

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	font-weight: normal;
	color : #494949;
	background-color: #fff;
	}

td	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	color : #515151;
	line-height: 16px;
}

p	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	color : #515151;
	margin: 0;
}

ul	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	margin-left: 17px;
	margin-top: 0x;
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
}

ol	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
}

blockquote {
    margin-left: 15px;
}

/*a:link 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #4388BD;
}

a:active
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #4388BD;
}

a:visited
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #4388BD;
}

a:hover
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: underline;
	font-weight: normal;
	color: #4388BD;
}

a.header:link 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #494949;
}

a.header:active 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	color: #494949;
	font-weight: normal;
}

a.header:visited 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	color: #494949;
	font-weight: normal;
}

a.header:hover 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: underline;
	color: #494949;
	font-weight: normal;
}

h1	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :20px;
	font-weight: bold;
	color : #FCB200;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

h2	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :16px;
	font-weight: bold;
	color : #FCB200;
	margin-bottom: 9px;
	margin-top: 0px;
}

h3	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :13px;
	font-weight: bold;
	color: #4288BD;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;

}
*/

.content {
	background-color: #FFFFFF;
	padding: 20px 20px 0px 20px;
	border-left:1px solid #E8E8E8;
	height:400px;
	vertical-align:top;
}

.path {
	padding: 10px 4px 9px 4px;
}
.footer {
	font-size:9px;
	background-color:#FFFFFF;
	background-image:url(../images/footer_bg.gif);
}
input,.input
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #515151;
	vertical-align: middle;
}

textarea	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

select	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
	font-size : 11px;
	BACKGROUND-COLOR: #FFF;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	border-right: #CCCCCC;
	border-top: #CCCCCC;
	border: solid 1px #BFBFBF;
	vertical-align: middle;
}

textarea.error
		{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CA0000;
    border-left: 1px solid #CA0000;
    border-right: 1px solid #CA0000;
    border-top: 1px solid #CA0000;
}

input.error
			{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CA0000;
    border-left: 1px solid #CA0000;
    border-right: 1px solid #CA0000;
    border-top: 1px solid #CA0000;
}

.success
			{
    font-weight: bold;
	color: #3F4B51;
}

.error
			{
    font-weight: bold;
	color: #CA0000;
}

.image
	{
	border: 3px solid #D6DBDF;
	vertical-align: top;
}

.image:hover
	{
	border: 3px solid #008FE6;
}

#popup {
    background: #2879B1;
}

#panel_login {
	width: 26px;
	height: 18px;
	background-image:url(../images/bu_ok.gif);
}
.zoom img {
    border: 3px solid #D6DBDF;
}

.zoom:hover img {
    border: 3px solid #008FE6;
}

hr {
	height: 10px; border: 0;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 9px;
	margin-bottom: 9px;
    clear: both;
    border-top: 1px solid #fff;
}

.hide {
    display: none;
}


.row {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
}

.searchButton {
	background: transparent url('../images/go.gif') no-repeat;
	width: 27px;
	height: 17px;
	border: 0;
	cursor: pointer;
}

.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	background-color: #4388BD;
	margin: 0px;
	padding: 2px;
	vertical-align: middle;
}

button {
	cursor: pointer;
	border: 0;
	background-color: #F3F3EE;
	margin: 0;
	padding: 0;
	vertical-align: middle;	
}

.radio {
	border: 0px none;
}

.data {
	font-family : Arial, Helvetica, sans-serif;
	/*font-size :10px;*/
	font-weight: normal;
	color : #B3B3B3;
}

.tytul {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #2F7CB7;
	margin-bottom: 6px;
	display: block;
}

.rezerwacja {
	cursor: pointer;
	border: 0;
	background: url(http://www.proauto.pl/new/images/rezerwacja.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 73px;
}


.image_background {
	background-color: #E2DED8;
}

#search, #search * {
	margin: 0;
	padding: 0;
}

.tydzien {
    margin: 0;    
    margin-bottom: 20px;
    padding: 0;
}

.dzien {
    width: 80px;
    margin: 0;
	text-align:left;
}

.dzien th {
    background: #E6F4FF;
    color: #26a;     
    padding: 7px;
}

.dzien td {
    height: 45px;
    margin: 0;
    vertical-align: middle;
    border-bottom: 1px solid #E1E1E1;
    padding: 0px 0px;
    font-weight: bold;  
}

.dzien td:hover {
    background: #E6F4FF;
}

.zamkniete, td.zamkniete {
    background: #fed;
    color: #900;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

td.zamkniete:hover {
    background: #f98;
}

.zamkniete a, .zamkniete a:visited {
    color: #900;
}

.zamkniete a:hover {
    color: #d00;
}

.karty, .karty ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.karty ul {
	margin-left: 33px;
}

.grupa {
	display: block;
	background: transparent url(../images/grupa.gif) no-repeat 0 0;
	text-indent: 34px;
	width: 180px;
}

.uls li {
    background: url("../images/sxicon4.gif") no-repeat scroll 0 center transparent !important;
    height: 18px;
    text-indent: 7px;
}

.graybackground {
	background-color: #F3F6F8;
	vertical-align: middle;	
}

#mapka{
  background: #fff url(../images/mapka4.gif) no-repeat;
  width: 360px;
  height:474px;
  margin: 10px auto;
}
.job_title {
	font-size: 18px;
	letter-spacing: -0.6px;
	color: #0093c6;
	padding: 0 0 22px;
	display: block;
}
.job_title  span {
	color: #005889;
}

#przedstawiciele{
  /*background: #fff url(../images/przedstawiciele.gif) top left no-repeat;*/
  width: 100%;
  height: auto;
  margin: 10px auto 20px;
  /*padding: 40px 0 0;*/
  float: left;
}
#dzialPrzemyslowy{
  /*background: #fff url(../images/dzialPrzemyslowy.gif) top left no-repeat;*/
  /*width: 100%;*/
  height: auto;
  margin: 0px auto 20px;
  /*padding: 40px 0 0;*/
  float: left;
}
#kierownikMiedzyrzecz{
  /*background: #fff url(../images/kierownikMiedzyrzecz.gif) top left no-repeat;*/
  width: 40%;
  height: auto;
  margin: 0px auto 20px;
  /*padding: 40px 0 0;*/
  float: left;
}
#kierownikKoszalin{
  /*background: #fff url(../images/kierownikKoszalin.gif) top left no-repeat;*/
  width: 45%;
  height: auto;
  margin: 0px auto 20px;
  /*padding: 40px 0 0;*/
  float: left;
}
#dyrektorLogistyka{
  /*background: #fff url(../images/dyrektorLogistyka.gif) top left no-repeat;*/
  width: 45%;
  height: auto;
  margin: 0px auto;
  /*padding: 40px 0 0;*/
  float: left;
}
#dyrektorSprzedazMarketing{
  /*background: #fff url(../images/dyrektorSprzedazMarketing.gif) top left no-repeat;*/
  width: 39%;
  height: auto;
  margin: 0px auto;
  /*padding: 40px 0 0;*/
  float: left;
}
#przedstawiciele div, #dzialPrzemyslowy div, #dyrektorLogistyka div, #kierownikMiedzyrzecz div, #kierownikKoszalin div, #dyrektorSprzedazMarketing div, #kierownikLegnica div {
  float: left;
  padding: 32px 0 0 78px;
  width: 255px;
  height: 52px;
  color: #424242;
  margin-bottom: 25px;
}
#przedstawiciele div strong, #dzialPrzemyslowy div strong, dyrektorLogistyka div strong, #kierownikMiedzyrzecz div strong, #kierownikKoszalin div strong, #kierownikLegnica div strong{
  color: #174871;
  font-size: 13px;
}

.p001{
  background: #fff url(../images/p001.jpg) left top no-repeat;
}
.p002{
  background: #fff url(../images/p002.jpg) left top no-repeat;
}
.p003{
  background: #fff url(../images/p003.jpg) left top no-repeat;
}
.p004{
  background: #fff url(../images/p004.jpg) left top no-repeat;
}
.p005{
  background: #fff url(../images/p005.jpg) left top no-repeat;
}
.p006{
  background: #fff url(../images/p006.jpg) left top no-repeat;
}
.p112{
  background: #fff url(../images/p112.jpg) left top no-repeat;
}
.p114{
  background: #fff url(../images/p114.jpg) left top no-repeat;
}
.p114k{
  background: #fff url(../images/p114k.jpg) left top no-repeat;
}
.kierKosz {
  background: #fff url(../images/kierKosz.jpg) left top no-repeat;	
}
.kierLeg {
  background: #fff url(../images/kierleg.jpg) left top no-repeat;	
}
.p301{
  background: #fff url(../images/p301.jpg) left top no-repeat;
}
.p301k{
  background: #fff url(../images/p301.jpg) left top no-repeat;
}
.p301_2{
  background: #fff url(../images/p301_2.jpg) left top no-repeat;
}
.pleg{
  background: #fff url(../images/pleg.jpg) left top no-repeat;
}

/* Nowy CSS */
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
	font-weight:normal;
	font-style:normal;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Fonts */
/*@font-face {
	font-family: 'SwitzerlandNormal';
	src: url('../fonts/switzn-webfont.eot');
	src: local('Switzerland'), local('Switzerland'), url('../fonts/switzn-webfont.woff') format('woff'), url('../fonts/switzn-webfont.ttf') format('truetype'), url('../fonts/switzn-webfont.svg#webfontn9sSdCFD') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/* common */
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	background: #fff;
}
a {color: #7b7b7b; text-decoration: none;}
a:hover {text-decoration:underline;}
/*.swiss {
	font-family: 'SwitzerlandNormal', sans-serif;
}*/
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.pad10 {height: 10px;}
b {font-weight: bold;}
h2, h3, h4, h5, h6 {
	/*font-family: 'SwitzerlandNormal';*/
	color: #000;
}
h2, h3, h4, h5, h6 {font-size: 22px; line-height: 35px; border-bottom: 2px solid #fab206; margin:15px 0;}
.m5 {margin: 5px 0 15px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0;
    padding: 5px 0;}
h6 {
	font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 0;
	margin: 15px 0;
}
#sub-menu h3 {font-size:18px; line-height:18px; margin:17px 15px 19px;}
/*h4 {font-size: 14px; line-height: 16px; font-weight: bold; margin-bottom: 15px;}*/
.oddzial span {
    color: #262626;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
}
.inner_footer h4 {margin-bottom: 7px;text-shadow:1px 1px #DFDFDF;}
/* Layout */
#wrapper {
	width: 1012px;
    margin: 0 auto;
    /*overflow: hidden;*/
	position: relative;
	/*border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;*/
}
#header {overflow: hidden;}
.footer{
	overflow: hidden;
	width: auto;
    background: #ededed;
	font-size:11px;
	/**margin-top: 10px;*/
}
.inner_footer {
	width: 972px;
    margin: 0 auto;
	*height: 200px;
	padding:14px;
	overflow: hidden;
}
#cred{margin-top:1px; height: 42px;}
#mag {margin-top: 1px;}
#logo {float: left; margin: 10px 50px 0 35px;}
#slogan {font-size: 22px; color: #868686; margin-top: 30px; float: left;}
#search-box {
	width: 282px;
	height: 44px;
	float: right;
	background: url(../images/search.png) no-repeat 0 0;
	margin-right: 30px;
}
.search-field {
	background:url("../images/search.png") no-repeat scroll 0 -44px transparent;
	font: 12px/12px Arial,Helvetica,sans-serif;
	border:0 none;
	float:left;
	/*height:18px;*/
	margin:8px 5px 0 64px;
	padding:7px 3px 3px;
	width:163px;
}
.search-submit {
	background:url("../images/search.png") no-repeat scroll 0 -69px transparent;
	border:0 none;
	cursor:pointer;
	height:24px;
	width:31px;
	margin-top: 9px;
	text-indent:-9999px;
}
.search-field:hover, .search-field:focus {background:url("../images/search.png") no-repeat scroll -169px -44px transparent;}
.search-submit:hover, .search-submit:focus {background:url("../images/search.png") no-repeat scroll -31px -69px transparent;}
ul#menu {
	height: 46px;
	background:url("../images/menu-bg.png") no-repeat scroll 0 0 transparent;
	margin:10px 0 0 28px;
	padding:0 0 0 12px;
	position:relative;
}
ul#menu ul{
	display: none;
    position: absolute;
	background: #FFD626;
	z-index: 999;
}
ul#menu li {
	background:url("../images/sep.gif") no-repeat scroll right 14px transparent; 
	float: left;
	font-size: 16px;
	line-height: 46px;
}
ul#menu li ul, ul#menu li ul li {z-index:1000;}
ul#menu li ul li {
	float: none;
	background: transparent; 
	font-size: 14px;
	padding:5px 0px;
	line-height: 20px;
	border-bottom: 1px solid #FFCC1F;
}
ul#menu ul, ul#menu li ul li.last-sub:hover {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-radius: 0px 0px 5px 5px;
}
ul#menu li ul li.last-sub {border: 0}
ul#menu li.last {background: none;}
ul#menu li:hover {background: #ffcc00;}
ul#menu li a {color: #fff; display: block; padding:0 11px; text-decoration: none; text-shadow:1px 1px #00437A;}
ul#menu li a:hover {color: #000; text-shadow:1px 1px #f0be00;}
ul#menu li ul li a, ul#menu li ul li a:hover {/*color: #fff; text-shadow:1px 1px #00437A;*/color: #000; text-shadow:1px 1px #f0be00;}
#main {float:left;margin:-24px 0 0;}
#crumbs {
	font-size: 11px;
	color: #31b3f4;
	margin: 15px 0;
	float: left;
	padding:0 35px;
}
#crumbs a, #crumbs span {margin:0 12px;}
#tools {float:right; margin:12px 29px 0 0; font-size: 11px; color: #e9e9e9;}
#tools a {margin:0 16px;}
#nasze-produkty {
	background:url("../images/nasze-produkty.jpg") no-repeat scroll 0 0 #efefef; 
	height:244px;
	padding:43px 21px 21px;
	width:263px;
	float: right;
	font: 14px/18px Arial, Helvetica, sans-serif;
}
#nasze-produkty h2 {
	border: none;
	line-height: 35px;
	margin:3px 0 0;
}
#logos {/*background:url("../images/logotypy.gif") no-repeat scroll 29px 5px transparent;*/ width:707px; height:71px;}
#logos img:hover {opacity: 0.65; filter: alpha(opacity = 65);
}
#buttons {margin-right: 10px;}
#buttons a {display:block; width:166px; height: 49px; /*font-family:'SwitzerlandNormal';*/ font-size:20px; color:#131313; padding:27px 50px 0 20px; margin-bottom: 2px;}
#buttons a:hover {opacity: 0.85; /*filter:alpha(opacity=95);*/}
#buttons a#hurt, #buttons a#encyklo{
	height:58px;
	line-height:20px;
	padding:23px 50px 0 20px;
	margin-bottom: 6px;
}
#buttons a:hover {text-decoration:none;}
#buttons a#olej {background:url("../images/olej.png") no-repeat scroll 0 0 transparent;}
#buttons a#encyklo {background:url("../images/encyklo.png") no-repeat scroll 0 0 transparent;}
#buttons a#sklep {background:url("../images/sklep.png") no-repeat scroll 0 0 transparent;}
#buttons a#hurt {background:url("../images/hurt.png") no-repeat scroll 0 0 transparent; margin-bottom: 2px;}
#buttons a#stacja {background:url("../images/stacja.png") no-repeat scroll 0 0 transparent; height:54px;}
#sponsoring {
	text-align:center;
	padding: 10px 10px 0 10px;
}
#sponsoring span {
	margin: 0 0 10px 0;
	display: block;
}
#sponsoring a {
	padding: 0 !important;
	width: auto;
}
#news {
	width: 428px;
	margin-right: 10px;
}
#promo {
	width: 280px;
}
#start-stop {
	position: absolute;
    right: 12px;
    top: 16px;
}
#start-stop img {margin:0 !important;}
#start-stop:hover {cursor: pointer;}
#news, #promo { 
	padding:0 11px 9px;
	line-height: 18px;
	border: 1px solid #ededed;
	min-height:398px;
	font-size:12px;
	position:relative;
}
.data {margin: 0 10px 0 0; color:#888888;}
.title {margin: 0 0 0 11px; color:#262626;}
#news img {
	padding: 9px;
	border: 1px solid #e7e7e7;
}
#news img, #promo img {margin: 0 17px 0 0;}
.newest {
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	padding:3px 3px 14px;
	margin: 0 0 10px 0;
}
#news ul {margin:10px 3px 0; color:#dddddd;}
#news ul li{background:url("../images/line.gif") no-repeat scroll 75px 0 transparent;}
/*#news ul li a {display: block;}*/
#news ul li a:hover {text-decoration: none;}
#news ul li a:hover .title {text-decoration: underline !important;}
span.details {
	background:url("../images/details-left.gif") no-repeat scroll 0 0 transparent;
	display:inline-block;
	float: right;
	margin:20px 0;
}
span.details a {
	background:url("../images/details-right.gif") no-repeat scroll right top transparent;
	display:block;
	line-height:32px;
	padding:0 58px 0 14px;
}
#awards, #eu {
	background:url("../images/awards.gif") no-repeat scroll center center transparent;
	border:1px solid #EDEDED;
	height:87px;
	margin:10px auto;
	position:relative;
	width:1010px;
}
#eu {background:url("../images/loga_eu.png") no-repeat scroll center center transparent;}
.oddzial {
	border-right:1px solid #eaeaea;
	float:left;
	margin-right:30px;
	overflow:hidden;
	padding-right:30px;
	width:29.1%;
}
.last_box {
	padding-right:0;
	margin-right:0;
	border-right:none;
}
.inner_footer img {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 4px;
	float: right;
}
.inner_footer img:hover {
	background: #f6f6f6;
}
.inner_footer .left b {font-weight: normal; color:#262626;}
.inner_footer .right a {font-weight: normal; color:#0060ab;}
.inner_footer h2 {margin:0 0 15px;}
address {
	font-size: 11px;
	line-height: 16px;
	text-shadow:1px 1px #FBFBFB;
}
#dzial {
	color:#FFFFFF;
	/*font-family:'SwitzerlandNormal';*/
	font-size:30px;
	left:55px;
	position:absolute;
	top:160px;
	text-shadow:1px 1px #003D77;
	z-index: 1;
}
#sub-menu {
	background:none repeat scroll 0 0 #FFCA00;
	border:1px solid #FFCA00;
	float:left;
	margin-right:10px;
	position:relative;
	width:232px;
}
#top_menu {background:url("../images/top-menu.gif") no-repeat scroll 0 0 #FFCA00; height: 3px; width: 222px; margin-left: 5px;}
#bot_menu {background:url("../images/bot-menu.gif") no-repeat scroll 0 0 #FFCA00; height: 3px; width: 222px; margin: 0 0 11px 5px;}
#sub-menu ul {
	padding: 0 5px 0;
}
#sub-menu ul li {
	background:url("../images/arrow.gif") no-repeat scroll 204px center #FFFFFF;
	border-bottom:1px solid #EDEDED;
}
#sub-menu ul li:hover {	background:url("../images/arrow.gif") no-repeat scroll 204px center #fbfbfb;}
#sub-menu ul li.last_sub {border-bottom: none;}
#sub-menu ul li a {display:block;padding:7px 23px 7px 15px;}
#content {
	border: 1px solid #EDEDED;
	width: 742px; /*744px;*/
	float: left;
	padding: 0 11px 11px;
	line-height: 18px;
	position: relative;
	min-height: 395px;
}
#content a {color:#0167a1;}
#content a:hover {text-decoration:underline;}
#content p {
	line-height: 20px;
    margin: 10px 0;
}
#content ol {
    list-style: decimal outside none;
    margin: 3px 25px;
}
#content ol li {padding: 1px 0;}
#content ol li ol {list-style: lower-alpha outside none;}
#content ol li ol li ol {list-style: circle outside none;}
#content ol li ol li ol li ol {list-style: disc outside none;}
#content ul {margin: 5px;}
#content ul li {
	background:url("../images/arrow.gif") no-repeat scroll 2px 10px transparent;
	border-bottom:1px solid #EAEAEA;
	color:#4F4F4F;
	font-weight:bold;
	line-height:25px;
	margin:2px 0 0;
	padding:0 0 0 17px;
	width:75%;
}
#content ul li ul li {
	border-bottom:none;
}
#content img {
	border:1px solid #E7E7E7;
	padding:4px;
	margin:2px;
}
.no_border {
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
}
/* narożniki */
.cr_w {
	background:url("../images/corner_w.gif") no-repeat scroll 0 0 #FFFFFF;
	font-size:0;
	height:4px;
	position:absolute;
	width:4px;
}
.cr_y {
	background:url("../images/corner_y.gif") no-repeat scroll 0 0 #FFFFFF;
	font-size:0;
	height:4px;
	position:absolute;
	width:4px;
}
.lt {
	background-position:-4px -4px;
	display:block;
	left:-1px;
	top:-1px;
}
.rt {
	background-position:0 -4px;
	right:-1px;
	top:-1px;
}
.lb {
	background-position:-4px 0;
	bottom:-1px;
	left:-1px;
}
.rb {
	bottom:-1px;
	right:-1px;
}
/* tabelki */
.row {padding:6px 0;width:70px; vertical-align:top;}
/*.row input, .row textarea, .row select {*/
input, textarea, select {
	background: #ededed;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-radius: 2px;
	-moz-border-radius: 2px;
	padding:3px; 
}
.asterisk {color: #0576b6;}
.button {
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	background-color:#FA9A02;
	border:1px solid #FA9A02;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin: 10px;
	padding:4px 14px;
	vertical-align:middle;
}
.files {overflow: hidden;}
.file {
	background:url("../images/file.gif") no-repeat scroll 10px center #FFFFFF;
	color:#4F4F4F !important;
	display:block;
	float:left;
	margin-right:5px;
	padding:10px 10px 10px 64px;
}
.file:hover {text-decoration: none !important; background:url("../images/file-hover.gif") no-repeat scroll 10px center #fbfbfb;}
.file span{
	display: block;
	font-weight: bold;
	color: #0576b6;
}
.file span:hover {text-decoration: underline !important;}

/* paginator */
.pag {margin:14px 0; text-align: center;}
.pag span {
	-moz-border-radius:3px;
	border-radius: 3px;
	background:none repeat scroll 0 0 #0576B6;
	color:#FFFFFF;
	margin:2px;
	padding:3px 9px;
}
.pag a {
	margin:2px;
	padding:3px 9px;
}
.pag a:hover {
	background: #EDEDED;
	-moz-border-radius:3px;
	border-radius: 3px;
}
ul.karty li {
    border: medium none !important;
    float: left;
    line-height: 15px !important;
    padding: 5px 20px 5px 17px !important;
	width: auto !important;
}
/* boksy z adresami */
.adr {
    border-left: 1px solid #EEEEEE;
    margin-bottom: 30px;
    padding: 0 12px;
}
#gazele {
    display: block;
    height: 60px;
    left: 128px;
    position: absolute;
    text-indent: -9999px;
    top: 12px;
    width: 130px;
}
#rzetelna {
	display: block;
	width: 130px;
	height: 60px;
	top: 15px;
	left: 440px;
	position: absolute;
	text-indent: -9999px;
}
#tuv {
    display: block;
    height: 60px;
    position: absolute;
    right: 100px;
    text-indent: -9999px;
    top: 12px;
    width: 130px;
}
/***********************************************
 * jCarousel
 ***********************************************/
#mycarousel {
	float:left;
	width: 200px;
}
#mycarousel li {
    display: inline;
	float: left;
    line-height: 45px;
}
#mycarousel li a{
    color:#646464;
    font-weight: bold;
}
#mycarousel li a:hover{
    color:#a50000;
    text-decoration: none;
}
.jcarousel-container-horizontal {
    width:707px;
}
.jcarousel-clip-horizontal {
	/*height:110px;*/
	width:707px;
}
.jcarousel-item {
	/*margin-right:50px;
	width:148px;*/
	width: 142px;
}
.jcarousel-next {
	background:url("../../img/left-arrow.png") no-repeat scroll center center transparent;
	cursor:pointer;
	display:block;
	height:25px;
	left:0;
	position:absolute;
	top:30px;
	width:25px;
}
.jcarousel-prev {
	background:url("../../img/right-arrow.png") no-repeat scroll center center transparent;
	cursor:pointer;
	display:block;
	height:25px;
	left:263px;
	position:absolute;
	top:30px;
	width:25px;
}
.faq {
	margin-bottom: 35px;
}
.faq h1, .faq h2, .faq h3{
	border-bottom: none;
	line-height: 21px;
	color: #6C6C6C;
	font-family: Arial, Helvetica, sans-serif;
}
.faq h1 a, .faq h2 a, .faq h3 a{
    color: #6C6C6C !important;
    font-weight: bold;
}
.faq h1 {margin: 15px 0 6px 5px;}
.faq h2 {margin: 4px 0 4px 20px;}
.faq h3 {margin: 2px 0 2px 45px;}
.faq h1 a{font-size: 16px;}
.faq h2 a {font-size: 14px;} 
.faq h3 a {font-size: 13px;}

#promocje {min-height: 350px;}
#promocje img {
	border: 1px solid #E7E7E7;
    margin: 0 17px 0 0;
    padding: 9px;
}

/* table styling */
.styled-table {
	border-collapse: separate !important;
    border-spacing: 2px !important;
	margin-bottom: 10px;
}
.styled-table tr td {
	padding: 6px;
	background: #f7f7f7;
}
