/*@czcionka domyslna*/
* {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/*@czcionka 11px*/
.font11px {
	font-size: 11px;
}
/*@czcionka 12px*/
.font12px {
	font-size: 12px;
}
/*@marginesy formularza*/
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/*@tlo elementow formularza*/
input {
	background: #ffffff;
}
/*@linia hr 1px*/
hr {
	height: 1px;
	visibility: hidden;
	clear: both;
}
/*@marginesy stylow naglowkowych*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
}
/*@akapit */
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
/*@marginesy listy wypunktowanej*/
ul {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*@elementy listy wypunktowanej - poziom 1*/
ul li {
	margin: 0px 0px 0px 20px;
	padding: 1px 0px 0px 13px;
	list-style-type: none;
	background: transparent url(/img/layout/markers/arrow01.gif) 0px 7px no-repeat;
}
/*@elementy listy wypunktowanej - poziom 2*/
ul li li {
	margin: 0px 0px 0px 40px;
	padding: 1px 0px 0px 13px;
	list-style-type: none;
	background: transparent url(/img/layout/markers/arrow01.gif) 0px 7px no-repeat;
}
/*@marginesy listy numerowanej*/
ol {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*@element listy numerowanej - poziom 1*/
ol li {
	margin: 0px 0px 0px 7px;
	padding: 1px 0px 0px 12px;
	list-style-type: decimal;
	list-style-position: inside;
	background: none;
}
/*@element listy numerowanej - poziom 2*/
ol li li {
	margin: 0px 0px 0px 14px;
	padding: 1px 0px 0px 12px;
	list-style-type: decimal;
	list-style-position: inside;
	background: none;
}
/*@styl naglowkowy h1.1*/
h1, h1 .style1 {
	color: #e62525;
	font-size: 17px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/*@styl naglowkowy czerwony*/
h2.red, h2.red a {
	color: #e62525;
	font-size: 17px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/*@styl naglowkowy h1.2*/
h2, h1.style2 {
	color: #d0792a;
	font-size: 17px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/*@styl naglowkowy h1.3*/
h3, h1.style3 {
	color: #ff6600;
	font-size: 17px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/*@styl naglowkowy h1.4*/
h1.style4 {
	color: #d0792a;
	font-size: 17px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
}
/*@styl naglowkowy h2.1*/
h4, h2.style1 {
	color: #d0792a;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/*@styl naglowkowy h3.1*/
h5, h3.style1 {
	color: #d0792a;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/*@styl naglowkowy h3.2*/
h6, h3.style2 {
	color: #d0792a;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/*@maly przycisk nie podswietlony 2*/
.btn_sml2 {
    background: url("/img/layout/buttons/btn_sml03.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #C0C0C0;
    color: #85929B;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

/*@maly przycisk nie podswietlony*/
.btn_sml {
	height: 20px;
	line-height: 20px;
	color: #d7d4cc;
	font-size: 13px;
	font-weight: bold;
	background: transparent url(/img/layout/buttons/btn_sml02.jpg) 0px 0px repeat-x;
	border: 1px solid #c0c0c0;
	cursor: pointer;
}
/*@maly przycisk podswietlony*/
.btn_sml_sel {
	height: 14px;
	//line-height: 20px;
	color: #ffffff;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	background: transparent url(/img/layout/buttons/btn_sml_sel02.jpg) 0px 0px repeat-x;
	border: 1px solid #c0c0c0;
	cursor: pointer;
}
/*@duzy przycisk nie podswietlony*/
.btn_big {
	width: 84px;
	height: 24px;
	line-height: 24px;
	border-width: 0px;
	color: #d7d4cc;
	font-size: 13px;
	font-weight: bold;
	background: #85754e url(/img/layout/buttons/btn_big02.jpg) repeat-x 0px 0px;
	vertical-align: baseline;
	cursor: pointer;
}
/*@duzy przycisk podswietlony*/
.btn_big_sel {
	width: 84px;
	height: 24px;
	line-height: 24px;
	border-width: 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	background: #85754e url(/img/layout/buttons/btn_big02.jpg) repeat-x 0px -24px;
	cursor: pointer;
}
/*@hiperlacze domyslne*/
a {
	text-decoration: none;
}
/*@hiperlacze podswietlone*/
a:hover {
	text-decoration: underline;
}
/*@hiperlacze ze stylem*/
.link01 {
	color: #f48e0b;
	font-size: 12px;
	font-weight: bold;
}
/*@hiperlacze wiecej*/
a.more {
	color: #f48e0b;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(/img/layout/markers/arrow01.gif) right 6px no-repeat;
	padding: 0px 8px 0px 0px;
}
/*@hiperlacze wstecz*/
a.back {
	color: #f48e0b;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(/img/layout/markers/arrow02.gif) left 6px no-repeat;
	padding: 0px 0px 0px 9px;
}
.webdesign {
	display: none;
}
/*********************** Linki zfromatowane dla edytora ******************************/
a.pdf, a.word, a.mail, a.zip, a.drukarka, a.rar, a.excel, a.quicktime, a.wmp, a.mp3, a.file {
	font-weight: normal;
	text-decoration: none;
	color: #f48e0b;
	padding: 2px 0pt 1px 20px;
}
/*@link dla pdfa*/
a.pdf {
	background: url(/img/library/icons/ico_pdf.jpg) no-repeat;
}
/*@ link dla worda*/
a.word {
	background: url(/img/library/icons/ico_word.gif) no-repeat;
}
/*@ link z koperta*/
a.mail {
	background: url(/img/library/icons/ico_koperta.jpg) no-repeat;
	padding: 0px 0pt 0px 20px;
}
/*@ link dla zipa*/
a.zip {
	background: url(/img/library/icons/ico_zip.gif) no-repeat;
}
/*@ link z drukarka*/
a.drukarka {
	background: url(/img/library/icons/ico_drukarka.jpg) no-repeat;
}
/*@ link dla rara*/
a.rar {
	background: url(/img/library/icons/ico_rar.jpg) no-repeat;
}
/*@ link dla excela*/
a.excel {
	background: url(/img/library/icons/ico_excel.gif) no-repeat;
}
/*@ link dla quicktime*/
a.quicktime {
	background: url(/img/library/icons/ico_quicktime.gif) no-repeat;
	padding: 2px 0pt 4px 20px;
}
/*@ link dla wmp*/
a.wmp {
	background: url(/img/library/icons/ico_wmp.gif) no-repeat;
}
/*@ link dla mp3*/
a.mp3 {
	background: url(/img/library/icons/ico_mp3.jpg) no-repeat;
	padding: 4px 0pt 4px 20px;
}
/*@ link dla pliku*/
a.file {
	background: url(/img/library/icons/ico_files.jpg) no-repeat;
	padding: 4px 0pt 5px 20px;
}
/******************************* *********************************/
/*@obramowanie ilustracji*/
img {
	border: 0 transparent solid;
}
/*@ilustracje z ramka*/
img.border, img.borderLeft, img.borderRight {
	border: 1px #aaa solid;
	padding: 1px 1px 1px 1px;
	margin: 5px 5px 5px 5px;
}
/*@ilustracja z ramka przyciagana do lewej*/
img.borderLeft {
	float: left;
	margin: 0px 15px 5px 0px;
}
/*@ilustracja z ramka przyciagana do prawej*/
img.borderRight {
	float: right;
	margin: 0px 0px 5px 15px;
}
/*@ilustracja przyciagana do lewej*/
img.left {
	float: left;
	margin: 0px 15px 5px 0px;
}
/*@ilustracja przyciagana do prawej*/
img.right {
	float: right;
	margin: 0px 0px 5px 15px;
}
/*@styl usuwania przyciagania*/
.clear {
	clear: both;
}
/*@marginesy strony*/
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #ffffff none repeat;
}
/*@tlo strony*/
body.background {
	color: #ffffff;
	text-align: center;
	background-color: #FFFFFF;
	background: #000000 url(../img/tlo-ii.jpg) 0px 0px no-repeat;
}
/*@margines gorny 17px*/
.topmargin {
	height: 70px;
}
/*@kontener glowny*/
.container {
	width: 898px;
	background-color: #ffffff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
/*@margines kontenera glownego*/
.containermarg {
	margin-left: 10px;
}
/*@zaokraglenia gorne strony*/
.topcorners {
	width: 898px;
/*	height: 5px;*/
	font-size: 1px;
	background: transparent url(/img/layout/gradients/grad_topcorners04.jpg) 0px 0px no-repeat;
}
/*@nazwa firmy*/
.companyname {
	width: 200px;
	/*height: 50px;*/
	float: left;
}
h2.companyname {
	color: #737373;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*@margines nazwy firmy*/
.companynamemarg {
	font-size: 13px;
	color: #737373;
	margin-left: 1px;
	margin-top: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: static;
	text-align: center;
}
.searchsite {
    float: left;
    height: 50px;
    margin-left: 2px;
    width: 676px;
}
.searchsiteblock {
    background-color: #FFF;
    height: 35px;
    margin-left: 415px;
    margin-top: 6px;
    width: 225px;
}
.searchsiteblockmarg {
    margin-left: 8px;
    margin-top: 7px;
    /*position: absolute;*/
}
.searchsiteedit {
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    height: 14px;
    margin: 2px 0 0;
    padding: 4px 0 0 2px;
    width: 166px;
}
.searchsitebtn {
    height: 20px;
    margin: 2px 0 0 !important;
    width: 37px;
    vertical-align:top;
}
/*@linia nad banerem*/
.line4px {
	width: 676px;
	height: 4px;
	margin-top: 4px;
	font-size: 1px;
	background: transparent url(/img/layout/markers/line4px02.gif) 0px 0px repeat-x;
}
/*@lewy baner*/
.bannerleft {
	width: 200px;
/*	height: 250px;*/
	float: left;
}
/*@prawy baner*/
.bannerright {
	width: 469px;
	height: 145px;
	margin-left: 2px;
	float: left;
}
/*@prawy baner*/
.bannerrightv2 {
	width: 686px;
	height: 250px;
	margin-left: 2px;
	float: left;
	overflow: hidden;
}
/*@tlo logowania*/
.login {
	width: 207px;
	height: 145px;
	float: left;
	background: transparent url(/img/layout/banners/login_bkg02.jpg) 0px 0px no-repeat;
}
/*@blok logowania*/
.loginbox {
	margin-left: 12px;
	margin-top: 20px;
	width: 185px;
	height: 120px;
}
/*@napis logowanie*/
.logintxt {
	height: 21px;
	color: #656565;
	font-size: 17px;
	text-align: right;
}
/*@blok napisu login*/
.loginloginblock {
	margin-top: 12px;
	width: 185px;
	height: 20px;
}
/*@napis login*/
.loginlogin {
	width: 76px;
	color: #656565;
	font-weight: bold;
	text-align: right;
	float: left;
}
/*@blok pola edycji login*/
.loginloginedit {
	width: 105px;
	float: left;
}
/*@pole edycji login*/
.loginlogineditstyle {
	margin-left: 10px;
	width: 95px;
	border: 1px solid #767676;
	background: #ebebeb;
}
/*@blok napisu haslo*/
.loginpassblock {
	width: 185px;
	height: 20px;
}
/*@napis haslo*/
.loginpass {
	width: 76px;
	color: #656565;
	font-weight: bold;
	text-align: right;
	float: left;
}
/*@blok pola edycji haslo*/
.loginpassedit {
	width: 105px;
	float: left;
}
/*@pole edycji haslo*/
.loginpasseditstyle {
	margin-left: 10px;
	width: 95px;
	border: 1px solid #767676;
	background: #ebebeb;
}
/*@blok pola zaznaczenia zapamietywania uzytkownika przy logowaniu*/
.loginrememberchk {
	width: 14px;
	height: 14px;
	margin-left: 0px;
	margin-top: 4px;
	float: left;
}
/*@pole zaznaczenia zapamietywania uzytkownika przy logowaniu*/
.loginrememberchkstyle {
	width: 12px;
	height: 12px;
	margin-left: 0px;
	margin-top: 0px;
	border: 0px solid #bdbdbd;
	background: #d0d0d0;
	vertical-align: middle;
}
/*@napis zapamietaj mnie*/
.loginremembertxt {
	width: 72px;
	height: 14px;
	margin-left: 2px;
	margin-top: 4px;
	float: left;
	font-size: 10px;
	color: #dfdfdf;
}
/*@blok pola nie pamietam hasla*/
.loginpassremind {
	width: 89px;
	height: 14px;
	margin-left: 8px;
	margin-top: 4px;
	float: left;
	font-size: 10px;
	color: #dfdfdf;
	text-align: right;
}
/*@hiperlacze nie pamietam hasla*/
.loginpassremind a {
	font-size: 10px;
	color: #dfdfdf;
}
/*@przycisk zarejestruj*/
.registerbtn {
	width: 84px;
	height: 24px;
	margin-left: 0px;
	margin-top: 5px;
	float: left;
}
/*@przycisk zaloguj*/
.loginbtn {
	width: 84px;
	height: 24px;
	margin-left: 1px;
	margin-top: 5px;
	float: right;
}
/*@napis jestes zalogowany*/
.youareloggedtxt {
	height: 34px;
	color: #656565;
	font-size: 17px;
	text-align: right;
}
/*@blok napisu 'login: nazwa_uzytkownika' po zalogowaniu*/
.loggedloginname {
	height: 25px;
	text-align: right;
}
/*@napis 'login:' po zalogowaniu*/
.loggedlogin {
	color: #656565;
	font-weight: bold;
}
/*@napis 'nazwa_uzytkownika' po zalogowaniu*/
.loggedname {
	color: #f1f1f1;
	font-weight: bold;
}
/*@przycisk twoje dane*/
.profilebtn {
	width: 84px;
	height: 24px;
	margin-left: 0px;
	margin-top: 37px;
	float: left;
}
/*@przycisk wyloguj*/
.logoutbtn {
	width: 84px;
	height: 24px;
	margin-left: 1px;
	margin-top: 37px;
	float: right;
}
/*@tlo pola z data*/
.dayinfo {
	width: 200px;
	height: 38px;
	color: #e8ebec;
	margin-top: 2px;
	float: left;
	background-color: #000000;
}
/*@czcionka pola z data*/
.dayinfotxt {
	margin-top: 13px;
	font-size: 10px;
	color: #ffffff;
}
/*@menu poziome*/
#menu {
	width: 674px;
	height: 38px;
	margin: 2px 2px 0px 0px;
	float: left;
	background: #000000 url(../img/layout/menu/menu-poziome-gl_1.jpg) 0px 0px repeat-x;
	overflow: hidden;
	display: block;
	overflow-x: hidden;
}
/*@menu poziome - blok*/
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*@menu poziome - link - blok*/
#menu ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-weight: bold;
	float: left;
	text-align: center;
	background: transparent none repeat;
}
/*@menu poziome - link*/
#menu ul li a {
	width: 96px;
	float: left;
	display: block;
	background: transparent none repeat;
	padding: 12px 0px 12px 0px;
	color: #ffffff;
}
/*@menu poziome - link aktywny*/
#menu ul li a:hover {
	background: transparent none repeat;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(../img/layout/menu/menu-poziome-II.jpg) 0px 0px no-repeat;
}
/*@menu poziome - link wybrany*/
#menu ul li.selected a, #menu ul li.selected2 a {
	color: #000000;
	font-weight: bold;
	background: transparent url(../img/layout/menu/menubkg02.jpg) 0px 0px no-repeat;
}
/*@menu glowne - submenu*/
#menu ul li ul {
	margin: 1px 0px 0px 2px;
	visibility: hidden;
	position: absolute;
	width: 170px;
	padding: 0px 0px 0px 0px;
	top: 305px;
	clear: left;
	z-index: 100;
}
/*@menu glowne - submenu, guzik*/
#menu ul li ul li a {
	display: block;
	border-top: 1px #ffffff solid;
	padding: 2px 0px 0px 0px;
	color: #ffffff;
	width: 175px;
	float: left;
	height: 18px;
	background: #dcae40 url(../img/layout/menu/sub-menu-poziome.jpg) 0px 0px repeat-x;
	border-right: 0px transparent solid;
	text-align: left;
}
/*@menu glowne - submenu, guziki wybranego menu*/
#menu ul li.selected ul li a, #menu ul li.selected2 ul li a {
	display: block;
	border-top: 1px #ffffff solid;
	padding: 2px 0px 0px 0px;
	color: #ffffff;
	width: 175px;
	float: left;
	height: 18px;
	background: #dcae40 url(../img/layout/menu/sub-menu-poziome.jpg) 0px 0px repeat-x;
}
/*@menu glowne - submenu, link podswietlony*/
#menu ul li ul li a:hover {
	border-top: 1px #ffffff solid;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
	background: #d38840 url(../img/layout/menu/sub-menu-poziome-II.jpg) 0px repeat-x;
	width: 175px;
	float: left;
	height: 18px;
}
/*@menu glowne - submenu, aktywny guzik, wybranego menu*/
#menu ul li.selected ul li a:hover, #menu ul li.selected2 ul li a:hover {
	border-top: 1px #ffffff solid;
	padding: 2px 0px 0px 0px;
}
/*@lewy panel*/
.leftpanel {
	width: 200px;
	margin-top: 2px;
	float: left;
}
/*@blok napisu aktualnosci*/
.news {
	width: 200px;
	height: 56px;
}
/*@margines bloku napisu aktualnosci*/
.newsmarg {
	margin-left: 15px;
	margin-top: 0px;
	position: static;
}
/*@blok listy aktualnosci*/
.newslist {
	width: 200px;
}
/*@margines bloku listy aktualnosci*/
.newslistmarg {
	margin-left: 5px;
}
/*@bannery pod lista aktualnosci*/
.newslistban {
	padding: 0px 0px 8px 0px;
}
/*@data elementu z aktualnosci*/
.newsitemdate, .newsitemdate a {
	color: #ff6600;
	font-size: 12px;
}
/*@tytul elementu z aktualnosci*/
.newsitemtitle, .newsitemtitle a {
	color: #ff6600;
	font-size: 11px;
	font-weight: bold;
}
/*@tresc elementu z aktualnosci*/
.newsitemcontent {
	color: #8da3b3;
	font-size: 12px;
	margin-top: 5px;
}
/*@hiperlacze elementu z aktualnosci*/
.newsitemcontent a {
	color: #8e8e8e;
	font-size: 12px;
}
/*@krotka linia oddzielajaca newsy*/
.newsline {
	width: 645px;
	height: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 1px;
}
/*@napis wszystkie aktualnosci*/
.newsalltxt {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin-top: 16px;
}
/*@hiperlacze wszystkie aktualnosci*/
.newsalltxt a {
	color: #f48e0b;
	font-size: 12px;
	font-weight: bold;
}
/*@blok napisu newsletter*/
.newsletter {
	width: 198px;
	height: 113px;
	margin: 8px 0px 8px 0px;
	background-color: #f1f1f1;
}
/*@margines bloku napisu newsletter*/
.newslettermarg {
	font-size: 17px;
	color: #4f4f4f;
	margin-left: 15px;
	margin-top: 15px;
	position: absolute;
}
/*@napis newsletter*/
.newslettertxt {
	font-size: 11px;
	height: 12px;
	margin-left: 5px;
}
/*@blok wewnetrzny newslettera*/
.newslettermail {
	margin-top: 5px;
	font-size: 12px;
	color: #7b868e;
}
/*@margines bloku wewnetrznego newslettera*/
.newslettereditmargin {
	margin-top: 2px;
}
/*@pole edycji newslettera*/
.newsletteredit {
	width: 126px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding: 4px 0px 0px 2px;
	margin: 4px 0px 0px 0px;
	font-size: 11px;
}
/*@prawy panel*/
.rightpanel {
	width: 678px;
	min-height: 385px;
	height: auto !important;
	height: 385px;
	float: left;
	margin-top: 2px;
}
/*@blok gornego elementu tekstowego strony glownej*/
.main0txt {
	width: 678px;
	min-height: 144px;
	height: auto !important;
	height: 144px;
	float: left;
	background: transparent url(/img/layout/markers/dotsv02.gif) 0px 0px repeat-y;
}
/*@tlo bloku gornego elementu tekstowego strony glownej*/
.main0txtbkg {
	width: 677px;
	margin-left: 1px;
	background: transparent url(/img/layout/gradients/gradmain.jpg) 0px 0px repeat-x;
}
/*@margines bloku gornego elementu tekstowego strony glownej*/
.main0txtmarg {
	margin-left: 25px;
	margin-right: 20px;
	padding-top: 18px;
}
/*@blok dolnego lewego elementu tekstowego strony glownej*/
.main1txt {
	width: 226px;
	min-height: 254px;
	height: auto !important;
	height: 254px;
	float: left;
	margin-top: 0px;
	background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}
/*@margines bloku dolnego lewego elementu tekstowego strony glownej*/
.main1txtmarg {
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 10px;
}
/*@blok dolnego srodkowego elementu tekstowego strony glownej*/
.main2txt {
	width: 226px;
	min-height: 254px;
	height: auto !important;
	height: 254px;
	float: left;
	margin-top: 0px;
	background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}
/*@margines bloku dolnego srodkowego elementu tekstowego strony glownej*/
.main2txtmarg {
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 10px;
}
/*@blok dolnego prawego elementu tekstowego strony glownej*/
.main3txt {
	width: 226px;
	min-height: 254px;
	height: auto !important;
	height: 254px;
	float: left;
	margin-top: 0px;
	background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}
/*@margines bloku dolnego prawego elementu tekstowego strony glownej*/
.main3txtmarg {
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 10px;
}
/*@zajawka galerii strony glownej - obrazek*/
.maingalleryimage {
	width: 122px;
	height: 93px;
	margin-left: 30px;
	background: transparent url(/img/layout/gradients/galimg_bkg03.jpg) 0px 0px no-repeat;
}
/*@zajawka galerii strony glownej - obrazek, ramka wewn.*/
.maingalleryimageframe {
	width: 114px;
	height: 86px;
	margin-left: 2px;
}
/*@zajawka galerii strony glownej - opis*/
.maingallerydesc {
	padding: 14px 0px 25px 0px;
}
/*@zajawka galerii strony glownej - data*/
.maingallerydate {
	padding: 8px 0px 2px 0px;
	font-size: 11px;
	color: #d0792a;
}
/*@zajawka galerii strony glownej - nazwa*/
.maingalleryname {
	padding: 0px 0px 8px 0px;
}
.last_gallery {
	width: 114px;
	height: 86px;
	overflow: hidden;
}
.last_gallery_item {
	width: 114px;
	height: 86px;
}
/*@stopka*/
.footer {
	padding: 3px 0px 24px 0px;
}
/*@linia punktowa stopki*/
.dots {
	width: 878px;
	height: 1px;
	font-size: 1px;
	background: transparent url(/img/layout/markers/dotsh02.gif) 0px 0px repeat-x;
}
/*@blok menu stopki*/
.menubottom {
	color: #68767f;
	height: 34px;
	font-size: 12px;
}
/*@margines bloku menu stopki*/
.menubottommarg {
	margin: 10px 20px 0px 0px !important;
	margin: 10px 7px 0px 0px;
	float: right;
}
/*@hiperlacza menu stopki*/
.menubottommarg a {
	color: #68767f;
	font-size: 12px;
}
/*@blok separatora miedzyelementowego menu stopki*/
.menubottomsep {
	margin-left: 16px;
	margin-right: 16px;
	float: left;
}
/*@blok elementu menu stopki*/
.menubottomitem {
	float: left;
}
/*@blok elementu menu stopki - ikona rss*/
.menubottomitem_rss {
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 5px;
	background: transparent url(/img/layout/icons/rss.gif) 0px 0px no-repeat;
}
/*@linia stopki*/
.linefullthick {
	width: 878px;
	height: 1px;
	font-size: 1px;
	background: transparent url(/img/layout/markers/line1px02.gif) 0px 0px repeat-x;
}
/*@blok praw autorskich*/
.copyright {
	width: 200px;
	color: #959fa5;
	padding: 8px 0px 8px 20px;
	float: left;
	font-size: 12px;
}
/*@blok polityki prywatnosci, daty aktualizacji, wsparcia przez actualizer cms*/
.policypowered {
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #959fa5;
	font-size: 12px;
	text-align: right;
}
/*@hiperlacza bloku polityki prywatnosci, daty aktualizacji, wsparcia przez actualizer cms*/
.policypowered a {
	color: #959fa5;
	font-size: 12px;
}
/*@zaokraglenia dolne strony*/
.bottomcorners {
	width: 898px;
	height: 35px;
	font-size: 1px;
	background: transparent url(../img/layout/gradients/grad_bottomcorners04.jpg) 0px 0px no-repeat;
}
#leftMenu {
	width: 196px;
	font-size: 13px;
	border: 1px solid #b5b5b5;
	margin: 0px 0px 16px 0px;
}
/*@lewe menu - hiperlacza odwiedzone*/
#leftMenu a:visited {
	text-decoration: none;
}
/*@lewe menu - marginesy menu*/
#leftMenu ul {
	margin: 4px 4px 0px 4px;
	padding: 0px 0px 3px 0px;
	display: block;
}
/*@lewe menu - marginesy podmenu*/
#leftMenu ul li, #leftMenu ul li ul {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent none repeat;
}
/*@lewe menu - hiperlacze poziom 0*/
#leftMenu ul li a {
	display: block;
	position: relative;
	padding: 3px 0 5px 15px;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #5e6a72;
}
/*@lewe menu - hiperlacze podswietlone poziom 0*/
#leftMenu ul li a:hover {
	color: #475158;
	text-decoration: underline;
}
/*@lewe menu - pogrubienie*/
#leftMenu .pogrubienie {
	background: transparent url(/img/layout/markers/arrow04.gif) 5px 7px no-repeat;
	font-weight: bold;
	font-size: 13px;
	color: #5e6a72;
}
/*@lewe menu - pogrubienie podswietlone*/
#leftMenu .pogrubienie:hover {
	background: transparent url(/img/layout/markers/arrow05.gif) 5px 7px no-repeat;
	font-weight: bold;
	color: #32383d;
}
/*@lewe menu - pogrubienie 2*/
#leftMenu .pogrubienie2 {
	background: transparent url(/img/layout/markers/arrow04.gif) 15px 3px no-repeat;
	font-weight: bold;
	font-size: 13px;
	color: #5e6a72;
}
/*@lewe menu - nie rozwiniete poziom 2*/
#leftMenu .s {
	color: #5e6a72;
	line-height: 13px;
	padding: 0 0 0 38px;
	margin: 0 0 6px 0;
	background: transparent url(/img/layout/markers/arrow26.gif) 27px 3px no-repeat;
	font-size: 13px;
}
/*@lewe menu - nie rozwiniete podswietlone poziom 2*/
#leftMenu .s:hover {
	background: transparent url(/img/layout/markers/arrow12.gif) 27px 3px no-repeat;
	padding: 0px 0px 0px 38px;
}
/*@lewe menu - nie rozwiniete poziom 3*/
#leftMenu .s2 {
	color: #5e6a72;
	line-height: 13px;
	padding: 0 0 0 38px;
	margin: 0 0 6px 10px;
	background: transparent url(/img/layout/markers/arrow26.gif) 27px 3px no-repeat;
	font-size: 13px;
}
/*@lewe menu - nie rozwiniete podswietlone poziom 3*/
#leftMenu .s2:hover {
	background: transparent url(/img/layout/markers/arrow12.gif) 27px 3px no-repeat;
	padding: 0px 0px 0px 38px;
}
/*@lewe menu - rozwiniete poziom 2*/
#leftMenu .sselected {
	background: transparent url(/img/layout/markers/arrow25.gif) 27px 3px no-repeat;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 0px 38px;
	color: #5e6a72;
}
/*@lewe menu - rozwiniete podswietlone poziom 2*/
#leftMenu .sselected:hover {
	font-weight: bold;
	background: transparent url(/img/layout/markers/arrow12.gif) 27px 3px no-repeat;
}
/*@lewe menu - rozwiniete poziom 3*/
#leftMenu .s2selected2 {
	background: transparent url(/img/layout/markers/arrow25.gif) 27px 3px no-repeat;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 0px 38px;
	margin-left: 10px;
	color: #5e6a72;
}
/*@lewe menu - rozwiniete podswietlone poziom 3*/
#leftMenu .s2selected2:hover {
	font-weight: bold;
	background: transparent url(/img/layout/markers/arrow12.gif) 27px 3px no-repeat;
}
/*@lewe menu - hiperlacze poziom 1*/
#leftMenu ul li ul li a {
	line-height: 14px;
	padding: 0 0 0 27px;
	margin: 0 0 6px 0;
	background: transparent url(/img/layout/markers/arrow10.gif) 15px 3px no-repeat;
	font-size: 13px;
}
/*@lewe menu - hiperlacze podswietlone poziom 1*/
#leftMenu ul li ul li a:hover {
	background: transparent url(/img/layout/markers/arrow12.gif) 15px 3px no-repeat;
}
/*@tresc glowna strony*/
.content {
	width: 678px;
	min-height: 387px;
	height: auto !important;
	height: 387px;
	float: left;
	background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}
