/*@czcionka domyslna*/
* {
font-family:  Arial,Tahoma, Verdana, Helvetica, sans-serif;
font-size: 14px;
}

/*@*/
.background{
background:#000 url(../img/layout/gradients/background.jpg) repeat-x;
color:#fff;
}

a {
text-decoration:none;
color:#fff;
}


/*@*/
a:hover{
text-decoration:underline;
}



/*@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: #000;
border:1px solid #676767;
color:#676767;
height:18px;
padding:0px 0 0 0;

}

/*@*/
textarea {
background: #000;
border:1px solid #676767;
color:#676767;

}

/*@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: 0;
padding: 0px 0 10px 0;
}

/*@marginesy listy wypunktowanej*/
ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/*@elementy listy wypunktowanej*/
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;
}

/*@marginesy listy numerowanej*/
ol {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/*@element listy numerowanej*/
ol li {
margin: 0px 0px 0px 7px;
padding: 1px 0px 0px 12px;
list-style-type: decimal;
list-style-position: inside;
background: none;
}

/*@styl naglowkowy h1.1*/
h1{
color: #f0f0f0;
font-size: 15px;
font-weight: bold;
font-family: Verdana,Tahoma, Helvetica, sans-serif;
}

/*@*/
h1.style1 {
color: #f0f0f0;
font-size: 15px;
font-weight: bold;
font-family: Verdana,Tahoma, Helvetica, sans-serif;
margin:0 0 15px 0;
}

/*@styl naglowkowy h1.2*/
h2, h1.style2 {
color: #dbdbdb;
font-size: 13px;
font-weight: bold;
font-family: Verdana,Arial,Tahoma, 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;
}


/*********************** 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 kopertą*/
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 drukarką*/
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: 0 15px 5px 0;
}

/*@ilustracja z ramka przyciagana do prawej*/
img.borderRight {
float: right;
margin: 0 0 5px 15px;
}

/*@ilustracja przyciagana do lewej*/
img.left {
float: left;
margin: 0 15px 5px 0;
}

/*@ilustracja przyciagana do prawej*/
img.right {
float: right;
margin: 0 0 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;
color:#000;
}

/*@kontener glowny*/
#container {
width: 991px;
background-color: transparent;
text-align: left;
margin-left: auto;
margin-right: auto;
color:#fff;
}

/*@*/
#containerTop {
width: 991px;
background-color: #232323;
float:left;
margin:20px 0 0 0;
}

/*@*/
#top{
width:991px;
float:left;

}

/*@*/
.register{
float:right;
margin:5px 20px 5px 0;
}

/*@*/
#logo{
float:left;
margin:40px 0 0 0;
}

/*@*/
#topBanner{
float:right;
width:750px;
height:100px;
}

/*@*/
.newsHeader{
color: #fff;
font-size: 18px;
font-weight: bold;
font-family: Arial,Tahoma, Verdana, Helvetica, sans-serif;
margin:0 10px 0 0;
}

/*@*/
.newsHeaderLeft{
float:left;
color: #fff;
font-size: 18px;
font-weight: bold;
font-family: Arial,Tahoma, Verdana, Helvetica, sans-serif;
margin:0 10px 0 0;
}
/*@*/
.newsCount{
padding:2px 5px 2px 5px;
margin:0 0px 0 0;
color:#b3b3b3;
font-family:verdana;
font-weight:bold;
}

/*@*/
.newsCount:hover{
border:1px solid #646464;
color:#b3b3b3;
padding:1px 4px 1px 4px;
margin:0 0px 0 0;
font-family:verdana;
font-weight:bold;
}

/*@*/
.relationsItem{
width:470px;
float:left;
margin:10px 0 0 0;

}

/*@*/
.relationsItemCat{
width:475px;
float:left;
margin:10px 10px 0 0;
}

.relationsItemCat-hover{
width:475px;
float:left;
margin:10px 10px 0 0;
background:#363636;
}

/*@*/
.exhibitorsItem{
width:470px;
float:left;
margin:10px 0 0 10px !important;
margin:10px 0 0 5px;
}

/*@*/
.exhibitorsItem-hover{
width:470px;
float:left;
margin:10px 0 0 10px !important;
margin:10px 0 0 5px;
background:#363636;
}

