@import url(../styles/base.css);
@import url(../styles/preview.css);
@import url(../styles/forum.css);
@import url(../styles/shop.css);
@import url(../styles/galerie.css);
@import url(../styles/tagi.css);
@import url(../styles/ogloszenia.css);
@import url(../styles/kalendarzWydarzen.css);

body {
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	background-color: #F9F8F5;
	margin: 0px;
	color: #2E3D4A;
}

a {
	color: #1662AF; 
	text-decoration: none;
}

a:hover {
	color: #597600;
	text-decoration: underline;
}

input, textarea {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #D5E1E7;
	padding: 5px;
	color: #5C6F7F;
}

table.szablon {
	width: 980px;
	margin: 0px auto 0px auto;
	
}

/* Menu gora */

/* IE */
ul.menuGora li {
	float: left;
	white-space: nowrap;
	height: 39px;
}
/* IE - Koniec */

ul.menuGora {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: right;
}

ul.menuGora li {
	position: relative;
	padding: 0px 0px 0px 15px;
	margin: 0px 5px 0px 0px;
	z-index: 1;
	background: url(../images/strzalka2.gif) no-repeat;
	background-position: 3px 5px;
}

ul.menuGora li a {
	color: #2E3D4A;
	text-decoration: none;
}

ul.menuGora li a:hover {
	text-decoration: underline;
}

/* Menu gora - Koniec */

h1 {
	display: block;
	float: left;
	width: 381px;
	height: 50px;
	margin: 0px;
}
h1 a {
	display: block;
	width: 381px;
	height: 50px;
	
	background-image: url(../images/logo.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
h1 span {
	display: none;
}

/* Ikony gora */

/* IE */
ul.ikonyGora li {
	float: left;
	white-space: nowrap;
	background: none;
	padding: 0px;
	margin: 0px;
}
/* IE - Koniec */

ul.ikonyGora {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

ul.ikonyGora li {
	position: relative;
	padding: 0px 0px 0px 15px;
	margin: 0px 2px 0px 0px;
	z-index: 1;
}

/* Ikony gora - Koniec */

div.blokNiebieskiGora {
	background: url(../images/niebieski_gora.gif) top left no-repeat;
	width: 980px;
	height: 12px;
	margin-top: 25px;
	overflow: hidden;
}

div.blokNiebieski {
	width: 978px;
	background-color: #E8EEF4;
	border-left: 1px solid #E1E1DB;
	border-right: 1px solid #E1E1DB;
}

div.blokNiebieskiDol {
	background: url(../images/niebieski_dol.gif) top left no-repeat;
	width: 980px;
	height: 11px;
	margin-bottom: 10px;
}

a.play {
	margin-left: 10px;
}

a.link {
	color: #1662AF;
	background: url(../images/strzalka1.gif) top left no-repeat;
	background-position: 0px 5px;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

a.link:hover {
	color: #597600;
	text-decoration: underline;
}

div.wyszukaj {
	float: left;
	margin-left: 10px;
}

div.zaloguj {
	float: right;
	margin-right: 10px;
}

div.naglowek {
	/*background: url(../images/naglowek.gif) top left no-repeat;
	width: 980px;
	height: 124px;*/
	margin-bottom: 10px;
	text-align: center;
}

div.naglowekData {
	margin: 0px 0px 10px 10px;
}

div.naglowekData span {
	color: #1662AF;
	font-weight: bold;
}

#lewa {
	padding-right: 20px;
	vertical-align: top;
}

#prawa {
	padding-left: 20px;
	vertical-align: top;
}

div.blokMinGora {
	background: url(../images/blok_min_gora.gif) top left no-repeat;
	width: 220px;
	height: 11px;
	overflow: hidden;
}

div.blokMin {
	width: 218px;
	border-left: 1px solid #E1E1DB;
	border-right: 1px solid #E1E1DB;
	background-color: #FFFFFF;
}

div.blokMinDol {
	background: url(../images/blok_min_dol.gif) top left no-repeat;
	width: 220px;
	height: 11px;
	margin-bottom: 10px;
}

/* Menu boczne */

#menu {
	margin: 0px 10px 0px 10px;
}

#menu ul {
	border-top: 1px solid #FFFFFF;
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	width: 100%;
}

