/* 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: small;
}

body {
  color: #000;
  line-height: 1.9em;
  font-size:80%;
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
}

a:hover {
  text-decoration: underline;
}

h2 a {
    font-size:12px;
}

.subpage .content {
    font-size:12px;
}
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; }
.w128 { width: 128px; }
.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 15px;
}

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

.back a {
  text-transform: lowercase;
  font-weight:bold;
}

.back a:hover {

}

.more {
  text-align: right;
  padding: 10px 19px 15px 0;
}

.more span {
    color: #888485;
  font-size: 12px;
}

.more a {
  text-transform: lowercase;
    padding: 0.2em 16px 0.3em 5px;
    font-size: 12px;
    font-weight:bold;
    line-height: 0.1em;
    font-weight:bold;
}

.more a:hover {

}

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

.row {
  margin: 0.7em 0;
}

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

.checkboxLabel {
    text-align: right;
}

label {
  font-weight: bold;
}

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

input, textarea, select {
  vertical-align: middle;
  font-size: 12px;
  padding: 0.2em 3px;
  margin: 0;
}

.textInput, textarea, select {
    border: 1px solid #c7c7c7;
    border-right-color: #ececec;
    border-bottom-color: #ececec;
}

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

.textInput:focus, textarea:focus {
    border-color: #980017;
  border-right-color: #c0001c;
  border-bottom-color: #c0001c;
}

.textInput {
  width: 159px;
    padding: 0.3em;
}

.checkboxInput {
  margin-right: 14px;
  position: relative;
  top: -0.1em;
  border: 1px solid #c7c7c7;
  border-right-color: #ececec;
  border-bottom-color: #ececec;
}

.submitRow {
  padding-left: 112px;
}

.submitInput {
  padding: 0.2em 16px 0.3em;
    color: #fff;
    background-color: #c4011f;
  border: 1px solid #c4011f;
    border-bottom-style: none;
}

.submitInput:hover {
  color: #ddd;
  cursor: pointer;
}

.submitInputTiny {
    padding: 0 0 0.1em;
  color: #fff;
  background-color: #c4011f;
  border: 1px solid #c4011f;
  border-bottom-style: none;
  width: 60px;
  text-align: center;
  text-transform: lowercase;
}

.submitInputTiny:hover {
    color: #ddd;
  cursor: pointer;
}

.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  *********************************************************/

#Pagination,
.pageNav {
  text-align: right;
  padding: 0.1em 18px 0.1em 0;
  font-size:11px;
}

#Pagination a,
#Pagination span,
.pageNav a,
.pageNav span {
  color: #454545;
  /*font-weight: bold;*/
  padding: 0 0px 0 3px;
  display:inline-block;
  width:15px;
  height:15px;
  text-align:center;
  border:0;
  line-height: 15px;

}

.pageNav .pageNumber {
    font-weight:bold;
}

.pageNav .last {
}

#Pagination .current,
.pageNav .select {
    color: #fff;
    border:0;
    background:#a3011c;
}

/*.pageNav a.arr {
  position: relative;
  top: -0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
}*/

/****  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: #C7C7C7;
  color: #C7C7C7;
}

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

#errmsg {
  border: 1px solid #C7C7C7;
  color: #666;
  font-weight: bold;
  padding: 1em 15px;
  margin: 1.5em 17px 1em 30px;
  font-size: 14px;
}

#content #errmsg {
  margin-left: 69px;
}

#errmsg ul {
  margin: 0;
  padding: 0;
}

#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: 11px;
}

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

#appConfirmBoxOk {
  margin-right: 5px;
}

#appConfirmBoxCancel {
  margin-left: 5px;
}

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

h1.siteHead {
    font-size: 14px;
    text-transform: uppercase;
    color: #c2011c;
    border-left: 5px solid #c2011c;
    padding: 0 0 0.1em 7px;
    margin-bottom: 0.7em;
}

.skiplink {
    display: none;
}

.content {
  padding-right: 18px;
}

.noMarginRight {
    margin-right: 0 !important;
}

.printOnlyTableCell {
  display: none;
}

.lineThrough {
    text-decoration: line-through;
}

#wrapper {
    width: 999px;
    margin: 0 auto;
}

#header {
    padding-left: 0px;
    position: relative;
    z-index: 100;
}

#printData {
    position: absolute;
    top: 2em;
    right: 100px;
    font-size: 13px;
    display: none;
}

#logo {
    float: left;
    margin: 1.9em 48px 0 0;
}

#localization {
    float: left;
    width: 80px;
    margin: 0.9em 21px 0 0;
    padding-top: 4em;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

#galleryPlan {
    float: left;
    width: 80px;
    margin: 0.9em 0 0;
    padding-top: 4em;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

#navigationAndSearch {
    float: right;
    width: 418px;
    padding: 1.3em 0 0;
}

#middle {
    padding-bottom: 1em;
}

#column1 {
    float: left;
    width: 735px;
  overflow: hidden;
}

#banner {
    padding: 1.1em 0 0 0px;
    position: relative;
    line-height: 0.1em;
    margin: 5px 0;
}
.subpage #banner {
    margin-bottom:25px;
}

#banner a {
     z-index: 2;
     position: relative;
}

#banner img {
    vertical-align: middle;

}

#banner .shadow {
    position: absolute;
    bottom: -25px;
    right: 9px;
    width: 55px;
    height: 40px;
    z-index: 1;
}

#content {
    padding-top: 0.5em;
}

#column2 {
    float: right;
    width: 264px;
    overflow: hidden;
}

#column3 {
    float: left;
    width: 326px;
    min-height: 234px;
}

#openingHours {
    padding: 2em 0 0 69px;
}

#openingHours .textBox {
    border-left: 6px solid #C2011C;
}

#openingHours .textBox .siteHead {
  border-left-style: none;
}

#openingHours .textBox div {
    padding-left: 7px;
}

#openingHours .textBox div a {
    color: #C2011C;
    font-weight: bold;
    line-height: 2em;
}

#box5 {
    padding-left: 69px;
    margin-top: 1.2em;
}

#box6 {
    margin-left: 43px;
    padding: 2.4em 0 0 26px;
}

#box6 .textBox div ul {
    margin: 0;
    padding: 0 0 0 10px;
}

#box6 .textBox div ul li {
    margin: 0;
    padding: 0 0 0 10px;
    list-style-type: none;
    background: url(/images/li.png) no-repeat 0 0.4em;
}

#box6 .textBox div ul li a {
    font-weight: bold;
    font-size: 13px;
}

#mainPageContent {
    float: left;
    width: 409px;
    min-height: 234px;
}

#footer {
    padding: 2.3em 36px 2.2em 62px;
}

#footer a {
    color: #999;
}

#copyright {
    float: left;
    font-size: 85%;
    color: #999;
}

#realization {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #999;
}


/* css file: articles.css */

.article {
    padding: 0em 0 0 0px;
}

.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 18px 0 0;
}

.article .artText {
  text-align: justify;
  font-size:1.2em;

}
.article .artText table {
    border-color:#777;
    border-width:1px;
    border-style:solid;
}
.article .artText table td {
    padding:7px;
    border-color:#777;
}
.article .artText ul {
    margin-left:15px;
}
.article .artText ul li {
    list-style:disc;
}

.article img {
    border:3px solid #ccc;

}

/****  pliki do pobrania  *****************************************************/

.artFiles {
  margin: 2.4em 0 0;
  padding: 0;
    font-size: 12px;
}

.artFiles ul {
  margin: 0;
  padding: 0;
}

.artFiles ul li {
  list-style-type: none;
  padding: 0.2em 0 0.2em 15px;
  margin: 0;
    background: url(/images/li.png) no-repeat 5px 0.6em;
}

.artFiles ul li a {
  text-decoration: underline;
}

.artFiles ul li a:hover {

}

.articleRelated {
    margin: 2.4em 0 0;
}

/****  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;
    border:3px solid #ccc;
}

.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;
    border:3px solid #ccc;
}

.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;
    border:3px solid #ccc;
}

.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;
    border:3px solid #ccc;
}

.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 {
  margin-bottom: 2em;
}

.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 {
  margin-top: 2em;
}

.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;
}

/****  wyniki wyszukiwania artykułów  *****************************************/

.articleSearchResults ol li {
  padding: 0.4em 0;
}

.articleSearchResults ol li a {
  font-weight: bold;
}

.articleSearchResults ol li a:hover {

}

.articleSearchResults ol .searchIntro a {
  font-weight: normal;
}

/****  powiadom znajomego  ****************************************************/

#articleSendToFriend {
  margin: 1em 15px 0.5em;
  border-top: 1px solid #f00;
  padding: 0.5em 1em;
  clear: both;
}

#articleSendToFriend .sendtofriendLbl,
#articleSendToFriend .sendtofriendName,
#articleSendToFriend .sendtofriendEmail,
#articleSendToFriend .sendtofriendSubmit {
  float: left;
  padding-right: 10px;
}

/****  pojedynczy wstęp do artykułu  ******************************************/