/*@*/
.pagesItem{
width:460px;
float:left;
margin:10px 0 0 10px;
}

/*@*/
.pagesItem-hover{
width:460px;
float:left;
margin:10px 0 0 10px;
background:#363636;
}

/*@*/
.targsItem{
width:475px !important;
width:470px;
float:left;
margin:10px 0 0 10px;
height:130px;
}

/*@*/
.targsItem-hover{
width:475px !important;
width:470px;
float:left;
margin:10px 0 0 10px;
background:#363636;
}

/*@*/
.targsImg{
float:left;
margin:15px 5px 0 0;
}

/*@*/
.thickboxTargsImg{
float:left;
margin:11px 13px 0 0;
border:1px solid #000;
}

.targsImg{
float:left;
margin:8px 13px 0 0;
}

/*@*/
.relationsItem-hover{
background:#363636;
width:470px;
float:left;
margin:10px 0 0 0;
}
/*@*/
.newItem{
float:left;
margin:10px 0 0 0;
width:400px;
}

/*@*/
.newItem-hover{
background:#363636;
float:left;
margin:10px 0 0 0;
width:400px;
}

/*@nazwa firmy*/
#companyname {
width: 200px;
height: 50px;
float: left;
}

/*@margines nazwy firmy*/
#companynamemarg {
font-size: 10px;
color: #959fa5;
margin-left: 19px;
margin-top: 21px;
}

/*@blok wyszukiwarki*/
#searchsite {
width: 676px;
height: 50px;
margin-left: 2px;
float: left;
}

/*@tlo wyszukiwarki*/
#searchsiteblock {
width: 225px;
height: 35px;
margin-left: 451px;
margin-top: 6px;
background-color: #f1f1f1;
}

/*@margines tla wyszukiwarki*/
#searchsiteblockmarg {
margin-left: 8px;
margin-top: 7px;
position: absolute;
}

/*@pole edycji wyszukiwarki*/


/*@przycisk wyszukiwarki*/
#searchsitebtn {
width: 37px;
height: 20px;
margin: 2px 0px 0px !important;
}

/*@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: 145px;
float: left;
}

/*@prawy baner*/
#bannerright {
width: 469px;
height: 145px;
margin-left: 2px;
float: left;
}

/*@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 {
font-weight: bold;
}

/*@napis 'nazwa_uzytkownika' po zalogowaniu*/
.loggedname {
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: #4e4e4e;
}

/*@czcionka pola z data*/
#dayinfotxt {
margin-top: 13px;
font-size: 10px;
color: #ffffff;
}

/*@*/
#gallery_scroll{
margin:10px 0 0 0;
}

/*@menu poziome*/
#menu {
width: 991px;
height: 35px;
margin: 7px 0px 0px 0px;
float: left;
background: url(/img/layout/menu/menu_back.jpg) 0px 0px repeat-x;
}

/*@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;
float: left;
text-align: center;
background: none;
}

/*@menu poziome - link*/
#menu ul li a {
width: 113px;
float: left;
display: block;
background: transparent none repeat;
padding: 10px 0px 10px 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_back_hover.jpg) repeat-x;
}

/*@menu poziome - link wybrany*/
#menu ul li.selected a {
color: #ffffff;
background: transparent;
}

/*@menu glowne - submenu*/
#menu ul li ul {
margin: 1px 0px 0px 0px;
visibility: hidden;
position: absolute;
width: 160px;
padding: 0px 0px 0px 0px;
top: 162px;
background:#000 url(../img/layout/menu/submenu_back.jpg) repeat-x;
clear: left;
z-index: 100;
}

/*@menu glowne - submenu, guzik*/
#menu ul li ul li a {
display: block;
border-top: 1px #555555 solid;
padding: 3px 0px 0px 10px;
color: #ffffff;
width: 150px;
float: left;
height: 27px;
background: transparent;
border-right: 0px transparent solid;
text-align: left;
}

/*@menu glowne - submenu, guziki wybranego menu*/
#menu ul li.selected ul li a {
display: block;
border-top: 1px #555555 solid;
color: #ffffff;
width: 150px;
float: left;
height: 27px;
background:transparent;
}

/*@menu glowne - submenu, link podswietlony*/
#menu ul li ul li a:hover {
border-top: 1px #555555 solid;
height: 27px;
}

