body {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	color: #000;
	font-size: 12px;
	background: url(../img/gradient_gora.png) repeat-x #fff;
}

input, select, textarea {
	font-family: Arial,Helvetica,Garuda,sans-serif;
}

a:link, a:visited {
	color: #B64911;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF8800;
	text-decoration: none;
}

a img {
	border: none;
}

.red, a.red {
	color: #B64911;
}
.gray, a.gray {
	color: #797574;
}

img.img-left {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	border: solid 1px #C4C4C4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #ECEBF0;
}

/* fala */
#wrap-bg {
	background: url(../img/fala.png) no-repeat right 50px;
	border-top: 5px solid #ED922C;
}
/* główny kontener */
#wrap {
	width: 990px;
	margin: 0 auto;
}

/* góra: logo, menu, zdjęcie, szukaj, tło */
#top {
	position: relative;
	width: 100%;
	height: 185px;
}
#top h1 {
	position: absolute;
	bottom: 75px;
	left: 8px;
	z-index: 2;
	margin: 0;
}
#top h1 a {
	display: block;
	width: 250px;
	height: 51px;
	overflow: hidden;
	background: url(../img/logo.png) no-repeat;
	text-indent: -999em;
	line-height: 3000;
}
#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 990px;
	height: 78px;
	background: url(../img/menu_bg.png) no-repeat;
}
#menu ul {
	list-style: none;
	margin: 20px 0 0 15px;
	padding: 0;
}
#menu ul li.main {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../img/separator_navi.png) no-repeat right 20px;
}
#menu ul li.main a {
	display: block;
	margin: 20px 0px 0 0px;
	padding: 10px 15px 1px 15px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: top center;
	letter-spacing: 1px;
	border: solid 1px transparent;
	border-bottom: none;
}
#menu li.portal a {
	background-image: url(../img/ikony_navi/ico_main.png);
}
#menu li.hodowla a {
	background-image: url(../img/ikony_navi/ico_hodowla.png);
}
#menu li.wystawy a {
	background-image: url(../img/ikony_navi/ico_wystawy.png);
}
#menu li.opsach a {
	background-image: url(../img/ikony_navi/ico_o_psach.png);
}
#menu li.dlapsow a {
	background-image: url(../img/ikony_navi/ico_dla_psow.png);
}
#menu li.galeria a {
	background-image: url(../img/ikony_navi/ico_galeria.png);
}
#menu li.ogloszenia a {
	background-image: url(../img/ikony_navi/ico_ogloszenia.png);
}
#menu li.spolecznosc a {
	background-image: url(../img/ikony_navi/ico_spol.png);
}
#menu li.wsparcie {
	background-image: none !important;
}
#menu li.wsparcie a {
	margin-right: 0 !important;
	background-image: url(../img/ikony_navi/ico_wsparcie.png);
}
#menu li.main a.hov {
	position: relative;
	z-index: 11;
	border: solid 1px #E05118;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: solid 1px #FF8300;
}

#menu ul.sub {
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
	min-width: 150px;
	margin: 0;
	padding: 15px 10px 0 10px;
	z-index: 10;
	border: solid 1px #E05118;
	border-radius: 5px;
	border-top-left-radius: 0;
	background: #FF8300;
}
#menu ul.sub li {
	position: static;
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#menu ul.sub li a {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 11px;
	text-align: left;
	border: none;
}
#menu ul.sub li a:hover {
	border: none;
	background-color: #FF9400;
}

#top #haslo-head {
	position: absolute;
	width: 200px;
	top: 100px;
	left: 240px;
	color: #E27120;
	text-shadow: 3px 3px 2px #C4C4C4;
	filter: dropshadow(color=#C4C4C4, offx=3, offy=3);	
	font-size: 15px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#top img {
	position: absolute;
	top: 5px;
	right: 90px;
	z-index: 1;
}
#top form div {
	position: absolute;
	top: 114px;
	right: 14px;
	z-index: 3;
	color: #fff;
	font-weight: bold;
}
#top form input {
	border: none;
	background: #fff;
	margin: 0 0 0 5px;
	width: 145px;
	height: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#top form input.btn {
	width: 19px;
	height: 19px;
	background: url(../img/lupa_icon.png) no-repeat;
	cursor: pointer;
}

/* kontener treści */
#page {
	width: 100%;
}
/* kolumn a lewa i prawa */
#sidebar1 {
	float: left;
	width: 180px;
}
#sidebar2 {
	float: right;
	width: 215px;
}
/* treść */
#content {
	float: left;
	width: 560px;
	/*overflow: hidden;*/
	margin: 30px 0 0 10px;
	padding: 15px 10px 10px 10px;
	background: url(../img/linia_szara.png) no-repeat;
	position: relative;
}
#content h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #FF8C00;
}

/* menu lewe */
#sidebar1 ul {
	list-style: none inside;
	margin: 0;
	padding: 0;
}
#sidebar1 ul li {
	width: 174px;
	margin: 1px 0;
	padding: 0;
}
#sidebar1 ul li a {
	display: block;
	width: 159px;
	padding: 5px 0 5px 15px;
	background: url(../img/podnavi_bg_off.jpg) repeat-x #D6D6D6;
	color: #DF732A;
	text-decoration: none;
	font-size: 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}
#sidebar1 ul li a:hover, #sidebar1 ul li.act a {
	background: url(../img/podnavi_bg_on.jpg) repeat-x #F3A835;
	color: #fff;
}
/* podmenu */
#sidebar1 ul li ul {
	margin: 1px 0 0 0;
	padding: 3px 0 5px 0;
	background: #D6D6D6;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}
