/* css main file: style.css */

/****  reset  *****************************************************************/

body, h1, h2, h3, h4, h5, h6, div, form, fieldset, dl, dt, dd, address { margin: 0; padding: 0; }
a, a:visited { text-decoration: none; }
fieldset, img { border: none; }

/****  ogólne  ****************************************************************/

html {
  font-size: x-small;
}

body {
  color: #6d6d6d;
  font-size: 110%;
  line-height: 1.55em;
  font-family: Tahoma, Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
    background: url(/images/body.png) repeat-x;
}

a {
  color: #d83c2d;
}

a:hover {
  text-decoration: underline;
}

address {
  font-style: normal;
}

ol li ol {
  list-style-type: lower-alpha;
}

.block { display: block; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth, .clear { clear: both; }
.tLeft { text-align: left!important; }
.tRight { text-align: right !important; }
.tCenter { text-align: center !important; }
.tJustify { text-align: justify !important; }
.bold { font-weight: bold; }

.w20 { width: 20px; }
.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w240 { width: 240px; }
.w260 { width: 260px; }
.w280 { width: 280px; }

.noRecords {
  margin: 1em 0;
  font-weight: bold;
  padding: 0;
}

.back {
  margin: 2em 2em 1em;
  text-align: right;
}

.back a {
  text-transform: lowercase;
}

.back a:hover {

}

.more {
  margin: 1em 2em;
  text-align: right;
}

.more a {
  text-transform: lowercase;
}

.more a:hover {

}

.more .redLeftTop {
    display: block;
    width: 60px;
    color: #fff;
    text-align: center;
    float: right;
    font-weight: bold;
}

.more .redLeftTop span {
  display: block;
}

/****  formularze  ************************************************************/

.row {
  margin: 0.1em 0;
}

.label {
  float: left;
  width: 120px;
    font-weight: bold;
}

label {
    line-height: 2em;
}

.value {
  float: left;
  width: 205px;
}

input, textarea, select {
  font-size: 100%;
  vertical-align: middle;
  font-size: 100%;
  padding: 0.2em 3px;
  margin: 0;
    color: #6D6D6D;
}

select {
    width: 120px;
    border: 1px solid #d5d5d3;
}

textarea {
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
  width: 241px;
  height: 52px;
    border: 1px solid #D5D5D3;
}

input:focus, textarea:focus {
  border-color: #15406D;
}

.textInput {
    padding-top: 0.4em;
  padding-bottom: 0.5em;
  width: 120px;
    background-color: transparent;
    border: 1px solid #D5D5D3;
}

.checkboxInput {
  margin-right: 14px;
  position: relative;
  top: -0.1em;
  width: auto !important;
}

.submitRow {
  padding-left: 112px;
}

.submitRow .redLeftTop,
.submitRow .redBlueLeftTop {
  width: 60px;
  color: #fff;
  float: right;
  font-weight: bold;
}

.submitRow .redLeftTop .submitInput,
.submitRow .redBlueLeftTop .submitInput {
    background: none;
    border-style: none;
    width: 100%;
    color: #fff;
}

.submitInput {
  font-weight: bold;
  padding: 0.2em 16px 0.3em;
}

.submitInput:hover {
  cursor: pointer;
}

.imageInput {
    padding: 0;
    margin-left: 3px;
}

.required { color: #dc2329; }
.err { color: #f00; }

/****  linki buttony  *********************************************************/

.buttons {
  margin: 1em 0 0;
}

.button {
  display: block;
  width: 137px;
  border-top: 1px solid #90af00;
  border-bottom: 1px solid #91b000;
  background: #acc400 url(/images/button_right.png) repeat-x;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
}

.button:hover {
  color: #454F00;
}

.buttonDisabled {
  display: block;
  width: 137px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b1b1b1;
  background: #dcdcdc url(/images/button_left_disabled.png) repeat-x;
  color: #515151;
  padding: 0.5em 0;
  text-align: center;
}

/****  stronicowanie  *********************************************************/

.pageNav {
  text-align: right;
  padding: 0.1em;
}

.pageNav a,
.pageNav span {
  color: #6D6D6D;
  font-weight: bold;
  padding: 0.6em 3px 0.7em;
}

.pageNav .select {
    color: #D83C2D;
}

/****  komunikaty  ************************************************************/

#info div {
  margin: 0.1em;
  border-width: 2px;
    border-style: solid;
  padding: 0.2em 2em;
    text-align: center;
  font-weight: bold;
}

#info div div {
  border-width: 0;
}

#info_err {
  border-color: #df2626;
  color: #df2626;
}

#info_msg {
  border-color: #42AF41;
  color: #42AF41;
}

#errmsg {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 140%;
}

#errmsg ul {
  margin: 0;
  padding: 0.5em 15px;
}
#errmsg .errors {
    color: #fff;
}
#errmsg ul li {
  margin: 0.3em 0;
  padding: 0;
  list-style-type: none;
}

/****  appConfirm  ************************************************************/

.appConfirmBox {
  position: absolute;
  display: none;
  border-right: 2px solid #DAE3EB;
  border-bottom: 2px solid #DAE3EB;
}

.appConfirmBox2 {
  background: #F0F2F7;
  border: 1px solid #B8C6CF;
  border-bottom-width: 3px;
  padding: 1px;
}

.appConfirmBox2 h1 {
  margin: 0;
  padding: 3px 0 4px 10px;
  background-color: #6F8491;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px solid #C8D3E2;
}

.appConfirmBox3 {
    width: 220px;
  margin: 20px 0 0 13px;
}

.appConfirmBox4 {
  background: transparent url(/imgs/alerts/confirm.gif) 0 0 no-repeat;
  /*padding: 5px 0 10px 50px;*/
  height: 50px;
  /*border-bottom: 1px solid #C8D3E2;*/
  color: #084376;
  line-height: 1.5em;
  text-align: center;
}