.articleIntro .articleIntroText {
  text-align: justify;
}

.articlesList dt {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.articlesList dd {

  margin-bottom: 2em;
  font-size: 1.2em;
  text-align: justify;
}
.articlesList dd p {
    font-size:100%;
}

.articlesList dd img {
  float: left;
  margin: 0 10px 10px 0;
    border:3px solid #ccc;
}

.articlesList dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}

#articlesSearch {
    float: right;
    padding-top: 1em;
    text-align: right;
    width: 500px;
}

#articlesSearch .submitInput {
    background: #c4011f url(/images/search.png) no-repeat 90% 50%;
    padding-left: 9px;
    padding-right: 25px;
}

#articles {
    padding:0em 0 0 0px;
}

/* css file: boxes.css */

.box {
	padding: 0 47px 0 17px;
}

.imageBox {
	text-align: center;
}

.imagebox img {
  vertical-align: middle;
}

.textBox {
  text-align: justify;
}

.textBox img {
  float: left;
	margin: 0 10px 0.1em 0;	
}

/* css file: brief.css */

.briefs dt {
  padding-bottom: 0.5em;
}

.briefs dt a {
  font-weight: bold;
}

.briefs dt a:hover {

}

.briefs dt span {
  color: #a1a1a1;
}

.briefs dd {
  /*margin-bottom: 1.75em;*/
  text-align: justify;
}

.briefs dd img {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.3em;
}

#briefs {
    padding: 0em 0 2em 69px;
}

#briefs ul {
  margin: 0;
    padding: 0;
}

#briefs ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin: 2em 14px 0 0;
}

#briefs ul li.first {
  clear: both;
}

#briefs ul li a.title {
  display: block;
    color: #8c8c8c;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size:14px;
}

#briefs ul li div.column1 {
    float: left;
    width: 128px;
    float:left;
}

#briefs ul li div.column1 .date {
  color: #ccc;
    font-weight: bold;
    margin-bottom: 1.3em;
}

#briefs ul li div.column2 {
  float: left;
    padding: 1px 0 0 30px;
    text-align: justify;
    width:74%;
    font-size:12px;

}
#briefs ul li div.column2 .more {
    padding-right:0;
}

#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;
}

#newestBriefs {
    padding: 0em 0 0 30px;
}

/* css file: contacts.css */

.contactPersonList {
  padding-bottom: 1em;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 1em;
}

.contactPersonList.last {
  padding-bottom: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.addressData {
  float: left;
/*  width: 500px;*/
  width: 314px;
}

.mediaData {
  float: left;
/*     padding-left: 20px; */
/*  width: 128px;*/
  width: 314px;
}

.additionalData {
    text-align: justify;
    padding: 0 18px 0 0;
}

#contact {
    padding: 0em 0 2em 69px;
}

#contact h2 {
  color: #8c8c8c;
  margin: 0em 0 0.7em;
    font-size: 130%;
}
#contact .row {
  font-size:1.2em;
  padding:0;
}
#contact .row p {
    font-size:100%;
}
#contact .label {
  font-weight: bold;
  color:#333;
  float:left;
}

#contact .value {
    /*width: 214px;*/
  width: 200px;
  float:left;
}

#emailForm {
    padding: 2em 0 2em 69px;
}

#emailForm textarea {
  width: 537px;
  height: 200px;
}

#emailForm .submitRow {
  text-align: right;
  background: url(/images/submit_input_tiny.png) no-repeat 100% 100%;
  padding: 0 9px 11px 0;
}

#defaultContact {
    margin-top: 2.2em;
    padding: 0 14px;
    position: relative;
}

#defaultContact .shadow {
    position: absolute;
    top: -11px;
    left: -11px;
    background: url(/images/contact_shadow.png) no-repeat;
    width: 22px;
    height: 78px;
}

#defaultContact .siteHead {
    margin-bottom: 0.7em;
}

#defaultContact .row {
    margin: 0 0 0 15px;
}

#departmentContacts {
    padding: 2em 0 2em 69px;
}

#maps {
    padding: 0em 0 2em 0px;
}

#sectionContacts {
    padding: 2em 0 2em 69px;
}


/* 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: faq.css */

#faq {
	padding: 2em 0 1.5em 69px;
}

#faqQuestions {
	float: left;
	width: 295px;
	padding: 0 15px 0 0;
}

#faqQuestions ul {
	margin: 0;
	padding: 0 0 0 12px;
}

#faqQuestions ul li {
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
	list-style-type: none;
	background: url(/images/li.png) no-repeat 0 0.8em;
}

#faqQuestions ul li a {
  color: #666;
}

#faqQuestions textarea {
	margin: 0 0 0 12px;
  width: 283px;
	height: 150px;
}

#faqCategories {
	float: left;
	width: 326px;
	background: url(/images/newsletter_shadow.png) no-repeat 0 1em;
	padding: 0 0 1em 30px;
}

#faqCategories ul {
	margin: 0;
	padding: 0;
}

#faqCategories ul li {
  margin: 0;
  padding: 0;
	list-style-type: none;
	float: left;
	width: 163px;
}

#faqCategories ul li a {
	color: #9a9a9a;
	text-transform: uppercase;
	font-weight: bold;
}

#faqCategories .more {
	margin-top: 2em;
}

#faqAnswer {
  padding: 4.5em 0 0 69px;
	background: url(/images/faq_answer.png) no-repeat;
}

#answerId {
	border: 1px solid #ccc;
	padding: 0.6em 7px;
	color: #666;
	text-align: justify;
	margin-left: 17px;
	width: 520px;
}

#nickAndCity {
	margin: 0.4em 0 0 26px;
	color: #666;	
}

#nickAndCity span {
	font-size: 90%;
}

#nickAndCity span span {
  font-size: 110%;
}

#faqForm {
	padding: 1.5em 0 2em 20px;
}

#faqForm .label {
  width: 80px;	
}

#faqForm label {
  font-weight: normal;
}

#faqForm .value {
	width: 345px;
}

#faqForm .textInput {
  width: 180px;	
}

#faqForm .submitRow {
	background: url(/images/submit_input_tiny.png) no-repeat 100% 100%;
  padding: 0 9px 11px 0;
  text-align: right;
	width: 380px;
}

#faqForm .submitInputTiny {
	background: #C1001B url(/images/more.png) no-repeat 90% 0.6em;
	padding: 0 16px 0.2em 5px;
}

/* css file: gallery.css */

/* ==================== zdjęcie w galerii */

#pictureGalleryTmb {
  padding: 2em 0 0 69px;
}

#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 {
    height: 102px;          /* Height of the images + 2 */
    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 {
    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 {
  padding: 2em 0 0 69px;
}

#galleryPictures .galleryDesc {
	padding: 0 18px 1.5em 0;
	text-align: justify;
}

#galleryPictures .productList li { 
  margin-right: 55px;
}

/* =========================== 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;
}

/* ========================================================================== */

/* css file: language.css */

#changeBox {
  
}

#changeBox ul {
  margin: 0;
  padding: 0;
	font-size: 90%;
}

#changeBox ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

#changeBox ul li a {
  display: block;
  text-align: center;
	padding: 0.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 {
	margin-left: 43px;	
	background: url(/images/newsletter_shadow.png) no-repeat;
}

#subscribeForm .inner {
  background: url(/images/subscribe_form_inner.png) no-repeat 200px 1em;
	padding: 2.2em 0 0 26px;
}

#subscribeForm span {
	padding: 0 10px;
}

#subscribeForm .row {
	text-align: center;
	margin: 0.7em 0 1.3em;
} 

#subscribeForm .row .textInput {
	width: 176px;
	border: 1px solid #949494;
	background-color: #ccc;
}

#subscribeForm .submitRow {
  text-align: right;
	background: url(/images/submit_input_tiny.png) no-repeat 100% 100%;
	padding: 0 9px 11px 0;
}

/* css file: menu.css */