#menu li {
	border-bottom: 1px solid #E5E5E5;
	margin: 0px;
	background: none;
	padding: 0px;
}

#menu li div {
	/*padding: 8px 0px 8px 10px; */
}

#menu ul li a {
	display: block;
	color: #2E3D4A;
	background: url(../images/strzalka1.gif) top left no-repeat;
	background-position: 10px 10px;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	padding: 6px 0px 6px 20px;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #FFFFFF;
	background: url(../images/strzalka3.gif) top left no-repeat;
	background-position: 10px 10px;
	background-color: #A4CE25;
	font-weight: bold;
	text-decoration: none;
}

#menu li.active div {
/*	
	background-color: #A4CE25;
	padding: 8px 0px 8px 10px; 
	margin: 2px 0px 2px 0px;
*/	
}

#menu li.active div a {
	color: #FFFFFF;
	background: url(../images/strzalka3.gif) top left no-repeat;
	background-position: 10px 10px;
	background-color: #A4CE25;
	font-weight: bold;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	padding: 6px 0px 6px 20px;
}

#menu li.active div a:hover {
	text-decoration: none;
}

#menu ul.poziom1 li {
	border-top: 1px solid #E5E5E5;
	border-bottom: none;
	margin: 0px;
}

#menu ul.poziom1 li div {
/*
	margin: 0px;
	padding: 8px 0px 8px 30px;
	background: none;
*/	
}

#menu ul.poziom1 li a {
	color: #2E3D4A;
	font-weight: normal;
	background: url(../images/strzalka1.gif) top left no-repeat;
	background-position: 30px 10px;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	padding: 6px 0px 6px 40px;
}

#menu ul.poziom1 li a:hover {
	color: #597600;
	font-weight: bold;
	text-decoration: none;
}

#menu ul.poziom1 li.active a {
	color: #597600;
	font-weight: bold;
}

#menu ul.poziom1 ul.poziom2 li {
	border-top: 1px solid #E5E5E5;
	border-bottom: none;
	margin: 0px;
}

#menu ul.poziom1 ul.poziom2 li div {
/*
	margin: 0px;
	padding: 10px 0px 10px 60px;
	background: none;
*/	
}

#menu ul.poziom1 ul.poziom2 li a {
	color: #2E3D4A;
	font-weight: normal;
	background: url(../images/strzalka1.gif) top left no-repeat;
	background-position: 50px 10px;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	padding: 6px 0px 6px 60px;
}

#menu ul.poziom1 ul.poziom2 li a:hover {
	color: #597600;
	font-weight: bold;
	text-decoration: none;
}

#menu ul.poziom1 ul.poziom2 li.active a {
	color: #597600;
	font-weight: bold;
	text-decoration: underline;
}

/* koniec Menu boczne */

h2 {
	background: url(../images/strzalka1.gif) top left no-repeat;
	background-position: 10px 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #1561AF;
	padding: 0px 0px 10px 20px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 10px;
}

div.kontenerBlokMin {
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
}

img.obrazek {
	border: 1px solid #D6DFE6;
}

input.input, textarea.input {
	background-color: #EFF4F8;
	border: 1px solid #D6DFE6;
	padding: 5px;
	color: #6E808F;
}

input.submit {
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	width: 74px;
	border: none;
	background: url(../images/przycisk.gif) top left no-repeat;
}

input.submit:hover {
	background: url(../images/przycisk_active.gif) top left no-repeat;
}

input.radio {
	background-color: #EFF4F8;
	border: none;
}

.bold {
	font-weight: bold;
}

div.zakladkaMenu {
	float: left;
	height: 20px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #D6DFE6;
	text-align: center;
	padding: 7px 5px 0px 5px;
}