.appConfirmBoxButtons {
  text-align: center;
  padding: 10px 0 0 40px;
}

.appConfirmBoxButtons a {
  text-decoration: none;
  width: 50px;
  display: block;
  float: left;
  text-align: center;
  background: #FFFFFF url(images/button_bg.png) repeat-x scroll 0pt 100%;
  border: 1px solid #C0C8CA;
  font-weight: bold;
  padding: 1px 5px;
  color: #142129;
  font-size: 90%;
}

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

#appConfirmBoxOk {
  margin-right: 5px;
}

#appConfirmBoxCancel {
  margin-left: 5px;
}

/*****  project styles  *******************************************************/

h1.siteHead {
    font-size: 145%;
    margin-bottom: 0.9em;
}

.siteHead2 {
    background: url(/images/plaster.jpg) no-repeat left center;
    padding-left: 22px;
}
h2.siteHead {
  font-size: 110%;
  margin-bottom: 0.1em;
    color: #1b3f5f;
}

.greenLeftTop {	background: #e0e4cd url(/images/green_left_top.png) no-repeat; }
.greenRightTop { background: url(/images/green_right_top.png) no-repeat 100% 0; }
.greenLeftBottom { background: url(/images/green_left_bottom.png) no-repeat 0 100%; }
.greenRightBottom {  background: url(/images/green_right_bottom.png) no-repeat 100% 100%; }

.redLeftTop { background: #d93a3e url(/images/red_left_top.png) no-repeat; }
.redRightTop { background: url(/images/red_right_top.png) no-repeat 100% 0; }
.redLeftBottom { background: url(/images/red_left_bottom.png) no-repeat 0 100%; }
.redRightBottom {  background: url(/images/red_right_bottom.png) no-repeat 100% 100%; }

.redBlueLeftTop { background: #d93a3e url(/images/red_blue_left_top.png) no-repeat; }
.redBlueRightTop { background: url(/images/red_blue_right_top.png) no-repeat 100% 0; }
.redBlueLeftBottom { background: url(/images/red_blue_left_bottom.png) no-repeat 0 100%; }
.redBlueRightBottom {  background: url(/images/red_blue_right_bottom.png) no-repeat 100% 100%; }

.textBoxLeftTop { background: #e9eae2 url(/images/text_box_left_top.png) no-repeat; }
.textBoxRightTop { background: url(/images/text_box_right_top.png) no-repeat 100% 0; }
.textBoxLeftBottom { background: url(/images/text_box_left_bottom.png) no-repeat 0 100%; }
.textBoxRightBottom {  background: url(/images/text_box_right_bottom.png) no-repeat 100% 100%; }

.blueBackground { background: #15406d url(/images/blue_background.png) repeat-x; }
.blueLeftTop { background: url(/images/blue_left_top.png) no-repeat; }
.blueRightTop { background: url(/images/blue_right_top.png) no-repeat 100% 0; }
.blueLeftBottom { background: url(/images/blue_left_bottom.png) no-repeat 0 100%; }
.blueRightBottom { background: url(/images/blue_right_bottom.png) no-repeat 100% 100%; }

.blueRightBottom h1.siteHead {
    color: #fff;
}
.whiteLeftTop { background: #fff url(/images/white_left_top.png) no-repeat; }
.whiteRightTop { background: url(/images/white_right_top.png) no-repeat 100% 0; }
.whiteLeftBottom { background: url(/images/white_left_bottom.png) no-repeat 0 100%; }
.whiteRightBottom { background: url(/images/white_right_bottom.png) no-repeat 100% 100%; }

.lightBackground { border: 1px solid #d4d5d0; background: #fff}
#box5 .lightBackground { border-left-style: none;}
.lightLeftTop {	background: url(/images/light_left_top.png) no-repeat; margin-left: -1px; margin-top: -1px;}
.lightRightTop { background: url(/images/light_right_top.png) no-repeat 100% 0; margin-right: -1px; margin-top: -1px; }
.lightLeftBottom { background: url(/images/light_left_bottom.png) no-repeat 0 100%; margin-bottom: -1px; }
.lightRightBottom {  background: url(/images/light_right_bottom.png) no-repeat 100% 100%; margin-bottom: -1px; }

.outer {
  background: url(/images/strip.png) no-repeat 50% 100%;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
}



.contentInner {
    padding: 1.7em 30px;
}

#logoAndNavigation {
    width: 880px;
    margin: 0 auto;
    padding: 1.3em 0 1.3em 40px;
}

#skipLink {
    display: none;
}

#logo {
    float: left;
    width: 104px;
    height: 65px;
}

#motto {
    float: left;
    width: 295px;
    margin: 2em 0 0 18px;
    padding: 0.1em 21px;
    border-left: 1px solid #d5d6d0;
    /*color: #b0b3a2;*/
    /*font-size: 135%;*/

    /* Greg @ 27.08.2010 */
    color: #D83C2D;
    font-weight:bold;
    font-size:115%;
}

#navigationBox {
    float: right;
    width: 324px;
}

#navigationBox a {
    color: #7f8563;
}

#bannerAndBoxes {
    width: 920px;
    margin: 0 auto;
}

#bannerAndBoxes .textBoxRightBottom {
    min-height: 145px;
}

#bannerAndBoxes .textBoxRightBottom.higher {
  min-height: 170px;
}


#bannerAndBoxes .imageBox.higher {
  min-height: 170px;
}
#bannerAndBoxes .blueRightBottom {
  min-height: 145px;
}

#bannerAndBoxes .blueRightBottom.higher {
  min-height: 170px;
}

#box0 {
    float: left;
    width: 210px;
}