/* ==================== boczne dwupoziomowe#twoDSideMenu .sideMenu{    padding: 0;    margin: 0 0 1em;}#twoDSideMenu .sideMenu li{    padding: 0;    margin: 0;    list-style-type: none;}#twoDSideMenu .sideMenu a     wszystkie odnośniki menu{    display: block;    padding: 0.3em 1em;}#twoDSideMenu .sideMenu a:hover{}#twoDSideMenu .sideMenu li.first a  first-child{}#twoDSideMenu .sideMenu li.last a   last-child{}#twoDSideMenu .sideMenu li.selected   element aktualny{}#twoDSideMenu .sideMenu li.selected a     odnośnik elementu aktualnego{}#twoDSideMenu .sideMenu li.selected ul    podmenu aktualnego elementu{}#twoDSideMenu .sideMenu li.selected ul a  odnośnik w podmenu aktualnego elementu{    font-size: 90%;}#twoDSideMenu .sideMenu li.selected ul a:hover{}#twoDSideMenu .sideMenu li.selected ul a.selected     aktualny element podmenu{}==================== górne nawigacyjne#simpleHorizontStatic {  float: right;    background: #350008 url(/images/simple_horizont_static.png) repeat-y;    border-left: 1px solid #fff;    padding: 0.6em 0;}#simpleHorizontStatic ul {  padding: 0;  margin: 0;  font-size: 90%;}#simpleHorizontStatic li {  margin: 0;  padding: 0;  list-style-type: none;  float: left;    border-right: 1px solid #fff;}#simpleHorizontStatic li.last {  border-right-style: none;}#simpleHorizontStatic li a {    color: #fff;    text-decoration: underline;    font-weight: bold;    padding: 0 9px 0 26px;}#simpleHorizontStatic li.nav1 a {    background: url(/images/nav1.png) no-repeat 10px 60%;}#simpleHorizontStatic li.nav2 a {  background: url(/images/nav2.png) no-repeat 10px 60%;}#simpleHorizontStatic li a:hover {  color: #ddd;}#simpleHorizontStatic li.selected a {}==================== górne zwykłe poziome#simpleHorizontTop {}#simpleHorizontTop ul {  padding: 0 10px;  margin: 0;}#simpleHorizontTop ul li {  margin: 0;  padding: 0;  list-style-type: none;  float: left;}#simpleHorizontTop ul li a {  font-size: 110%;  font-weight: bold;  display: block;  padding: 0.3em 1em;}#simpleHorizontTop ul li.selected a {}#simpleHorizontTop ul li a:hover {}#simpleHorizontTop ul li.first a {}#simpleHorizontTop ul li.last a {}==================== górne poziome podmenu#submenuSimpleTop ul{    padding: 0 10px;    margin: 0;    font-size: 95%;}#submenuSimpleTop ul li{    list-style-type: none;    float: left;}#submenuSimpleTop ul li a{    display: block;    float: left;    padding: 0.3em 1em;}#submenuSimpleTop ul li.selected a{}#submenuSimpleTop ul li a:hover{}#submenuSimpleTop ul li.first a{}#submenuSimpleTop ul li.last a{}==================== zwykłe menu w stopce#menuSimpleFooter {  padding: 0;  margin: 0 0 0.3em;}#menuSimpleFooter li {  margin: 0;  list-style-type: none;  display: inline;  padding: 0 10px;    border-right: 1px solid #666;}#menuSimpleFooter li.first {  padding-left: 0;}#menuSimpleFooter li.last {    border-right-style: none;    padding-right: 0;}#menuSimpleFooter li a {  color: #666;}#menuSimpleFooter li a:hover {}#menuSimpleFooter li.first a {}#menuSimpleFooter li.last a {}==================== górne menu z podmenu rozwijanym w JSmenu główne#menu2dhTop ul{    padding: 0 10px;    margin: 0;    line-height: 2.5em;    min-height: 2.5em;}#menu2dhTop ul li{    list-style-type: none;    margin: 0;    padding: 0;    float: left;    min-height: 2.5em;}#menu2dhTop ul li a{    font-weight: bold;    display: block;    min-height: 2.5em;    padding: 0 0.8em;}#menu2dhTop ul li a:hover{}#menu2dhTop ul li.selected a{}podmenu#menu2dhSub{    min-height: 2.5em;}#menu2dhSub ul{    padding: 0 10px 0 15px;    margin: 0;    font-size: 95%;    line-height: 2.5em;    min-height: 2.5em;}#menu2dhSub ul li{    list-style-type: none;    margin: 0;    padding: 0;    float: left;    min-height: 2.5em;}#menu2dhSub ul li a{    display: block;    min-height: 2.5em;    padding: 0 1em;}#multiDimHorizontMenu {    background: url(/images/menu_shadow.png) no-repeat 100% 0;    padding: 2.5em 0 0.7em;    position: relative;    z-index: 5;}#multiDimHorizontMenu ul {  padding: 0;  margin: 0;}#multiDimHorizontMenu ul li {  margin: 0 25px 0 0;  padding: 0;  list-style-type: none;  float: left;  position: relative;}#multiDimHorizontMenu ul li.last {    margin-right: 0;}#multiDimHorizontMenu ul li a {}#multiDimHorizontMenu ul li a:hover {  text-decoration: none;}#multiDimHorizontMenu ul li a.firstLevelLink {  color: #999;  font-size: 125%;  display: block;  padding: 0.6em 0;}#multiDimHorizontMenu ul li.selected a.firstLevelLink,#multiDimHorizontMenu ul li:hover a.firstLevelLink {  text-decoration: none;    padding-bottom: 0.3em;    border-bottom: 0.3em solid #333;    color: #000;}#multiDimHorizontMenu ul li ul {  padding: 0;  display: none;  position: absolute;  top: 98%;  left: 0;    border: 1px solid #757575;    background-color: #fff;    opacity: 0.8;}#multiDimHorizontMenu ul li:hover ul {  display: block;}#multiDimHorizontMenu ul li:hover ul li ul {  display: none;}#multiDimHorizontMenu ul li ul li {  float: none;  position: relative;    border-bottom: 1px solid #ddd;    margin: 0;}#multiDimHorizontMenu ul li ul li.last {  border-bottom-style: none;}#multiDimHorizontMenu ul li ul li a {  display: block;    color: #000;    padding: 0.3em 7px;    width: 160px;}#multiDimHorizontMenu ul li ul li:hover a {    color: #cd0134;    font-weight: bold;}#multiDimHorizontMenu ul li ul li ul {  top: -1px;  left: 100%;  padding: 0;    opacity: 1;}#multiDimHorizontMenu ul li ul li:hover ul {  display: block;}#multiDimHorizontMenu ul li ul li:hover ul li a {  color: #000;    font-weight: normal;}#multiDimHorizontMenu ul li ul li ul li a:hover {    color: #cd0134;  font-weight: bold;} */

/* 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: press.css */

#aboutUsArticle {
	padding: 2em 0 1em 69px;
}

#aboutUsArticle .content {
	text-align: justify;
}

#aboutUsArticles {
	padding: 2em 0 1em 69px;
}

#aboutUsArticles ul {
	margin: 0;
	padding: 0;
}

#aboutUsArticles ul li {
  margin: 0;
  padding: 1em 0 0;
	list-style-type: none;
}

#aboutUsArticles h2 {
  color: #8c8c8c;
  margin-bottom: 0.5em;
	font-size: 110%;
}

#downloads {
	padding: 2em 0 1em 69px;
}

#pressInformation {
	padding: 2em 0 1em 69px;
}

#pressInformation .content {
  text-align: justify;	
}

#pressInformation dl dt {
  color: #8c8c8c;
  font-weight: bold;
  margin: 1em 0 0.5em;
}

#aboutUsArticles {
	padding: 2em 0 1em 69px;
}

#aboutUsArticles .content {
  text-align: justify;  
}

/* css file: site_print.css */



/* css file: site_screen.css */

/* ----------------------------------------------------------------------------------------------
 * Reset
 * ---------------------------------------------------------------------------------------------- */
/* line 10, ../sass/reset.scss */
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

/* line 21, ../sass/reset.scss */
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary {
  display: block;
}

/* line 25, ../sass/reset.scss */
a, ins, del {
  text-decoration: none;
}

/* line 29, ../sass/reset.scss */
ul, ol {
  list-style: none;
}

/* line 33, ../sass/reset.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 38, ../sass/reset.scss */
caption, th {
  text-align: left;
}

/* line 42, ../sass/reset.scss */
q:after, q:before {
  content: "";
}

/* ----------------------------------------------------------------------------------------------
 * Globalne
 * ---------------------------------------------------------------------------------------------- */