div.zakladkaMenuActive {
	float: left;
	height: 20px;
	border-top: 1px solid #D6DFE6;
	border-right: 1px solid #D6DFE6;
	border-left: 1px solid #D6DFE6;
	background-color: #FFFFFF;
	text-align: center;
	padding: 7px 5px 0px 5px;
	color: #597600;
}

div.zakladkaMenuKoniec {
	border-bottom: 1px solid #D6DFE6;
	height: 27px;
}

div.zakladka {
	float: left;
	width: 97px;
	height: 20px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #D6DFE6;
	text-align: center;
	cursor: pointer;
	padding-top: 7px;
}

div.zakladka1Active {
	float: left;
	width: 97px;
	height: 20px;
	border-top: 1px solid #D6DFE6;
	border-right: 1px solid #D6DFE6;
	text-align: center;
	cursor: pointer;
	padding-top: 7px;
	color: #597600;
}

div.zakladka2Active {
	float: left;
	width: 97px;
	height: 20px;
	border-top: 1px solid #D6DFE6;
	border-left: 1px solid #D6DFE6;
	text-align: center;
	cursor: pointer;
	padding-top: 7px;
	color: #597600;
}

div.zakladkaSpacer {
	border-bottom: 1px solid #D6DFE6;
	height: 27px;
	width: 3px;
	float: left;
}

div.gielda a {
	display: block;
	background: url(../images/strzalka1.gif) top left no-repeat;
	background-position: 5px 10px;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #D6DFE6;
	text-decoration: none;
	color: #2E3D4A;
}

div.gielda a:hover {
	color: #1662AF;
	background-color: #E8EEF4;
}

div.gielda span {
	display: block;
	float: right;
	cursor: pointer;
	color: #B3BFC8;
	margin-right: 5px;
}

div.gieldaNaglowek {
	color: #2E3D4A;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #D6DFE6;
	border-bottom: 1px solid #D6DFE6;
}

div.gieldaNaglowek span {
	color: #2E3D4A;
}

input.radio {
	border: none;
}

div.blokMaxGora {
	background: url(../images/blok_max_gora.gif) top left no-repeat;
	width: 500px;
	height: 13px;	
}

div.blokMaxGora2 {
	background: url(../images/blok_max_gora2.gif) top left no-repeat;
	width: 500px;
	height: 13px;	
}

div.blokMax {
	width: 498px;
	border-left: 1px solid #E1E1DB;
	border-right: 1px solid #E1E1DB;
	background-color: #FFFFFF;
}

div.blokMaxDol {
	background: url(../images/blok_max_dol.gif) top left no-repeat;
	width: 500px;
	height: 13px;
	margin-bottom: 10px;
}

div.blokMax h2, div.blokBig h2, div.blokSMax h2 {
	text-transform: none;
	font-size: 14px;
	background: none;
	padding: 0px;
	border: none;
	float: left;
}

div.blokSMaxGora {
	background: url(../images/blok_smax_gora.gif) top left no-repeat;
	width: 740px;
	height: 13px;	
}

div.blokSMaxGora2 {
	background: url(../images/blok_smax_gora2.gif) top left no-repeat;
	width: 740px;
	height: 13px;	
}

div.blokSMax {
	width: 738px;
	border-left: 1px solid #E1E1DB;
	border-right: 1px solid #E1E1DB;
	background-color: #FFFFFF;
}

div.blokSMaxDol {
	background: url(../images/blok_smax_dol.gif) top left no-repeat;
	width: 740px;
	height: 13px;
	margin-bottom: 10px;
}

a.rss {
	background: url(../images/rss.gif) top left no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	float: right;
}

a.naglowekWszystkie {
	margin: 2px 0px 0px 0px;
	display: block;
	color: #2E3D4A;
	float: left;
}

div.boxSkrot {
	padding: 10px;
	border-bottom: 1px solid #D6DFE6;
	height: 1%;
}