/*@tresc glownej strony - margines*/
.contentmarg {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
}
/*@tresc glowna - naglowek*/
.contentpagehead {
	width: 658px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 16px 0px;
	background: transparent url(/img/layout/markers/line1px02.gif) 0px bottom repeat-x;
}
/*@tresc glowna - blok 1*/
.contentpageone {
	width: 200px;
	min-height: 349px;
	height: auto !important;
	height: 349px;
	margin-top: 0px;
	float: left;
	padding-top: 5px;
}
/*@tresc glowna - blok 1 - margines nazwa kategorii*/
.contentpageonemargcat {
	margin-left: 3px;
	margin-right: 12px;
	margin-top: 20px;
}
/*@tresc glowna - blok 1 - margines elementy tekstowe*/
.contentpageonemargtxt {
	margin-left: 6px;
	margin-right: 12px;
}
/*@tresc glowna - blok 1 - naglowek*/
.contentpageonehead {
	min-height: 21px;
	height: auto !important;
	height: 21px;
	margin-bottom: 19px;
}
/*@tresc glowna - blok 2*/
.contentpagetwo {
	width: 206px;
	min-height: 349px;
	height: auto !important;
	height: 349px;
	margin-top: 0px;
	float: left;
}
/*@tresc glowna - blok 2a*/
.contentpagetwobig {
	width: 432px;
	min-height: 349px;
	height: auto !important;
	height: 349px;
	margin-top: 0px;
	float: left;
}
/*@tresc glowna - blok 2,2a - margines*/
.contentpagetwomarg {
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
}
/*@tresc glowna - blok 2,2a - naglowek*/
.contentpagetwohead {
	height: 40px;
}
/*@tresc glowna - blok 3*/
.contentpagethree {
	width: 226px;
	min-height: 349px;
	height: auto !important;
	height: 349px;
	margin-top: 0px;
	float: left;
	background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}