#box1 {
    float: left;
    width: 210px;
}
#box1 #orgazniationRotator .contentInner {
    height: 132px;
}
#box1 #orgazniationRotator h1.siteHead {
    color: #383838;
    margin-bottom: 0;
    margin-left: -10px;
}
#middle {
    width: 920px;
    margin: 0 auto 2em;
    background: url(/images/middle_bg.jpg) left repeat-y;
}
.middle_side {
    background: url(/images/middle_side.jpg) left repeat-y !important;
}
.middle_partner {
    background: url(/images/middle_partner.jpg) left repeat-y !important;
}
.middle_sub {
    background: url(/images/middle_sub.jpg) left repeat-y !important;
}
#menuColumn {
  float: left;
  width: 210px;
  font-size: 90%;
}

#menuColumn .blueRightBottom {
    padding: 1.9em 20px 1.4em;
}

#productsHeader {
    color: #3f3f3f;
    padding: 1em 0 1.1em 20px;
    margin-right: 11px;
    background: url(/images/products_header.png) no-repeat 0 100%;
}

#box2, #box3, #box4, #box9 {
    margin-top: 1.4em;
}

#contentColumn {
    float: left;
    width: 710px;
}

#contentColumn .contentInner {
    margin-top: 3px;
}

#thinContentColumn {
    float: left;
    width: 500px;
    padding-top: 3px;
}

#filesColumn {
    float: left;
    width: 210px;
}

#boxesColumn {
    float: left;
    width: 210px;
}

#box6 {
    margin-top: 2em;
}

#box10 {
    margin-top: 2em;
}

#footer {
    width: 920px;
    margin: 0 auto 1em;
    color: #7e9cc0;
}
#footer a {
    color: #7e9cc0;
}

#footer .blueRightBottom {
    padding: 2.5em 30px;
}

#copyright {
    float: left;
}

#realization {
    float: right;
    text-align: right;
}
.pagination {
  font-weight: bold;
  float: right;
}
.pagination a {
  text-decoration: none;
    color: #6D6D6D;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
      margin-bottom: 5px;
}

.pagination .current {
  color: #DD574A;
}

.pagination .current.prev, .pagination .current.next{

}

#emailValidation  {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #8099C1;
}

#emailValidation legend {
    font-weight: bold;
    color: #fff;
}

#emailValidation .contentInner {
    margin: 0;
}

#emailValidation .row {
    width: 244px;
}

#emailValidation .label {
    width: 83px;
}

#emailValidation .value {
  width: 161px;
}

#emailValidation .textInput {
    border-style: none;
}

#emailValidation .submitRow {
    padding-left: 0;
}

.cancelButton {
    margin-right: 10px;
}

/* poprawka - Greg @ 27.08.2010 */
#newestBriefs dl.articlesList dt a,
#newestBriefs dl.articlesList dt a:visited {
    font-size:120%;
}


/* css file: articles.css */

.article {
	position: relative;
}

.article .format_1,
.article .format_2,
.article .format_3,
.article .format_4,
.article .format_5,
.article .format_6,
.article .format_7,
.article .format_8 {
  padding: 0;
}

.article .artText {
  text-align: justify;
}

.article .artText h1 {
  margin-bottom: 1em;
}
.article .artText h2 {
  margin-bottom: 0.9em;
}
.article .artText h3 {
  margin-bottom: 0.8em;
}
.article .artText h4 {
  margin-bottom: 0.7em;
}
.article .artText h5 {
  margin-bottom: 0.7em;
}
.article .artText h6 {
  margin-bottom: 0.7em;
}
.article img {

}

/****  pliki do pobrania  *****************************************************/

.artFiles {
  margin: 2em 0 1em;
  padding: 0;
  clear: both;
}

.artFiles ul {
  margin: 0 1em;
  padding: 0;
}

.artFiles ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 3px;
}

.artFiles ul a {

}

.artFiles ul a:hover {

}

/****  format 1  **************************************************************/

.article .format_1 .artImages {
  float: right;
  margin: 0 0 0 20px;
}

.article .format_1 .artImages div {
  margin: 0 0 10px;
  text-align: center;
}

.article .format_1 .artImages div a:hover {
  text-decoration: none;
}

.article .format_1 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 2  **************************************************************/

.article .format_2 .artImages {
  float: left;
  margin: 0 20px 0 0;
}

.article .format_2 .artImages div {
  margin: 0 0 10px;
  text-align: center;
}

.article .format_2 .artImages div a:hover {
  text-decoration: none;
}

.article .format_2 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 3  **************************************************************/

.article .format_3 .artImages {
  margin: 20px auto 0;
  text-align: center;
}

.article .format_3 .artImages div {
  float: left;
  margin: 5px;
  padding: 5px;
}

.article .format_3 .artImages img {
  margin: 0 10px 10px;
}

.article .format_3 .artImages div a:hover {
  text-decoration: none;
}

.article .format_3 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 4  **************************************************************/

.article .format_4 .artImages {
  margin: 0 0 15px;
  text-align: center;
}

.article .format_4 .artImages div {
  float: left;
  margin: 5px;
  padding: 5px;
}

.article .format_4 .artImages img {
  margin: 10px 10px 0;
}

.article .format_4 .artImages div a:hover {
  text-decoration: none;
}

.article .format_4 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 5  **************************************************************/

.article .format_5 .artImages {
  margin: 20px 0 0;
  text-align: center;
  clear: right;
}