/* line 8, ../sass/site_screen.scss */
.clear {
  clear: both !important;
  height: 0 !important;
  min-height: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

/* line 18, ../sass/site_screen.scss */
.alignleft {
  text-align: left;
}

/* line 22, ../sass/site_screen.scss */
.alignright {
  text-align: right;
}

/* line 26, ../sass/site_screen.scss */
.aligncenter {
  text-align: center;
}

/* line 30, ../sass/site_screen.scss */
.left {
  float: left;
}

/* line 34, ../sass/site_screen.scss */
p img.left {
  padding-right: 10px;
}

/* line 38, ../sass/site_screen.scss */
.right {
  float: right;
}

/* line 42, ../sass/site_screen.scss */
p img.right {
  padding-left: 10px;
}

/* line 46, ../sass/site_screen.scss */
acronym, abbr {
  border-bottom: 1px dotted;
}

/* line 50, ../sass/site_screen.scss */
b, strong {
  font-weight: bold;
}

/* line 54, ../sass/site_screen.scss */
i, em {
  font-style: italic;
}

/* line 58, ../sass/site_screen.scss */
.hide {
  /* Ukrywacz - display: none sprawia problemy z dostępnością */
  position: absolute !important;
  left: 0px !important;
  top: -9999px !important;
  overflow: hidden !important;
}

/* line 65, ../sass/site_screen.scss */
.wrap {
  /* Ogranicznik szerokości bloków    */
  width: 970px;
  margin: 0 auto;
}

/* line 70, ../sass/site_screen.scss */
.single_arrow {
  /* Pojedyncza czerwona strzałka przy linkach */
  background: url(../images/single_arrow.gif) no-repeat right;
}

/* line 74, ../sass/site_screen.scss */
.double_arrow {
  /* Podwójna czerwona strzałka przy linkach */
  background: url(../images/double_arrow.gif) no-repeat right;
}

/* line 78, ../sass/site_screen.scss */
.full_width {
  /* Rozciągnięcie na szerokość strony */
  width: 100%;
}

/* line 82, ../sass/site_screen.scss */
.addBlock .add {
  display: block;
  font-size: 12px;
  padding: 10px 0;
}

/* line 89, ../sass/site_screen.scss */
img.expand_arrow {
  /* Pojedyncza biała strzałka */
  position: relative;
  bottom: 1px;
  padding-left: 3px;
}

/* line 94, ../sass/site_screen.scss */
.more {
  /* Link "więcej" */
  text-align: right;
  margin-top: 3px;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 100, ../sass/site_screen.scss */
.more a, .more a:visited {
  color: #c90123;
  text-decoration: none;
}
/* line 104, ../sass/site_screen.scss */
.more a:hover, .more a:focus, .more a:visited:hover, .more a:visited:focus {
  text-decoration: underline;
}

/* line 109, ../sass/site_screen.scss */
.back {
  /* Link "powrót" */
  border-top: 1px solid #d9d9d9;
  text-align: right;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 116, ../sass/site_screen.scss */
.back a, .back a:visited {
  color: #c90123;
  text-decoration: none;
}
/* line 120, ../sass/site_screen.scss */
.back a:hover, .back a:focus, .back a:visited:hover, .back a:visited:focus {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------
 * Layout
 * ---------------------------------------------------------------------------------------------- */
/* line 130, ../sass/site_screen.scss */
body {
  font: 62.5% Arial, Helvetica, sans-serif;
  /* 1em = 10px */
}

/* line 134, ../sass/site_screen.scss */
a, a:visited {
  color: #000;
  text-decoration: underline;
}
/* line 138, ../sass/site_screen.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #c90123;
}

/* line 143, ../sass/site_screen.scss */
p {
  font-size: 12px;
  line-height: 20px;
  padding: 5px 0;
}

/* line 149, ../sass/site_screen.scss */
del {
  text-decoration: line-through;
}

/* line 153, ../sass/site_screen.scss */
ins {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------
 * Elementy formularzy
 * ---------------------------------------------------------------------------------------------- */
/* line 162, ../sass/site_screen.scss */
input, select {
  font-size: 12px;
}

/* line 166, ../sass/site_screen.scss */
input.text, textarea {
  border: 2px solid #dedede;
  background: #fff;
  color: #333;
  padding: 2px;
}
/* line 172, ../sass/site_screen.scss */
input.text:focus, textarea:focus {
  border-color: #c90123;
}

/* line 177, ../sass/site_screen.scss */
.select {
  border: 2px solid #dedede;
  background: #fff;
  color: #333;
  padding: 1px 2px;
}

/* line 184, ../sass/site_screen.scss */
.row {
  padding: 10px 0;
}

/* line 188, ../sass/site_screen.scss */
input.submit {
  background: url(../images/blue_button.png) no-repeat;
  border: 0;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  text-transform: lowercase;
  cursor: pointer;
}
/* line 197, ../sass/site_screen.scss */
input.submit:hover {
  color: #bbb;
}

/* line 202, ../sass/site_screen.scss */
input.submit_big {
  background: #656565 url(../images/grey_button_big.png) no-repeat right;
  border: 0;
  height: 25px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  cursor: pointer;
}
/* line 212, ../sass/site_screen.scss */
input.submit_big:hover {
  color: #bbb;
}

/* ----------------------------------------------------------------------------------------------
 * Linki nad nagłówkiem
 * ---------------------------------------------------------------------------------------------- */
/* line 224, ../sass/site_screen.scss */
.top_menu .top_links {
  float: right;
  padding: 0px 20px 0 0;
}
/* line 228, ../sass/site_screen.scss */
.top_menu .top_links li {
  display: block;
  float: left;
  border-right: 1px dotted #9f9f9f;
  margin: 10px 0px 10px 10px;
  padding-right: 5px;
}
/* line 235, ../sass/site_screen.scss */
.top_menu .top_links li a, .top_menu .top_links li a:visited {
  margin: 0px 8px 0px 0px;
  padding: 5px 8px 5px 5px;
  text-transform: lowercase;
  text-decoration: underline;
  font-size: 11px;
  display: block;
  float: left;
}
/* line 245, ../sass/site_screen.scss */
.top_menu .top_links li.last {
  border: 0;
}
/* line 250, ../sass/site_screen.scss */
.top_menu .top_links .search_box {
  /* Wyszukiwarka */
}
/* line 252, ../sass/site_screen.scss */
.top_menu .top_links .search_box form {
  padding-top: 2px;
}
/* line 255, ../sass/site_screen.scss */
.top_menu .top_links .search_box form select {
  margin-right: 5px;
  font-size: 11px;
}
/* line 259, ../sass/site_screen.scss */
.top_menu .top_links .search_box form input {
  font-size: 11px;
}

/* ----------------------------------------------------------------------------------------------
 * Nagłówek
 * ---------------------------------------------------------------------------------------------- */
/* line 271, ../sass/site_screen.scss */
.site_header {
  clear: both;
}
/* line 274, ../sass/site_screen.scss */
.site_header .site_logo {
  /* Logo serwisu */
  background: url(../images/logo.png) no-repeat;
  display: block;
  float: left;
  width: 152px;
  height: 61px;
  margin: 0 0 0 30px;
}

/* ----------------------------------------------------------------------------------------------
 * Główne menu
 * ---------------------------------------------------------------------------------------------- */
/* line 288, ../sass/site_screen.scss */
.site_menu {
  width: 764px;
  height: 67px;
  padding: 0;
  display: block;
  background: transparent url(../images/site_menu_bg.png) no-repeat 0px 7px;
  float: right;
  /* --- Poziom 0 - to, co jest zawsze widoczne --- */
  /* koniec poziomu 0 */
  /* --- Rozwijanie opcji menu po lewej stronie - zapobiega wyświetlaniu ich poza oknem przeglądarki        --- */
}
/* line 298, ../sass/site_screen.scss */
.site_menu ul {
  float: right;
  position: relative;
  z-index: 10;
}
/* line 303, ../sass/site_screen.scss */
.site_menu ul li.hover, .site_menu ul li:hover {
  background: transparent url(../images/site_menu_hover.png) no-repeat right top;
  color: #fff;
  position: relative;
}
/* line 308, ../sass/site_screen.scss */
.site_menu ul li.hover a, .site_menu ul li:hover a {
  color: #fff;
}
/* line 313, ../sass/site_screen.scss */
.site_menu ul li {
  display: block;
  float: left;
  zoom: 1;
  /* --- Poziom 1 - to, co się pojawia po wskazaniu kursorem elementu menu --- */
  /* koniec poziomu 1 */
}
/* line 318, ../sass/site_screen.scss */
.site_menu ul li a, .site_menu ul li a:visited {
  display: block;
  height: 29px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding: 18px 20px 20px 18px;
}
/* line 326, ../sass/site_screen.scss */
.site_menu ul li a:hover, .site_menu ul li a:focus, .site_menu ul li a:visited:hover, .site_menu ul li a:visited:focus {
  background: transparent;
  padding: 18px 20px 20px 18px;
}
/* line 332, ../sass/site_screen.scss */
.site_menu ul li li:hover, .site_menu ul li li.hover {
  position: relative;
  background: transparent url(../images/site_menu_hover.png) no-repeat right top;
}
/* line 337, ../sass/site_screen.scss */
.site_menu ul li li:hover > ul {
  visibility: visible;
}
/* line 341, ../sass/site_screen.scss */
.site_menu ul li a.active, .site_menu ul li a.active:visited {
  /* Podświetlenie aktywnego linku */
  background: transparent url(/images/site_menu_active.png) no-repeat right top !important;
}
/* line 347, ../sass/site_screen.scss */
.site_menu ul li ul {
  width: 200px;
  visibility: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 11px;
  top: 47px;
  left: 0;
  background: #3f3f3f;
}
/* line 359, ../sass/site_screen.scss */
.site_menu ul li ul a:hover, .site_menu ul li ul a:focus {
  background-image: none;
}
/* line 363, ../sass/site_screen.scss */
.site_menu ul li ul li {
  margin: 0;
  padding: 0;
  float: none;
}
/* line 368, ../sass/site_screen.scss */
.site_menu ul li ul li.hover, .site_menu ul li ul li:hover {
  background: #C90123;
  background-image: none;
  margin: 0;
  padding: 0;
}
/* line 375, ../sass/site_screen.scss */
.site_menu ul li ul li a {
  margin: 0;
  width: 178px;
  padding: 8px 0 2px 12px !important;
  height: 19px !important;
  display: inline-block;
}
/* line 382, ../sass/site_screen.scss */
.site_menu ul li ul li ahover {
  background: #C90123;
}
/* line 387, ../sass/site_screen.scss */
.site_menu ul li ul li ul {
  /* Poziom 2 */
  border: none;
  left: 100%;
  top: 0;
}
/* line 399, ../sass/site_screen.scss */
.site_menu .expand_right ul li ul {
  left: -100%;
}
/* line 403, ../sass/site_screen.scss */
.site_menu .expand_right_last ul {
  /* Przesuwamy submenu pod ostatnim linkiem */
  left: -116px;
}

/* ----------------------------------------------------------------------------------------------
 * Banner pod nagłówkiem
 * ---------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------
 * Boksy menu
 * ---------------------------------------------------------------------------------------------- */
/* line 424, ../sass/site_screen.scss */
.menu_boxes {
  padding: 20px 0;
}
/* line 427, ../sass/site_screen.scss */
.menu_boxes .box {
  width: 231px;
  display: block;
  float: left;
  margin-right: 15px;
  /* --- Style szczegółowe dla boksów menu --- */
  /* --- Style dla pokazywania/ukrywania treści w boksach --- */
  /* -------------------------------------------------------- */
}
/* line 433, ../sass/site_screen.scss */
.menu_boxes .box .box_header {
  /* Nagłówek boksu menu */
  display: block;
  background: transparent url(../images/box_header.png) no-repeat left top;
  width: 211px;
  height: 23px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 0 0 20px;
  color: #fff;
}
/* line 444, ../sass/site_screen.scss */
.menu_boxes .box .box_content {
  /* Domyślna zawartość boksu menu */
  display: block;
  position: relative;
  border-bottom: 3px solid #b10114;
  width: 227px;
  height: 118px;
  color: #fff;
}
/* line 452, ../sass/site_screen.scss */
.menu_boxes .box .box_content a, .menu_boxes .box .box_content a:visited {
  color: #fff;
}
/* line 456, ../sass/site_screen.scss */
.menu_boxes .box .box_content .box_layer {
  /* Styl ogólny dla treści boksów menu */
  background: url(../images/box_bg_transparent.png);
  width: 207px;
  padding: 10px;
}
/* line 461, ../sass/site_screen.scss */
.menu_boxes .box .box_content .box_layer a, .menu_boxes .box .box_content .box_layer a:visited {
  background: url(../images/single_arrow.gif) no-repeat right;
  padding-right: 7px;
  font-size: 12px;
  text-decoration: none;
}
/* line 467, ../sass/site_screen.scss */
.menu_boxes .box .box_content .box_layer a:hover, .menu_boxes .box .box_content .box_layer a:focus, .menu_boxes .box .box_content .box_layer a:visited:hover, .menu_boxes .box .box_content .box_layer a:visited:focus {
  text-decoration: underline;
}
/* line 478, ../sass/site_screen.scss */
.menu_boxes .box .box_content_expander, .menu_boxes .box .box_inlay_expander {
  /* Przycisk pokazujący/ukrywający treść */
  display: block;
  margin: 0 auto;
  width: 18px;
}
/* line 484, ../sass/site_screen.scss */
.menu_boxes .box .expand {
  /* Gdy treść boksu jest ukryta */
}
/* line 486, ../sass/site_screen.scss */
.menu_boxes .box .expand .box_content_expander {
  height: 9px;
  background: url(../images/box_content_expand.png) no-repeat;
  position: relative;
  top: 109px;
}
/* line 493, ../sass/site_screen.scss */
.menu_boxes .box .expand .box_layer {
  padding: 0px 10px 0;
}
/* line 497, ../sass/site_screen.scss */
.menu_boxes .box .expand ul {
  display: none;
}
/* line 502, ../sass/site_screen.scss */
.menu_boxes .box .expanded {
  /* Gdy treść boksu jest widoczna */
}
/* line 504, ../sass/site_screen.scss */
.menu_boxes .box .expanded .box_content_expander {
  display: none;
}
/* line 508, ../sass/site_screen.scss */
.menu_boxes .box .expanded .box_layer {
  position: absolute;
  bottom: 0px;
  padding-top: 0px !important;
}
/* line 513, ../sass/site_screen.scss */
.menu_boxes .box .expanded .box_layer .box_inlay_expander {
  height: 12px;
  background: url(../images/box_content_expanded.png) no-repeat;
  position: relative;
  bottom: 12px;
}
/* line 524, ../sass/site_screen.scss */
.menu_boxes .box a.festivals, .menu_boxes .box a.festivals:visited {
  /* Link do dni świątecznych */
  float: right;
  padding-right: 6px;
}
/* line 528, ../sass/site_screen.scss */
.menu_boxes .box a.festivals:hover, .menu_boxes .box a.festivals:focus, .menu_boxes .box a.festivals:visited:hover, .menu_boxes .box a.festivals:visited:focus {
  text-decoration: none !important;
}
/* line 533, ../sass/site_screen.scss */
.menu_boxes .sklepy .box_content {
  /* Sklepy */
  background: transparent url(/images/sklepy.png) no-repeat left top;
}
/* line 537, ../sass/site_screen.scss */
.menu_boxes .porady .box_content {
  /* Nasze porady */
  background: transparent url(/images/nasze_porady.jpg) no-repeat left top;
}
/* line 541, ../sass/site_screen.scss */
.menu_boxes .plan .box_content {
  /* Plan galerii */
  background: transparent url(/images/plan.jpg) no-repeat left top;
}
/* line 545, ../sass/site_screen.scss */
.menu_boxes .openingHours .box_content {
  background: #494848;
  color: #fff !important;
}
/* line 548, ../sass/site_screen.scss */
.menu_boxes .openingHours .box_content font {
  color: #fff !important;
}
/* line 550, ../sass/site_screen.scss */
.menu_boxes .openingHours .box_content font span {
  color: #fff !important;
}
/* line 555, ../sass/site_screen.scss */
.menu_boxes .openingHours .box_content .box_content_expander {
  display: none;
}
/* line 561, ../sass/site_screen.scss */
.menu_boxes .openingHours .expand .box_layer, .menu_boxes .openingHours .expanded .box_layer {
  background: 0;
  position: relative !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 11px;
}
/* line 569, ../sass/site_screen.scss */
.menu_boxes .openingHours .expand .box_layer .box_inlay_expander, .menu_boxes .openingHours .expanded .box_layer .box_inlay_expander {
  height: 0px;
}
/* line 576, ../sass/site_screen.scss */
.menu_boxes .box.last {
  margin: 0;
  float: right;
}

/* ----------------------------------------------------------------------------------------------
 * Główna treść
 * ---------------------------------------------------------------------------------------------- */
/* line 588, ../sass/site_screen.scss */
.main {
  background: white url(../images/main_bg.png) repeat-x top;
  /* --- Wydarzenia --- */
  /* ----------------------------------------------------------------------------------------------
   * Paski boczne
   * ---------------------------------------------------------------------------------------------- */
  /* --- Lewy sidebar --- */
  /* --- Prawy sidebar --- */
  /* --- Banner w pasku bocznym --- */
  /* --- Boksy paska bocznego - styl ogólny --- */
  /* ----------------------------------------------------------------------------------------------
   * Style szczegółowe poszczególnych boksów
   * ---------------------------------------------------------------------------------------------- */
  /* --- Lista tagów --- */
  /* --- Kontakt --- */
  /* --- Newsletter --- */
  /* --- Bannery pod główną treścią --- */
}
/* line 593, ../sass/site_screen.scss */
.main .content {
  border-top: 1px solid #cbcbcb;
  width: 460px;
  padding-right: 10px;
  float: left;
}
/* line 599, ../sass/site_screen.scss */
.main .content .news_header {
  /* Nagłówek "Wydarzenia" */
  display: block;
  height: 17px;
  padding: 12px 0 10px 40px;
  position: relative;
  bottom: 8px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #c90123;
  background: transparent url(../images/header_grey_arrow.png) no-repeat left top;
}
/* line 612, ../sass/site_screen.scss */
.main .content .news_item {
  /* Blok z pojedynczym niusem */
  padding: 10px 20px 10px 10px;
  margin: 0 10px;
  font-size: 12px;
  line-height: 20px;
}
/* line 618, ../sass/site_screen.scss */
.main .content .news_item .news_title {
  /* Tytuł niusa */
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
/* line 623, ../sass/site_screen.scss */
.main .content .news_item .news_title .single_arrow {
  padding-right: 8px;
}
/* line 628, ../sass/site_screen.scss */
.main .content .news_item .news_content {
  /* Treść niusa */
  text-align: justify;
}
/* line 630, ../sass/site_screen.scss */
.main .content .news_item .news_content p, .main .content .news_item .news_content ul, .main .content .news_item .news_content ol {
  text-align: justify;
  color: #000;
  font-size: 12px;
}
/* line 637, ../sass/site_screen.scss */
.main .content .news_item .read_more {
  /* Link "więcej" */
  text-align: right;
}
/* line 640, ../sass/site_screen.scss */
.main .content .news_item .read_more a, .main .content .news_item .read_more a:visited {
  /* Odsuwamy link od strzałki ;) */
  padding-right: 10px;
  font-size: 12px;
}
/* line 647, ../sass/site_screen.scss */
.main .content a.grey_button, .main .content a.grey_button:visited {
  /* Link "Zobacz wszystkie" */
  background: url(../images/grey_button.png) no-repeat;
  text-decoration: none;
  display: block;
  float: right;
  color: #fff;
  font-weight: bold;
  padding: 3px 0 0 0;
  margin: 10px 0;
  text-align: center;
  width: 114px;
  height: 17px;
}
/* line 660, ../sass/site_screen.scss */
.main .content a.grey_button:hover, .main .content a.grey_button:focus, .main .content a.grey_button:visited:hover, .main .content a.grey_button:visited:focus {
  text-decoration: underline;
}
/* line 665, ../sass/site_screen.scss */
.main .content .odd {
  /* Tło dla nieparzystego niusa */
  background: #fff;
}
/* line 676, ../sass/site_screen.scss */
.main .sidebar_left {
  float: left;
  padding: 20px 20px 0;
  width: 220px;
}
/* line 684, ../sass/site_screen.scss */
.main .sidebar_right {
  float: left;
  padding: 0 0 0 8px;
  position: relative;
  bottom: 6px;
  width: 230px;
}
/* line 694, ../sass/site_screen.scss */
.main .sidebar_banner {
  padding: 0 0 20px;
}
/* line 700, ../sass/site_screen.scss */
.main .sidebar_box {
  display: block;
}
/* line 704, ../sass/site_screen.scss */
.main .sidebar_box .sidebar_box_header,
.main .sidebar_box .box_header {
  background: transparent url(../images/sidebar_box_header.png) no-repeat left;
  display: block;
  height: 18px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding: 11px 0 0 38px;
}
/* line 715, ../sass/site_screen.scss */
.main .sidebar_box .sidebar_box_content {
  display: block;
  padding: 20px 0 10px;
  font-size: 12px;
  color: #000;
}
/* line 732, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul {
  padding: 0 10px 0 25px;
  /* Wagi tagów - 10 wystarczy? */
}
/* line 735, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul li {
  display: inline;
  padding: 2px 2px;
  line-height: 0.6em;
}
/* line 743, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul .weight0 {
  font-size: 12px !important;
}
/* line 744, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul .weight1 {
  font-size: 13px !important;
  font-weight: bold !important;
}
/* line 745, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul .weight2 {
  font-size: 14px !important;
}
/* line 746, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul .weight3 {
  font-size: 15px !important;
  font-weight: bold !important;
}
/* line 747, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul .weight4 {
  font-size: 16px !important;
}
/* line 748, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul .weight5 {
  font-size: 17px !important;
  font-weight: bold !important;
}
/* line 749, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul .weight6 {
  font-size: 18px !important;
}
/* line 750, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul .weight7 {
  font-size: 19px !important;
  font-weight: bold !important;
}
/* line 751, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul .weight8 {
  font-size: 20px !important;
}
/* line 752, ../sass/site_screen.scss */
.main .tags .sidebar_box_content ul .weight9 {
  font-size: 21px !important;
  font-weight: bold !important;
}
/* line 755, ../sass/site_screen.scss */
.main .tags .sidebar_box_content a, .main .tags .sidebar_box_content a:visited {
  color: #c90123;
  text-decoration: none;
}
/* line 759, ../sass/site_screen.scss */
.main .tags .sidebar_box_content a:hover, .main .tags .sidebar_box_content a:focus, .main .tags .sidebar_box_content a:visited:hover, .main .tags .sidebar_box_content a:visited:focus {
  text-decoration: underline;
}
/* line 771, ../sass/site_screen.scss */
.main .contact .sidebar_box_content p {
  /* Dane teleadresowe*/
  font-size: 12px;
  line-height: 20px;
  padding: 5px 0 5px 30px;
}
/* line 776, ../sass/site_screen.scss */
.main .contact .sidebar_box_content p b {
  /* Nazwa */
  font-size: 12px;
}
/* line 781, ../sass/site_screen.scss */
.main .contact .sidebar_box_content .map {
  background: url(../images/map.png) no-repeat left;
  display: block;
  height: 24px;
  width: 155px;
  padding: 6px 20px 0 40px;
  margin: 10px 0 0 30px;
  text-transform: lowercase;
}
/* line 790, ../sass/site_screen.scss */
.main .contact .sidebar_box_content .map .single_arrow {
  padding: 10px 8px 10px 0;
}
/* line 800, ../sass/site_screen.scss */
.main .newsletter form {
  text-align: center;
  padding-left: 10px;
}
/* line 804, ../sass/site_screen.scss */
.main .newsletter form label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  display: block;
}
/* line 811, ../sass/site_screen.scss */
.main .newsletter form input {
  border-color: #c90123;
  border-width: 1px;
}
/* line 815, ../sass/site_screen.scss */
.main .newsletter form #userEmail {
  width: 183px;
}
/* line 818, ../sass/site_screen.scss */
.main .newsletter form .row {
  margin-bottom: 2px;
}
/* line 822, ../sass/site_screen.scss */
.main .newsletter form .submit {
  font-size: 12px;
  margin-left: 16px;
}
/* line 831, ../sass/site_screen.scss */
.main .small_banners {
  background: url(../images/small_banners_border.png) no-repeat top;
  clear: both;
  padding: 30px 0;
}
/* line 836, ../sass/site_screen.scss */
.main .small_banners .single_banner {
  float: left;
  padding: 0 15px;
  width: 210px;
  height: 100px;
}
/* line 843, ../sass/site_screen.scss */
.main .small_banners .last {
  /* Ostatni (najbardziej skrajny po prawej) */
  float: right;
}

/* .main */
              /* ----------------------------------------------------------------------------------------------
* Domyślny widok podstrony
* ---------------------------------------------------------------------------------------------- */
/* line 855, ../sass/site_screen.scss */
.subpage {
  /* margin-top: 30px; */
  /* --- Pasek boczny --- */
}
/* line 858, ../sass/site_screen.scss */
.subpage .content {
  /* Treść artykułu */
  width: 700px;
  margin-right: 20px;
}
/* line 864, ../sass/site_screen.scss */
.subpage .content .news_content p {
  padding: 10px 0;
  line-height: 20px;
}
/* line 869, ../sass/site_screen.scss */
.subpage .content .news_content ul, .subpage .content .news_content ol {
  padding-left: 20px;
}
/* line 872, ../sass/site_screen.scss */
.subpage .content .news_content ul li, .subpage .content .news_content ol li {
  padding: 2px 0;
}
/* line 877, ../sass/site_screen.scss */
.subpage .content .news_content ul {
  list-style: disc;
}
/* line 881, ../sass/site_screen.scss */
.subpage .content .news_content ol {
  list-style: decimal;
}
/* line 889, ../sass/site_screen.scss */
.subpage .opening_hours {
  /* Godziny otwarcia */
}
/* line 891, ../sass/site_screen.scss */
.subpage .opening_hours .box_content {
  font-size: 12px !important;
  padding-left: 30px;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 898, ../sass/site_screen.scss */
.subpage .opening_hours .box_content .single_arrow {
  padding-right: 7px;
}
/* line 902, ../sass/site_screen.scss */
.subpage .opening_hours .box_content p {
  padding: 5px 0;
  color: #000;
}
/* line 909, ../sass/site_screen.scss */
.subpage .sidebar_links {
  /* Linki */
}
/* line 911, ../sass/site_screen.scss */
.subpage .sidebar_links a, .subpage .sidebar_links a:visited {
  display: block;
  background: #c90123 url(../images/sidebar_link_arrow.png) no-repeat right;
  width: 92%;
  height: 30px;
  font-size: 16px;
  padding: 11px 0 0 20px;
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 925, ../sass/site_screen.scss */
.subpage .sidebar_banners {
  /* Bannery */
  padding-bottom: 20px;
  padding-right: 0px;
}
/* line 929, ../sass/site_screen.scss */
.subpage .sidebar_banners a, .subpage .sidebar_banners a:visited {
  display: block;
  text-align: center;
  padding: 5px 0;
}

/* ----------------------------------------------------------------------------------------------
 * Lista sklepów
 * ---------------------------------------------------------------------------------------------- */
/* line 943, ../sass/site_screen.scss */
.list_of_shops li {
  display: block;
  width: 280px;
  float: left;
  margin-bottom: 40px;
}
/* line 949, ../sass/site_screen.scss */
.list_of_shops li.first {
  margin-right: 40px;
  clear: both;
}
/* line 956, ../sass/site_screen.scss */
.list_of_shops li ul li {
  border: 0;
  padding: 2px 0;
  margin: 0;
}
/* line 965, ../sass/site_screen.scss */
.list_of_shops h3 {
  /* Kategoria sklepów */
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 15px 0;
}
/* line 972, ../sass/site_screen.scss */
.list_of_shops a.name, .list_of_shops a.name:visited {
  /* Nazwa sklepu */
  float: left;
  text-decoration: none;
  color: #6b6b6b;
  text-transform: uppercase;
  padding-left: 20px;
  font-weight: bold;
}
/* line 980, ../sass/site_screen.scss */
.list_of_shops a.name:hover, .list_of_shops a.name:focus, .list_of_shops a.name:visited:hover, .list_of_shops a.name:visited:focus {
  color: #c90123;
  text-decoration: underline !important;
  background: url(../images/double_arrow.gif) no-repeat 8px 5px;
}
/* line 987, ../sass/site_screen.scss */
.list_of_shops a.add, .list_of_shops a.add:visited {
  /* Link "dodaj do planu" */
  float: right;
  text-decoration: none;
  color: #6b6b6b;
  font-size: 11px;
  background: url(../images/add_to_plan.gif) no-repeat right;
  padding-right: 16px;
}
/* line 995, ../sass/site_screen.scss */
.list_of_shops a.add:hover, .list_of_shops a.add:focus, .list_of_shops a.add:visited:hover, .list_of_shops a.add:visited:focus {
  color: #c90123;
  text-decoration: underline !important;
}

/* ----------------------------------------------------------------------------------------------
 * Zapytaj eksperta
 * ---------------------------------------------------------------------------------------------- */
/* line 1008, ../sass/site_screen.scss */
.questions {
  background: url(../images/dot.gif) repeat-y 310px;
}
/* line 1011, ../sass/site_screen.scss */
.questions h3 {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 15px 0;
}
/* line 1019, ../sass/site_screen.scss */
.questions .categories {
  /* Kategorie pytań */
  width: 310px;
  float: left;
}
/* line 1024, ../sass/site_screen.scss */
.questions .categories ul li {
  width: 150px;
  float: left;
  padding: 2px 0;
}
/* line 1029, ../sass/site_screen.scss */
.questions .categories ul li.even {
  padding-left: 10px;
}
/* line 1033, ../sass/site_screen.scss */
.questions .categories ul li a, .questions .categories ul li a:visited {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #747474;
}
/* line 1040, ../sass/site_screen.scss */
.questions .categories ul li a:hover, .questions .categories ul li a:focus, .questions .categories ul li a:visited:hover, .questions .categories ul li a:visited:focus {
  color: #d4475f;
}
/* line 1048, ../sass/site_screen.scss */
.questions .items {
  /* Lista pytań */
  float: right;
  width: 310px;
}
/* line 1052, ../sass/site_screen.scss */
.questions .items ul li {
  background: url(../images/single_arrow.gif) no-repeat left 7px;
  padding: 2px 0 2px 8px;
}
/* line 1056, ../sass/site_screen.scss */
.questions .items ul li a, .questions .items ul li a:visited {
  text-decoration: none;
  color: #000;
}
/* line 1060, ../sass/site_screen.scss */
.questions .items ul li a:hover, .questions .items ul li a:focus, .questions .items ul li a:visited:hover, .questions .items ul li a:visited:focus {
  color: #c90123;
  text-decoration: underline;
}
/* line 1067, ../sass/site_screen.scss */
.questions .items a.ask, .questions .items a.ask:visited {
  /* Zadaj własne pytanie */
  font-size: 13px !important;
  font-weight: bold;
  color: #c90123;
  text-decoration: none;
  padding-right: 10px;
}
/* line 1074, ../sass/site_screen.scss */
.questions .items a.ask:hover, .questions .items a.ask:focus, .questions .items a.ask:visited:hover, .questions .items a.ask:visited:focus {
  text-decoration: underline;
}

/* line 1081, ../sass/site_screen.scss */
.answers {
  /* Odpowiedzi */
  margin: 20px 0 0 -20px;
  padding: 20px;
  width: 670px;
  clear: both;
  background: #d5d5d5;
}
/* line 1088, ../sass/site_screen.scss */
.answers h3 {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 15px 0;
}
/* line 1096, ../sass/site_screen.scss */
.answers p {
  color: #000;
  text-align: justify;
}
/* line 1101, ../sass/site_screen.scss */
.answers .nick_and_city {
  padding-top: 10px;
}

/* line 1107, ../sass/site_screen.scss */
.faq .back {
  /* Link "powrót" */
  width: 710px;
  margin-left: -20px;
}

/* line 1113, ../sass/site_screen.scss */
#faqAnswer #answerId, #faqAnswer #nickAndCity {
  font-size: 12px;
}

/* --- Formularz "Zadaj pytanie" --- */
/* line 1122, ../sass/site_screen.scss */
#faqForm h3 {
  padding-top: 10px;
  text-transform: none;
  color: #c90123;
}
/* line 1128, ../sass/site_screen.scss */
#faqForm .row {
  padding: 5px;
  clear: both;
}
/* line 1132, ../sass/site_screen.scss */
#faqForm .row label {
  display: block;
  float: left;
  font-weight: normal;
  text-transform: lowercase;
  padding-top: 2px;
  font-size: 12px;
}
/* line 1141, ../sass/site_screen.scss */
#faqForm .row .value input {
  font-size: 12px;
}
/* line 1146, ../sass/site_screen.scss */
#faqForm .row textarea {
  width: 300px;
}
/* line 1153, ../sass/site_screen.scss */
#faqForm .row.checkbox label {
  display: inline;
  width: auto;
  float: none;
}
/* line 1160, ../sass/site_screen.scss */
#faqForm .row.submit {
  padding-top: 10px;
  text-align: center;
}
/* line 1165, ../sass/site_screen.scss */
#faqForm .submitRow .submitInputTiny {
  margin-left: 218px;
  font-size: 12px;
}

