﻿/*
 * Edito - styl bazowy 
 *
 */

body, td {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

td {vertical-align: top;}

body {
	padding: 0px;
	margin: 0px;
	border-style: none;
	color: #494848;
	background: #FFFFFF;
	line-height: 15px;
}

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

ol, ul, li {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

ul {list-style: none;}

.blok-dolny ul li, 
.reg3 ul li,
.reg4 ul li
{
	background: url(../images/ikona-strzalka-ciemna.gif) no-repeat 0px 5px;
	padding-left: 14px;
	margin: 0px;
}

.p5 {
    padding:5px;
}

.isActive {
	border-left: 7px solid red; 
}
.isLast {
	border-right: 7px solid green;
}
.hover {
	border-bottom: 7px solid blue; 
}


li {padding: 0px 0px 0px 5px;}

h1, h2, h3, h4, h5, h6, h7, p, form {
	margin: 0px;
	padding: 0px;
}

/* pozycjonowanie */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.middle { vertical-align: middle; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }

.block { display: block; }
.hide { display: none; }

a {
	color: #939393;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

label {cursor: pointer;}

.fix {
	overflow: hidden;
	height: 1% !iefix;
}

span.error {
	color: red;
}
input.error, select.error, textarea.error {
	border: 1px solid red;
}

/* FCK Editor - select styli */
h1 {font-size: 14px;}
h2 {font-size: 13px;}
h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 11px;}
h6 {font-size: 11px;}

table.tabelkaszara {
	border-left: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
}
table.tabelkaszara td {
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	padding: 3px;
}

/* Reklamy */
.ads {
	margin: 0px 0px 2px 0px;
	text-align: center;
}
.ads .adv {
	position: relative;
	margin: 2px auto 0px auto;
}
.ads .adv .layer {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-color: #FFFFFF;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
}

/* DHTML Popup */
.Popup {
	background-color: #FFFFFF;
	border: 1px solid #C8D0CF;
}
.Popup .ImageContainer {
	padding: 5px;
	height: 100%;
	text-align: center;
}
.Popup .Loader {
	background-image: url(../images/lightbox-ico-loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	border: 1px solid #C8D0CF;
}
.Popup .Preview {
	border: 1px solid #C8D0CF;
	cursor: pointer;
}

.Popup td.IcoClose {text-align: left;}

.Popup div.IcoClose {
	height: 26px;
	width: 26px;
	display: block;
	cursor: pointer;
	background: url(../images/lightbox-btn-close.gif) no-repeat center center;
}

.PopupOverlay {
	width: 100%;
	height: 500px;
	background-color: #999999;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 22px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* zakladki */
.isActive {
	border-left: 7px solid red; 
}
.isLast {
	border-right: 7px solid green;
}
.hover {
	border-bottom: 7px solid blue; 
}

/* formularze */
.df-main .df-element input.df-field,
.df-main .df-element textarea.df-field,
.df-main .df-element select.df-field {
	background:none repeat scroll 0 0 #FAFAFA;
	border-color:#BABABA #F5F5F5 #F5F5F5 #BABABA;
	border-style:solid;
	border-width:1px;

}

/* Ajax Indicator */
.jq-ajax-indicator {
	background: #ffffff url(../Images/lightbox/lightbox-ico-loading.gif) no-repeat center center;
	position: absolute;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 1000;
}

/* Autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	background-image: none;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	/*background: white url('indicator.gif') right center no-repeat;*/
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#poityka-ciastek{
	background: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 30px 10px 30px;
}

#poityka-ciastek input{
	float: right;
	margin-left: 50px;
	text-align: center;
	cursor: pointer;
}
div.gora {
	margin: 0px auto;
	max-width: 1240px;
	background: url(../images/nowe/logo.gif) 9px 15px no-repeat;
}
div.bg-blue{
	background: #072557 url(../Images/nowe/bg.jpg) no-repeat center top;
}
div.bg-blue-page{
	background: #082c66 url(../Images/nowe/bgpage.jpg) no-repeat center top;
}
div.bg-blue-bottom{
	background: transparent url(../Images/nowe/pasek.jpg) no-repeat center top;
	height:3px;
}
div.gora a.logo {
	display: block;
	width: 186px;
	height: 50px;
	margin: 15px 0px 0px 9px;
	float: left;
}
div.gora a.logo span {display: none;}

div.tlo-szare {
	background: #434A4E url(../images/tlo-naglowka.gif) repeat-x top;
	text-align: center;
	padding: 7px 0px 7px 0px;
}

div.reg3{
	margin: 0px auto;
	padding-left: 82px;
    max-width: 1240px;
	color: #FFFFFF;
}

div.glowny{
	margin: 0px auto;
	max-width: 1240px;
	margin-top: 15px;
}

div.glowny div.reglewy{float: left; width: 190px;}

div.regsrodkowy { max-width: 1240px; min-height: 425px;}
/*
div.regsrodkowy- {float: left; width: 943px;}
div.regsrodkowy-4-6-8 {float: left; width: 443px;}
div.regsrodkowy-4-8 {float: left; width: 732px;}
div.regsrodkowy-4-6 {float: left; width: 443px;}
div.regsrodkowy-6-8 {float: left; width: 443px;}
div.regsrodkowy-4 {float: left; width: 732px;}
div.regsrodkowy-6 {float: left; width: 654px;}
div.regsrodkowy-8 {float: left; width: 732px;}
*/


div.reg4 {
	background: none;
	color: #FFFFFF;
	max-width: 1240px;
	min-height: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-top: 95px;
}

div.reg4 div.reg4gora{
	background: none;
	padding-top: 10px;
}

div.reg4 div.reg4dol{
	background: url(../images/tlo-reg4dol.gif) no-repeat 0px bottom;
	padding-bottom: 13px;
}

div.reg8 {
	width: 199px;
	min-height: 10px;
	margin-right: 12px;
}

div.reg11 {
	float: left; 
}

div.stopka {
	background: #ffffff;
	text-align: center;
	padding: 0px 0px 14px 0px;
	color: #515151;

}

div.stopka div.glowny{
	padding-top: 10px;
	text-align: left;
}

div.stopka div.realizacja {
	float: right;
	width: 170px;
	padding-right: 0px;
}

div.stopka div.realizacja a, div.stopka div.realizacja span{
	float: right;
	margin-right: 4px;
	color: #515151;
}
div.stopka a#ideolink{
	margin-right: 0px;
}
div.stopka img, div.stopka a {
border: none;	
}
.drukuj {
	float: right;
	margin-right: 4px;
	cursor: pointer;
}

/* ------------ kontenery --------------- */
.kontener-gora {
	background: url(../images/nowe/sprite.png) no-repeat scroll right 0 transparent;
	width: 100%;
	height: 5px;
}
.kontener-srodek {
	background-color: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 19px;
	overflow: hidden;
	min-height: 300px;
}
.kontener-dol {
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -374px transparent;
	width: 100%;
	height: 8px;
}

.kontener-srodek ul, .kontener-srodek ol {
	overflow: hidden;
}
.kontener-srodek ol li{
	margin-left: 25px;
}


.tytul1, .panel-heading {
	color: #2D2D2D;
    font-size: 18px;
	padding: 10px 5px 9px 0px;
	font-family: DinPro;
}

.sciezka{
	padding: 4px 5px 8px 17px;
	color: #ffffff;	
	font-size: 10px;
}
.sciezka a{
	color: #ffffff;	
	font-size: 11px;
	padding: 0px 3px 0px 3px;
}

.blok-dolny {padding-top: 7px;}

.blok-dolny a{color: #CED6DA;}

.tytul3 {
	color: #F37C23;
	padding: 0px 0px 0px 23px;
	background: url(../images/ikona-kwadrat.gif) no-repeat 14px 5px;
	font-size: 11px;
	text-align: left;
}

/* ------------ komunikaty --------------- */
.komunikat {
	background: url(../images/tlo-komunikat-a.gif) no-repeat 0px 0px;
	margin: 7px;
	overflow: hidden;
	height: 1% !iefix;
}

.komunikat .tr {
	background: url(../images/tlo-komunikat-b.gif) no-repeat right 0px;
	padding-top: 17px;
}

.komunikat .br {
	background: url(../images/tlo-komunikat-c.gif) no-repeat right bottom;
	padding-bottom: 16px;
}

.komunikat .bl {background: url(../images/tlo-komunikat-d.gif) no-repeat 0px bottom;}

.komunikat .ramka {
	border-left: 1px solid #E6EAEC;
	border-right: 1px solid #E6EAEC;
	background: #fcfcfd;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	color: #4A5254;
}

/* popup komunikat */
.message {
	font-weight: bold;
	padding:0px 0px 10px 0px;
	text-align: center;
}
.message p{text-align: center;}

.message div.info{
	padding:25px 5px 14px 100px;
	background: #FFFFFF url(../images/komunikat-info.jpg) no-repeat 15px 10px;
	text-align: left;
	color: #333333;
}
.message div.error{
	padding:25px 5px 14px 100px;
	background: #FFFFFF url(../images/komunikat-error.jpg) no-repeat 15px 10px;
	text-align: left;
	color: #333333;
}

/* ------------ przyciski ------------ */
input.przycisk {
	background: url(../images/tlo-przycisk1.gif) no-repeat 0px 0px;
	width: 55px;
	height: 23px;
	color: #ffffff;
	border: none;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 1px;
}

a.przycisk {
	width: 55px;
	display: inline-block;
	padding: 5px 0px 4px 0px;
	padding: 3px 0px 6px 0px !iefix;
	vertical-align: -1px !iefix;
	background: url(../images/tlo-przycisk1.gif) no-repeat 0px 0px;
	border: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

a.przycisk:hover {text-decoration: none;}

input.przycisk-w {
	background: #e5e5e5;
	width: 55px;
	height: 23px;
	color: #343434;
	border: none;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

input.przycisk2 {
	background: url(../images/tlo-przycisk2.gif) no-repeat 0px 0px;
	width: 112px;
	height: 23px;
	color: #ffffff;
	border: none;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

a.przycisk2 {
	width: 112px;
	display: inline-block;
	padding: 5px 0px 4px 0px;
	padding: 3px 0px 6px 0px !iefix;
	vertical-align: -1px !iefix;
	background: url(../images/tlo-przycisk2.gif) no-repeat 0px 0px;
	border: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

a.przycisk2:hover {text-decoration: none;}

/* ========================================================== */
/* ========================== MODULY ======================== */
/* ========================================================== */

/* zdjecia */
.zdjecie a { display: block;}

.zdjecie {
	color: #A1A1A1;
}

.zdjecie div {
	text-align: right;
	line-height: 15px;
	padding: 3px;
	color: #A1A1A1;
	text-align: center;
}
.zdjecie div.przyciski {
	border-top: none;
}
.zdjecie div.przyciski a {
	display: inline;
}
.zdjecie div.przyciski img {
	border: none;
	margin: 0px 2px 0px 0px;
	vertical-align: -3px;
}
.zdjecie div.przyciski input {
	vertical-align: -2px;
}

.szablon1 {padding-right: 12px;}
.szablon1 .zdjecie{margin: 0px 0px 7px 0px;}

.szablon2 {padding-left: 12px;}
.szablon2 .zdjecie{margin: 0px 0px 7px 0px;}

.szablon3 {float: left; text-align: center; margin-top: 2px;}
.szablon3 .zdjecie{margin: 0px 12px 5px 0px;}
.szablon3 .clear{display: none;}

.szablon4 {float: right; text-align: center; margin-top: 2px;}
.szablon4 .zdjecie{margin: 0px 0px 5px 12px;}
.szablon4 .clear{display: none;}

.szablon5 {margin: 10px 0px 10px 10px; overflow: hidden;}
.szablon5 .zdjecie{float: left; padding: 0px 14px 10px 14px;}

/* pliki */
.pliki {padding: 10px 0px 0px 0px;}
.pliki div{margin: 8px 0px 0px 20px;}
.pliki p{margin: 4px 0px 0px 0px;}
.pliki img{vertical-align:-14px;}
.pliki h4{font-size: 12px; color:#2d2d2d;}
.pliki a{color: #082c66; font-size: 12px; vertical-align: middle;}
.pliki p{font-size: 11px;}

.mp3plik {margin-top: 10px;}
.mp3plik div{float: right;}

/* pager */
.pager {
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.pager a, .pager u{padding: 0px 3px 0px 3px;}

/* aktualnosci */
.aktualnosci-margines {
	margin: 10px 7px 0px 7px;
	padding-bottom: 12px;
	border-bottom: 0px solid #E6EAEC;
	text-align: justify;
	overflow: hidden;
	height: 1% !iefix;
}

.aktualnosci-margines .miniaturka{
	float: left; 
	margin: 0px 10px 2px 0px;
}

.aktualnosci-margines .data{
	color: #A1A1A1;	
	margin-bottom: 16px;
	font-size: 10px;	
}

.aktualnosci-margines h3, .aktualnosci-margines h3 a{
	font-size: 12px;
}

.aktualnosci-margines h3.priority, .aktualnosci-margines h3.priority a {
	color: #F93D00;
}

.link-wstecz {
	padding-left: 7px;
	line-height: 18px;
}

/* modul domyslny */
h3.tytul2 {
	background: url(../images/ikona-strzalka3.gif) no-repeat 0px 9px;
	padding: 10px 0px 2px 24px;
	margin: 0px 7px 0px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #4A5254;
}
h3.tytul2 a{color: #4A5254;}
h3.tytul2 a:hover{color: #F37C23;}

/* opisowy */
.opis-margines {
	padding: 10px 7px 4px 7px;
	text-align: justify;
}

h3.tytul4 {
  color: #082C66;
  font-size: 11px;
  height: 26px;
  padding-bottom: 0;
  padding-left: 9px;
  padding-right: 0;
  padding-top: 6px;
}

/* formularz */

.formularz {
	margin-left: 12px; 
	margin-right: 0px; 
	padding-top: 5px; 
	overflow: hidden;
	height: 1% !iefix;
}

.formularz label {
	display: block; 
	clear: both; 
	position: relative;
}

.formularz label.labelfl {
	display: block; 
	position: relative;
	float: left;
	clear:none;
}
.formularz label.labelfl span.krotki{
	width: 66px;
}
.formularz label span.label{
	padding: 3px 0px;
}
.formularz label span.input-gora{
    background: transparent url("../images/nowe/sprite.png") no-repeat 0 -54px;
    float: left;
    height: 27px;
    width: 6px;
	margin-left: 20px;
}
.formularz label span.input-dol{
    background: transparent url("../images/nowe/sprite.png") no-repeat -263px -54px;
    float: left;
    height: 27px;
    width: 6px;
	margin-bottom: 10px;	
}
.formularz label span.input-srodek{
	width: 155px;
	height: 26px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
.formularz label span.input-srodek1{
	width: 269px;
	height: 24px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
.formularz label span.input-srodek2{
	width: 208px;
	height: 24px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
.formularz label span.input-srodek1 input{
	width: 262px;
}

.formularz label span.textarea-gora{
    background: transparent url("../images/nowe/sprite.png") no-repeat 0 -328px;
    float: left;
	height: 5px;
    margin-left: 20px;
    width: 430px;
}
.formularz label span.textarea-dol{
    background: transparent url("../images/nowe/sprite.png") no-repeat 0px -349px;
    height: 5px;
	margin-bottom: 10px;	
	margin-left: 235px;
	width: 430px;
}
.formularz label span.textarea-srodek{
	width: 428px;
	height: 206px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	margin-left: 20px;
}
.formularz label span.textarea-srodek textarea{
	float: left;
	width: 420px;
	*width: 400px;
	height: 206px;
    margin-left: 1px;
	border: none;
}

.formularz label span.textarea-srodek1{
	width: 428px;
	height: 90px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	margin-left: 20px;
}
.formularz label span.textarea-srodek1 textarea{
	float: left;
	width: 420px;
	*width: 400px;
	height: 90px;
    margin-left: 1px;
	border: none;
}


.formularz label span {
	display: block;
	float: left;  
	width: 215px;
	text-align: right;
}
.formularz label span.error {
	float: left;
    margin-left: 300px;
    text-align: left;
    width: 100%;
}
.formularz label span.cap span.error {
	float: left;
    margin-left: 20px;
    text-align: left;
    width: 100%;
}
.formularz label span.lbwart {
	width: 160px;
	padding: 4px 0px;
}
.formularz span.err {
	float: left;
    margin-left: 234px;
	margin-bottom: 4px;
}
.formularz span.err span.error{
    text-align: left;
    width: 100%;	
}
.formularz span.err span.err1{
	display: block;
    float: left;
    width: 295px;
	margin-left: 0;
}
.formularz span.err span.err2{
	margin-left: 80px;
}
.formularz span.err span.err3{
	margin-left: 80px;
}

var.gwiazdka {
	color: red;
	font-style: normal;
}

.formularz label input {
	float: left;
	margin: 0px 2px 13px 0px;
	border: none;
	width: 148px;
	height: 20px;
	background: #FFFFFF;
	padding-left: 3px;
}

.formularz label table input {border: none;}

.formularz-input {
	border-top: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	border-bottom: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	background: #FAFAFA;
	padding-left: 3px;
}

.formularz .checkbox label input{
	width: 10px;
}

.formularz label span.input-srodek2 input.error{
	width: 202px;
}

.formularz label input.error,
input.error,
.formularz label textarea.error,
textarea.error{
	border: none;
}

.formularz select {
	/*width: 375px;*/
	margin: 0px 0px 13px 21px;
	border-top: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	border-bottom: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	background: #FAFAFA;
	overflow: hidden;
	height: 1% !iefix;
}

.formularz .selectkrotki select {width: 185px;}

.formularz-stopka {
	border-top: 1px solid #DEDDDD;
	margin: 10px 7px 0px 7px;
	padding: 10px 7px 7px 12px;
	clear:both;
}
.formularz-stopka input{margin-right: 20px;}

.formularz .naglowek{
	font-weight: bold;
	text-align:left;
	font-size:14px;
}
.formularz .labelfl .naglowek1{
	text-align:left;
	width: 200px;
}


/* wyszukiwarka */

.wyszukiwarka {padding: 8px 7px 0px 7px;}

.wyszukiwarka form{padding: 10px 0px 0px 0px;}

.wyszukiwarka-lista a{color: #3881C8;}

dl.wyszukiwarka-lista {
	margin: 0px 7px 0px 7px;
	display: none;
	padding: 0px 15px 0px 15px;
	border-bottom: 1px solid #E6EAEC;
}

dl.wyszukiwarka-lista dt {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	color: #0E4E5F;
	font-weight: bold;	
}

dl.wyszukiwarka-lista dd {
	margin: 0px;
	padding: 5px 0px 5px 25px;
}

h4.wyszukiwarka-naglowek {
	display: block;
	margin: 0px 7px 0px 7px;
	position: relative;
	padding: 5px 80px 5px 25px;
	font-size: 11px;
	border-bottom: 1px solid #E6EAEC;
	background: url(../images/ikona-strzalka2.gif) no-repeat 10px 9px;
	cursor: pointer;
	color: #3881C8;
}

h4.wyszukiwarka-naglowek:hover {background-color: #f0f0f0;}

span.wyszukiwarka-ilosc {
	font-weight: normal;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 15px 0px 0px;
	color: #4A5254;
}

span.wyszukiwarka-ilosc var{
	font-style: normal;
	color: #F37C23;
}

/* ankieta - blok */
div.poll .chart {
	display: none;
}
div.poll .question {
	display: none;
}

/* ankiety */
.ankieta-odpowiedz {
	overflow: hidden;
	height: 1% !iefix;
	padding: 8px 7px 0px 7px;
	text-align: left;
}

.ankieta-glosy{
	float: right;
	color: #3881C8;
}

.ankieta-pasek {
	padding: 0px;
	background: url(../images/ankieta2.gif) repeat-x;
	border-right: 1px solid #efefef;
	margin: 6px 7px 2px 7px;
}

.ankieta-wykres {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background: url(../images/ankieta1.gif) repeat-x;
	border-left: 1px solid #888;
}

.ankieta-wykres div{
	margin: 0px;
	padding: 0px;
	background: url(../images/ankieta-strzalka.gif) no-repeat right top;
	height: 10px;
	overflow: hidden;
}

.lista-margines {
	margin: 22px 7px 0px 7px;
	border-top: 1px solid #E6EAEC;
	padding-top: 8px;
}

.lista-margines div{
	position: relative;
	padding: 6px 0px 1px 18px;
	background: url(../images/ikona-strzalka2.gif) no-repeat 5px 11px;
}

.lista-margines div a{color: #3881C8;}

.lista-margines h4 {font-size: 11px;}


/* video */
.video-margines {
	margin: 10px 7px 0px 7px;
	padding-bottom: 12px;
	border-bottom: 1px solid #E6EAEC;
	text-align: center;
}

/* ksiega gosci */
.podpis {
	margin: 7px;
	text-align: right;
}

/* mapa serwisu */
.belka {
	background: #F1F3F5 url(../images/tlo-belka1.gif) no-repeat 0px 0px;
}

.belka div{
	background: url(../images/tlo-belka2.gif) no-repeat right 0px;
	font-size: 11px;
	padding: 4px 7px 5px 17px;
	line-height: 22px;
}

div.mapa-serwisu {
	width: 340px; 
	float: left;
	padding: 7px;
}

ul.mapa-serwisu {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

ul.mapa-serwisu li {
	background: url(../images/map-serwisu1.gif) repeat-y;
	background-position: 6px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

ul.mapa-serwisu li a {
	background: url(../images/map-serwisu2.gif) no-repeat  8px 14px;
	padding: 7px 0px 1px 20px;
	line-height: 18px;
	color: #3881C8;
	text-decoration: none;				
}

ul.mapa-serwisu li a:hover {
	color: #3881C8;
	text-decoration: underline;
}

ul.mapa-serwisu li.last {
	background: url(../images/map-serwisu3.gif) no-repeat  0px 0px;
	margin: 0px;
	padding: 0px;
}

/* serwis informacyjny */
select.form-select {
	border-top: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	border-bottom: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	background: #FAFAFA;
}

.belka-link {
	color: #4A5254;
	font-weight: bold;
	cursor: pointer;
}

.zrodlo {
	background: url(../images/ikona-strzalka2.gif) no-repeat 0px 3px;
	padding-left: 10px;
	color: #4A5254;
}

/* wydarzenia */
.kalendarz-dzis {
	background: url(../images/tlo-kalendarz-naglowek.gif) no-repeat 0px 0px;
	padding: 9px 0px 8px 0px;
	text-align: center;
}
.kalendarz-dzis span{
	font-weight: bold;
	color: #3881C8;
}
.kalendarz-td {
	background: url(../images/tlo-kalendarz.gif) repeat-x top;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-left: 1px solid #e6eaec;
	border-right: 1px solid #e6eaec;
}
.kalendarz-dodaj {
	background: url(../images/tlo-kalendarz.gif) repeat-x top;
	padding: 8px 0px 0px 0px;
	text-align: center;
	border-left: 1px solid #e6eaec;
	border-right: 1px solid #e6eaec;
}
.kalendarz-stopka {
	background: url(../images/tlo-kalendarz-stopka.gif) no-repeat 0px 0px;
	height: 9px;
}

.kalendarz-dzien td{
	font-weight: bold;
	color: #3881C8;
	width: 39px;
}

.dni td {color: #000000;}

td.Active {
	background: #FFAC55;
	border: 1px solid #FF6400;
	font-weight: bold;
	color: #FFFFFF;	
}

td.Active a
{
	color: #FFFFFF;
	text-decoration: none;
}
td.DzienNow, td.ActiveSelected {
	background: #B30037;
	border: 1px solid #750024;
	font-weight: bold;
	color: #FFFFFF;
}

td.DzienNow a, td.ActiveSelected a
{
	color: #FFFFFF;
	text-decoration: none;
}

.wydarzenia {
	padding: 6px;
	border-top: 1px solid #E6EAEC;
}

.wydarzenia span{
	background: url(../images/ikona-strzalka2.gif) no-repeat right 4px;
	padding-right: 14px;
	margin-right: 10px;
	color: #3881C8;
	font-size: 10px;
}

.wydarzenia a{
	color: #4A5254;
}

/* uzytkownicy */
div.uzytkownik {
	background: #FFFDF4 url(../images/forum/tlo-forum.gif) repeat-x bottom;
	margin: 0px 7px 0px 7px;
	padding: 4px 7px 10px 7px;
	color: #444444;
	border: 1px solid #E0E0E0;
	border-bottom: none;
}

div.uzytkownik ul.fix li {margin: 3px 3px 0px 0px;}
div.uzytkownik ul.fix{margin: 0px 0px 12px 0px;}
div.uzytkownik ul li.active a{color: #3881C8;}

.uzytkownik-strzalka {
	background: #FFFDF4 url(../images/email-logo.gif) no-repeat 30px -41px;
	border-top: 1px solid #E0E0E0;
	margin: 0px 7px 10px 7px;
}

/* notowania */
.notowania {
	border-top: 1px solid #E6EAEC;
	margin: 14px 0px 10px 0px;
}
.notowania td{
	border-bottom: 1px solid #E6EAEC;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
.notowania td.wartosc{color: #F37C23;}

/* galeria */
.galeria-zdjecie .zdjecie {
	float: left; 
	padding: 14px 0px 10px 24px;
}
#uploader {
	display: none;
}
#files .completed {
	color: #FF0000;
}

/* mapa interaktywna */
.mapa {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/* forum nowe */
/*
.forum {
	padding: 10px 10px 10px 10px;
	background-color: #f6f6ff;
	border: 1px solid #E0E0E0;
}

.forum th{
	background: #FFFFFF url(../images/tlo-kalendarz.gif) repeat-x top; 
	border-bottom: 1px solid #E0E0E0;
	padding: 6px;
	color: #3881C8;
}

.forum th.forum-dzial{
	font-weight: bold;
	color: #FFFFFF;
	background: #4692BD url(../images/tlo-kalendarz-wydarzenie.gif) no-repeat 0px 0px;
	padding: 9px 5px 8px 30px;
	text-align: left;
}

.forum td{
	background: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px;
}

.forum td img{vertical-align: -3px;}

.forum-status {padding: 7px;}

.forum-status .tytul2{
	border-bottom: 1px solid #E0E0E0;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0px 0px 7px 0px;
}

.forum-autor{border-right: 1px solid #E0E0E0;}

.forum-autor img, .forum-autor a{
	font-weight: bold;
	padding-bottom: 10px;
}

.forum-data{
	margin-bottom: 10px;
	color: #acacac;
	font-size: 10px;
	float: left;
}

.prawo {float: right;}

.forumMessage{
	padding: 10px;
	background: #FFFDF4 url(../images/forum/tlo-forum.gif) repeat-x bottom; 
	border-top: 1px solid #E6EAEC;
	border-bottom: 1px solid #E6EAEC;
}

.forum-edycja{
	padding-top: 10px;
	color: #acacac;
	font-size: 10px;
}
*/
.border-bottom{border-bottom: 1px solid #E0E0E0;}

.formularz label iframe, .formularz .forum-avatar{
	float: left;
	margin: -3px 0px 13px 21px;
}

#EditorArea{
	background: #FAFAFA; 
	border-top: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	border-bottom: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	height: 200px;
	font-size: 12px;
	float: left;
	margin: -3px 0px 13px 21px;
	width: 360px;
}
/*
blockquote.quote{
	padding: 10px;
	border: 1px dotted #BAC4C3;
	background-color: #FFFFFF;
	margin: 0;
	margin-left: 10px;
}
*/

/* ogloszenia dynamiczne */
.ogloszenie {
	margin-top: 10px;
	border-top: 1px solid #E0E0E0;
}

.ogloszenie td{
	border-bottom: 1px solid #E0E0E0;
	padding: 5px;
}

.ogloszenie tr.bez-podkreslenia td{border-bottom: none;}

.ogloszenie td.belka{background: #F1F3F5}

.ogloszenie table{
	margin: 3px;
	background: #E0E0E0;
}
.ogloszenie table.ogloszenia-galeria{background: #FFFFFF;}

.ogloszenie table td{
	background: #FFFFFF;
	border: none;
}

/* ----- faq --------- */
.faq-pytanie {cursor: pointer;}
span.pytanie{
	cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    width: 90%;
}
.faq h3{
	padding: 6px 10px 9px 0px;
}
span.zwin{
	float: right;
    font-size: 12px;
	color:#082c66;
	font-weight: normal;
    width: 50px;
	cursor:pointer;
	text-align: right;
	padding-right: 10px;
}
div.faq h3.aktywny{
	/*background: transparent url(../images/nowe/faq.png) repeat 0px 0px; 	*/
}
div.faq h3.aktywny .faqgora{
	background: transparent url(../images/nowe/sprite.png) repeat 0px -16px;
	height:6px;
	display:block;
	width: 731px;
}
div.faq h3 .faqgora{
	height:6px;
	display:block;
	width: 731px;
}
div.faq h3 .faqsrodek{
	display:block;
	padding: 10px 0px 0px 11px;
	width: 100%;
}
div.faq h3 .faqdol{
	height:22px;
	display:block;
	width: 731px;
}

div.faq h3.aktywny .faqsrodek{
	background-color:#f0f0f0;	
	display:block;
	padding: 10px 0px 0px 11px;
	width: 720px;
}
div.faq h3.aktywny .faqdol{
	background: transparent url(../images/nowe/sprite.png) repeat 0px -27px;
	height:21px;
	display:block;
	width: 731px;
}
div.faq{
	border-bottom: 1px solid #eeeeee;
}

/* wyszukiwarka live search */
#wyniki_wyszukiwania {
	padding: 10px;
}
#wyniki_wyszukiwania h3 {
	padding: 5px 0px 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6EAEC;
	font-size: 11px;
}
#wyniki_wyszukiwania h2 {
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 13px;
}
#wyniki_wyszukiwania .url {
	margin: 2px 0px 15px 0px;
}
#wyniki_wyszukiwania .url, #wyniki_wyszukiwania .url a {
	color: green;
}
#wyniki_wyszukiwania .pager {
	margin: 10px 0px 10px 0px;
}
#wyniki_wyszukiwania .linkArchiwum {
	float: left;
	margin-left: 15px;
}
#wyniki_wyszukiwania .linkArchiwum a {
	color: #3881C8;
}

/* ========================================================== */
/* ------------------------- BLOKI -------------------------- */
/* ========================================================== */


/* ----- menu zakladki ------ */
div.forum-linki ul li,
div.uzytkownik ul li,
div.gora ul li,
div.reg1_blok ul li {
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	border: none;
	background: none;
}

div.forum-linki ul li a,
div.uzytkownik ul li a,
div.gora ul li a,
div.reg1_blok ul li a{ 
	display: block;
	padding: 6px 8px 6px 10px;
	color: #434A4E;
	background: nonw;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}

div.gora ul li.active, div.reg1_blok ul li.active{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

div.gora ul li.active a, div.reg1_blok ul li.active a{ 
	display: block;
}

/* ----- menu gorne ------ */
.reg1 {
	display: inline-block;
}
div.gora ul, div.reg1_blok ul{
	list-style: none;
	float: right;
}

div.reg1 ul li, div.reg1 ul li.active, div.reg1_blok ul li, div.reg1_blok ul li.active {
	float: left;
	margin: 0px 9px 0px 9px;
}

div.reg1 ul li a, div.reg1 ul li.active a, div.reg1_blok ul li a, div.reg1_blok ul li a{ 
	display: block;
	padding: 0px 3px 4px 0px;
	color: #3881C8;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
}
	div.reg1 ul li a, div.reg1 ul li.active a:hover, div.reg1_blok ul li a:hover {
		text-decoration: none;
	}
div.reg1 ul li.kontakt {background: url(../images/ikona-kontakt.gif) no-repeat 5px 12px;}
div.reg1 ul li.mapa-serwisu {background: url(../images/ikona-mapa.gif) no-repeat 5px 12px;}
div.reg1 ul li.zaloguj-sie {background: url(../images/ikona-zaloguj.gif) no-repeat 5px 12px;}
div.reg1 ul li.zarejestruj-sie {background: url(../images/ikona-uzytkownik.gif) no-repeat 5px 12px;}

div.gora a.lang{
	display: block;
	margin-top: 39px;
	padding: 0px 5px 4px 0px;
	float: left;
	color: #3881C8;
	text-decoration: none;
}
div.reg1_blok{
	/*width: 495px;*/
	float:right;
	margin: 10px 41px 0px 0px;
}
div.gora div.jezyki{
	float:right;
}
div.gora a.lang:hover{color: #D2D2D2;}

/* ----- menu lewe ------ */
div.reg4 ul.poziom1{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.reg4 ul.poziom1 li{ 
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/nowe/kontener.png) no-repeat 0px 0px;
	float:left;
	margin-right: 16px;
	width: 224px;
}
div.reg4 ul.poziom1 li.last{ 
	margin-right: 0px;
	width: 224px;
}

div.reg4 ul.poziom1 li a{ 
	display: block;
	color: #FFFFFF;
	width: 224px;
	height: 174px;
	text-decoration: none;
}
div.reg4 ul.poziom1 li a:hover{ 
	display: block;
	color: #FFFFFF;
	width: 224px;
	height: 174px;
	text-decoration: none;
}

div.reg4 ul.poziom1 li a span.itemName{ 
	display: block;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 13px;
}

div.reg4 ul.poziom1 li a span.itemFoto{ 
	display: block;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 13px;
	width: 160px;
	height: 80px;/*125px;*/
	background-repeat: no-repeat;
	background-position: 72px 16px;
    
}
div.reg4 ul.poziom1 li a span.containerFoto{ 
	display: block;
	padding: 30px 5px 5px 5px;
	text-align: center;
	width: 215px;
	height: 95px;   
}

div.reg4 ul.poziom1 li a:hover span.itemFoto{ 
	display: block;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 13px;
	width: 160px;
	height: 80px;/*125px;*/
	background-repeat: no-repeat;
	background-position: 73px -118px;
    
}

div.reg4 ul.poziom1 li a:hover span.itemName{ 
	display: block;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 13px;
	color: #b8d3ff;
	text-decoration: none;
}

div.reg4 ul.poziom1 li.active, div.reg4 ul.poziom1 li:hover{ 
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/nowe/kontener_hover.png) no-repeat 0px 0px;
	font-weight: normal;
	width: 224px;
	margin-right:16px;
}

div.reg4 ul.poziom1 li.last:hover{ 
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/nowe/kontener_hover.png) no-repeat 0px 0px;
	font-weight: normal;
	width: 224px;
	margin-right:0px;
}

div.reg4 ul.poziom2{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 19px;
	background: #EEEEEE;
}

div.reg4 ul.poziom2 li, div.reg4 ul.poziom2 li.active { 
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/nowe/kontener_hover.png) no-repeat 0px 0px;
	border-bottom: 1px solid #CDCECF;
}

div.reg4 ul.poziom2 li a{ 
	display: block;
	color: #4A5254;
	width: 100%;
}

div.reg4 ul.poziom2 li.active a{color: #F93D00;}

div.reg4 ul.poziom2 li.last, 
div.reg4 ul.poziom2 li.single, 
div.reg4 ul.poziom2 li.last a{border-bottom: none;}

div.reg4 ul.poziom2 li a span{ 
	display: block;
	padding: 6px 5px 6px 18px;
}

div.reg4 ul.poziom2 ul.poziom3{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	background: #EEEEEE;
}

div.reg4 ul.poziom2 ul.poziom3 li{ 
	margin: 0px;
	padding: 0px;
	background: #EEEEEE url(../images/ikona-strzalka2.gif) no-repeat 4px 10px;
	border-bottom: 1px solid #CDCECF;
}

div.reg4 ul.poziom2 ul.poziom3 li.single,
div.reg4 ul.poziom2 ul.poziom3 li.last{border-bottom: none;}

div.reg4 ul.poziom2 ul.poziom3 li a{ 
	display: block;
	color: #4A5254;
	width: 100%;
	border-bottom: none;
}

div.reg4 ul.poziom2 ul.poziom3 li.active a{color: #F93D00;}

div.reg4 ul.poziom2 ul.poziom3 li a span{ 
	display: block;
	padding: 6px 5px 6px 18px;
}

ul.poziom1 li.active {
	font-weight: bold;
}





/* ----- menu dolne ------ */
div.reg11 ul.poziom1{
	list-style: none;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	overflow: hidden;
	height: 1% !iefix;
}

div.reg11 ul.poziom1 li{ 
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 23px;
	background: url(../images/ikona-kwadrat.gif) no-repeat 14px 5px;
}

div.reg11 ul.poziom1 li a{font-weight: bold;}

/* ----- banery ------ */
.reklama{
	margin-bottom: 10px;
	text-align: center;
}

.reklamaMaska{
	position: absolute;
	background: #ffffff;
	filter:alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	width: 100%;
	display: block;
}

div.reg1 .reklama{float: right;}
div.reg3 .reklama{margin-bottom: 0px;}

/* ----- aktualnosci ----- */
.aktualnosci-blok {
	padding: 10px 7px 12px 7px;
	border-top: 1px solid #E6EAEC;
	text-align: justify;
	overflow: hidden;
	height: 1% !iefix;
}

.aktualnosci-blok2 {
	padding: 10px 7px 12px 7px;
	border-top: 1px solid #787878;
	text-align: justify;
}

.aktualnosci-blok .miniaturka, .aktualnosci-blok2 .miniaturka{
	float: left; 
	margin: 0px 10px 2px 0px;
}

.aktualnosci-blok .data{
	color: #A1A1A1;	
	margin-bottom: 16px;
	font-size: 10px;	
}

.aktualnosci-blok .data2{
	color: #A1A1A1;	
	font-size: 10px;	
}

.aktualnosci-blok h3, .aktualnosci-blok2 h3 {margin-bottom: 4px;}

.aktualnosci-blok h3.priority, .aktualnosci-blok h3.priority a {
	color: #F93D00;
}

.aktualnosci-blok h3 a, h3.sklep-nazwa a, h3.sklep-nazwa{
	color: #3881C8;	
	font-size: 11px;
	text-align: left;
}

.aktualnosci-blok2 h3 a{
	color: #F37C23;	
	font-size: 11px;
}

.wiecej-link {
	border-top: 1px solid #E6EAEC;
	padding: 4px 7px 4px 0px;
	text-align: right;
}
.wiecej-link a{
	background: url(../images/ikona-strzalka3.gif) no-repeat right -1px;
	padding-right: 18px;
}

/* ----- opisowka ----- */
.aktualnosci-opis {
	padding: 7px 7px 12px 7px;
	text-align: justify;
}

/* ----- ankiety ----- */
.ankieta-blok {
	padding: 4px 0px 4px 0px;
	margin: 6px 0px 4px 0px;
	border-top: 1px solid #E6EAEC;
	border-bottom: 1px solid #E6EAEC;
}
.ankieta-blok table {
	margin: 0px 0px 0px 5px;
}
.ankieta-blok table td {
	padding: 2px 0px 2px 0px;
}

.reg4 .ankieta-blok { border-color: #848484;}
.reg4 .tytul3 {margin-top: 4px;}

ul.ankieta {
	list-style: none;
	margin: 0px;
}

ul.ankieta li{
	background: none;
	margin: 3px 0px 7px 5px;
	padding: 0px;
}

ul.ankieta input{vertical-align: -3px;}

.ankieta-przyciski{padding: 4px 0px 4px 12px;}

/* ----- chmura tagow ----- */
div.chmura-tagow {
	padding: 15px;
	background: #F8F8F8;
	border: 1px solid #E8E8E8;
	text-align: justify;
	margin-bottom:10px;	
	font-family: Tahoma;
	line-height: 1.9em;			
}

div.chmura-tagow a {
	*display: inline-block;
	padding: 1px 3px 1px 3px;
	vertical-align: middle;
	white-space: nowrap;
}
div.chmura-tagow a.even {
	color: #3881C8;
}
div.chmura-tagow a.active {
	background-color: #FF0000;
	color: #FFFFFF;
}

div.czarna {
	padding: 15px;
	background: transparent;
	border: none;
	text-align: justify;
	margin-bottom: 0px;	
	font-family: Tahoma;
	line-height: 1.9em;			
}

/* ----- kalendarz ----- */
.kalendarz-skrot {
	background: #4692BD url(../images/tlo-kalendarz-wydarzenie.gif) no-repeat 0px 0px;
	padding: 8px 5px 6px 28px;
}

.kalendarz-skrot div.data{
	color: #9bdbff;
	float: right;
}
.kalendarz-skrot a{
	color: #FFFFFF;
	float: left;
	display: block;
	width: 184px;
}

/* ----- logowanie ----- */
.blok-logowania {padding: 4px 7px 7px 7px; color:#ffffff;}
.blok-logowania td{text-align: right;}

.blok-logowania a{
	background: none;
	color: #939393;
	padding-left: 20px;
	line-height: 24px;
}

.reg4 .wiecej-link{ border-color: #848484;}
.reg4 .wiecej-link a{background: url(../images/ikona-strzalka2.gif) no-repeat right 5px;}

/* ----- wyszukiwarka ----- */
.szukaj-blok {
	width: 178px;
	height: 28px;
	padding: 0px 3px 5px 9px;
	background: url(../images/tlo-szukaj.gif) no-repeat 9px 0px;
}
.forum-linki .szukaj-blok {
	height: 25px;
	padding: 0px 2px 0px 9px;
}

.reg1 .szukaj-blok {
	float: right;
	margin-top: 8px;
}
.regprawy .szukaj-blok {
	padding-left: 47px;
	background-position: 47px 0px;
}
.szukaj-blok input{ 
	border: none;
	margin: 2px 0px 0px 2px;
	background: none;
	width: 115px;
	color: #788494;
}
.szukaj-blok input.szukaj-przycisk{ 
	border: none;
	background: none;
	width: 54px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}

/* ----- rss ----- */
.reg1 .rss {float: right;}
.rss {padding: 7px;}
.rss img{vertical-align: -5px;}

/* ----- galeria ----- */
.galeria-blok {padding: 7px;}

.galeria-blok .zdjecie{float: left; padding: 0px 6px 7px 17px;}

.regprawy .galeria-blok .zdjecie{float: left; padding: 0px 3px 7px 8px;}

.reg3 .galeria-blok .zdjecie,
.reg10 .galeria-blok .zdjecie{float: left; padding: 0px 7px 7px 9px;}

.reglewy .galeria-blok {padding: 7px 7px 7px 31px;}

/* ----- forum tematy ----- */
.forum-blok {
	border-top: 1px solid #E6EAEC;
	padding: 7px 7px 7px 7px;
}

.forum-blok a{
	padding-left: 26px;
	background: url(../images/ikona-strzalka3.gif) no-repeat 4px -1px;
}

.aktualnosci-blok .data-forum{
	color: #A1A1A1;	
	margin-bottom: 0px;
	font-size: 10px;	
}

/* komentarze */
.reloadIndicator {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	background: #FFFFFF url(../images/lightbox-ico-loading.gif) no-repeat center center;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: none;
}

.komentarze-padding {padding: 0px 7px 0px 7px;}

.ajax-komunikat {
	padding: 0px;
	color: #3881C8;
	font-weight: bold;
	text-align: center;
}

.ajaxError {color: #F37C23;}

#kontener_komentarzy {position: relative;}
#kontener_dodaj_komentarz{margin-top: 10px;}

/* wyszukiwarka google */
#wyszukiwarka_google {
	padding: 10px;
}

/* ========================================================== */
/* =========================  SKLEP  ======================== */
/* ========================================================== */

/* katalog proguktow */
div.katalog {margin: 10px 0px 4px 0px;}

div.katalog table td{
	border-bottom: 1px solid #E6EAEC;
	padding: 17px 5px 17px 0px;
}

div.katalog table td .zdjecie{
	float: left;
	margin-right: 7px;
}

div.karta-prawo h5,
div.katalog table td h5{
	color: red;
	font-weight: bold;
	text-align: center;
	margin: 4px 10px 4px 116px;
}

div.widok-lista table td h5{margin: 4px 10px 4px 10px;}

.cena {margin-top: 6px;}
.cena span{
	color: #F37C23;
	font-weight: bold;
}

/* karta produktu */
.karta-prawo{
	float: right;
	width: 255px;
	padding: 5px 0px 0px 7px;
}

.karta-lewo{
	margin-right: 275px;
	padding: 5px 7px 0px 3px;
	border-right: 1px solid #E6EAEC;
}

.karta-lewo .zdjecie{
	float: left;
	margin-bottom: 7px;
}

div.karta-prawo h5{
	color: red;
	font-weight: bold;
	text-align: center;
	margin: 7px 10px 7px 10px;
}

.karta-prawo .kontener .cena{font-size: 12px;}

.karta-prawo .kontener .ramka{padding: 0px 7px 0px 7px;}

.karta-prawo .kontener .ramka .przycisk2{
	float: right;
	margin-top: 12px;
}

.karta-prawo .kontener .ramka p{
	text-align: center;
	padding-bottom: 8px;
	color: #3881C8;	
	font-weight: bold;
}

.zdjecie-produktu img{margin: 0px 5px 5px 0px;}

.karta-opcje {padding: 2px 0px 5px 10px;}
.karta-opcje h4{padding: 7px 0px 2px 0px;}
.karta-opcje div.opcja{
	float: left; 
	margin: 7px; 
	text-align: center; 
	color: #3881C8;
}
.karta-opcje div.opcja p{font-weight: bold;}
.karta-opcje div.opcja img{
	border: 1px solid #E6EAEC;
	padding: 2px;
	margin: 2px 5px 2px 0px;
}

.karta-kolekcja {padding: 7px 0px 3px 7px;}
.karta-kolekcja img{
	float: left; 
	border: 1px solid #E6EAEC; 
	padding: 3px; 
	margin-right: 7px;
}
.karta-kolekcja .wiecej-link{border: none;}

/* koszyk */
.koszyk, .koszyk .koszyk-naglowek td {background: #E6EAEC;}

.koszyk td{background: #FFFFFF;}

.koszyk-naglowek td.border{
	border-left: 1px solid white;
	text-align: center;
}
.koszyk-usun {
	background: #FFFFFF url(../images/sklep/koszyk_usun.gif) no-repeat 0px 0px;
	border: none;
	width: 23px;
	cursor: pointer;
	margin-top: 30px;
}
.bg_cena td {color: #F37C23;}

.koszyk-wyslij {
	padding: 15px 55px 7px 0px;
	text-align: right;
}
.kosz-platnosc td label{display: block; text-align: left;}
.kosz-platnosc td{text-align: right;}

.koszyk-dane h3 {
	color: #3881C8;	
	font-size: 12px;
	padding: 9px 7px 7px 15px;
}
.koszyk-dane p{padding: 5px 0px 0px 55px;}

.towar-nazwa, .towar-nazwa a {
	color: #3881C8;
	font-weight: bold;
}

/* koszyk blok */
.koszyk-blok {margin: 0px 7px 4px 7px;}
.koszyk-blok div{
	font-size: 10px;
	border-bottom: 1px solid #E6EAEC;
	color: #3881C8;
	padding: 2px;
	overflow: hidden;
	height: 1% !iefix;
}
.koszyk-blok div span{
	color: #F37C23;
	float: right;
}

/* historia zamowien */
.zamowienie-status {background: url(../images/sklep/zamowienie-tlo.gif) repeat-x center;}
.zamowienie-status td{
	background: url(../images/sklep/zamowienie-krok.gif) no-repeat center center;
	text-align: center;
	width: 24%;
	border: none;
	height: 17px;
}
.zamowienie-status td.aktywne{
	background: url(../images/sklep/zamowienie-aktywny.gif) no-repeat center center;
	text-align: center;
	color: #3881C8;
}
.zamowienie-status td.pocz{
	background: url(../images/sklep/zamowienie-pocz.gif) no-repeat center left;
	width: 3px;
}
.zamowienie-status td.kon{
	background: url(../images/sklep/zamowienie-koniec.gif) no-repeat center right;
	width: 3px;
}

.usun-link {
	text-align: right;
	padding: 7px 25px 7px 7px;
	background: url(../images/sklep/koszyk_usun.gif) no-repeat center right;
	margin-right: 10px;
}
.usun-link a{
	color: red;
	font-weight: bold;
}

/* porownywarka  */
.porownaj {margin: 7px;}

.porownaj td{
	padding: 4px;
	border-left: 1px solid #E6EAEC;
	text-align: center;
}

.porownaj td.szare{
	background: #E6EAEC;
	font-weight: bold;
	border-bottom: 1px solid white;
	text-align: left;
}

.porownaj tr:hover td{ background: #E6EAEC; border-left: 1px solid white;}
.porownaj tr:hover td.szare{ background: white;}
.porownaj-lista {margin: 7px;}
.porownaj-lista td{padding-left: 18px;}

.porownaj-lista td.usun{
	padding: 3px 3px 16px 3px;
	background: url(../images/sklep/tlo-porownaj.gif) no-repeat 27px 30px;
}

.porownaj-lista td.lista-strzalka {
	padding: 5px 0px 7px 58px;
	background: url(../images/sklep/tlo-porownaj.gif) no-repeat 27px 3px;
}

/* blok wyszukiwarka */
.sklep-szukaj table td{padding: 0px 25px 0px 7px;}
.sklep-szukaj table td.line-left{ border-left: 1px solid #E6EAEC;}

.sklep-szukaj table td.labelki label{
	display: block;
	margin-bottom: 16px;
	text-align: right;
}

.sklep-szukaj table label{
	display: block;
	margin-bottom: 7px;
}

.sklep-szukaj .przycisk{
	float: right;
	margin-right: 7px;
}
.sklep-szukaj table td.line-left label{
	display: block;
	margin-bottom: 2px;
}
.form_blok {
	background: #EFEFEF;
	margin: 0px 7px 7px 7px;
	padding: 5px;
}
.form_blok label {margin-left: 10px;}
.form_blok label input,
.line-left label input{vertical-align: -5px;}

h3.tytul7 {
	background: url(../images/ikona-strzalka3.gif) no-repeat 0px 9px;
	padding: 10px 0px 2px 24px;
	margin: 0px 7px 5px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #4A5254;
	cursor: pointer;
}

/* blok sklep produkty */
div.katalog table.blok-sklep td{
	border-bottom: none;
	padding: 10px 5px 17px 0px;
}

div.katalog table.blok-sklep td h5{
	font-size: 12px;
	color: #F33400;
}

div.katalog table.blok-sklep .sklep-nazwa a{
	color: #68AFEF;
	font-size: 12px;
}

/* tooltip */
.tip {
	position: absolute; 
	z-index: 200;
	visibility: hidden; 
	top: 20px;
	left: 90px;
}

/* zestawy */
.karta-zestaw {padding-left: 24px;}
.karta-zestaw input{vertical-align: -3px;}
.karta-zestaw b{float: right;}
.karta-zestaw b a{
	font-weight: normal;
	padding-right: 15px;
	padding-left: 8px;
	background: url(../images/ikona-strzalka3.gif) no-repeat right top;
}

/* E-kartki */ 
div.wazki label span {width: 100px;}

fieldset.nadawca {
	border: 0px;
	margin: 0px 0px 15px 0px;
	float: left;
	padding: 0px 0px 5px 0px;
}

fieldset.adresat {
	border: 0px;
	margin: 0px 29px 15px 0px;
	float: right;
	padding: 0px 10px 5px 10px;
	border-left: 1px solid #E3E3E3;
}

fieldset div {
	text-align: center;
	margin: 0px 0px 10px 13px;
	color: #3881C8;
	font-weight: bold;
}

div.card {
	margin: 10px;
	text-align: center;
}

div.card img{
	border: 1px solid #E3E3E3;
	padding: 3px;
}

/* service-line */
div.service-line div.tabs div
{
	float: left; 
	padding: 5px;
}

div.service-line div.tabs div.active {
	font-weight: bold;
}

div.service-line div.content div.priority h3 a
{
	color: #F93D00;
}

/* service-line-block */
div.service-line-block div.tabs div {
	float: left; 
	padding: 5px;
	cursor: pointer;
}

div.service-line-block div.tabs div.active {
	font-weight: bold;
}

div.service-line-block div.content div.priority h3 a {
	color: #F93D00;
}
  
div.service-line-block div.content div a.more {
	float: right;
	padding-right: 12px;
}

/* ocena */
span.rating {
	display: inline-block;
	width: 60px;
	height: 10px;
	margin: 1px 2px 0px 2px;
	vertical-align: -1px;
	text-align: left;
	background: url(../images/stars.gif) no-repeat 0px -10px;
	cursor: pointer;
}
span.rating span {
	display: block;
	width: 0px;
	height: 10px;
	background: url(../images/stars.gif) no-repeat 0px 0px;
}
div.rating-message {
	position: absolute;
	padding: 0px 5px 1px 5px;
	background-color: #ffffff;
	border: 1px solid #CED6DA;
	color: #ff0000;
}
/* FF2 - style dla firefoxa <= 2.0 */
span.rating, x:-moz-any-link {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
}
/* FF3 - przywrocenie styli domyslnych dla Firefoxa 3.0 (na IE7 tez dzialaja) */
span.rating, x:-moz-any-link, x:default {
	display: inline-block;
}
/* IE6 - jesli ustawimy wlasciwosc display w osobnych stylach najpierw na inline-block a potem na inline to zadziala */
/* IE7 - nie musi byc w osobnym stylu, ale tez musi byc inline, no i oczywiscie ponizej hackow dla firefoxa */
span.rating {
	display: inline !iefix;
}

/* Forum */

.forum {	
	padding: 10px 10px 10px 10px;
	background-color: #f6f6ff;
	border: 1px solid #E0E0E0;
}

.forum a {	
	color:#F37C23;
}

.forum th{
	background: #FFFFFF url(../images/forum/tlo-kalendarz.gif) repeat-x top;
	border-bottom: 1px solid #E0E0E0;
	padding: 6px;
	color: #3881C8;
}

.forum th.forum-section{
	font-weight: bold;
	color: #FFFFFF;
	background: #4692BD url(../images/forum/tlo-kalendarz-wydarzenie.gif) no-repeat 0px 0px;
	padding: 9px 5px 8px 30px;
	text-align: left;
}

.forum td{
	background: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px;
}

.forum td img{vertical-align: -3px;}

a.forum-button2 {
	background: url(../images/forum/tlo-przycisk2.gif) no-repeat 0px 0px;
	width: 112px;
	padding: 3px 0px 6px 0px;
	color: #ffffff;
	border: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-align: center;
}

a.forum-button2:hover {text-decoration: none;}

.forum-author {border-right: 1px solid #E0E0E0;}

.forum-author img, .forum-autor a {
	font-weight: bold;
	padding-bottom: 10px;
}

.forum-message {
	padding: 10px;
	background: #FFFDF4 url(../images/forum/tlo-forum.gif) repeat-x bottom; 
	border-top: 1px solid #E6EAEC;
	border-bottom: 1px solid #E6EAEC;
}

.forum-prawo {
	float: right;
}

.forum-date {
	margin-bottom: 10px;
	color: #acacac;
	font-size: 10px;
	float: left;	
}

span.forum-no-published {
	color: red;
	font-weight: normal;
}

/* FCK bbcode */

.bbcode blockquote.quote{
	padding: 10px;
	border: 1px dotted #BAC4C3;
	background-color: #FFFFFF;
	margin: 0;
	margin-left: 10px;
}

.bbcode span.bold {
	font-weight: bold;
}

.bbcode span.italic {
	 font-style: italic;
}

.bbcode span.underline {
	text-decoration: underline;
}

/* Chat */
.chat-module {
	overflow: hidden;
	zoom: 1;
	padding: 5px 5px 5px 5px;
}
.chat-login .form {float: left;}
.chat-login .form-navi {padding: 15px 13px 11px;}
.chat-login .form label {width: 200px;}

.chat-module .chat-panel {
	height: 424px;
	overflow: hidden;
	overflow-y: scroll;
	margin: 10px 0px 10px 0px;
	border: 1px solid #A1A1A1;
}
.chat-module .chat-users {
	height: 424px;
	min-width: 185px;
	overflow: hidden;
	overflow-y: scroll;
	margin: 10px 0px 10px 10px;
	border: 1px solid #A1A1A1;
}
.chat-module .form-navi {
	padding: 0px;
	float: right;
}
.chat-module .form {
	padding: 0px;
}
.chat-module #chatBtnSend {
	float: right;
	width: auto;
}
.chat-module #sendUserMsg{
	float: right;
}
.chat-module #chat_msg_form {
	overflow: hidden;
	zoom: 1;
	padding-left: 0px;
}
.chat-module .form div {padding: 0px;}
.chat-module .send-button {
	padding: 0px 20px 0px 0px;
}
.chat-module input.button01 {height: 21px;}
.chat-module .jq-chat-button {
	*margin: 1px 0px 0px;
}

.chat-info {font-size: 11px;}
.chat-info .timer {
	float: right;
}
.chat-info #beginDate {
	color: green;
	padding: 0px 20px 0px 0px;
}
.chat-info .jq-chat-timer,
.chat-info #endDate {
	color: red;
}
.chat-info2 {
	background: none;
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.chat-info2 span {float: left;}
.chat-info2 span.right {float: right;}

.chat-module .form .chat-row {
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #DDDDDD;
}
.chat-module .form .chat-row div {
	padding: 5px;
}
.chat-module .form .chat-row span {
	font-size: 11px;
	color: #4F7AA5;
}
.chat-module .form .chat-row span.jq-chat-text {
	display: block;
	padding: 5px 0px 0px 10px;
	font-size: 13px;
	color: #494949;
}

.chat-module .form .chat-row-publish div {
	background-color: #F3F3F3;
}
.chat-module .form .chat-row-system div {
	background-color: #F0F7FF;
}
.chat-module .form .chat-row-system span,
.chat-module .form .chat-row-system span.jq-chat-text {
	font-style: italic;
	color: #227722;
}
.chat-module .form .chat-row-highlight span {
	/*color: #227722;*/
}
.chat-module .form .chat-row-highlight span.jq-chat-text {
	font-style: italic;
	color: #996600;
}

.chat-module .form .chat-row-moderator div {
	background-color: #F0F7FF;
}
.chat-module .form .chat-users .chat-row span {
	font-size: 12px;
	color: #494949;
}
.chat-module .form .chat-users .chat-row-moderator span {
	color: #227722;
}

.chat-module .jq-chat-date,
.chat-module .jq-chat-nick,
.chat-module .jq-chat-user {
	/*font-weight: bold;*/
}
.chat-module .jq-chat-publish,
.chat-module .jq-chat-publish-off {
	display: block;
	float: right;
}

.chat-module .chat-buttons {
	padding: 0px 0px 0px 10px;
}
.chat-module .chat-buttons input {
	float: left;
	width: 90px;
}
.chat-module .chat-buttons .chat-logout {
	float: right;
}
.chat-module .chat-input {
	border: 1px solid #A1A1A1;
}
.chat-module .chat-input input {
	width: 100%;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	border: 0px;
}

.jq-chat-tpl,
.jq-chat-user-tpl {
	display: none;
}
.jq-chat-kick,
.jq-chat-kick-off,
.jq-chat-ban,
.jq-chat-ban-off,
.jq-chat-publish,
.jq-chat-publish-off {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: -3px;
	cursor: pointer;
	background: url(../images/chat/kick.gif);
}
.jq-chat-kick-off {
	background: url(../images/chat/kick_off.gif);
	cursor: default;
}
.jq-chat-ban {
	background: url(../images/chat/ban.gif);
}
.jq-chat-ban-off {
	background: url(../images/chat/ban_off.gif);
	cursor: default;
}
.jq-chat-publish {
	background: url(../images/chat/apply.gif);
	cursor: default;
}
.jq-chat-publish-off {
	background: url(../images/chat/apply_off.gif);
}


/*qtip*/
/*
.qtip-content {
	line-height: 14px;
	font-weight: normal !important;
	font: 11px Tahoma !important;
	color: #ffffff !important;
	background-color: #010408 !important;
}
.qtip-title{
	background-color: #010408 !important;
	font-weight: bold !important;
	font: 11px Tahoma !important;
	color: #ffffff !important;
}
.qtip-content{
	background-color: #000000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}*/
.qtip-title{
	background-color: #010408 !important;
}


/*

.kont {
	background: url(../images/nowe/kont-a.png) no-repeat 0px 0px;
	margin-bottom: 6px;
}

.kont .kont1 {
	background: url(../images/nowe/kont-b.png) no-repeat right 0px;
	padding-top: 6px;
}

.kont .kont2 {
	background: url(../images/nowe/kont-c.png) no-repeat right bottom;
	padding-bottom: 6px;
}

.kont .kont3 {background: url(../images/nowe/kont-d.png) no-repeat 0px bottom;}

.kont .srodek {
	border-left: 1px solid #E6EAEC;
	border-right: 1px solid #E6EAEC;
	overflow: hidden;
	height: 1% !iefix;
}



.konnt {
	background: url(../images/tlo-modul-a.gif) no-repeat 0px 0px;
	margin-bottom: 10px;
}

.konnt .tr {
	background: url(../images/tlo-modul-b.gif) no-repeat right 0px;
	padding-top: 10px;
}

.konnt .br {
	background: url(../images/tlo-modul-c.gif) no-repeat right bottom;
	padding-bottom: 10px;
}

.konnt .bl {background: url(../images/tlo-modul-d.gif) no-repeat 0px bottom;}

.konnt .ramka {
	border-left: 1px solid #E6EAEC;
	border-right: 1px solid #E6EAEC;
	overflow: hidden;
	height: 1% !iefix;
}
*/

/*klient idywidualny*/
.towar{
	width: 744px;
	float: left;
    margin-bottom: 20px;
	margin-top: 10px;
}
.towar .col1{
	width: 237px;
	height: 20px;
	background: url(../images/nowe/towar.gif) repeat-x;
	border-right:1px solid white;
	float: left;
	padding: 5px;
	font-weight: bold;
}
.towar .col2{
	width: 117px;
	height: 20px;
	background: url(../images/nowe/towar.gif) repeat-x;
	border-right:1px solid white;
	float: left;
	padding: 5px;
	font-weight: bold;
}
.towar .col3{
	width: 120px;
	height: 20px;
	background: url(../images/nowe/towar.gif) repeat-x;
	border-right:1px solid white;
	float: left;
	padding: 5px;
	font-weight: bold;
	border-right:1px solid white;
}
.towar .col4{
	width: 60px;
	height: 20px;
	background: url(../images/nowe/towar.gif) repeat-x;
	float: left;
	padding: 5px;
	font-weight: bold;
	border-right:1px solid white;
}
.towar .col4a{	
	height: 20px;
	background: url(../images/nowe/towar.gif) repeat-x;
	float: left;
	padding: 5px;
	font-weight: bold;
}
.towar .col41{
	width: 22px;
	height: 20px;
	background: url(../images/nowe/towar.gif) repeat-x;
	float: left;
	padding: 5px;
	font-weight: bold;
}

.towar .col5{
	width: 240px;
	height: 20px;
	background-color: #f4f4f4;
	margin-top: 1px;
	border-right:1px solid white;
	float: left;
	padding: 2px 5px 8px 2px;
	font-weight: bold;
}
.towar .col6{
	width: 120px;
	height: 20px;
	background-color: #f4f4f4;
	margin-top: 1px;
	border-right:1px solid white;
	float: left;
	padding: 2px 5px 8px 2px;
	font-weight: bold;
}
.towar .col7{
	width: 123px;
	height: 20px;
	background-color: #f4f4f4;
	margin-top: 1px;
	border-right:1px solid white;
	float: left;
	padding: 2px 5px 8px 2px;
	font-weight: bold;
}
.towar .col8{
	width: 63px;
	height: 20px;
	background-color: #f4f4f4;
	margin-top: 1px;
	float: left;
	padding: 2px 5px 8px 2px;
	font-weight: bold;
	border-right:1px solid white;
}
.towar .col8a{
	width: 63px;
	height: 20px;
	background-color: #f4f4f4;
	margin-top: 1px;
	float: left;
	padding: 2px 5px 8px 2px;
	font-weight: bold;
}
.towar .col9a{
	width: 63px;
	height: 20px;
	background-color: #f4f4f4;
	margin-top: 1px;
	float: left;
	padding: 2px 5px 8px 2px;
	font-weight: bold;
}
.towar .col9{
	width: 53px;
	height: 20px;
	background-color: #f4f4f4;
	margin-top: 1px;
	float: left;
	padding: 2px 5px 8px 2px;
	font-weight: bold;
}

.towar span.input-gora{
    background: transparent url("../images/nowe/sprite.png") no-repeat 0 -54px;
    float: left;
    height: 27px;
    width: 6px;
}
.towar span.input-dol{
    background: transparent url("../images/nowe/sprite.png") no-repeat -263px -54px;
    float: left;
    height: 27px;
    width: 6px;
	margin-bottom: 10px;	
}
.towar span.input-srodek{
	width: 225px;
	height: 24px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	float: left;
}
.towar span.input-srodek input{
	float: left;
	margin: 0px 2px 13px 0px;
	border: none;
	width: 225px;
	height: 22px;
	background: #FFFFFF;
	padding-left: 3px;
	border: none;
}
.towar span.input-srodek1{
	width: 108px;
	height: 24px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	float: left;
}
.towar span.input-srodek1 input{
	float: left;
	margin: 0px 2px 13px 0px;
	border: none;
	width: 105px;
	height: 22px;
	background: #FFFFFF;
	padding-left: 3px;
	border: none;
}

.towar span.input-srodek2{
	width: 48px;
	height: 24px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	float: left;
}
.towar span.input-srodek2 input{
	float: left;
	margin: 0px 2px 13px 0px;
	border: none;
	width: 48px;
	height: 22px;
	background: #FFFFFF;
	padding-left: 3px;
	border: none;
}

.formularz label span.input-srodek2{
	width: 100px;
	height: 24px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	float: left;
}

.formularz label span.input-srodek2 input{
	float: left;
	margin: 0px 2px 13px 0px;
	border: none;
	width: 95px;
	height: 22px;
	background: #FFFFFF;
	padding-left: 3px;
	border: none;
}
.formularz label span.input-srodek3{
	width: 70px;
	height: 24px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	float: left;
}
.formularz label span.input-srodek3 img.ui-datepicker-trigger{
	position:absolute;
	margin-left:3px;
}

.formularz label span.input-srodek3 input{
	float: left;
	margin: 0px 2px 13px 0px;
	border: none;
	width: 70px;
	height: 22px;
	background: #FFFFFF;
	padding-left: 3px;
	border: none;
}

div.captcha-form div.captcha img{
	display:block;
}
div.captcha-form iframe{
	overflow:hidden;
	width: 204px;
	height:67px;
}


/*!
 * jQuery UI Autocomplete 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
	max-height: 350px;
    overflow: scroll;
    text-align: left;
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 11px;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.dodajpr{
	cursor:pointer;
}
#ddlNazwaProduktu{
	width: 200px;
}
.btnszukaj{
	float: right;
    margin-right: 50px;
}
.labele{
	font-weight: bold;
}
#ddlWada, #ddlPodgrupa{
	 margin-left: 236px;
}

.form-search input[disabled] {
	border: 1px solid #C1C1C1;
	height: 25px;
}
span.small{
	font-size: 10px;
}
.cplist.nag{
	background: transparent url(../images/nowe/towar.gif) repeat 0px 0px;	
	height: 30px;
}
.cplist.nag span{
	background:none;
}
.cplist span{
	padding: 5px;
	width: 119px;
	display: block;
	float:left;
	text-align: left;
	background-color: #F4F4F4;
    height: 20px;
    margin-top: 1px;
}

.cplist span.data{
	padding: 5px 5px 5px 10px;
	display: block;
	float:left;
	text-align: left;
	width: 255px;
	border-right: 1px solid white;
}
.cplist span.complaintnumber{
	padding: 5px 5px 5px 10px;
	display: block;
	float:left;
	text-align: left;
	width: 184px;
	border-right: 1px solid white;
}
.cplist span.stat{
	border-right: 1px solid white;
}

.cplist{
	clear:both;
}
.dodaj{
	width: 160px;
	background-color: #072557;
	text-align: center;
	padding: 4px 7px;
	margin-top: 50px;
}
.cufsend{
	margin-left: 376px;
    margin-top: 50px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    text-align: right;
}
.cufsend button{
	background:none;
	border:none;
	cursor: pointer;
}
.cuflog{
	margin-left: 230px;
    margin-top: 0px;
    text-align: right;
	float:left;
}
.cuflog button{
	background:none;
	border:none;
	cursor: pointer;
}
.dodaj a{
	text-align: center;
	color:#ffffff;
}
.lista-reklamacji {
	background: transparent url(../images/nowe/faq.png) repeat 0px 0px;
}

.reklamacja span.label{
	display: block;
    float: left;
    text-align: right;
    width: 215px;
}

.reklamacja span.lbwart{
	padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 4px;
    width: 160px;
}

.reklamacja span.labelfl{
    clear: none;
    display: block;
    float: left;
    position: relative;
}

.reklamacja .col5, .reklamacja .col6,.reklamacja .col7, .reklamacja .col8{
	text-align: center;
}

.reklamacja span.fix{
	clear:both;
	display:block;
}

.reklamacja span.naglowek{
	margin-top: 10px;
	display:block;
}
.dodajlist{
	margin-left: 175px;
	margin-top: 100px;
}
.dodajlist a{
	float:left;
	width: 160px;
	background-color: #072557;
	text-align: center;
	padding: 4px 7px;
	margin-top: 50px;
	margin-left: 10px;
	color:#fff;
}
.dodanoimg{
	background: transparent url(../images/nowe/pani.jpg) no-repeat 0px 0px;	
	width: 730px;
	height: 416px;
	text-align: center;
	margin-left: 100px;

}
.komunikatdodano{
	color:#494848;
	font-size: 24px;
	font-family: Tahoma;
	text-align: center;
	margin-top: 30px;
}

.cplist .status1{
	color:#07285b;
}

.cplist .status2{
	color:#066732;
}

.cplist .status3{
	color:#e82f2c;	
}

div.reg5{
	width: 190px;
	float: left;
	margin-top: 28px;
	margin-top: 27px \0/IE9;
	line-height: 15px;
}
div.contentmodule{
	width: 770px;
	float:left;
}

/*menu boczne*/
 div.regsrodkowy div.reg5 span.itemFoto{
	background-position: right 0;
	margin-right: 10px;
}
div.regsrodkowy div.reg5 span.katopis{
	display:block;
}
div.regsrodkowy div.reg5 ul li{
	background:none;
    margin-bottom: 1px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
	margin-left: 0px;
	width: 190px;
	clear:both;
}
div.regsrodkowy div.reg5 ul li span.gora{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -257px transparent;
	height:16px;
	display:block;
    width: 190px;
}
div.regsrodkowy div.reg5 ul li span.dol{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -287px transparent;
	height:16px;
	width: 190px;
	display:block;
	float:left;
}
div.regsrodkowy div.reg5 ul li a{
	font-family: Tahoma;
	font-size: 13px;
	color: #ffffff;
	padding-left: 14px;
	float: left;
	background-color: #072553;
	width: 190px;
}
div.regsrodkowy div.reg5 ul.poziom1, div.regsrodkowy div.reg5 ul.poziom1 li{
	width: 190px;
	float:left;
}
div.regsrodkowy div.reg5 ul li.active a, div.regsrodkowy div.reg5 ul li:hover a{
	background-color: #ffffff;
	width: 190px;
	text-decoration:none;
}
div.regsrodkowy div.reg5 ul li.active span.gora, div.regsrodkowy div.reg5 ul li:hover span.gora{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -390px transparent;
    height: 16px;
	width: 190px;
}

div.regsrodkowy div.reg5 ul li.active span.dol, div.regsrodkowy div.reg5 ul li:hover span.dol{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -418px transparent;
    height: 16px;
	width: 190px;
}

div.regsrodkowy div.reg5 ul li:hover a, div.regsrodkowy div.reg5 ul li.active a{
	color:#07285d;
	background-color: #ffffff;
}
div.regsrodkowy div.reg5 ul li.active a span, div.regsrodkowy div.reg5 ul li:hover a span{
	color: #07285d;
	font-weight: bold;

}
div.regsrodkowy div.reg5 ul li.active a span, div.regsrodkowy div.reg5 ul li:hover a span.itemFoto{
	background-position: right bottom;
	margin-right: 10px;
}
div.regsrodkowy div.reg5 ul li.active ul.poziom2{
	margin-left: 0px;
	margin-top: 1px;
	float:left;
}

div.regsrodkowy div.reg5 ul li.active ul.poziom2 li ul.poziom3{
	margin-left: 0px;
	margin-top: 1px;
	float:left;
}
div.regsrodkowy div.reg5 ul li ul.poziom2 li a span{
	padding: 0px 10px 0px 5px;
	width: 140px;
	display:inline-block;
}

div.regsrodkowy div.reg5 ul li ul.poziom2 li a,div.regsrodkowy div.reg5 ul li ul.poziom2 li a span {
	background-color:#eeeeee;
	font-weight:normal;
}
div.regsrodkowy div.reg5 ul li ul.poziom2 li span.gora{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -200px transparent;
	height:16px;
	display:block;
    width: 190px;
}
div.regsrodkowy div.reg5 ul li ul.poziom2 li span.dol{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -228px transparent;
	height:16px;
	width: 190px;
	display:block;
	float:left;
}
div.regsrodkowy div.reg5 ul li ul.poziom2 li.active a, div.regsrodkowy div.reg5 ul li ul.poziom2 li:hover a,
div.regsrodkowy div.reg5 ul li ul.poziom2 li.active a span, div.regsrodkowy div.reg5 ul li ul.poziom2 li:hover a span{
	background-color:#ffffff;
}

div.regsrodkowy div.reg5 ul li ul.poziom2 li.active span.gora, div.regsrodkowy div.reg5 ul li ul.poziom2 li:hover span.gora{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -390px transparent;
    height: 16px;
	width: 190px;
}
div.regsrodkowy div.reg5 ul li ul.poziom2 li.active span.dol, div.regsrodkowy div.reg5 ul li ul.poziom2 li:hover span.dol{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -418px transparent;
    height: 16px;
	width: 190px;
}


div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li.active a, div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li:hover a,
div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li.active a span, div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li:hover a span{
	background-color:#ffffff;
	text-decoration: unerline;
}

div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li.active span.gora, div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li:hover span.gora{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -390px transparent;
    height: 16px;
	width: 190px;
}
div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li.active span.dol, div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li:hover span.dol{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -418px transparent;
    height: 16px;
	width: 190px;
}

div.regsrodkowy div.reg5 ul.poziom1 li ul.poziom2 li ul.poziom3 li a span{
	padding: 0px 10px 0px 10px;
	display:inline-block;
	width: 140px;
}
div.regsrodkowy div.reg5 ul.poziom1 li ul.poziom2 li a:hover span{
	text-decoration: underline;
}
div.regsrodkowy div.reg5 ul.poziom1 li ul.poziom2 li ul.poziom3 li a:hover span
{
	text-decoration: underline;
}

div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3  li span.gora{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -200px transparent;
	height:16px;
	display:block;
    width: 190px;
}
div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li span.dol{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -228px transparent;
	height:16px;
	width: 190px;
	display:block;
	float:left;
}
div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li a, div.regsrodkowy div.reg5 ul li ul.poziom2 li ul.poziom3 li a span{
	background-color:#eeeeee;
	font-weight:normal;	
}

div.regsrodkowy div.reg5 ul li.single{
	margin-bottom: 0px;
}

#page_container_5{
	float:left;
	width:190px;
}
.opis-margines a{
	font-weight: bold;
}

.logform{
	float:left;
}

div.checkboks{
	margin-left: 235px;
}

/*blok logowania */
.blok-logowania.formularz label span{
	width: 140px;
	color: white;
	float: none;
}

.blok-logowania.formularz label span.input-gora{
    background: transparent url("../images/nowe/sprite.png") no-repeat 0 -54px;
    float: left;
    height: 27px;
    width: 6px;
	margin-left: 15px;
}
.blok-logowania.formularz label span.input-dol{
    background: transparent url("../images/nowe/sprite.png") no-repeat -263px -54px;
    float: left;
    height: 27px;
    width: 6px;
	margin-bottom: 10px;	
}
.blok-logowania.formularz label span.input-srodek3{
	border-bottom-color: #C1C1C1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #C1C1C1;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    height: 24px;
    width: 125px;
}
.blok-logowania span.lb{
	margin-bottom: 5px;
	text-align: left;
}
.linki a{
	margin: 0px 0px 0px 6px;
}

.kontenerlogin input.przycisk{
	width: 65px;
	background: none;
	color: #ffffff;
	border: none;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 1px;	
	float:right;
	margin-right: 5px;
}

.kontenerlogin span.gora{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -257px transparent;
	height:16px;
	display:block;
    width: 190px;
}
.kontenerlogin span.srodek{
	font-family: Tahoma;
	font-size: 13px;
	color: #ffffff;
	float: left;
	background-color: #072553;
	padding-left: 5px;
    width: 185px;
}
.kontenerlogin span.dol{
	background: url(../images/nowe/sprite.png) no-repeat scroll 0px -287px transparent;
	height:16px;
	width: 190px;
	display:block;
	float:left;
}
.formularz label span.usunplik {
	float:left;
	width:52px;
	display:block;
	color:#082c66;
}
.formularz label span.wybranyplik {
	display:block;
	float:left
}

.fileinput input{
	border: 1px solid #c1c1c1 \0/IE9 !important;
	width: 200px \0/IE9 !important; 
}

.loginblockerror{
	float:left;
	width: 140px;
	color: red;
}
.loginblockerror .error{
	margin-left: 10px !important;
	text-align: left !important;
	width: 150px !important;
	padding-bottom: 10px;
	color: red !important;
}
.checkregulamin{
	margin-left: 220px;
}
.checkregulamin label input{
	width: 30px !important;
}
.radioreg{
	margin-left: 175px;
	margin-bottom: 15px;
}

.infoimg{
	margin-left:10px;
}

.towar .err1{
	float: left;
    margin-bottom: 0;
    margin-left: 500px;
    margin-right: 0;
    margin-top: 0;
}
.reg1_blok .poziom1 li a span {
	color: #fff;
	font-family: DINPro;
	font-size: 24px;
}
h2.tytul2 {
	font-size:20px;
	color: #fff;
	font-family: DINPro;
}
span.reklamacjenaglowek {
	font-size: 72px;
	color:#fff;
	font-family: DINPro-Bold;
}
.sr-only.control-label {
	display: block;
	float: left;
	width: 215px;
	text-align: right;
}
.cuflog button{
	font-size: 24px;
	color: #082c66;
	font-family: 'DINPro' 
}
.chkbox input {
	width: auto !important;
	margin-left: 21px !important;
}
.table th{
	background: #E3E3E3 url(../images/nowe/towar.gif) repeat-x 0px 0px;
	height: 20px;
	max-height: 20px;
	overflow: hidden;
	padding: 5px;
	border: solid white;
	border-width: 0px 1px 0px 0px;
	font-weight: bold;
	line-height: 19px;
	color: #494848;
	font-size: 12px;
	text-align: center;
}
	.table th a {
		color: #494848;
		font-size: 12px;
	}
.table td {
	background: #F4F4F4;
	padding: 5px;
	border: solid white;
	border-width: 0px 1px 1px 0px;
	font-weight: normal;
	line-height: 19px;
	font-size: 12px;
	color: #494848;
	text-align: center;
}
table.table {
	border-spacing: 0px;
    border-collapse: separate;
	width: 100%;
}
.second {
	margin-right: 5px;

}
.form-inline .form-group {
	margin-bottom: 5px;
	margin-right: 5px;
}

input[type="checkbox"].mr5 {
	margin-right: 5px;
}
.search-button {
	padding-left: 417px;
}
.search-form .field-validation-error {
	display: none;
}
.empty.text-center {
	padding: 10px;
	background: #F4F4F4;
	margin-bottom: 5px;
}

.pagesize.form-control.input-sm, .footer .stats {
	float: left;
	margin-top: 12px;
}
.footer .stats {
	padding: 4px;
}
.pagination.pagination-sm{
	margin-top: 12px;
	padding-left: 130px;
	margin-bottom: 0px;
}

.required {
    color:red !important;
}
.fa.fa-times {
	cursor: pointer;
	padding: 3px;
}
.field-validation-error {
	color: #b94a48;
}
.formularz label span.field-validation-error, span.field-validation-error span {
	width: auto;
	margin-left: 10px;
}
.reg1  .title-box{
	color: white;
    font-size: 21px;
	line-height: 23px;
    padding-left: 25px;
    padding-top: 37px;
	float: left;
	padding-bottom: 6px;
}
.login-page .reg1 .title-box {
    padding-top: 40px;
}
.user-info {
	 color: white;
    display: inline-block;
    float: right;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 51px;
    padding-top: 15px;
    text-align: left;
}

#cookiesEU-box {
	text-align: center;
	font-weight: bold;
	color: #fff !important;
	 background-color: #14A5DA !important;
	padding: 20px;
	font-size: 12px;
	height: 94px;
}
.login-page .panel-body {
	padding-left: 200px;
}
.login-page div.gora {
	min-height: 100px;
}
.form-horizontal .form-group .btn {
	margin-top: 4px;
}
.margin-left-4 {
	margin-left:4px !important;
}
.InoviceType .input-list-container{
	display: inline-block;
}
.InoviceType input[type='radio'] {
	margin-right: 3px;
}
.InoviceType .checkbox-inline {
	padding-left: 7px;
}

.kontenerB2C {
	margin: auto;
	width: 50%;
	height: 50%;
	position: relative;
	padding: 100px 0 100px 0;
}

.opisB2C {
	text-align: center;
	margin-bottom: 5px;
}

.centerB2C {
	text-align: center;
	margin-top: 15px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}