.article .format_5 .artImages div {
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_5 .artImages img {
  margin: 0 10px 10px;
}

.article .format_5 .artImages div a:hover {
  text-decoration: none;
}

.article .format_5 .artImages div a:hover span {
  text-decoration: underline;
}

.article .format_5 .artText .rightTopImage {
  float: right;
  text-align: center;
  margin: 0 0 10px 20px;
}

.article .format_5 .artText .rightTopImage a:hover {
  text-decoration: none;
}

.article .format_5 .artText .rightTopImage a:hover span {
  text-decoration: underline;
}

/****  format 6  **************************************************************/

.article .format_6 .artImages {
  margin: 20px 0 0;
  text-align: center;
  clear: left;
}

.article .format_6 .artImages div {
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_6 .artImages img {
  margin: 0 10px 10px;
}

.article .format_6 .artImages div a:hover {
  text-decoration: none;
}

.article .format_6 .artImages div a:hover span {
  text-decoration: underline;
}

.article .format_6 .artText .leftTopImage {
  float: left;
  text-align: center;
  margin: 0 20px 10px 0;
}

.article .format_6 .artText .leftTopImage a:hover {
  text-decoration: none;
}

.article .format_6 .artText .leftTopImage a:hover span {
  text-decoration: underline;
}

/****  format 7  **************************************************************/

.article .format_7 .artImages {

}

.article .format_7 .artImages div {
  text-align: center;
}

.article .format_7 .artImages div a {
	display: block;
}

.article .format_7 .artImages div a:hover {
  text-decoration: none;
}

.article .format_7 .artImages div a span {
  display: block;
  padding: 0.1em 0 0.8em;
}

.article .format_7 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 8  **************************************************************/

.article .format_8 .artImages {

}

.article .format_8 .artImages div {
  text-align: center;
}

.article .format_8 .artImages div a {
  display: block;
}

.article .format_8 .artImages div a:hover {
  text-decoration: none;
}

.article .format_8 .artImages div a span {
  display: block;
  padding: 0.1em 0 0.8em;
}

.article .format_8 .artImages div a:hover span {
  text-decoration: underline;
}

#articlesSearch {
	clear: both;
	border-top: 1px solid #d5d5d3;
	padding: 1.1em 0 0 30px;
}

#articlesSearch label {
	float: left;
	width: 94px;
}

#articlesSearch .greenLeftTop {
  float: left;	
}

#articlesSearch .textInput {
	border-style: none;
}

/****  wyniki wyszukiwania artykułów  *****************************************/

#articleSearchResults ol {
	margin: 1em 0;
	padding: 0;
}

#articleSearchResults ol li {
  padding: 0.4em 0;
}

#articleSearchResults ol li a {
  font-weight: bold;
}

#articleSearchResults ol li a:hover {
    
}

#articleSearchResults ol .title {
  color: #D83C2D;
	font-weight: bold;
	font-size: 110%;
}

#articleSearchResults ol .searchIntro {
	text-align: justify;
}

#articleSearchResults ol .searchIntro a {
  font-weight: normal;	
}

/****  powiadom znajomego  ****************************************************/

#articleSendToFriend {
  margin-top: 2em;
  border-top: 1px solid #D5D5D3;
  padding: 2em 0 0;
}

#articleSendToFriend .sendtofriendLbl,
#articleSendToFriend .sendtofriendName,
#articleSendToFriend .sendtofriendEmail,
#articleSendToFriend .sendtofriendSubmit {
  float: left;
  padding-right: 10px;
}

#articleSendToFriend .textInput {
	margin: 0 5px;
}

/****  pojedynczy wstęp do artykułu  ******************************************/

.articleIntro .articleIntroText {
  text-align: justify;
}

.articlesList dt {
  color: #D83C2D;
  font-weight: bold;
  margin-bottom: 0.5em;
	font-size: 110%;
}

.articlesList dd {
  margin-bottom: 2em;
  text-align: justify;
  line-height: 1.8em;
  border-bottom: 1px solid #d4d4d4;
}

.articlesList dd img {
	float: left;
	margin: 0 10px 10px 0;
}

.articlesList dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}

#searchTabs ul {
	margin: 0 1em;
	padding: 0;
}

#searchTabs ul li {
  margin: 0 0 0 3px;
  padding: 0;
	list-style-type: square;
}

#printSite {
	display: block;
  position: absolute;
	top: 0;
	right: 0;
}


/* css file: banners.css */

#banner {
	float: left;
}

#banner img {
	vertical-align: middle;
}

/* css file: boxes.css */

.imageBox {
  text-align: center;
}

.imageBox img {
  vertical-align: middle;
}

.textBox .image {
	text-align: center;
}


/* css file: brief.css */

#briefs dl dt,
#newestBriefs dl dt {
	font-size: 100%;
}

#briefs dl dt a,
#newestBriefs dl dt a {
  font-weight: bold;
}

#briefs dl dt span,
#newestBriefs dl dt span {
  color: #a1a1a1;
	font-weight: normal;
}

#briefs dl dd img,
#newestBriefs dl dd img {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.3em;
}

/* ==================== pojedynczy brief */

#briefSingle .briefTitle strong /* tytuł briefa */
{

}

#briefSingle .briefTitle em /* data przy briefie */
{
    float: right;
}

#briefSingle .briefSingleText
{
	padding: 0.5em 1em;
	text-align: justify;
}

#briefSingle .briefSingleText #briefSinglePhoto /* ewentualne zdjęcie w briefie */
{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
}

/* ==================== lista tytułów */
#briefListTitle
{
	padding: 0 1em;
	margin: 0;
}

#briefListTitle li
{
    list-style-type: none;
	padding: 0;
    margin: 0;
}

/* ==================== lista miesięcy briefów z intrem i outrem */
#briefMonths #intro,
#briefMonths #outro
{
	text-align: justify;
}

#briefMonths .briefsList
{

}

#briefMonths .briefsList li
{
    list-style-type: none;
}


/* css file: clients.css */

#markets ul,
#products ul {
	margin: 0;
	padding: 0;
}
#markets ul li,
#products ul li {
	list-style-type: none;
  margin: 0;
  padding: 0 42px 1.5em 0;
	float: left;
	width: 304px;
}