#sidebar1 ul li.act ul {
	background: #F1A835;
}
#sidebar1 ul li ul li {
	margin: 2px 0 0 12px;
	padding: 0;
	background: url(../img/strzalka_button.png) no-repeat 4px 5px;
}
#sidebar1 ul li ul li a {
	width: 140px;
	display: inline-block;
	background: none !important;
	font-size: 12px;
	color: #DF732A;
	padding: 0 0 0 16px;
}
#sidebar1 ul li ul li a:hover {
	color: #FF934A;
}
#sidebar1 ul li.act ul li a {
	color: #fff;
}
#sidebar1 ul li.act ul li a:hover {
	color: #FAF3D6;
}

/* nagłówek/przycisk */
.btn_ico {
	position: relative;
	display: block;
	width: 100%;
	height: 35px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	background: url(../img/lewa_button.png) no-repeat;
}
.btn_ico span.c {
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	height: inherit;
	padding: 10px 0 0 20px;
	background: url(../img/srodek_button.png) repeat-x;
}
.btn_ico span.r {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 15px;
	height: inherit;
	background: url(../img/prawa_button.png) no-repeat;
}
.btn_ico span.ico {
	position: absolute;
	top: -20px;
	left: -15px;
	z-index: 2;
	display: block;
	width: 44px;
	height: 45px;
	background: url(../img/kolko_icon.png) no-repeat;
}
.btn_ico span.ico span {
	display: block;
	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	background-position: 14px 16px;
}
.btn_ico span.main span {
	background-image: url(../img/ikony_navi/ico_main.png);
	background-position: 13px 15px;
}

.btn_ico span.hodowla span {
	background-image: url(../img/ikony_navi/ico_hodowla.png);
	background-position: 8px 11px;
}
.btn_ico span.wystawy span {
	background-image: url(../img/ikony_navi/ico_wystawy.png);
	background-position: 12px 16px;
}
.btn_ico span.opsach span {
	background-image: url(../img/ikony_navi/ico_o_psach.png);
}
.btn_ico span.galeria span {
	background-image: url(../img/ikony_navi/ico_galeria.png);
}
.btn_ico span.spol span {
	background-image: url(../img/ikony_navi/ico_spol.png);
}
.btn_ico span.oglos span {
	background-image: url(../img/ikony_navi/ico_ogloszenia.png);
}

.btn_ico span.szukaj span {
	background-position: 13px 13px;
	background-image: url(../img/szukaj_icon.png);
}
#sidebar1 h3.btn_ico span.c {
	width: 129px;
}
#sidebar2 h3.btn_ico span.c {
	width: 179px;
	padding-left: 0;
}

/* zakładki */
div.btn_tabs {
	width: 100%;
}
div.btn_tabs a {
	position: relative;
	float: left;
	display: block;
	width: 104px;
	height: 35px;
	background: url(../img/lewa_button_szary.png) no-repeat;
	color: #fff;
	font-size: 14px;
}
div.btn_tabs a.r {
	float: right;
}
div.btn_tabs span.c {
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	width: 74px;
	height: inherit;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0 0;
	background: url(../img/srodek_button_szary.png) repeat-x;
}
div.btn_tabs span.r {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 15px;
	height: inherit;
	background: url(../img/prawa_button_szary.png) no-repeat;
}
div.btn_tabs a:hover, div.btn_tabs a.act {
	background-image: url(../img/lewa_button.png);
}
div.btn_tabs a:hover span.c, .btn_tabs a.act span.c {
	background-image: url(../img/srodek_button.png);
}
div.btn_tabs a:hover span.r, div.btn_tabs a.act span.r {
	background-image: url(../img/prawa_button.png);
}
div.btn_tabs.big a {
	margin: 0 1px 0 0;
}
div.btn_tabs.big a {
	width: 185px;
}
div.btn_tabs.big span.c {
	width: 155px;
}
div.btn_tabs.big a:hover, div.btn_tabs.big a.act {
	background: url(../img/lewa_button_zielony.png) no-repeat;
}
div.btn_tabs.big a:hover span.c, .btn_tabs.big a.act span.c {
	background-image: url(../img/srodek_button_zielony.png);
}
div.btn_tabs.big a:hover span.r, div.btn_tabs.big a.act span.r {
	background-image: url(../img/prawa_button_zielony.png);
}

/* zakladki zielone dla 4 w rzedzie */

div.btn_tabs.big1 a {
	margin: 0 1px 0 0;
}
div.btn_tabs.big1 a {
	width: 139px;
}
div.btn_tabs.big1 span.c {
	width: 109px;
}
div.btn_tabs.big1 a:hover, div.btn_tabs.big1 a.act {
	background: url(../img/lewa_button_zielony.png) no-repeat;
}
div.btn_tabs.big1 a:hover span.c, .btn_tabs.big1 a.act span.c {
	background-image: url(../img/srodek_button_zielony.png);
}
div.btn_tabs.big1 a:hover span.r, div.btn_tabs.big1 a.act span.r {
	background-image: url(../img/prawa_button_zielony.png);
}

/* formularz rejestracyjny na glownej stronie */

div#g_rej {
	background: url(../img/g_form.jpg) no-repeat -10px bottom;
	/*background-color: #EEE;*/
	margin: 20px 0 0 0; 
}

div#g_rej_in {
	background: url(../img/form/linia_gora.png) no-repeat top;
}

div#g_rej_con {
	height: 230px;
	background: url(../img/form/linia_dol.png) no-repeat bottom;
}

div#g_rej_con .g_rej_left {
	width: 300px;
	float: left;
	padding: 10px;
}
div#g_rej_con .g_rej_left h2 {
	font-size: 19px;
	margin: 2px;
}
div#g_rej_con .g_rej_left form {
	padding: 20px 10px 10px 10px;
	color: #EA8127;
	font-size: 16px;
	font-weight: bold;
}
div#g_rej_con .g_rej_left form input {
	border: 2px solid #EA8127;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	padding: 7px;
	margin: 7px 0px;
	font-size: 17px;
	color: #EA8127;
	font-weight: bold;
}
div#g_rej_con .g_rej_left form div.big_btn, div.big_btn {
	background: url(../img/form/button_dalej.png) no-repeat;
    color: #FFFFFF;
    height: 36px;
    margin: 28px 0 0;
    width: 117px;
}