div.boxSkrotNiebieski {
	padding: 10px;
	background-color: #F3F6F9;
	border-bottom: 1px solid #D6DFE6;
	height: 1%;
}

div.boxSkrotTloBiale {
	background-color: #FFFFFF;
}

div.boxSkrotTloBraz {
	background-color: #F4F3DE;
}

div.obrazek {
	float: left;
	margin: 0px 10px 0px 0px;
}

span.skrotTytul {
	font-weight: bold;
	font-size: 12px;
}

span.skrotData {
	color: #1662AF;
	font-size: 10px;
}

a.skrotLink {
	background: url(../images/strzalka4.gif) top right no-repeat;
	background-position: right 5px;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
}

span.skrotDataKalendarz {
	font-weight: bold;
	color: #1662AF;
	background: url(../images/strzalka1.gif) top right no-repeat;
	background-position: right 5px;
	padding: 0px 10px 0px 0px;
	display: block;
	float: left;
}

a.skrotData {
	font-weight: bold;
	color: #1662AF;
	background: url(../images/strzalka1.gif) top right no-repeat;
	background-position: right 5px;
	padding: 0px 10px 0px 0px;
	display: block;
	float: left;
}

a.skrotData:hover {
	color: #597600;
}

div.skrotKomentarzy {
	float: right;
	color: #B3BFC8;	
}

div.skrotTresc {
	padding: 0px 100px 0px 85px;
}

span.katalogNazwa {
	background: url(../images/strzalka1.gif) top left no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}

div.blokBigGora {
	background: url(../images/blok_big_gora.gif) top left no-repeat;
	width: 980px;
	height: 13px;	
}

div.blokBig {
	width: 978px;
	border-left: 1px solid #E1E1DB;
	border-right: 1px solid #E1E1DB;
	background-color: #FFFFFF;
}

div.blokBigDol {
	background: url(../images/blok_big_dol.gif) top left no-repeat;
	width: 980px;
	height: 13px;
	margin-bottom: 10px;
}

.floatRight {
	float: right;
}

div.skrotForum {
	width: 470px;
	float: left;
}

div.skrotMasazysci {
	width: 470px;
	float: right;
}

.niebieski {
	color: #1662AF;
}

.zielony {
	color: #597600;
}

.szary {
	color: #B3BFC8;
}

.szaryCiemny {
	color: #9C9C9C;
}

.czerwony {
	color: #FF0000;
}

div.boxMasazysta {
	width: 225px;
	float: left;
	margin: 0px 5px 0px 5px;
}

div.rzadMasazysta {
	border-top: 1px solid #CDD6DB;
	margin-top: 10px;
	padding-top: 10px;
}

div.stopka {
	border-top: 1px solid #E1E1DB;
	color: #7E7D7D;
	margin-bottom: 10px;
	padding-top: 10px;
}

div.galeria {
	border-top: 1px solid #CDD6DB;
	border-bottom: 1px solid #CDD6DB;
	padding: 10px 0px 10px 0px;
	text-align: center;
	height: 1%;
}

div.galeriaNaglowek {
	border-top: 1px solid #CDD6DB;
	margin: 0px 0px 20px 0px;
	padding: 20px 10px 0px 10px;
}