/* line 1172, ../sass/site_screen.scss */
#faqAnswer h3, #faqCategories h3 {
  font-size: 14px;
  font-weight: bold;
}

/* line 1178, ../sass/site_screen.scss */
#faqQuestions li, #faqCategories li {
  font-size: 12px;
}

/* ----------------------------------------------------------------------------------------------
 * Stopka
 * ---------------------------------------------------------------------------------------------- */
/* line 1188, ../sass/site_screen.scss */
.footer {
  clear: both;
  background: #a3011c url(../images/footer_bg.png) no-repeat right center;
  height: 40px;
  color: #fff;
}
/* line 1194, ../sass/site_screen.scss */
.footer a, .footer a:visited {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
/* line 1198, ../sass/site_screen.scss */
.footer a:hover, .footer a:focus, .footer a:visited:hover, .footer a:visited:focus {
  text-decoration: underline;
}
/* line 1203, ../sass/site_screen.scss */
.footer .footer_menu {
  display: block;
  float: left;
  padding: 13px 0 0 20px;
}
/* line 1208, ../sass/site_screen.scss */
.footer .footer_menu li {
  display: inline;
  border-right: 1px solid #fff;
  padding: 0 15px 0 10px;
}
/* line 1214, ../sass/site_screen.scss */
.footer .footer_menu .last {
  border: 0;
}
/* line 1219, ../sass/site_screen.scss */
.footer .copyright {
  float: right;
  padding: 13px 55px 0 0;
}

/* .footer */
/* ----------------------------------------------------------------------------------------------
 * Podpis
 * ---------------------------------------------------------------------------------------------- */
/* line 1231, ../sass/site_screen.scss */
.we_made_it {
  padding: 10px 0;
}
/* line 1234, ../sass/site_screen.scss */
.we_made_it p, .we_made_it a, .we_made_it a:visited {
  text-align: center;
  font-size: 12px;
  color: #c0c0c0;
}
/* line 1240, ../sass/site_screen.scss */
.we_made_it a, .we_made_it a:visited {
  text-decoration: none;
}
/* line 1243, ../sass/site_screen.scss */
.we_made_it a:hover, .we_made_it a:focus, .we_made_it a:visited:hover, .we_made_it a:visited:focus {
  color: #c90123;
}


/* css file: site_screen_ie6.css */

/* ----------------------------------------------------------------------------------------------
 * Poprawki dla IE6
 * ---------------------------------------------------------------------------------------------- */
/* --- Górne menu --- */
/* line 7, ../sass/site_screen_ie6.scss */
.top_menu {
  padding-top: 0px;
  padding-bottom: 10px;
}

/* --- Nagłówek --- */
/* line 14, ../sass/site_screen_ie6.scss */
.site_header, .site_logo {
  display: block;
}

/* line 18, ../sass/site_screen_ie6.scss */
.site_logo {
  margin-left: 10px !important;
}

/* --- Menu główne --- */
/* line 24, ../sass/site_screen_ie6.scss */
.site_menu {
  margin-right: 0px;
  margin-bottom: -3px !important;
}

/* line 29, ../sass/site_screen_ie6.scss */
.site_menu ul li a {
  display: block;
  float: left;
  width: auto !important;
  padding: 0;
}

/* line 36, ../sass/site_screen_ie6.scss */
.site_menu ul li a.active, .site_menu ul li a.active:visited {
  background: transparent url(../images/site_menu_active_ie6.gif) no-repeat right top !important;
}

/* line 40, ../sass/site_screen_ie6.scss */
.site_menu ul li.hover, .site_menu ul li:hover {
  background: transparent url(../images/site_menu_hover_ie6.gif) no-repeat right top;
}

/* line 44, ../sass/site_screen_ie6.scss */
.site_menu ul li ul li a {
  width: 188px !important;
}

/* line 48, ../sass/site_screen_ie6.scss */
.site_menu ul li ul li a:hover {
  background: #C90123 !important;
  background-image: none !important;
}

/* --- Podstrona --- */
/* line 56, ../sass/site_screen_ie6.scss */
.subpage .content {
  width: 680px;
}

/* --- Inne drobnostki --- */
/* line 63, ../sass/site_screen_ie6.scss */
.submit {
  padding: 0;
}

/* line 67, ../sass/site_screen_ie6.scss */
.map {
  padding-right: 0px !important;
}

/* line 71, ../sass/site_screen_ie6.scss */
.box_content .pngfix {
  position: relative;
}


/* css file: site_screen_ie7.css */

/* line 1, ../sass/site_screen_ie7.scss */
.site_menu ul ul li {
  display: inline;
  width: 100%;
}


/* css file: site_screen_ie8.css */



/* css file: sitemap.css */

/* ==================== podstawowy sitemap */

.sitemap
{
    padding: 0.2em 2em 1em 10em;
}

.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;
}