div.big_btn {
	margin: 20px 0 0 80px;
}

div#g_rej_con .g_rej_left form div.big_btn input, div.big_btn input {
	width: inherit;
	height: inherit;
	border: none;
	background: url(../img/form/strzalka_dalej.png) no-repeat 100px center;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px 0px 0;
	margin: 0px;
}
div#g_rej_con .g_rej_right {
	width: 240px;
	float: right;
}
div#g_rej_con .g_rej_right ul {
	list-style: none;
}
div#g_rej_con .g_rej_right ul li {
	padding: 5px 0px 5px 20px; 
	background: url(../img/form/strzalka_mala.png) no-repeat left center;
	font-size: 13px;
	font-weight: bold;
	color: gray;
}

/* facebook box */

div.fb-like-box {
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

/* boks zewnętrzny z ramką */
div.box-out {
	position: relative;
	margin: 30px 0 0 0;
	padding: 2px;
	border: solid 1px #D8D8DA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}
div.box-out.box-tabs {
	height: 230px;
}
div.box-out.or {/* pomarańczowa ramka */
	border-color: #EF972D;
}
div.box-out.polec span.b {/* wstęga */
	position: absolute;
	top: -4px;
	left: -6px;
	width: 126px;
	height: 78px;
	background: url(../img/polecamy.png) no-repeat;
}
div.box-out.polec div.box-in {
	padding-top: 70px;
}

/* boks wewnętrzny z treścią */
div.box-in {
	margin: 1px 0 0 0;
	padding: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}
div.box-out.box-tabs div.box-in {
	position: absolute;
	top: 40px;
	left: 0;
}
/* bez zaokrągleń u góry */
div.box-in.no-r {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;	
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;		
}
div.box-in.grn { /* zielony */
	background: #5FCC0F;
}
div.box-in.gr { /* szary */
	background: url(../img/gradient_boxy.jpg) repeat-x #EDEDED;
}

/* boks wyszukiwania */
#box-wyszukaj input, #box-wyszukaj select{
	width: 100%;
	border: none;
	font-size: 11px;
	margin: 2px 0;
}
#box-wyszukaj input {
	width: 70%;
}
#box-wyszukaj input.chbox {
	width: auto;
	margin: 3px 5px 0 0;
}
#box-wyszukaj div.btn {
	float: right;
	width: 87px;
	height: 28px;
	background: url(../img/szukaj_button.png) no-repeat;
	margin: 10px 0 0 0;
}

/* boks logowania / konta usera */
#box-konto input.txt {
	width: 165px;
	height: 22px;
	margin: 5px 0 0 0;
	padding: 0;
	border: solid 1px #C4C4C4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
}
#box-konto ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#box-konto ul li {
	margin: 3px 0;
	font-size: 12px;
}

#box-konto form p {
	margin: 10px 0;
	line-height: 20px;
}

/* przycisk submit */
div.btn {
	width: 83px;
	height: 24px;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url(../img/login_button.png) no-repeat;
	margin: 5px auto;
}

div.btn input {
	width: inherit;
	height: inherit;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url(../img/strzalka_button.png) no-repeat 70px center;
	padding: 0 5px 1px 0;
}