#markets ul li img,
#products ul li img {
  float: left;	
  padding-right: 20px;
  padding-top: 1em;
}

#markets ul li .description,
#products ul li .description {
	float: left;
	line-height: 2em;
	padding: 1em 0;
	width: 155px;
}

#markets ul li .description .more,
#products ul li .description .more {
	margin: 1em 0 0;
}

#market #marketImage,
#product #marketImage  {
	float: left;
	padding-right: 20px;
}

#market .description,
#product .description {
	text-align: justify;
	padding-bottom: 2em;
	float: left;
}
#market .with,
#product .with {
	width: 480px;
}
#market #caseStudy,
#product #caseStudy {
	float: left;
	width: 300px;
}
#market #caseStudy h2.siteHead,
#product #caseStudy h2.siteHead {
	background: url(/images/book.jpg) no-repeat left center;
	padding-left: 30px;
}
#caseStudy ul,
#product ul {
	padding: 0;
	margin: 0;
}

#caseStudy ul li {
  padding: 0 0 1em;
  margin: 0 0 1em;
	list-style-type: none;
	border-bottom: 1px solid #d4d4d4;
	text-align: justify;
}

#caseStudy ul li.last {
  border-bottom-style: none;
	margin-bottom: 0;
}

#caseStudy ul li ul li {
	border-bottom-style: none;
	margin: 0;
	padding: 0;
}
#caseStudy ul li ul li img {
	padding-right: 6px;
}
#market #clientsList, #product #clientsList {
  float: right;
  width: 300px;
}

#clientsList ul {
  padding: 0;
  margin: 0;
}

#clientsList ul li {
  padding: 0 44px 0 0;
  margin: 0;
  list-style-type: none;
  float: left;
	width: 128px;
}

#clientNamesToggler {
	text-align: right;
	padding: 3em 0 0.5em;
}

#clientNamesToggler a {
  color: #2f5177;
	float: right;
	padding: 0 5px 0 15px;
	font-size: 90%;
}

#clientNamesExpander {
	background: url(/images/expand.png) no-repeat 5px 0.5em;
	border-right: 1px solid #d5d5d5;
}

#clientNamesCollapser {
  background: url(/images/collapse.png) no-repeat 5px 0.5em;
}

#clientNames {
	display: none;
}

#clientNames li, #clientNames2 li {
	border-bottom: 1px solid #d5d5d5;
	width: auto !important;
	float: none !important;
	padding: 0.4em 0 0.4em 9px !important;
	color: #2f5177;
	font-size: 120%;
}

#clientNames li.last, #clientNames2 li.last {
	border-bottom-style: none;
}
#clientNames li.first {
	border-top: 1px solid #d5d5d5;
}


/* css file: contacts.css */

/****  kontakt z formularzem  *************************************************/

#contact .label {
  font-weight: bold;
}

.addressData {
  float: left;
  width: 315px;
}
#contact .addressData .label {
  width: auto;
  padding-right: 6px;
  font-weight: normal;
}
#contact .addressData .tJustify {
	line-height: 2em;
}
.mediaData {
  float: left;
  width: 325px;
}

#emailForm {
	margin-top: 1em;
}
#emailForm h3 {
    font-size: 1.4em;
}
#emailForm .row {
    padding: 2px 0;
}
#emailForm select {
	width: 205px;
	border: 1px solid #d5d5d3;
}
#emailForm .textInput {
	width: 197px;
}
#emailForm .submitRow {
    padding-right: 330px;
}

#emailForm textarea {
  width: 197px;
  height: 150px;
}

/****  defaultWithDepartment.tpl  ****  domyślny z kontaktami w działach  *****/

/****  department.tpl  ****  kontakty z danego działu  ************************/

/**** map.tpl  ****  mapka dojazdowa  *****************************************/

/****  sectionWithPersonList.tpl  ****  kontakty z danej kategorii  ***********/

.contactPersonList {
  padding-bottom: 1em;
  border-bottom: 1px solid #D5D5D3;
  margin-bottom: 1em;
}

.contactPersonList.last {
  padding-bottom: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.contactPersonList img {
	margin-top: 0.7em;
}


/* css file: downloads.css */

#downWithFiles, #downloadSection {
	padding: 0.9em 20px;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
	width: 608px;
	border-top: 1px solid #ECECEC; 
}
#downWithFiles img, #downloadSection img {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.9em;
}
#downWithFiles ul, #downloadSection ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
#downWithFiles li, #downloadSection li {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#downWithFiles a, #downloadSection a {
	font-weight: bold;
}
#downWithFiles a:hover, #downloadSection a:hover {
	text-decoration: underline !important;
}
#downWithFiles .fileSection {
	border-top: 1px solid #ECECEC;
	padding: 0.9em 0;
	width: 600px;
}
#downWithFiles .fileSection h1 {
	font-size: 110% !important;
	padding-left: 10px;
}

/* css file: gallery.css */

/* ==================== zdjęcie w galerii */

#pictureGalleryTmb
{
       
}

#pictureGalleryTmb #dhtmlgoodies_slideshow
{
    width: 565px;   /* długość całego slideshow */
    margin-top: 1.5em;
}

#pictureGalleryTmb #previewPane
{
    margin-bottom: 1em;
    margin: 1em 0;   
    text-align: center;
    padding: 1.3em 0 1em;
    position: relative;
}

#pictureGalleryTmb #previewPane #largeImageCaption    /* podpis pod dużym obrazkiem */
{
    text-align: center;
    font-size: 90%;
}