.sitemapBox li a:hover,
.sitemapMain li a:hover
{

}

#sitemap_box {
	padding: 2em 0 2em 69px;
}

#sitemap_box a {
  color: #8c8c8c;
	background: url(/images/li.png) no-repeat 0 0.3em;
}

/* css file: surveys.css */

#surveySection,
#surveySite,
#surveyPersonalData,
#surveyResult,
#surveyThanxBox,
#thanx {
    padding: 2em 0 0 69px;
}

#surveyResult {
    padding: 1em 0 0 69px;
}

#surveySection dl dt {
    font-weight: bold;
}

#surveySection dl dd {
    padding: 0.3em 0 1em 15px;
}

#surveySection h2 {
  color: #8c8c8c;
  padding: 1em 0 0.5em;
	font-size: 110%;
}

#surveySection .content {
	text-align: justify;
}

#surveySite .question,
#surveyResult .question {
    display: block;
    padding-bottom: 0.3em;
}

#surveySite ol li,
#surveyResult ol li {
    margin-bottom: 1.2em;
}

#surveySite .questionAnswer li,
#surveyResult li li {
    list-style-type: none;
    margin-bottom: 0.1em;
}

#surveySite .questionAnswer li label,
#surveyResult li li label {
    font-weight: normal;
}

#surveyResult li li div {
    padding-left: 15px;
}