/*@menu glowne - submenu, aktywny guzik, wybranego menu*/
#menu ul li.selected ul li a:hover {
border-top: 1px #555555 solid;
}

/*@menu glowne - submenu, guzik akt*/
#menu ul li ul li a:hover {
text-decoration: none;
background:#c82020 url(/img/layout/menu/submenu_back_hover.jpg) repeat-x 0px 0px;
width: 150px;
float: left;
height: 27px;
padding: 3px 0px 0px 10px;
}

/*@*/
#search{
width:991px;
float:left;
}

/*@*/
#searchEx{
float:left;
margin:20px 0 0 20px;
}

/*@*/
.searchExName{
float:left;
margin:3px 5px 0 0;
font-size:17px;
color:#dbdbdb;
}

/*@*/
.searchExForm{
float:left;
}

/*@*/
.button{
background:url(../img/layout/buttons/button.jpg) no-repeat;
width:75px;
height:24px;
border:0;
color:#dadada;
cursor:pointer;
}

/*@*/
.buttonHover{
background:url(../img/layout/buttons/button_hover.jpg) no-repeat;
width:75px;
height:24px;
border:0;
color:#dadada;
cursor:pointer;
}

/*@*/
.searchInput{
padding:5px 0 0 5px;
width:205px;
}

/*@*/
#searchTarg{
float:right;
margin:20px 20px 0 0;
}

/*@lewy panel*/
#leftPanel {
width: 470px;
background:#232323;
float: left;
margin:0px 0 0 0;
padding:10px;
}

/*@lewy panel content*/
#leftPanelContent {
width: 971px;
background:#232323;
float: left;
margin:0px 0 0 0;
padding:10px;
}

/*@lewy panel*/
#containerItems {
width: 971px;
background:#232323;
float: left;
margin:0px 0 0 0;
padding:10px;
}

/*@*/
.panelData{
font-family:verdana;
font-size:12px;
color:#dbdbdb;
float:left;
width:100px;
}

/*@*/
.leftPanelPlayer{
margin:5px 0 0 0;
z-index:1;
text-align:center;
}

/*@*/
.playerMini{
margin:5px 10px 0 0;
float:left;
width:168px;
height:129px;
position:relative;
}

/*@*/
.playerMini img{
border:4px solid #8b8b8b;
}

/*@*/
img.play {
position:absolute;
border:none;
top:45px;
left:55px;

}

/*@*/
.panelTag-hover{
float:right;
padding:1px 15px 1px 15px;
background:url(../img/layout/gradients/paneltaghover.jpg) repeat-x;
}

/*@*/
.panelTag{
background:#363636;
float:right;
padding:1px 15px 1px 15px;
}

/*@*/
.redBox{
background:url(../img/layout/gradients/redbox.jpg) repeat-x;
float:right;
padding:1px 15px 1px 15px;
margin:20px 5px 0 0;
height:29px;
font-size:20px;
font-family:arial;
}

/*@*/
.redBoxExhibitors{
background:url(../img/layout/gradients/redbox.jpg) repeat-x;
float:right;
padding:1px 12px 1px 15px;
margin:-8px 20px 0 0 !important;
margin:0px 13px 0 0;
height:29px;
font-size:20px;
font-family:arial;
}

/*@*/
.redBoxTargs{
background:url(../img/layout/gradients/redbox.jpg) repeat-x;
float:right;
padding:1px 15px 1px 15px;
margin:-8px 10px 0 0 !important;
margin:0px 5px 0 0;
height:29px;
font-size:20px;
font-family:arial;
}

/*@*/
.relationItemTxt{
color:#dbdbdb;
margin:5px 0 0 0;
font-size:13px;
font-family:verdana;
}

/*@*/
p {
color:#dbdbdb;
font-family:verdana;
font-size:13px;
text-align:justify;
}

/*@*/
.rightPanel{
float:left;
width:470px;
padding:10px;
margin:0px 0 0 10px;
}

/*@*/
#print{
float:right;
}

/*@*/
.arrowBig{
margin:0 5px 0 0;
}

/*@*/
.center{
width:971px;
background:#232323;
padding:10px;
float:left;
margin:15px 0 0 0;
}

/*@*/
.centerPanelLeft,.centerPanelCenter{
float:left;
width:395px;
margin:0 15px 0 0;

}