div.galeriaNaglowek2 {
	border-top: 1px solid #CDD6DB;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

div.boxGaleria {
	width: 137px;
	float: left;
	margin: 10px;
}

div.pager {
	float: right;
}

div.pager a {
	color: #2E3D4A;
}

div.pager span {
	color: #597600;
	font-weight: bold;
}

a.wyslijZnajomemu {
	background: url(../images/wyslij_znajomemu.gif) top left no-repeat;
	background-position: 0px 0px;
	padding: 2px 0px 2px 25px;
	font-weight: bold;
}

a.drukuj {
	background: url(../images/drukuj.gif) top left no-repeat;
	background-position: 0px 0px;
	padding: 2px 0px 2px 25px;
	font-weight: bold;
	margin-left: 10px;
}

div.nawigacja {
	float: right;
}

div.litery {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

div.litery a {
	color: #2E3D4A;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 2px 0px 2px;
	text-transform: uppercase;
}

div.litery a.active {
	color: #597600;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 1px 0px 1px;
	text-transform: uppercase;
	text-decoration: underline;
}


div.galeriaKategorie {
	border-top: 1px solid #CDD6DB;
	border-bottom: 1px solid #CDD6DB;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}

div.galeriaKategorie a {
	background: url(../images/strzalka1.gif) no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 10px;
	color: #2E3D4A;
}

div.galeriaDodaj {
	border-bottom: 1px solid #CDD6DB;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

a.dodaj {
	background: url(../images/dodaj.gif) no-repeat;
	background-position: 0px 0px;
	padding: 1px 0px 1px 20px;
	color: #597600;
}

span.artykulow {
	float: right;
	color: #B3BFC8;
}

a.nazwaKategorii {
	font-size: 12px;
	font-weight: bold;
}

span.kategorieNaglowek {
	font-size: 12px;
	font-weight: bold;
}

div.listaKategorii {
	border-top: 1px solid #CDD6DB;
	padding-top: 10px;
	margin-bottom: 20px;
}

div.reklama {
	background: url(../images/reklama.gif) no-repeat top center;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 10px 0px;
	border-bottom: 1px solid #CDD6DB;
	text-align: center;
}

div.komentarze {
	background: url(../images/komentarze.gif) no-repeat top center;
	width: 476px;
	height: 49px;
	padding: 6px 0px 0px 0px;
}

div.iloscKomentarzy {
	margin: 0px 0px 11px 120px;
}

div.komentarzeLink {
	margin: 0px 0px 0px 120px;
}

span.polaWymagane {
	color: #1662AF;
	font-size: 10px;
	float: right;
}

div.formAkcja {
	border-top: 1px solid #CDD6DB;
	padding-top: 10px;
	margin-top: 10px;
}

/* Gwiazdki */
img.stars {
	width: 100px;
	height: 19px;
	background-color: #f9eb0e;
	background-image: url(../images/stars_bg.gif);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	vertical-align: -5px;
}
img.rating {
	cursor: pointer;
}
#stars-msg {
	display: none;
	padding: 5px 20px 0px 20px;
	color: #FF0000;
}

/* ArtykulyExt */

div.boxSkrotTlo {
	background-color: #F3F6F9;
}

/* Zakladki */
.tabs div.tab {
	float: left;
	width: 97px;
	height: 20px;
	border-top: 1px solid #D6DFE6;
	border-right: 1px solid #D6DFE6;
	text-align: center;
	cursor: pointer;
	padding-top: 7px;
	color: #597600;
}

.tabs div.off {
	float: left;
	width: 97px;
	height: 20px;
	background-color: #F5F5F5;
	border: none;
	border-bottom: 1px solid #D6DFE6;
	text-align: center;
	cursor: pointer;
	padding-top: 7px;
	color: #000000;
}

.tabs div.second {
	float: left;
}

.tabs div.second div.tab {
	float: left;
	width: 97px;
	height: 20px;
	border-right: none;
	border-top: 1px solid #D6DFE6;
	border-left: 1px solid #D6DFE6;
	text-align: center;
	cursor: pointer;
	padding-top: 7px;
	color: #597600;
}

.tabs div.second div.off {
	float: left;
	width: 97px;
	height: 20px;
	background-color: #F5F5F5;
	border: none;
	border-bottom: 1px solid #D6DFE6;
	text-align: center;
	cursor: pointer;
	padding-top: 7px;
	color: #000000;
}

.tabs div.tab-panel {
	display: none;
	clear: both;
}

/* Ankiety */
.chart .bar-big {
	height: 16px;
	background-image: url(../images/bar.png); 
	text-align: center; 
}

/* Katalog Bran¿owy */

a.katalogKategoria {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}