#pictureGalleryTmb #galleryContainer /* box z miniaturami */
{
    height: 102px;          /* Height of the images + 2 */
    border: 1px solid #D5D5D3; /* obramowanie boxa z miniaturami */
    position: relative;
    overflow: hidden;
    padding: 1px;
   
    /* CSS HACK */
    height: 104px;   /* IE 5.x - Added 2 pixels for border left and right */
    height/* */:/**/102px;   /* Other browsers */
    height: /**/102px;      
}

#pictureGalleryTmb #arrow_left    /* lewa strzałka */
{
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #fff; /* tło pod strzałką */
    padding: 1px;
}

#pictureGalleryTmb #arrow_right   /* prawa strzałka */
{
    position: absolute;
    right: 0;
    z-index: 10;
    background-color: #fff;  /* tło pod strzałką */
    padding: 1px;
}

#pictureGalleryTmb #theImages
{
    position: absolute;
    height: 100px;
    left: 40px;
    width: 100000px; 
}

#pictureGalleryTmb #theImages #slideEnd
{
    float: left;
}

#pictureGalleryTmb #theImages img
{
    float: left;
    padding: 1px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
}

#pictureGalleryTmb #waitMessage
{
    display: none;
    position: absolute;
    left: 200px;
    top: 150px;
    background-color: #fff; /* tło boxa poczekalni */
    border: 3px double #000;
    padding: 0.3em;
    font-size: 90%;
}

#pictureGalleryTmb #theImages .imageCaption
{
    display: none;
}

#pictureGalleryTmb .galleryShowOrg  /* odnośnik 'pokaż oryginał' */
{ 
    text-align: center;
}

#pictureGalleryTmb .galleryShowOrg a
{

}

#pictureGalleryTmb .galleryShowOrg a:hover
{

}

/* ==================== galeria miniaturek */

#galleryPictures ul
{
    padding: 0;
	margin: 0;	
}

#galleryPictures ul li {
  list-style-type: none;
	width: 140px;
	height: 140px;
	float: left;
	margin: 5px 0 10px 30px;
	text-align: center;
  color: #d83c2d;
}

/* =========================== sliderGallery ================================ */

.pictureListWrapperHTML {
  overflow: hidden;/* konieczne, żeby lista nie wystawała */
  position: relative;
}

.pictureListHTML {
  position: relative;/* konieczne żeby przesuwać obrazki*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pictureListHTML li {
  float: left;/* konieczne, żeby lista była pozioma */
  text-align: center;
}

.pictureListHTML li a:hover {
  border-style: none;
}

.pictureListHTML li img {
  border-style: none;
  vertical-align: middle;
}

.pictureListHTML li .hoverHTML {
  display: none;
}

.pictureListHTML li a .linkHTML {
	opacity: 0.5;
}

.pictureListHTML li a:hover .linkHTML {
	opacity: 1;
  display: none;
}

.pictureListHTML li a:hover .hoverHTML {
  display: inline;
}

/*--poniższe style są nadpisywane w js--*/
#wrapper1 {
  width: 575px;/* szerokość obrazka */
}

#list1 {
  width: 8050px;/* ilość obrazków * (szerokość obrazka + li.prawy margines) */
  left: -2875px;
}

#list1 li {
  margin-right: 0px;/* opcjonalny, ale w skrypcie i tak trzeba go podać */
  width: 575px;
	line-height: 382px;
}

#wrapper2 {
  width: 560px;/* szerokość okna miniatur, ilość wyświetlanych na raz miniatur * szerokość miniatury + (ilość wyświetlanych na raz miniatur - 1) * szerokość marginesu li */
}

#list2 {
  width: 8190px;/* ilość wyswietlanych na raz miniatur * (szerokość miniatury + li.prawy margines) */
}

#list2 li {
  margin-right: 10px;/* opcjonalny, ale w skrypcie i tak trzeba go podać */
  width: 47px;
}

/* ========================================================================== */

#gallerySearchResult ol {
  margin: 1em 0;
  padding: 0;
}

#gallerySearchResult ol li {
  padding: 0.4em 0;
}

#gallerySearchResult ol li a {
  font-weight: bold;
}

#gallerySearchResult ol li a:hover {
    
}

#gallerySearchResult ol .title {
  color: #D83C2D;
  font-weight: bold;
  font-size: 110%;
}

#gallerySearchResult ol .searchIntro {
  text-align: justify;
}

#gallerySearchResult ol .searchIntro a {
  font-weight: normal;  
}

.galleryDescription {
	text-align: justify;
	margin-bottom: 2em;
}


/* css file: language.css */

#changeBox {
	float: left;
	position: relative;
}

#changeBox #changeBoxHalfBorder {
	background-color: #D5D5D3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 36%;
}

#changeBox ul {
	margin: 0;
	padding: 0;
}

#changeBox ul li {
  margin: 0;
  padding: 0;
	list-style-type: none;
	float: left;
}

#changeBox ul li a {
	display: block;
	text-align: center;
	padding: 1.1em 14px 1.3em;
}

#changeBox ul li.selected a {
	font-weight: bold;
}

/* css file: login.css */

/* ==================== informacja i wylogowanie */

#logoutBox
{
	
}

/* ==================== formularz logowania */

#loginBox
{
	
}


/* css file: mailing.css */

/* 
 * Pamętać o szablonie do mailingu template_1.tpl       
 * Żeby działał trzeba w cmsie dodać zdjęcie do szablonu
 */

#subscribeForm .contentInner {
	padding-right: 0;
}

#subscribeForm label {
 	color: #8099c1;
	padding-right: 10px;
}

#subscribeForm .row {
	margin: 0.3em 0 0.5em;
}

#subscribeForm .whiteLeftTop {
	float: left;
}

#subscribeForm .textInput {
	border-style: none;
}

/* css file: menu.css */

/* górne nawigacyjne */