/* oceny, ulubione itd. */
div.pulpit {
	position: relative;
	width: 100%;
	height: 140px;
	background: url(../img/bg_ocen.png) no-repeat;
	margin: 30px 0 0 0;
}
div.pulpit span.d {
	display: block;
	float: left;
	width: 1px;
	height: 30px;
	font-size: 0;
	margin: 0 0 0 10px;
	border-left: solid 1px #DADADC;
}
div.pulpit span.d1, div.pulpit span.d2 {
	position: absolute;
	top: 45px;
	left: 150px;
	height: 45px;
	float: none;
	margin: 0;
}
div.pulpit span.d2 {
	position: absolute;
	top: 45px;
	left: 420px;
}
div.pulpit-oceny, div.pulpit-blog , div.pulpit-ulubione{
	float: left;
	width: 150px;
	float: left;
	text-align: center;
}
div.pulpit span.t {
	display: block;
	margin: 10px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	color: #DE451C;
}
div.pulpit-oceny div.l {
	float: left;
	margin: 0 0 0 30px;
	color: #5BB431;
	font-weight: bold;
	line-height: 20px;
}
div.pulpit-oceny div.l input {
	border: none;
	width: 29px;
	height: 32px;
	background: url(../img/btn_ocen_plus.png) no-repeat;
	/*overflow: hidden;
	text-indent: -999em;
	line-height: 3000;*/
}
div.pulpit-oceny div.r {
	float: right;
	margin: 0 30px 0 0;
	color: #D83500;
	font-weight: bold;
	line-height: 20px;
}
div.pulpit-oceny div.r input {
	border: none;
	width: 29px;
	height: 32px;
	background: url(../img/btn_ocen_minus.png) no-repeat;
	/*overflow: hidden;
	text-indent: -999em;
	line-height: 3000;*/
}
div.pulpit-oceny span.ocena-pasek-bg {
	display: block;
	width: 120px;
	height: 5px;
	margin: 5px auto;
	font-size: 0;
	background: #DE451C;
	border: 1px solid #B4B4B4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
}
div.pulpit-oceny span.ocena-pasek {
	display: block;
	height: 100%;
	background: #5BB431;
}
div.pulpit-blog {
	width: 280px;
}
div.pulpit-blog div.addthis_toolbox {
	margin: 0 0 0 16px;
}
div.pulpit-blog input.btn {
	border: none;
	width: 29px;
	height: 33px;
	overflow: hidden;
	background: url(../img/btn_udostepnij.png) no-repeat;
	text-indent: -999em;
	line-height: 3000;
}
div.pulpit-ulubione {
	width: 60px;
	font-size: 12px;
}
div.pulpit-ulubione input {
	border: none;
	width: 29px;
	height: 33px;
	overflow: hidden;
	margin: 0 5px 0 0;
	background: url(../img/btn_ulubione_dodaj.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
	text-indent: -999em;
	line-height: 3000;
}
div.pulpit-ulubione input.act {
	background-image: url(../img/btn_ulubione_usun.png);
}

div.pulpit-wysw {
	position: absolute;
	right: 100px;
	bottom: 20px;
	font-size: 12px;
}
div.pulpit-zglos {
	position: absolute;
	right: 200px;
	bottom: 20px;
	font-size: 12px;
	color: red;
}

div#komentarze {
	padding: 23px 0 0 0;
}
div#komentarze_nag {
	background: url(../img/bg_komentarz.png) no-repeat top left;
	height: 40px;
	padding: 3px 8px 3px 8px;
}
div#komentarze_nagl {
	float: left;
	width: 180px;
	font-size: 16px;
	color: #CE5900;
	padding-top: 5px;
	font-weight: bold;
}
div#komentarze_nagr {
	float: right;
	text-align: right;
	width: 320px;
	font-size: 13px;
	color: gray;
	padding: 0 20px 0 0;
}
div#komentarze_nagr a.dodaj {
	display: block;
	padding: 6px 30px 0 0;
	background: url(../img/dodaj_komentarz.png) no-repeat right center;
	float: right;
	width: 100px;
	height: 25px;
}
div#komentarze_nagr a.zobacz {
	display: block;
	margin: 3px 0px 0 0;
	padding: 3px 40px 0 0;
	border-right: 1px solid #EA8127;
	background: url(../img/komentarze.png) no-repeat 150px center;
	float: left;
	width: 140px;
}
div#komentarze_cont {
	padding: 0 15px 0 15px;
}
div#komentarze_cont div.komentarz {
	padding: 10px 0 0 0;
}
div#komentarze_cont div.komentarz div.komentarz_autor {
	float: left;
	width: 105px;
	overflow: hidden;
}
div#komentarze_cont div.komentarz div.komentarz_cont {
	float: right;
	width: 385px;
	padding: 10px;
	height: 50px;
	background-color: #F5F5F5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
	overflow: hidden;
}

div#komentarze_cont div.kom-brak {
	padding: 10px;
	margin: 20px;
	text-align: center;
	background-color: #F4F4F4;
	font-size: 16px;
}

/* modyfikacje dla pulpit_m */
div.pulpit_m {
	position: relative;
	float: left;
	
}
div.pulpit_m div.pulpit-oceny {
	width: 70px;
}
div.pulpit_m div.pulpit-oceny div.l, div.pulpit_m div.pulpit-oceny div.r {
	margin: 0 5px 0 5px;
}
div.pulpit_m div.pulpit-oceny div.l input {
	width: 15px;
	height: 16px;
	background: url(../img/btn_ocen_plus_m.png) no-repeat;
}
div.pulpit_m div.pulpit-oceny div.r input {
	width: 15px;
	height: 16px;
	background: url(../img/btn_ocen_minus_m.png) no-repeat;
}
div.pulpit_m div.pulpit-zglos {
	position: static;
	float: left;
	font-size: 10px;
	margin: 5px 10px 0 10px;
}

div.pulpit_m div.pulpit-blog {
	width: 170px;
	float: left;
}
div.pulpit_m div.pulpit-blog div.addthis_toolbox {
	margin: 0 0 0 16px;
}
div.pulpit_m div.pulpit-blog input.btn {
	border: none;
	width: 29px;
	height: 33px;
	overflow: hidden;
	background: url(../img/btn_udostepnij.png) no-repeat;
	text-indent: -999em;
	line-height: 3000;
}
div.pulpit_m div.pulpit-ulubione {
	width: 100px;
	float: left;
	font-size: 12px;
	text-align: left;
}
div.pulpit_m div.pulpit-ulubione input {
	border: none;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: 0 5px 0 0;
	background: url(../img/btn_ulubione_dodaj_m.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
	text-indent: -999em;
	line-height: 3000;
}
div.pulpit_m div.pulpit-ulubione input.act {
	background-image: url(../img/btn_ulubione_usun_m.png);
}
div.pulpit_m div.pulpit-wysw {
	float: left;
	width: 100px;
	position: static;
}
div.pulpit_m div.pulpit-zglos {
}

div.komentarze_m, div.komentarze_m #komentarze {
	float: left;
	margin: 0 0 0 5px;
}
div.komentarze_m p {
	margin: 0;
}
div.komentarze_m_nag {
	padding-top: 3px;
}
div.komentarze_m_nag a{
	font-size: 11px;
}
div.komentarze_m_nag a.dodaj {
	padding: 6px 18px 3px 0;
	background: url(../img/dodaj_komentarz_m.png) no-repeat right;
}