/*@*/
.centerPanelRight{
float:right;
width:150px;
}

/*@*/
.allItems{
float:right;
margin:10px 0 0 0;
}

/*@*/
.allItemsTargs{
float:right;
margin:10px 14px 0 0;
}

/*@*/
.targItem{
width:150px;
margin:15px 0 0 0;
}

/*@*/
.newsletterForm{
float:left;
width:415px;
}

/*@*/
.up{
margin:0 0 0 5px;
}

/*@*/
#newsletter{
float:left;
width:971px;
padding:15px 10px 15px 10px;
background:#232323;
margin:15px 0 0 0;
}

/*@*/
.footerMenu{
float:left;
width:971px;
padding:10px;
}

/*@*/
.footerMenu ul{
list-style-type:none;
float:left;
}

/*@*/
.footerMenu ul li{
list-style-type:none;
float:left;
background:none;
margin:0;
padding:0 12px 0 0;
}

/*@*/
.footerMenu ul li a{
color:#d4d4d4;
font-family:verdana;
font-size:13px;
}

/*@*/
.lastModify{
margin:0 0 0 0px;
font-size:13px;
font-family:verdana;
color:#999898;
float:left;
}

/*@*/
.powered{
float:right;
font-size:13px;
font-family:verdana;
color:#999898;
margin:10px 0 0 0;
}

/*@*/
.powered a{
color:#d4d4d4;
font-size:13px;
font-family:verdana;
}

/*@*/
.footerBack{
background:url(../img/layout/gradients/footer_back.jpg) repeat-x;
height:100px;
width:100%;
}

/*@*/
.footerLogos{
width:971px;
padding:10px;
margin:0 auto 0 auto;
}

/*@*/
.actualizer{
float:right;
margin:12px 0 0 0px;
}

/*@*/
.actualizer a{
background:url(/img/layout/buttons/act_logo.jpg) no-repeat 0px 0px;
width:124px;
height:25px;
display:block;
}

/*@*/
.actualizer a:hover{
background:url(/img/layout/buttons/act_logo.jpg) no-repeat 0px -25px;
width:124px;
height:25px;
display:block;
}
/*@*/
.heuristic{
float:right;
margin:12px 0 0 10px;
}

/*@*/
.heuristic a{
background:url(/img/layout/buttons/heur_logo.jpg) no-repeat 0px 0px;
width:141px;
height:24px;
display:block;
}

/*@*/
.heuristic a:hover{
background:url(/img/layout/buttons/heur_logo.jpg) no-repeat 0px -24px;
width:141px;
height:24px;
display:block;
}

/*@blok napisu aktualnosci*/
#news {
width: 200px;
height: 56px;
}

/*@margines bloku napisu aktualnosci*/
#newsmarg {
margin-left: 3px;
margin-top: 18px;
position: absolute;
}

/*@*/
.boxRelations{
width:470px;
height:600px;
}

/*@*/
.boxRelationsCat{
width:970px;
height:570px;
}

/*@*/
.boxExhibitors{
width:970px;
height: 525px;
}

.boxTargs{
width:970px;
height: 435px;
}


/*@*/
.boxNewRelations,.boxNewTargs{
width:470px;
height:200px;
}

/*@*/
.exhibitorsContainer{
width:970px;
height: 525px;
}

/*@*/
.targsContainer{
width:970px;
height: 435px;
}

/*@*/
.relationsContainer{
display:none;
width:470px;
height:500px;
}

/*@*/
.relationsContainerCat{
display:none;
width:970px;
height:500px;
}

/*@*/
.newRelationsContainer{
display:none;
width:470px;
height:200px;
}

/*@*/
.exibitorsContainer{
display:none;
width:971px;
height:500px;
}


/*@*/
.relationsNext,.newRelationsNext,.newTargsNext{
background:url(../img/layout/markers/arrow.gif) no-repeat right 5px;
padding:0 8px 0 0px;
}

/*@*/
.relationsPrev,.newRelationsPrev,.newTargsPrev{
background:url(../img/layout/markers/arrow3.gif) no-repeat left 5px;
padding:0 0px 0 8px;
}


/*@*/
.boxPages{
width:950px;
height: 530px;
}

/*@*/
.pagesContainer{
width:950px;
height: 530px;
}