#surveyResult .radio,
#surveyResult .checkbox {
	margin-right: 10px;
}

#surveyResult .belt {
	background-color: #c2011c;
	height: 10px;
	float: left;
	margin: 0.6em 0 0.3em 25px;	
}

#surveyResult .precent {
    display: block;
	margin: 0.3em 0 0.3em 15px;	
	float: left;
}

#surveyResult dl {
	margin-left: 25px;
}

#surveySite .submitRow,
#surveyPersonalData .submitRow {
    background: transparent url(/images/submit_input_tiny.png) no-repeat scroll 100% 100%;
    padding: 0 9px 11px 220px;
    text-align: right;
    /*width: 380px;*/
}

#surveySite .submitInputTiny,
#surveyPersonalData .submitInputTiny {
    background: #C1001B url(/images/more.png) no-repeat scroll 90% 0.6em;
    padding: 0 16px 0.2em 5px;
}

#surveyPersonalData fieldset {
    padding: 1em 0 0 120px;
}

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


/* css file: tenant.css */

.add {
  float: left;
  /*width: 70px;*/
  font-size:12px;
  padding: 17px 16px 0 30px;
  color: #8c8c8c;
/*  background: url(/images/add.png) no-repeat 80% 1.8em;*/
  background: url(/images/add.png) no-repeat 100% 1.8em;
}