/* aktualności - feature list */
div.news-box {
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
}
ul.feat-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 378px;
}
ul.feat-tabs li {
	margin: 15px 0;
	padding: 0;
}
ul.feat-tabs li a {
	display: block;
	margin: 0;
	padding: 10px 5px 10px 20px;
	width: 150px;
	font-weight: bold;
	font-size: 13px;
	color: #68686A;
	text-decoration: none;
}
ul.feat-tabs li a:hover, ul.feat-tabs li a.current {
	color: #fff;
	background: #FF8C00;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;	
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;		
}
ul.feat-content {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	width: 370px;
	height: 300px;
	overflow: hidden;
	border: solid 4px #FF8C00;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;			
}
ul.feat-content li {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* zakładki na głównej */
div.main-tabs, div.main-tabs-big {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;			
	background: url(../img/gradient_boxy.jpg) repeat-x #EDEDED;
	height: 250px;
	overflow: hidden;
}
div.main-tabs-big {
	height: 475px;
}

/* szczegóły zasobu */
div#zasob-top {
	width: 100%;
	position: relative;
	font-size: 12px;
	line-height: 17px;
	padding: 10px 0 0 0;
}
div#zasob-top h3 {
	color: #FF8C00;
    font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0;
}

div#galeria-plik {
	margin: 0px auto 20px auto;
	width: 450px;
	/*height: 330px;*/
	padding: 1px;
	/*overflow: hidden;*/
	text-align: center;
}
div#galeria-plik img {
	border: 1px solid #C4C4C4;
	padding: 2px;
}

div#zasob-top a.main-img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #D8D8DA;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;			
}
p.zasob-user {
	width: 150px;
	height: 45px;
	position: absolute;
	top: -45px;
	right: -15px;
	margin: 0;
	background: url(../img/user_tlo.png) no-repeat left bottom;
	padding: 15px 0 0 10px;
}
div.pod_tabs {
	padding: 10px 0 10px 0;
	background: url(../img/linia_szara_dol.png) no-repeat bottom;
	margin: 0 0 20px 0;
	font-size: 12px;
}
div.pod_tabs div#tab-galeria, div.pod_tabs div#tab-wyniki, div.pod_tabs div#tab-dojazdy {
	position: relative;
}
div.pod_tabs a.p-gora {
	top: -30px;
	right: 0px;
}

/* bx-slider */
ul.slider {
	margin: 0;
	padding: 0;
	height: 100px;
	overflow: hidden;
	list-style: none;
}
ul.slider li {
	width: 66px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.slider li.mark div.lista-box-male {
	border-color: #FD8427 !important;
}
a.bx-prev {
	position: absolute;
	top: 30px;
	left: -30px;
	width: 27px;
	height: 33px;
	background: url(../img/strzalka_szara2.png) no-repeat;
}
a.bx-next {
	position: absolute;
	top: 30px;
	right: -30px;
	width: 27px;
	height: 33px;
	background: url(../img/strzalka_szara.png) no-repeat;
}
div.bx-wrapper {
	margin: 0 0 0 45px;
}

ul.slider-glowna {
	margin: 0;
	padding: 0;
	height: 250px;
	overflow: hidden;
	list-style: none;
}
ul.slider-glowna li {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.bx-wrapper-glowna {
	margin: 0 !important;
}
div.bx-pager {
	text-align: center;
}
div.bx-pager a.pager-link {
	display: inline-block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
}
div.bx-pager a.pager-link.pager-active {
	background-position:0 -22px;
}

#slider-glowna a.bx-prev {
	top: 130px;
	left: -10px;
}
#slider-glowna a.bx-next {
	top: 130px;
	right: -10px;
}

/* stopka */
#foot-bg {
	width: 100%;
	height: 210px;
	margin: 20px 0 0 0;
	position: relative;
}
#foot-bg span.b {
	position: absolute;
	top: 0px;
	left: -160px;
	z-index: 1;
	display: block;
	width: 345px;
	height: 200px;
	background: url(../img/pieski_stopka.jpg) no-repeat;
}
#foot {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 988px;
	height: 117px;
	border: solid 1px #E97721;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;			
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;				
	background: url(../img/stopka_bg.png);
}
#foot div.box {
	float: left;
	width: 25%;
	padding: 8px;
}
#foot div.box.l {
	margin: 0 0 0 40px;
}
#foot span.d {
	float: left;
	display: block;
	width: 1px;
	height: 100%;
	margin: 0 20px;
	font-size: 0;
	border-left: solid 1px #A9A9A9;
	border-right: solid 1px #EAEAEA;
}

#foot .tabe {
	padding: 0px;
}

#foot .tabe .tabe-c {
	padding: 0px;
	border: 0px;
}



/* flexselect */
.flexselect_dropdown {
	display: none;
	position: absolute;
	z-index: 999999;
	margin: 0;
	padding: 0;
	border: 1px solid WindowFrame;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: Window;
	color: WindowText;
	text-align: left;
	box-shadow: 0 6px 12px #ccc;
	-webkit-box-shadow: 0 6px 12px #ccc;
}
.flexselect_dropdown ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.flexselect_dropdown li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: Menu;
	overflow: hidden;
}
.flexselect_selected {
	background-color: Highlight;
	color: HighlightText;
}


/* wszystkie listy na zasadzie boxow jedne obok drugiego */

.lista-box {
	float: left;
    margin: 5px;
    width: 120px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
	padding: 2px;
	border: 1px solid #DDD;
	position: relative;
}
.lista-box.konkursy {
	width: 170px !important;
}
.lista-box.konkursy div.descr {
	margin: 3px 0 0 0;
	padding: 3px;
}

.box-wyr {
	border: 1px solid #EA8127;
}

.lista-box-in {
	background: url(../img/pasek_bg.jpg) repeat-x bottom;
	line-height: 15px;
	overflow: hidden;
	height: 200px;
	min-height: 200px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
	padding: 2px;
}

/* dla zdjęć w konkursie */
.lista-box-in div.box-konkurs {
	position: relative;
}
.lista-box-in div.glos {
	position: absolute;
	top: 115px;
	left: 5px;
	z-index: 100;
	background: rgba(0,0,0,.5);
	padding: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}