/*@*/
.nextPrev{
float:right;
}

/*@*/
.tableDetails{
margin:15px 0 15px 0;
color:#fff;
}

/*@*/
.tableDetails td,.thickboxTableDetails td,.tableDetailsTargs td{
padding:0 15px 0 0px;
}

/*@*/
.tableDetailsTargs{
margin:3px 0 0px 0;
color:#fff;
}

/*@*/
.bold{
font-weight:bold;
}


/*@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;
}




/*@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: 13px;
margin:10px 0 0 10px;
color:#b3b3b3;
float:left;
width:390px;
}

/*@hiperlacze jestes tutaj*/
#youarehere a {
font-size: 13px;
color:#e0e0e0;
}



/*@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 {

width: 250px;
padding: 2px 2px 2px 2px;
}

/*@formularze - styl elementow podczas bledu*/
tr.alertRow input.text, tr.alertRow textarea {
border-color: #A72525;
}

/*@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 - styl etykiet*/
tr.formRow td.label, tr.alertRow td.label {
width: 158px;
padding: 2px 10px 2px 20px;
white-space: nowrap;
}

/*@formularze - tlo etykiet*/
tr.alertRow td.label {

}

/*@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: #A72525;
}

/*@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 {
font-size: 11px;
color: #fff;
}

/*@galeria - obrazek*/
#galleryimage {
width: 147px;
height: 110px;
margin:10px 10px 0 0;
float: left;


}

/*@*/
.gal_wiecej{
margin:15px 0 0 0;
float:left;
}

/*@galeria - obrazek, ramka wewn.*/
#galleryimageframe {
width: 147px;
border:4px solid #8c8c8c;
}

/*@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: #fff;
background: transparent url(/img/layout/markers/arrow.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/arrow.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/arrow.gif) 5px 5px no-repeat;
}

/*@mapa strony - hiperlacza podswietlone poziomu 1*/
#sitemap ul li li a:hover {
background: transparent url(/img/layout/markers/arrow.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/arrow.gif) 23px 5px no-repeat;
}

/*@mapa strony - hiperlacza podswietlone poziomu 2*/
#sitemap ul li li li a:hover {
background: transparent url(/img/layout/markers/arrow.gif) 23px 5px no-repeat;
}

/* style do forum */
#forum_opis{ 
padding: 5px 15px 5px 10px;
background-color: rgb(207, 240, 255);
font-size:12px;
}

#forum_tab{
width:auto;
}

#forum_tab td{
background-color:#EFEFEF;
}

#forum_tab th{
background-color:#4E4E4E;
border-bottom:2px solid #FFFFFF;
color:#ffffff;
font-size:13px;
padding:10px 10px 10px 6px;
text-align:left;
}

.th_wypowiedzi{
border-left:2px solid #ffffff;
}

.td_wypowiedzi{
border-left:2px solid #ffffff;
border-bottom:2px solid #ffffff;
text-align:center;
}

.td_wypowiedzi span{
font-size:12px;
color:#F2771D;
font-weight:bold;
}

#forum_watki{
font-size:12px;
padding:30px 0 10px 10px;
background-color:#CFF0FF;
border-bottom:2px solid #FFFFFF;
}

#forum_watki ul li{
list-style-image: none;
list-style-type: none;
color:#003EB1;
background: transparent;
}

#forum_watki ul{
margin:0 0 15px 0;
}

#forum_watki ul li a{
color:#F2771D;
text-decoration:underline;
font-size:12px;
margin-left: 40px;
}

#forum_watki ul li a:visited{
color:#717171;
text-decoration:underline;
font-size:12px;
margin-left: 40px;
}

#forum_watki ul li a:hover{
}

.all_w a{
color:#717171;
margin:0 0 0 29px;
font-size:12px;
text-decoration:underline;
}

.all_w a:hover{
text-decoration:underline;
}

.back_btn2{
margin: 0pt 0pt 0pt 130px;
}

.back_btn3{
margin: 0pt 0pt 0pt 0px;
background: transparent url(/img/layout/markers/arrow49.gif) no-repeat scroll 6px 4px;
}

.back_btn3 a{
}

#forum{
background-color:#ffffff;
padding:10px 0 0 5px;
}

#forumTopics {
width: 658px;
}

#forumTopics tr th {
border-bottom: 2px solid #ffffff;
}