#simpleHorizontStatic {
	float: left;
	width: 212px;
	padding-left: 16px;
}

#simpleHorizontStatic ul {
  padding: 0;
  margin: 0;
}

#simpleHorizontStatic li {
  margin: 0;
	padding: 0;
  list-style-type: none;
  float: left;
}

#simpleHorizontStatic li a {
  display: block;
	padding: 1.1em 14px 1.3em;
}

#simpleHorizontStatic li a:hover {
  
}

#simpleHorizontStatic li.selected a {
	
}

/* boczne na potrzeby Solemis */

#simpleHorizontTop {
	
}

#simpleHorizontTop #operationDomainHeader {
  margin-bottom: 0.7em;
}

#simpleHorizontTop ul {
  padding: 0;
  margin: 0;
}

#simpleHorizontTop ul li {
  margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #3e5b79;
}

#simpleHorizontTop ul li a {
	color: #fff;
	font-weight: bold;
  display: block;
  padding: 0.5em 0 0.6em 39px;
	background: url(/images/side_menu_link.png) no-repeat 20px 0.6em;
}

#simpleHorizontTop ul li.selected a {
	background-color: #2d4b71;
	text-decoration: underline;
}

#simpleHorizontTop ul li a:hover {
	background-color: #2d4b71;
	text-decoration: none;
}

#simpleHorizontTop ul li.first a {

}

#simpleHorizontTop ul li.last {
	border-bottom-style: none;
}

#simpleHorizontTop ul li.last a {

}

/* menu główne trzypoziomowe */

#sideMainTwoDimJsMenu {
  width: 920px;
  margin: 0 auto;
  z-index: 100px;
}

#sideMainTwoDimJsMenu ul {
  padding: 0 4px;
  margin: 0;
}

#sideMainTwoDimJsMenu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  border-right: 1px solid #415c7a;
	position: relative;
}

#sideMainTwoDimJsMenu ul li.last {
	border-right-style: none;
}
#sideMainTwoDimJsMenu ul li a {
	font-weight: bold;
}
#sideMainTwoDimJsMenu ul li a:hover {
	text-decoration: none;
}
#sideMainTwoDimJsMenu ul li a.firstLevelLink {
  color: #fff;
  font-size: 110%;
  display: block;
  padding: 1.3em 25px 1.2em;
}

#sideMainTwoDimJsMenu ul li.selected a.firstLevelLink {
  background: #2d4b71 url(/images/main_menu_hover.png) repeat-x 0 100%;
}

#sideMainTwoDimJsMenu ul li:hover a.firstLevelLink {
  background: #2d4b71 url(/images/main_menu_hover.png) repeat-x 0 100%;
  text-decoration: none;
}

#sideMainTwoDimJsMenu ul li ul {
	padding: 1px 0 0;
  display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
}
#sideMainTwoDimJsMenu ul li:hover ul {
  display: block;
}

#sideMainTwoDimJsMenu ul li:hover ul li ul {
	display: none;
	z-index: 100;
}

#sideMainTwoDimJsMenu ul li ul li {
  float: none;
  border-right: none;
  position: relative;
  border-bottom: 1px solid #4e7296;
}
#sideMainTwoDimJsMenu ul li ul li ul {
	z-index: 1 !important;
}
#sideMainTwoDimJsMenu ul li ul li.last {
  border-bottom-style: none;
}
#sideMainTwoDimJsMenu ul li ul li a {
	display: block;
	color: #fff;
}
#sideMainTwoDimJsMenu ul li ul li.first a {
  background: url(/images/submenu_top.png) no-repeat;
  padding: 4px 0 0;
}
#sideMainTwoDimJsMenu ul li ul li.first a:hover {
	background-image: url(/images/submenu_top_hover.png);
}

#sideMainTwoDimJsMenu ul li ul li a span {
	display: block;
}
#sideMainTwoDimJsMenu ul li ul li.last a span.bottom {
  background: url(/images/submenu_bottom.png) no-repeat 0 100%;
  padding: 0 0 4px;
}

#sideMainTwoDimJsMenu ul li ul li.last a:hover span.bottom {
	background-image: url(/images/submenu_bottom_hover.png);
}

#sideMainTwoDimJsMenu ul li ul li a span.arrow {
	width: 122px;
	background: #31577e url(/images/arrow.png) no-repeat 13px 0.5em;
	padding: 2px 0 2px 27px;
}

#sideMainTwoDimJsMenu ul li ul li a:hover span.arrow, #sideMainTwoDimJsMenu ul li ul li:hover li a:hover span.arrow {
	/*background-image: url(/images/arrow_hover.png);*/
	background-color: #5a789a;
}
#sideMainTwoDimJsMenu ul li ul li:hover li a span.arrow {
	/*background-image: url(/images/arrow_hover.png);*/
	background-color: #31577e;
}

#sideMainTwoDimJsMenu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-left: 1px;
  padding: 0;
}

#sideMainTwoDimJsMenu ul li ul li:hover ul {
  display: block;
}

#sideMainTwoDimJsMenu ul li ul li ul li a {
	background-image: url(/images/submenu_top_hover.png);
}

#sideMainTwoDimJsMenu ul li ul li ul li a span.bottom {
	background-image: url(/images/submenu_bottom_hover.png);
}

#sideMainTwoDimJsMenu ul li ul li ul li a span.arrow {
	background-color: #5a789a;
}

/* css file: newsletter.css */

/* ==================== box dopisania i wypisania z newslettera */

#newsetter input
{
	margin-left: 0.3em;
}

#newsetter #emailNewsletter /* pole z mailem do wpisania */
{
    width: 120px;
}

#newsetter label input
{
    vertical-align: middle;
}


/* css file: organizations.css */

#orgazniationRotator ul {
	margin: 0;
	padding: 0;
}