.lista-box-in div.glos a {
	color: #fff;
	font-size: 16px;
}
.lista-box-in div.glos a span {
	font-weight: bold;
}
.lista-box-in img.medal {
	position: absolute;
	top: -5px;
	left: 0px;
	z-index: 100;
}

.lista-box img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}
.lista-box img.fb {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	vertical-align: middle;
}

.lista-box-nazwa {
	font-weight: bold;
	font-size: 11px;
}

.lista-box-region {
	color: gray;
}

.lb-psy {
	height: 180px;
	min-height: 180px;
}

.lb-galeria {
	height: 150px;
	min-height: 150px;
}

.lb-konkursy {
	height: 208px;
	min-height: 208px;
}

.lb-users {
	height: 165px;
	min-height: 165px;
}
.lb-firmy {
	height: 165px;
	min-height: 165px;
}
.lista-box a.img, .lista-box-male a.img {
	display: block;
	position: relative;
	width: 116px;
	height: 116px;
	overflow: hidden;
}
.lista-box.konkursy a.img {
	width: 166px;
	height: 166px;
}

.lista-box-male a.img {
	width: 50px;
	height: 50px;
}

.lista-box a.img img, .lista-box-male a.img img, .album-thumbs a.img img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
.lista-box a.img img.active, .lista-box-male a.img img.active, .album-thumbs a.img img.active {
	z-index: 10;
}
.lista-box a.img img.last-active, .lista-box-male a.img img.last-active, .album-thumbs a.img img.last-active {
	z-index: 9;
}


.album-box {
	width: 255px;
	float: left;
	margin: 10px ;
	min-height: 110px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
	border: 1px solid #DDD;	
}
a.album-box-dalej {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 30px;
	background: url(../img/strzalka_szara.png) no-repeat;
}
a.album-box-dalej:hover {
	background-color: #E4E4E4;
}

.album-box-nag {
	background-color: #F4F4F4;
	padding: 3px 8px 3px 8px;
	border-bottom: 1px solid #CCC;
	position: relative;
}
.album-box-nazwa {
	font-weight: bold;
	font-size: 13px;
}

div.album-thumbs {
	margin: 5px 0;
	padding: 6px;
	position: relative;
}
div.album-thumbs a {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	position: relative;
}
div.album-thumbs a.img {
	width: 54px;
	height: 54px;
}

div.album-thumbs a img {
	border: 1px solid #DDD;
	padding: 1px;
}

/* listy male */

.p-gora {
	position: absolute;
	top: 0px;
	right: 10px;
}

.lista-box-male {
	float: left;
    margin: 2px;
    width: 55px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
	padding: 2px;
	border: 1px solid #EAEAEA;
	font-size: 11px;
}

.lista-box-in-male {
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	padding: 2px;
	background-color: #E5E3E4;
	height: 80px;
}

.lista-box-male img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
}

.lista-box-male-nazwa {
	font-weight: bold;
	font-size: 13px;
}

/* konkurs */
.konkurs-box {
	float: left;
	width: 116px;
	margin: 10px;
	text-align: center;
}
.konkurs-box img {
	display: block;
	width: 116px;
	height: 116px;
}

/* przycis do dodawania zasobow */
a.btn-dodaj {
	display: block;
	width: 116px;
	height: 21px;
	padding-top: 16px;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../img/dodaj.png) no-repeat;
	margin: 5px 0 0 0;
	text-align: center;
	padding-right: 5px;
	padding-left: 25px;
}

#zgloszenie-form {
	text-align: center;
}
a#zgloszenie-btn {
	background: url(../img/sugestie.png) no-repeat right center;
	position: fixed;
	width: 65px;
	height: 160px;
	top: 40%;
	right: 0;
	z-index: 1000;
	display: block;
}
a#zgloszenie-btn:hover {
	background: url(../img/sugestie.png) no-repeat 3px center;
}

/* info o wyroznionym zasobie */

div.wyr_lista, div.wyr_szczeg {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 30px;
	height: 30px;
	background-color: red;
}
div.wyr_szczeg {
	position: absolute;
	top: -1px;
	left: -5px;
}
div.wyr_lista a, div.wyr_szczeg a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
div.wyr_lista a span, div.wyr_szczeg a span {
	position: absolute;
	top: -999px;
}
/* oceny na liscie boxow */