#forum td.r, #forumTopics th.r {
text-align: right;
}

#forumTopics a.topic {
font-weight: bold;
font-size: 12px;
color:#F2771D;
}

#forumTopics a:visited.topic {
font-weight: bold;
font-size: 12px;
color:#717171;
}

#forumTopics td.small, #forumTopics td.small * {
font-size: 11px;
}

.forumQuote {
border-left: 1px #ccc solid;
margin: 0pt 0pt 0pt 0.8ex;
padding-left: 1ex;
}

.forumQuote, .forumQuote * {
color: #666;
}

#forumTopics td.r {
text-align: right;
width:126px;
font-size: 11px;
}

#forumTopics a.topic {
font-weight: bold;
font-size: 12px;
}

#forum a.topic {
font-size:13px;
font-weight:bold;
color:#F2771D;
text-decoration:underline;
}

.topicUser {
font-weight: normal;
color: #7F566D;
}

.forumQuote {
border-left: 1px #ccc solid;
margin: 0pt 0pt 0pt 0.8ex;
padding-left: 1ex;
}

#forumPosts tr.postWyr td {
background-color: #CFF0FF;
}

#forumPosts tr.postWyr td.postContent {
background-color: #F3F3F3;
background-image: url(../img/forum_post_3.gif);
background-repeat: repeat-y;
width:460px;
}

#forumPosts tr.postWyr td.postContent a {
font-weight: bold;
color: #F2771D;
}

#forumPosts tr td.postInfo {
vertical-align: top;
white-space: nowrap;
padding: 5px 8px;
border-bottom: 5px #fff solid;
	
}

/*@*/
#forumPosts tr td.postInfo, #forumPosts tr td.postInfo * {
font-size: 12px;
font-family: Tahoma;
color: #484848;
white-space: nowrap;
background-color: #F3F3F3;
}

#forumPosts tr td.postInfo div.author {
font-weight: bold;
color: #24a;
}

.author-from, .author-posts {
font-weight: normal;
}

#forumPosts tr td.postInfo a {
}

#forumPosts tr td.postContent {
background:#F3F3F3 url(../img/forum_post_3.gif);
background-repeat: repeat-y;
padding: 5px 5px 5px 15px;
font-size: 12px;
border-bottom: 5px #fff solid;
}

#forumPosts tr td.postContent * {
font-size: 12px;
background-color:#F3F3F3;
text-align: left;
}

#forumPosts tr td.postContent h3 {
padding: 0 0 5px 0;
margin: 0;
color: #F2771D;
font-weight: bold;
}

a.cytuj {
float: right;
display: block;
margin-left:5px;
}

#forumPosts tr td.postInfo div.authButt {
background-color: #F0F2F5;
border: 1px #9ab solid;
padding: 2px;
margin: 2px 0;
}

#forumPosts tr td.postInfo div.authButt * {
vertical-align: middle;
}

#forumPosts tr td.postInfo div.authButt a {
padding-right: 5px;
}

/*@*/
#forumPosts tr th {
background: #e3e3e3 none   repeat;
padding: 6px 2px 6px 2px;
border-bottom: 5px #fff solid;
}

/*@*/
#forumPosts tr th.l {
text-align: left;
background: #e3e3e3 none repeat;
}

/*@*/
#forumPosts tr th h3 {
float: right;
margin: 0 0 0 0;
padding: 0 10px 0 0;
font-weight: bold;
font-size: 12px;
}

/*@ramka*/
img.forum {
border: 1px #b9b7b7 solid;
margin: 5px 2px 5px 2px;
padding: 2px;
}

#forumTopics {
margin-left: -1px;
}

#forumTopics th {
border-top: 1px #7F7F7F solid;
border-bottom: 1px #7F7F7F solid;
background: #4E4E4E;
padding: 2px 6px 2px 6px;
font-weight: normal;
text-align: center;
font-size:13px;
color:#fff;
}

#forumTopics tr td {
background-color:#EFEFEF;
border-bottom: 2px #fff solid;
border-left: 2px #fff solid;
padding: 2px 6px 2px 6px;
margin: 0;
}

#forumTopics tbody tr td .t {
width:5px;
}

#forumTopics tr td:first-child {
border-left: 0;
width:20px;
}