#orgazniationRotator ul li {
  margin: 0;
  padding: 0;
	list-style-type: none;
	text-align: center;
	padding-bottom: 1em;
}

#orgazniationRotator .contentInner {
	height: 23em;
}

#organizations ul {
	margin: 0;
	padding: 0;
}

#organizations ul li {
  margin: 0;
  padding: 0;
	list-style-type: none;
	text-align: justify;
	padding-bottom: 2em;
}

#organizations ul li h2 {
	color: #d83c2d;
	font-size: 110%;
	margin-bottom: 1em;
}

#organizations ul li a {
	float: left;
	padding-right: 20px;
}

#organizations ul li a img {
	vertical-align: middle;
}

#orgazniationNames ul {
	margin: 0;
	padding: 0;
}

#orgazniationNames ul li {
  margin: 0;
  padding: 0;
	list-style-type: square;
	list-style-position: inside;
}

/* css file: partner_database.css */

#partner_database strong {
	color: #164066;
}

#partner_database select {
	margin: 0 10px;
}

#partner_database .infoText {
	margin: 1em 0 1.5em;
	text-align: justify;
}

#partner_database ul {
	margin: 0;
	padding: 0;
}
#partner_database form {
	padding-bottom: 10px;
}
#partner_database ul li {
  margin: 0;
  padding: 1em 0;
	list-style-type: none;
	border-top: 1px solid #D5D5D3;
}

#partner_database ul li.first {
	border-top-style: none;
}

#partner_database ul li .image {
	float: left;
	width: 128px;
	padding-right: 0.5em;
}
#partner_database ul .label {
	font-weight: normal;
	width: auto;
	text-transform: lowercase;
	padding-right: 6px;
}
#partner_database ul li .image img {
  vertical-align: middle;
}

#partner_database ul li .data {
	float: left;
	padding: 0 15px;
	color: #9f9f9f;
}

#partner_database ul li .data h2 {
	color: #d83c2d;
}
#partner_database td {
	width: 30%;
	border-top: 1px solid #D5D5D3;
}
#partner_database td.first {
	border-top-style: none;
}
.partnerAddress {
	font-size: 80%;
}


/* css file: partner_world.css */

.fileExpander {
	background: url(/images/expand.png) no-repeat 5px 0.5em;
  padding:0pt 5px 0pt 15px;
  font-size: 0.9em;
}

.fileCollapser {
  background: url(/images/collapse.png) no-repeat 5px 0.5em;
  padding:0pt 5px 0pt 15px;
  font-size: 0.9em;
}
.middle_partner #thinContentColumn .all {
	display: none;
}
#homeSectionsWithFiles ul {
	margin: 0;
	padding: 0;
}

#homeSectionsWithFiles ul li {
  margin: 0 0 1em;
  padding: 0;
	list-style-type: none;
}

#homeSectionsWithFiles ul li ul {
	margin-top: 0.3em;
}

#homeSectionsWithFiles ul li ul li {
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.5em 0 0.5em 30px;
	border-top: 1px solid #D5D5D3; 
}

#homeSectionsWithFiles ul li ul li a {
	font-weight: bold;
}

#homeFiles ul {
	margin: 0;
	padding: 0;
}

#homeFiles ul li {
	margin: 0;
  list-style-type: square;
  list-style-position: inside;
  padding: 0.5em 0;
  border-top: 1px solid #D5D5D3; 
}

#homeFiles ul li a {
	font-weight: bold;
}

#nonsenseForm {
  margin-top: 2em;
}

#nonsenseForm .contentInner {
  padding-right: 0;
}

#nonsenseForm .row {
  margin: 0.3em 0 0.5em;
}

#nonsenseForm .whiteLeftTop {
  float: left;
}

#nonsenseForm .textInput {
  border-style: none;
}


/* css file: sitemap.css */

/* ==================== podstawowy sitemap */
.sitemapSubpage {
	position: relative;
}
.sitemapSubpage #briefListTitle {
	position: absolute;
	top: 2em;
	left: 400px;
	color: #1b2f5f;
}
.sitemapSubpage #briefListTitle h1 {
	font-size: 110%;
	margin-bottom: 0.1em;
}
.sitemapSubpage #briefListTitle a {
	font-weight: bold;
	color: #383838;
}
.sitemap
{
    padding: 0.2em 2em 1em 5em;
}

.sitemapBox,
.sitemapMain
{
    padding: 1px 0 1px 15px;
    margin: 0;
    border-left: 1px solid #f00;    /* prowadnica */
    font-weight: normal;
}

.sitemapMain /* lista elementów pierwszego poziomu */
{
    border-left-width: 0;
    font-weight: bold;
}

.sitemapBox li,
.sitemapMain li
{
    padding: 1px 0;
    list-style-type: none;
}

.sitemapBox li a,
.sitemapMain li a
{
    padding: 0 1px 0 10px;
	color: #383838;
}

.sitemapBox li a:hover,
.sitemapMain li a:hover
{

}
.sitemapBox li a:visited,
.sitemapMain li a:visited
{
	color: #888;
}

/* css file: training.css */

#trainings ul {
  margin: 0;
  padding: 0;
}

#trainings ul li {
  margin: 0 0 1em;
  padding: 0;
  list-style-type: none;
}

#trainings ul li ul {
  margin-top: 0.3em;
}

#trainings ul li ul li {
  margin: 0;
  list-style-type: square;
  list-style-position: inside;
  padding: 0.5em 0;
  border-top: 1px solid #D5D5D3; 
}

#trainings ul li ul li a {
  font-weight: bold;
}
#training .submitRow .redLeftTop, #training .submitRow .redLeftTop input {
	width: auto;
}
#training textarea {
	width: 500px;
	height: 200px;
}
#training input {
	width: 200px;
} 