/*@tresc glowna - blok 3 - margines*/
.contentpagethreemarg {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}
/*@tresc glowna - blok 3 - naglowek*/
.contentpagethreehead {
	height: 40px;
}
/*@tresc glowna - blok 4*/
.contentpagefour {
	width: 222px;
	min-height: 349px;
	height: auto !important;
	height: 349px;
	margin-top: 0px;
	float: left;
	background: transparent url(/img/layout/markers/dotsv01.gif) 0px 0px repeat-y;
}
/*@tresc glowna - blok 4 - margines*/
.contentpagefourmarg {
	margin-left: 20px;
	margin-right: 17px;
	margin-top: 0px;
}
/*@tresc glowna - blok 4 - naglowek*/
.contentpagefourhead {
	height: 40px;
}
/*@odstep pionowy 1px*/
.space1px {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
/*@odstep pionowy 2px*/
.space2px {
	height: 2px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
/*@odstep pionowy 8px*/
.space8px {
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
/*@lista ze strzalkami*/
.arrowlist01 {
	background: url(/img/layout/markers/arrow07a.gif) 2px 5px no-repeat;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
}
/*@zdjecie zajawki*/
.trailphoto {
	width: 85px;
	float: left;
}
/*@zawartosc tekstowa zajawki*/
.trailcontent {
	width: 100px;
	float: left;
}
/*@jestes tutaj*/
.youarehere {
	font-size: 11px;
	height: 26px;
	background: transparent url(/img/layout/markers/dotsh02.gif) 0px 15px repeat-x;
}
/*@hiperlacze jestes tutaj*/
.youarehere a {
	font-size: 11px;
}
/*@foto listy zajawek - blok*/
.pagesphoto {
	width: 114px;
	float: left;
	margin-right: 10px;
}
/*@foto listy zajawek - obrazek*/
.pagesphoto img {
	width: 114px;
	height: 86px;
}
/*@tresc listy zajawek - blok*/
.pagescontent {
	width: 533px;
	float: left;
}
/*@tresc listy zajawek - data*/
.pagescontentdate {
	padding: 0px 0px 2px 0px;
	font-size: 11px;
	color: #d0792a;
}
/*@tresc listy zajawek - tytul-link*/
.pagescontenttitle a {
	color: #D0792A;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/*@tresc listy zajawek - opis*/
.pagescontentdesc {
	padding: 8px 0px 8px 0px;
}
/*@margines dolny listy zajawek*/
.pageslist {
	margin: 0px 0px 32px 0px;
}
/*@formularze - styl elementow pol tekstowych*/
tr.formRow input.text, input.textm, tr.formRow textarea, tr.alertRow input.text, tr.alertRow input.textm, tr.alertRow textarea {
	border: 1px #aaa solid;
	width: 260px;
	padding: 2px 2px 2px 2px;
}
/*@formularze - styl elementow podczas bledu*/
tr.alertRow input.text, tr.alertRow textarea {
	border-color: #f40;
}
/*@formularze - styl elementow*/
tr.formRow td, tr.alertRow td {
	padding: 2px 3px 2px 3px !important;
	padding: 1px 2px 1px 2px;
}
/*@formularze - wysokosc pol tresci*/
tr.formRow  textarea, tr.alertRow  textarea {
	height: 60px;
}
/*@formularze - margines przycisku wysylki*/
tr td input.btn_sml, tr td input.btn_sml_sel {
	margin: 0px 0px 0px 3px !important;
	margin: 0px 0px 0px 2px;
}
/*@formularze - styl etykiet*/
tr.formRow td.label, tr.alertRow td.label {
	width: 158px;
	padding: 2px 10px 2px 20px;
	white-space: nowrap;
}
/*@formularze - margines elementow opisowych*/
tr.formRow td.info, tr.alertRow td.info {
	padding: 2px 10px;
}
/*@formularze - styl elementow opisowych informujacych o bledzie*/
tr.alertRow div {
	color: #f40;
}
/*@formularze - gwiazdka pole wymagane*/
td.required {
	width: 7px;
	color: #ff6600;
}
/*@formularze - tabela*/
.form table {
	width: 100%;
}
/*@formularze - brak zawijania*/
td.nw {
	white-space: nowrap;
}
/*@formularze - przyciaganie tekstu do prawej*/
td.r {
	text-align: right;
}
/*@formularze - rozmiar pol checkbox*/
tr.formRow td div.checkboxes input {
	width: 13px;
	height: 13px;
	border: 0px none transparent;
}
/*@galeria - data galerii*/
.gallerydate {
	padding: 0px 2px 0px 0px;
	font-size: 11px;
	color: #d0792a;
}
/*@galeria - tytul*/
.gallerytitle {
	padding: 0px 0px 8px 0px;
}
/*@galeria - tytul-link*/
.gallerytitle a {
	color: #d0792a;
	font-size: 14px;
	font-weight: bold;
}
/*@galeria - info*/
.galleryinfo {
	padding: 0px 0px 8px 0px;
}
/*@galeria - obrazek*/
.galleryimage {
	width: 122px;
	height: 96px;
	margin-right: 9px;
	float: left;
	padding-top: 1px;
	background: transparent url(/img/layout/gradients/galimg_bkg03.jpg) 0px 0px no-repeat;
}
/*@galeria - obrazek, ramka wewn.*/
.galleryimageframe {
	width: 114px;
	height: 86px;
	margin-left: 2px;
}
/*@galeria - wiecej*/
.gallerymore {
	padding: 4px 0px 0px 0px;
}
/*@element tekstowy - global1*/
.global1txt {
	padding: 0px 0px 8px 0px;
}
/*@element tekstowy - global2*/
.global2txt {
	padding: 16px 0px 16px 0px;
}
/*@mapa strony - marginesy poziomu 0*/
.sitemap ul {
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	display: block;
}
/*@mapa strony - marginesy poziomu 1*/
.sitemap ul li, #leftMenu ul li ul {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent none repeat;
}
/*@mapa strony - hiperlacza poziomu 0*/
.sitemap ul li a {
	color: #2f2f2f;
	background: transparent url(/img/layout/markers/arrow14a.gif) 3px 8px no-repeat;
	display: block;
	position: relative;
	padding: 3px 0 5px 13px;
	margin: 0px 0 0 0;
	text-decoration: none;
}
/*@mapa strony - hiperlacza podswietlone poziomu 0*/
.sitemap ul li a:hover {
	background: transparent url(/img/layout/markers/arrow13a.gif) 3px 8px no-repeat;
	text-decoration: underline;
}
/*@mapa strony - hiperlacza poziomu 1*/
.sitemap ul li li a {
	padding: 0 0 0 15px;
	margin: 0px 0 6px 15px;
	background: transparent url(/img/layout/markers/arrow14a.gif) 5px 5px no-repeat;
}
/*@mapa strony - hiperlacza podswietlone poziomu 1*/
.sitemap ul li li a:hover {
	background: transparent url(/img/layout/markers/arrow13a.gif) 5px 5px no-repeat;
}
/*@mapa strony - hiperlacza poziomu 2*/
.sitemap ul li li li a {
	padding: 0 0 0 33px;
	margin: 0px 0 6px 20px;
	background: transparent url(/img/layout/markers/arrow14a.gif) 23px 5px no-repeat;
}
/*@mapa strony - hiperlacza podswietlone poziomu 2*/
.sitemap ul li li li a:hover {
	background: transparent url(/img/layout/markers/arrow13a.gif) 23px 5px no-repeat;
}
/*@blok pola wpisywania komentarza*/
#commentblock {
	display: none;
	width: 500px;
}
/*@blok pola wpisywania komentarza - etykieta autor*/
#commentblock .author {
	margin: 0px 0px 0px 7px;
}
/*@blok pola wpisywania komentarza - pole autor*/
#commentblock .author .username {
	width: 89%;
	height: 17px;
	margin: 0px 0px 5px 0px;
	background: #F1F1F1;
	border: 0px none transparent;
}
/*@blok pola wpisywania komentarza - przycisk*/
#commentblock .buttons {
	margin: 0px 0px 0px 220px;
	display: block;
}
/*@pole tekstu bloku pola wpisywania komentarza*/
#commentArea {
	background: #F1F1F1 none repeat scroll 0%;
	border: 0pt none;
	width: 97%;
	margin: 10px 0 10px 6px;
}
/*@napis dodaj 'komentarz/musisz sie zalogowac'*/
#addcomment, #addcomment a {
	color: #F48E0B;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