div.ocena-lista {
	position: absolute;
	top: 101px;
	right: 3px;
	width: 48px;
	background: rgba(0,0,0,0.60); /*url(../img/o15.png);*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	z-index: 100;
}

div.ocena-lista span {
	display: block;
	background: url(../img/btn_ocen_plus_m.png) no-repeat 30px center;
	padding: 2px 14px 2px 0;
	color: #12D800;
	font-weight: bold;
	text-align: center;
}
div.ocena-lista span.m {
	background: url(../img/btn_ocen_minus_m.png) no-repeat 30px center;
	color: #FF5454;
}

/* tabela dla szczegolow */

div.tabe {
	width: 340px;
	float: left;
	padding-bottom: 20px;
}
div.tabe h3 {
	padding-top: 8px;
}
div.tabe div {
	overflow: hidden;
}
div.tabe-c {
	clear: both;
	margin: 2px 0 2px 0;
	background-color: #F6F6F6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border: 1px solid #F6F6F6;
}
div.tabe-c-l, div.tabe-c-r {
	margin: 2px 0 2px 0;
	background-color: #F6F6F6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	width: 48%;
	float: left;
}
div.tabe-c-r {
	float: right;
}
div.tabe-l-m , div.tabe-r-m {
	width: 45%;
	float: left;
	padding: 2px 2px 2px 5px;
}
div.tabe-r-m {
	float: right;
}
div.tabe-l {
	float: left;
	width: 38%;
	padding: 2px 2px 2px 5px;
}
div.tabe-r {
	float: right;
	width: 58%;
	padding: 2px;
}

/* ROZNE MALE */

.p-rel {
	position: relative;
}

fieldset {
	border: 1px solid #C4C4C4;
	margin: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	padding: 10px;
}

legend {
	padding: 5px;
	margin: 10px;
	font-weight: bold;
}

.c-red, div.c-red, input.c-red {
	color: red;
}
.c-green {
	color: green;
}
.bot-brk-m, div.bot-brk-m {
	margin-bottom: 10px;
}
.pd5, div.pd5 {
	padding: 5px;
}
.bgn, div.bgn {
	background: none;
}
.bold {
	font-weight: bold;
}
.jas-szar {
	color: #C4C4C4;
}
.szar {
	color: #A4A4A4;
}
.cie-szar {
	color: gray;
}
.szer10, div.szer10 {
	width: 10%;
}
.szer15, div.szer15 {
	width: 10%;
}
.szer25, div.szer25 {
	width: 25%;
}
.szer20, div.szer20 {
	width: 20%;
}
.szer30, div.szer30 {
	width: 30%;
}
.szer35, div.szer35 {
	width: 35%;
}
.szer40, div.szer40 {
	width: 40%;
}
.szer45, div.szer45 {
	width: 45%;
}
.szer50, div.szer50 {
	width: 50%;
}
.szer55, div.szer55 {
	width: 55%;
}
.szer60, div.szer60 {
	width: 60%;
}
.szer65, div.szer65 {
	width: 65%;
}
.szer70, div.szer70 {
	width: 70%;
}
.szer75, div.szer75 {
	width: 75%;
}
.szer80, div.szer80 {
	width: 80%;
}
.szer85, div.szer85 {
	width: 85%;
}
.szer90, div.szer90 {
	width: 90%;
}
.szer95, div.szer95 {
	width: 95%;
}
.szer100, div.szer100 {
	width: 100%;
}
.v-small {
	font-size: 10px;
}
.small {
	font-size: 11px;
}
.big {
	font-size: 14px;
}
.v-big {
	font-size: 15px;
}
.f-right, div.f-right {
	float: right;
}
.f-left, div.f-left {
	float: left;
}
.f-center, div.f-center {
	text-align: center;
}

/* jquery.tooltip */
.tooltip {
	background: url(../img/dymek.png) no-repeat;
	padding: 16px 15px 28px 15px;
	opacity: 0.9;
	width: 160px;
	height: 80px;
	font-size: 12px;
	color: #000;
}

/* pagin */

div.pagin {
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0;
	border-top: solid 1px #e0e0e0;
	text-align: center;
}

div.pagin a {
	display: inline-block;
	width: 30px;
	padding-top: 3px;
	height: 27px;
	border: 1px solid #C4C4C4;
	background-color: #E4E4E4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	font-size: 20px;
	color: gray;
}

div.pagin a:hover, div.pagin a.act {
	border: 1px solid #E4E4E4;
	background-color: #C4C4C4;
	color: #FFF;
}

/* forum */

#forum-kategorie ul {
	list-style: none;
	padding: 0;
}
#forum-kategorie ul li.fk-main {
	margin: 10px 0 3px 0;
	border: 1px solid #C4C4C4;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	margin-bottom: 10px;
}
#forum-kategorie ul li ul {
	margin: 0 0 0 20px;
}
#forum-kategorie ul li.fk-sub {
	border: 0px;
	padding: 10px;
}
#forum-kategorie h3, #forum-kategorie h4 {
	margin: 0;
}

#forum-kategorie h3 {
	padding: 7px;
	background-color: #F1F1F1;
}

#forum-watki div.fw {
	padding: 5px 0;
	border-bottom: 1px solid #E4E4E4;
	background: url(../img/strzalka_szara.png) no-repeat -14px center;
}
#forum-watki div.fw-nazwa {
	float: left;
	overflow: hidden;
	width: 70%;
	padding: 0 0 0 10px;
}
#forum-watki div.fw-data {
	float: right;
	overflow: hidden;
	width: 27%;
	text-align: right;
}

div.fw-det-pulpit {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #F4F4F4;
}

a.fw-dodaj {
	background: url(../img/dodaj_komentarz.png) no-repeat left center;
	padding: 3px 0 7px 25px;
}
#forum-posty ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#forum-posty ul li div.post-box {
	clear: both;
	margin: 10px 0 10px 0;
}
#forum-posty ul li div.bg {
	background: #f0f0f0;
}
#forum-posty ul li ul li {
	padding: 0 0 0 10px;
	border-left: solid 1px #e0e0e0;
}
#forum-posty div.pb-nazwa h4 {
	padding: 5px 0 0 0;
	margin: 0;
}
#forum-posty div.pb-nazwa {
	padding: 2px;
}
#forum-posty div.pb-pulpit {
	padding: 2px;
}
#forum-posty div.pb-pulpit div.pb-pulpit-l {
	float: left;
	width: 70%;
}
#forum-posty div.pb-pulpit div.pb-pulpit-r {
	float: right;
	width: 28%;
}
#forum-posty div.pb-tresc {
	margin: 0;
	padding: 2px 0 5px 0;
}

div#forum-zasob {
	margin: 0 0 10px 0;
}

div.artykuly-lista {
	margin: 10px;
	padding: 10px 0 10px 0;
	position: relative;
	border-bottom: 1px solid #E4E4E4;
}