.productList {
  margin: 0;
  padding: 0;
}

.productList li {
  margin: 0 38px 1em 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 120px;
  text-align: center;
}

.productList li.first {
  clear: both;
}

.productList li a {
  display: block;
}
.productList li a img {
    border:3px solid #ccc;
}
#products li a img {
    border:0;
}

.productList li a:hover {
  text-decoration: none;
}

.productList li .image {
  /*height: 128px;*/
  display: block;
}

.productList li .title img {
  vertical-align: middle;
}

.productList li .title {
  color: #cd0000;
  text-transform: uppercase;
}

#allSelectedProducts {
    padding: 2em 0 0 69px;
}

#allSelectedProducts .productList li {
    margin-right: 56px;
}

#categories {
    padding: 0em 0 0 69px;
}

#categories ul {
    margin: 0;
    padding: 0;
}

#categories ul li {
  margin: 0;
  padding: 0 0 4.5em 26px;
    list-style-type: none;
    float: left;
    width: 260px;
}

#categories ul li.first {
    clear: both;
}

#categories ul li h2 {
    color: #868686;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

#categories ul li ul li {
    padding: 0.3em 0;
    background: none;
    float: none;
    width: auto;
}

#categories ul li ul li .name {
    color: #444;
    float: left;
    width: 100px;
    font-weight: bold;
    padding-left: 15px;
}

#categories ul li ul li .name:hover {
    color: #c2001d;
    background: url(/images/li.png) no-repeat 0 0.5em;
}

#categories ul li ul li .add {
  padding-top: 0;
/*  background-position: 85% 0.3em;*/
  background-position: 100% 0.3em;
}

#category {
    padding: 0em 0 0 0px;
}

#category ul {
    margin: 0;
    padding: 0;
}

#category ul li {
    margin: 0;
    padding: 1em 0;
    list-style-type: none;
}

#category ul li .logo {
    float: left;
    width: 128px;
    padding: 0 0 0 46px;
}

#category ul li .description {
    float: left;
/*	width: 362px;*/
  width: 340px;
    padding: 0 0 0 30px;
}

#category ul li .description .title {
    padding-bottom: 0.5em;
    font-size:14px;
    font-weight: bold;
    color: #8c8c8c;
}

#category ul li .description .content {
    text-align: justify;
    margin: 0;
}

#cloud {
    padding: 0em 10px 0.5em 20px;
}

#cloud ul {
  margin: 0;
    padding: 0;
    line-height: 1.7em;
    text-align: justify;
}

#cloud ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}


#cloud ul li a {
  color: #c90123;
}

#selectedProducts {
  float: left;
  width: 643px;
    padding: 0.4em 0 0 30px;
}

#tenant {
    padding: 2em 0 0 69px;
}
#tenant .back {
    font-weight:bold;
}

#tenant .addBlock {
  padding: 0 19px 15px 0;
  text-align: right;
}

#tenant .addBlock .add {
    color: #8C8C8C;
    float: none;
  padding: 1.5em 25px 0 0;
}

#tenant .column1 {
    float: left;
    width: 350px;
    padding: 0 15px 0 15px;
}

#tenant .column1 .image {
    margin-bottom: 1em;
    margin-right:10px;
    float:left;
}
#tenant .column1 .image img {
    border:3px solid #ccc;
}

#tenant .column1 .description {
  text-align: left;
  font-size:12px;
  margin-bottom:10px;
  text-align:justify;

}

#tenant .column2 {
  float: right;
  width: 220px;
  font-size:12px;
}

#tenant .column2 h2 {
    color: #868686;
  font-size: 120%;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}

#tenant .column2 #recommendHeader {
    margin-top: 1.6em;
}

#tenant .column2 .productList li {
    width: 100px;
    margin-right: 11px;
}

#tenantImages {
    clear: both;
    padding: 2em 10px 0 10px;
}

#tenantImages .productList li {
    margin-right: 30px;
    width: 128px;
}

#tenantSearchResults {
    padding: 2em 0 0 69px;
}

#tenantSearchResults ol {
    margin: 1em 0 0;
    padding: 0;
}

#tenantSearchResults ol li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#tenantSearchResults ol li .title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

#tenantSearchResults ol li .content {
    text-align: justify;
}

#visit {
    padding: 0;
}

#tableContainer {
    padding: 0.5em 29px 0.5em 20px;
}

#visit table {
    width: 100%;
    border-collapse: collapse;
}

#visit table th {
    border-bottom: 1px solid #d0d0d0;
    text-transform: uppercase;
    padding: 0.4em 0;
  font-size:12px;
}

#visit table td {
  padding: 1.5em 15px;
  font-size:12px;
}

#visit table td.shop {
  padding-left: 30px;
}

#visit table td.range {
    text-transform: uppercase;
    font-weight: bold;
    color: #262626;
}

#visit #tableContainer table tbody tr td a.delete {
    text-align: left !important;
    background: url(/images/delete.png) no-repeat 100%;
    color: #8C8C8C;
    padding-right: 15px;
}

#thanks {
    text-align: center;
    font-weight: bold;
    padding: 1em 0 0;
    display: none;
}