/*@blok listy komentarzy*/
.comment {
	border-bottom: 1px #cacaca dashed;
	border-left: 0px #aaa solid;
	border-right: 0px #aaa solid;
	padding: 7px 0px 4px 0px;
	clear: both;
	background: #fff;
}
/*@naglowek komentarza w liscie komentarzy*/
.comment-head {
	color: #678;
	padding: 0 0 4px 0;
	position: relative;
	width: 100%;
}
/*@napis 'cytuj', komentarza w liscie komentarzy*/
.comment a.comment-quote {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	color: #f48e0b;
}
/*@tresc komentarza w liscie komentarzy*/
.comment-txt, .comment-txt * {
	color: #555;
	text-align: justify;
	margin: 0 0 5px 0;
	display: block;
}
/******************************FORMATOWANIE SONDY********************/
.sondablok {
	width: 186px;
	border: 1px solid #B5B5B5;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 8px 0px;
}
.sonda {
	margin: 0px 0 0px 20px;
}
.sonda div.bar {
	height: 4px;
	overflow: hidden;
	background: #f60;
	margin-top: 5px;
}
.sonda .radio {
	margin: 0px 0px 0px 0px !important;
	margin: -4px 0px -4px 0px;
}
/***********************FORMATOWANIE TABEL*************************/
/*@*/
table.data2 th {
	border-top: 0px #7F7F7F solid;
	border-bottom: 0px #7F7F7F solid;
	padding: 3px 0px 3px 50px;
	font-weight: normal;
	text-align: left;
	background: transparent url(/img/dots.gif) bottom repeat-x;
	font-size: 13px;
}
/*@*/
table.data6 th {
	border-top: 0px #7F7F7F solid;
	border-bottom: 0px #7F7F7F solid;
	padding: 3px 0px 3px 0px;
	font-weight: normal;
	text-align: left;
	background: transparent url(/img/dots.gif) bottom repeat-x;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
}
/*@*/
table.data2 tr td {
	border-bottom: 0px #7F7F7F solid;
	border-left: 0px #EDE9E7 solid;
	padding: 3px 5px 3px 50px;
	margin: 0 0 0 0;
	background: transparent url(/img/dots.gif) bottom repeat-x;
	text-align: left;
	font-size: 13px;
}
/*@*/
table.data6 tr td {
	border-bottom: 0px #7F7F7F solid;
	border-left: 0px #EDE9E7 solid;
	padding: 3px 5px 3px 0px;
	margin: 0 0 0 0;
	background: transparent url(/img/dots.gif) bottom repeat-x;
	text-align: left;
	font-size: 13px;
}
/*@*/
table.data2 tr td a {
	font-size: 13px;
}
/*@*/
table.data6 tr td a {
	font-size: 13px;
}
/*@*/
table.data2 tr td.c {
	text-align: center;
}
/*@*/
table.data6 tr td.c {
	text-align: center;
	font-size: 13px;
}
/*@*/
table.data2 tr td:first-child {
	border-left: 0;
}
/*@*/
table.data2 tr td.nb {
	white-space: nowrap;
}
/*@*/
table.data3 th {
	border-top: 0px #7F7F7F solid;
	border-bottom: 1px #a5a5a5 solid;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	text-align: center;
	background: transparent url(/img/dots.gif) bottom repeat-x;
	font-size: 12px;
}
/*@*/
table.data4 th {
	border-top: 0px #7F7F7F solid;
	border-bottom: 1px #a5a5a5 solid;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	text-align: center;
	background: transparent url(/img/dots.gif) bottom repeat-x;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
/*@*/
table.data3 tr td {
	border-bottom: 1px #d8d8d8 solid;
	border-left: 0px #EDE9E7 solid;
	padding: 3px 5px 3px 5px;
	margin: 0px 0 0 0;
	background: transparent url(/img/dots.gif) bottom repeat-x;
	text-align: center;
	font-size: 12px;
}
/*@*/
table.data4 tr td {
	border-left: 0px #EDE9E7 solid;
	padding: 5px 5px 5px 10px;
	margin: 0px 0 0 0;
	background: transparent url(/img/dots.gif) bottom repeat-x;
	text-align: justify;
	font-size: 12px;
	border-top: 1px #d8d8d8 solid;
}
/*@*/
table.data3 tr td.nb {
	white-space: nowrap;
}
/*@*/
table.data5 th {
	border-top: 0px #7F7F7F solid;
	border-bottom: 0px #7F7F7F solid;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	text-align: left;
	background: transparent url(/img/dots.gif) bottom repeat-x;
	font-size: 13px;
}
/*@*/
table.data5 td {
	padding: 0px 3px 0px 3px;
	font-size: 13px;
}
/*@*/
table.data5 td div.dat {
	width: auto;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	white-space: nowrap;
}
/*@*/
table.data5 tr td.kropki {
	border-bottom: 0px #7F7F7F solid;
	border-left: 0px #EDE9E7 solid;
	padding: 3px 5px 3px 10px;
	margin: 0 0 0 0;
	background: transparent url(/img/dots.gif) bottom repeat-x;
	text-align: left;
	font-size: 13px;
}
/*@datepicker - main datepicker style*/
.DatePicker {
	background-color: #f8f8f8;
}
/*@datepicker - style for the header row*/
.DatePickerHdr {
	background-color: #f0f0f0;
}
/*@datepicker - style for buttons in the header row*/
.DatePickerHdrBtn {
	cursor: pointer;
}
/*@datepicker - style for the calendar area*/
.DatePickerBtn {
	cursor: pointer;
}
/*@datepicker - highlighted date*/
.DatePickerBtnSelect {
	background-color: #dbdbdb;
	cursor: pointer;
}
/*@alertwin*/
#alertwin {
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -155px;
	top: 270px;
	width: 310px;
	background: #4E4E4E;
}
/*@alertwin - close*/
#alertwin .close {
	width: 17px;
	height: 17px;
	float: right;
	background: transparent url(/img/close_x.gif) center center no-repeat;
	overflow: hidden;
	cursor: pointer;
}
/*@alertwin - message*/
#alertwin .message {
	background: #ffffff;
	color: #000000;
	clear: both;
	padding: 50px 40px 50px 40px !important;
	padding: 20px 40px 50px 40px;
	margin: 1px;
	height: 13px;
	height: auto !important;
	min-height: 13px;
	text-align: center;
	font-size: 13px
}
/*@hiperlacze styl red*/
a.stylx {
	color: #e62525;
	font-size: 17px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
#slideright {
	background: url("/img/layout/next.png") no-repeat scroll 0 0 transparent;
	top: 110px;
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: 20px;
	width: 36px;
	z-index: 100;
	display: none;
}
#slideleft {
	background: url("/img/layout/prev.png") no-repeat scroll 0 0 transparent;
	top: 115px;
	cursor: pointer;
	height: 36px;
	position: absolute;
	left: 20px;
	width: 36px;
	z-index: 100;
	display: none;
}
.language {
	float: right;
	margin-top: -39px;
	margin-right: 4px;
	background: #fff;
	padding: 2px 8px;;
}