div.artykuly-lista div.ocena-lista {
	position: absolute;
	top: 65px;
	left: 34px;
	width: 50px;
	background: rgba(0,0,0,0.60); /*url(../img/o15.png);*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	z-index: 100;
}

div.artykuly-lista div.ocena-lista span {
	display: block;
	background: url(../img/btn_ocen_plus_m.png) no-repeat 32px center;
	padding: 2px 14px 2px 0;
	color: #12D800;
	font-weight: bold;
	text-align: center;
}
div.artykuly-lista div.ocena-lista span.m {
	background: url(../img/btn_ocen_minus_m.png) no-repeat 32px center;
	color: #FF5454;
}

div.art-body {
	float: left;
	overflow: hidden;
}
div.art-images {
	float: right;
	overflow: hidden;
	margin: 40px 0 0 0;
}

/* wyszukiwarka */

div.szukaj-lista {
	padding: 8px;
	border-bottom: 1px solid #F4F4F4;
}

div.szl-nag {
	padding-bottom: 3px;
}

div.szl-opis {
	
}

div.szl-opis img {
	float: left;
	padding: 1px;
	border: 1px solid #C4C4C4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
	margin-right: 10px;
}

/* tablica */

div.tablica-lista {
	margin: 5px 0;
	background-color: #F4F4F4;
	padding: 6px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;	
}

div.tablica-lista img {
	padding: 1px;
	border: 1px solid #B4B4B4;
	margin: 0 4px 4px 4px;
	float: left;
}

div.tablica-lista ul {
	list-style: none;
}

div.tablica-lista ul li {
	clear: both;
}

/* formularze */

div.formul {

}

div.formul table {
	width: 95%;
	border-collapse: collapse;
}

div.formul table td {
	
}

div.formul table tr td.label {
	text-align: right;
	padding: 0 10px 0 0;
	width: 30%;
}


div.formul input, div.formul select , div.formul textarea {
	border-left: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	background-color: #FAFAFA;
	padding: 4px;
	margin: 3px;
	font-size: 12px;
	color: #B64911;
}

div.formul table tr td input, div.formul table tr td select, div.formul table tr td textarea {
	width: 80%
}

div.formul table tr td textarea {
	height: 100px;
}

div.formul input:focus, div.formul textarea:focus {
	background-color: #FFFF99;
}

div.formul table tr.hr td {
	padding: 30px 0 0 0;
}

div.formul input.long, input.long {
	width: 250px;
}
div.formul input.long2,input.long2 {
	width: 400px;
}
div.formul input.short,input.short {
	width: 50px;
}
div.formul input.mid,input.mid {
	width: 100px;
}

div.formul input[type=checkbox], input[type=checkbox], div.formul input[type=radio], input[type=radio] {
	width: 30px;
}

/* ikony operacyjne edytuj, zdjecia usun, ulubione */

div.ico-oper {
	padding: 4px 0 2px 0;
}
div.ico-oper a {
	display: block;
	float: left;
	height: 15px;
	padding: 0 4px 0 17px;
}
div.ico-oper a.edytuj {
	background: url(../img/ikony_oper/edit.png) no-repeat left center;
}
div.ico-oper a.zdjecia {
	background: url(../img/ikony_oper/photos.png) no-repeat left center;
}
div.ico-oper a.filmy {
	background: url(../img/ikony_oper/video.png) no-repeat left center;
}
div.ico-oper a.usun {
	background: url(../img/ikony_oper/delete.png) no-repeat left center;
}
div.ico-oper a.ulubione {
	background: url(../img/ikony_oper/favourite.png) no-repeat left center;
}
div.ico-oper a.konkurs {
	display: block;
	margin: 6px 0 0 0;
	background: url(../img/ikony_oper/medal.png) no-repeat left center;
}

/* wiadomości */

table#messages {
	width: 95%;
	border-collapse: collapse;
	
}

table#messages th {
	background-color: #E4E4E4;
	padding: 5px 0 5px 0;
}

table#messages td {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #E4E4E4;
}

div.formul table tr td.label {
	text-align: right;
	padding: 0 10px 0 0;
	width: 30%;
}


div.formul input, div.formul select , div.formul textarea {
	border-left: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	background-color: #FAFAFA;
	padding: 4px;
	margin: 3px;
	font-size: 12px;
	color: #B64911;
}

/* bo wyszukaj */

div#box-wyszukaj select, div#box-wyszukaj input[type=text] {
	padding: 0px;
	margin: 2px;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	background-color: #FFF;
}

.ok, .err {
	padding: 10px;
	margin: 20px;
	border: 2px solid darkgreen;
	background-color: #CBEDCD;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;	
	text-align: center;
	color: darkgreen;
}

.err {
	border: 2px solid #B22E2E;
	color: #B22E2E;
	background-color: #EFC6C6;
	
}
.err_m {
	color: red;
}

.komunikat {
	font-weight: bold;
}

.rej-small {

}

.rej-small a.reje {
	text-align: right;
	padding: 4px;
	color: red;
	display: block;
}

.rej-small input[type=text], .rej-small input[type=password] {
	width: 120px;
	padding: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border: 1px solid #C4C4C4;
	margin: 3px;
}
.rej-small input[type=checkbox] {
	width: 10px;
}

.info-reg ul li, .info-reg ol li {
	padding: 5px;
}

/* kalendarz wydarzeń */
table.kalendarz {
	width: 180px;
	height: 180px;
	margin: 20px auto 0 auto;
	
	border-collapse: collapse;
}
table.kalendarz th {
	padding: 2px;
	text-align: center;
	background-color: #EEE;
}
table.kalendarz td {
	padding: 2px;
	text-align: center;
	border: solid 1px #D8D8DA;
}
table.kalendarz td div.highlight {
	background: #F1A532;
}
table.kalendarz td div.highlight a {
	color: #fff;
}

/* reklama pod menu */

#reklama-box {
	padding: 15px 0 0 0;
	text-align: center;
	width: 950px;
	margin: 0px auto;
}
#reklama-box span{
	display: block;
	text-align: right;
}
#reklama-box span a{
	color: #B4B4B4;
}
#reklama-box img {
	border: 0px;
}

.ranking_lista li {
	border-top: 1px solid #EEE;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}