#forumSearch {
text-align: right;
padding: 5px 0 10px 0;
color:#F2771D;
font-size: 12px;
}

#newTopic {
padding: 12px 0;
}

#newTopic a {
background: transparent url(../img/library/markers/sq_arr.gif) 0px 0px no-repeat;
padding: 0 0 0px 18px;
text-decoration: none;
color:#E62525;
font-size: 13px;
font-weight: bold;
}

.forum-highlight {
background: #ff0;
}

.avatar {
display: block;
border: 4px #BABFC2 solid;
padding: 1px;
margin: 2px 2px 2px 0;
width: 64px;
height: 64px;
overflow: hidden;
}

#spolecznosc {
background: #F2F2F3;
margin: 0px 0 10px 0;
padding: 0 0 10px 0;
width: 310px;
float: right;
overflow: hidden;
}

#spolecznosc h3 {
background: #0088FF;
margin: 0;
padding: 0px;
height: 31px;
text-align: center;
color: #fff;
font-size: 12px;
line-height: 31px;
}

/*@*/
#spolecznosc * {
font-size: 11px;
font-family: Tahoma;
}

#spolecznosc dt {
padding: 4px 5px 0px 8px;
margin: 0;
}

/*@*/
#spolecznosc dt, #spolecznosc dt * {
color: #ff0000;
font-weight: normal;
}

#spolecznosc dd {
margin: 0;
padding: 0px 5px 0px 8px;
text-indent: 0px;
}

/*@*/
#spolecznosc dd, #spolecznosc dd * {
color: #000000;
}

#fq, #forum fieldset table tbody tr td input {
border: 1px solid #C0C0C0;
}

/*@blok pola wpisywania komentarza*/
#commentblock {
display: none;
width: 500px;
}

/*@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*/
a.comment-quote {
position: absolute;
right: 0px;
top: 0px;
text-align: right;
color: #F2771D;
}

/*@tresc komentarza w liscie komentarzy*/
.comment-txt, .comment-txt * {
color: #555;
text-align:justify;
margin:0 0 5px 0;
display:block;
}

/******************************FORMATOWANIE SONDY********************/
#sonda {
width: 186px !important;
width: 188px;
border: 1px solid #B5B5B5;
padding: 5px 5px 5px 5px;
}

.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/dotss.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/dotss.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/dotss.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/dotss.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;
}

/*@alertwin*/
#alertwin {
position: absolute;
z-index: 100;
left: 50%;
margin-left: -155px;
top: 270px;
width: 310px;
background: #363636;
}

/*@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
}

div.ramka{
border:1px dashed #FF0000;
}

div.ramka-tresc{
border:1px dashed #000000;
}

div.ramka h2 {
cursor: pointer;
}

div.ramka-tresc {
margin:5px 0 0 0;
}

.hr_dotted {
height:10px;
background:url(/img/layout/markers/dotsv01.gif) repeat-x center;
}

.hr_dotted hr {
display:none;
}

.bloczek {
background:#4E4E4E;
}

.bloczek p{
color:#fff;
}


/*@*/
#wystawcaDetails,#targDetails{
display:none;
}

/*@*/
.thickboxContent{
color:#000;
}

/*@*/
.thickboxTableDetails{
margin:0px 0 10px 0;
color:#000;
}


/*@*/
.pagesMore{
float:right;
}

/*@*/
.newContent{
float:left;
width:971px;
padding:10px;
margin:10px 0 0 0;

}

/*@*/
.newLeftPanelContent{
float:left;
width:480px;
margin:0 10px 0 0;
}

/*@*/
.newRightPanelContent{
float:left;
width:480px;
}

/*@*/
.allRelations{
margin:0 0 0 20px;
}



/*@*/
div.left50 {
float:left;
width:390px;
border:1px dotted red;
}

/*@*/
.background div.left50{
border:none;
}

/*@*/
div.left70 {
float:left;
width:570px;
border:1px dotted red;
}

/*@*/
div.left30 {
float:left;
width:210px;
border:1px dotted red;
}

.background div.left50,.background div.left70,.background div.left30{
border:none;
}

.background div.left50{
border:none;
}

.webdesign{
display:none;
}

.captcha{
margin:0 0 5px 0;
}

.fcLike{
float:left;
background:#000;
overflow:hidden;
}
