/*
help:
border: 1px solid #000000; 
*/

/* common */
  
  html{
    background: transparent ;
    height: 100%;
  }

  body{
    height: 100%;
    background: url(bg.png) top center repeat;
    text-align: center;
    padding: 0px 0; /* odstęp od góry padding-top: np. 30px; */
    margin: 0;
    }
  
  /* font */
  body, td, th{
    color: black;
    font: 11px tahoma, verdana, arial, helvetica, sans-serif;
  }
  
  a{
    color: #2E4772;
    text-decoration: none;
  }
  a:hover{ color: #5276A6; }
  
  img{ vertical-align: bottom; }
  form{ margin: 0; padding: 0; }
  .clear{ clear:both; }
  .nonavailable .hideme{ display:none }  
  .nowrap{ white-space: nowrap }

  input.button, button {
    background: url(fade-butt.png);
    border: 3px double #999;
    border-left-color: #ccc;
    border-top-color: #ccc;
    color: #333;
    padding: 0.05em 0.25em 0 0.25em;
    height: 1.85em;
  } html>body input.button, html>body button { padding: 0.05em 0.25em 0.05em 0.25em; }
  
  input.text, textarea {
    padding: 0.15em 0.25em 0.20em 0.25em;
    border: 3px double #999;
    background: #fff url(bg_diag.png);
    background-position: bottom;
    background-repeat: repeat-x;
  }
  
  input.text{
    height: 1.9em;
  } html>body input.text{ height: 14px; padding: 0.15em 0.25em 0.20em 0.25em; }
  
  input:focus, button:focus {
    background-color: white;
    background-image: none;
  }

  .hidden{ display: none; }

  .optional{ color: green }

/* /common */

/************* szkielet *************/

/* szkielet */
  
  #container{
    width: 777px;
    margin: 0 auto;
    text-align: left;
    background: transparent;
   
  }
    
    /* new 20060207-0247 */
    #tlo-header{
        height: 100%;
        background: url(bg-header.png) top center repeat-x;
        text-align: center;
        padding: 0px 0; /* odstęp od góry padding-top: np. 30px; */
        margin: 0;
        height: 266px; /* 277 */  
    }

    #header{
    /* xxx.px - zdjęcia + muszę doliczyć x na pasek menu */
      height: 266px;
    }

    /* jeśli nie ma żadnego sidebara */    
    #wrapper{
      margin-bottom: 18px;
      background: transparent;
    } 
    
    /* msz new - obramowanie (cien) strony */
    #cien{
    background: url('ogolne/1px_tlo_cien.png') 0 0; 
    margin-left: 0px;
    width: 777px; 
    overflow: hidden;
    margin-top: -14px; /* mus być bo jest przerwa pomiędzy menu a trescia */
    } html>body #cien{ margin-top: 10px; } /* ie border bug */
  
    
    #content{      
      border-bottom: 1px solid #4F4F4F;
      /*
      background-color: #FBFBFB;
      */
      border-top: 0px;
      background-position: top left;
      background-repeat: no-repeat;
      background-image: url(main-box/main-box-name-large.png);
      width: 777px;
      margin-bottom: 18px;
    } html>body #content{ width: 775px; } /* ie border bug */
    
    /* jeśli jest prawy sidebar */
    #container.right-bar #wrapper{
      float: left;
    }
  
    #container.right-bar #wrapper #content{
      width: 538px; /* pod ie steruje*/
      margin: 3px 3px 0px 21px;
      border: 1px solid #BEBEBE;
      background-color: #fff;
      background-image: url(main-box/main-box-name-mid.png);
    } html>body #container.right-bar #wrapper #content{ /* ie border bug */
          width: 535px;
      }
    
    #container #right-bar{
      width: 197px;
      float: right;
      padding: 0;
      margin-bottom: 18px;
      margin-right:12px;
    } html>body #container #right-bar{ /* ie border bug */
          margin-right:16px;
      }
  
  
      
    /* jeśli jest lewy sidebar */
    #wrapper.left-bar #content{
    
      width: 538px;
      float: right;
      margin: 3px 10px 0px 3px;
      background-color: #FBFBFB;
      border: 1px solid #BEBEBE;
      background-image: url(main-box/main-box-name-mid.png);
    } html>body #wrapper.left-bar #content{ /* ie border bug */
          width: 532px;
          margin: 3px 20px 0px 3px;
      }
    
    #wrapper #left-bar{
      width: 197px;
      float: left;
      margin-left: 4px;
    } html>body #wrapper.left-bar { /* ie border bug */
          margin-left: 5px;
      }
    
    /* jeśli są oba */
    #container.right-bar #wrapper.left-bar{
      width: 564px;
    } html>body #container.right-bar #wrapper.left-bar{ /* ie border bug */
          width: 554px;
      }
    
    #container.right-bar #wrapper.left-bar #content{
      width: 341px;
      margin: 2px 2px 0 0px;
      height: 100%;
      padding: 0 0px 0 0px; /*może*/
        
      border: 1px solid #EFEFEF;
      background-color: #F6F6F6;
      
      background-image: url(main-box/main-box-name-small.png);

    } html>body #container.right-bar #wrapper.left-bar #content{ /* ie border bug */
        width: 339px;
        margin-top: 3px;
        margin-right: 0px;
      }
  
    /* koniec */
      
    #footer{
      clear: both;
      height: 55px; /* było 140 w zibi - podaje żeby znać różnice w przesunieciu = 80 */
      background: url(footer/footer.png) no-repeat;
      margin-top: 21px;
      margin: 0 0 50px 0px;
      font-family: verdana;
      font-size: 10px;
    }
  
/* /szkielet */

/************* nagłówek *************/

/* top */

  #header{
    /* background-color: transparent; */
    margin-bottom: 13px; /* 13*/
    position: relative;
    width: 777px;
  } html>body #container.right-bar #header{ /* ie border bug */
        margin-bottom: 0px;
      }

    #header h2{ display: none; }
    /*
    #header h2{
      margin: 0;
      padding: 0;
      width: 302px;
      height: 91px;
      overflow: hidden;
      text-indent: -9999px;
      position: absolute;
      top:0;
      left:0;
      background: url(xmas.png) 0 0 no-repeat;
    }
    */

    /* top bar - czyli obrazek pod wszsytkimi przyciskami menu - belka*/
    #top-bar{
      background: transparent url(top/top-bar-menu.png) top left no-repeat;
      padding: 0;
      height: 59px;
      
    }
    /*
    body#ofirmie #top-bar{ background: #EEE url(../css/top/top-bar-ofirmie.png) top left no-repeat; }
    body#hurt #top-bar{ background: #EEE url(../css/top/top-bar-hurt.png) top left no-repeat; }
    body#kontakt #top-bar{ background: #EEE url(../css/top/top-bar-kontakt.png) top left no-repeat; }
    */
  
      ul#main-menu{
        padding: 0px;
        margin: 0px 0px 0px 21px;
        padding: 7px 0px 0px 115px;
        float: left;
        width: 736px; /*szerokość dla niezalogowanego left było 576 */
        height: 32px;
        background-color: #0BB823; /* oryginal color: #11B900 */
        
      } html>body ul#main-menu{ padding: 7px 0px 0px 115px; width: 621px; height: 26px; margin-bottom: 5px;}
    
      body.logged ul#main-menu{ width: 736px; padding: 7px 0px 0px 135px; } html>body.logged ul#main-menu{ padding: 7px 0px 0px 135px; width: 601px; height: 26px; margin-bottom: 5px;} /*szerokość dla zalogowanego UWAGA !!*/

        ul#main-menu li{
          list-style: none;
          display: block;
          float: left;
          margin: 0px 0px 0px 0px;          
          padding: 0px 0px 0px 0px; 
          text-align: center;
          /* border: 1px solid red; */
          
          font-size: 11px;
          font-family: tahoma;
          font-weight: bold;
        } html>body ul#main-menu li{ margin: 0px 0 0 0px; }      
       

       ul#main-menu    {display: inline; }
       ul#main-menu a{  display: block;}

       /* przyciski - kolejno od lewej */
       ul#main-menu li  a { color: #FFFFFF; }
       ul#main-menu li  a:hover { color: #F6FF00; }
       
       /* | */
       ul#main-menu li  a strong { color: #FFFFFF; margin: 0px 15px 0px 15px; }
       

      /* Dodatkow menu */
      
      ul#dodatkowe-menu{
      position: relative;
        padding: 0px;
        margin: 4px 21px 0px 5px;
        float: right;
        /* border: 1px solid green; */
        
      } html>body ul#dodatkowe-menu{ margin: 1px 21px 0px 5px; }

        ul#dodatkowe-menu li{
          list-style: none;
          display: block;
          float: left;
          margin: 0px 0px 0px 10px;          
          padding: 0px 0px 0px 0px; 
          text-align: center;
          /* border: 1px solid silver; */
          
          font-size: 11px;
          font-family: tahoma;
          font-weight: bold;
        } html>body ul#dodatkowe-menu li{ margin: 0px 0 0 10px; }      
       

       ul#dodatkowe-menu    {display: inline; }
       ul#dodatkowe-menu a{  display: block;}

       /* przyciski - kolejno od lewej */
       ul#dodatkowe-menu li  a { color: gray; }
       ul#dodatkowe-menu li  a:hover { color: #00397A; }
       
       /* | */
       ul#dodatkowe-menu li  a strong { color: #FFFFFF; margin: 0px 15px 0px 15px; }
       



      
      
      ul#client-status{
        padding: 1px 5px 1px 0;
        margin: 5px 0 0 15px;
        float: left;
        color: #555;
      } html>body ul#client-status{ margin: 0px 0 0 25px; }
    
        ul#client-status li{
          list-style: none;
          background-color: yellow;
          padding-left: 13px;
          background: url(arrow_blue.png) 0 5px no-repeat;
          float: left;
          margin-right: 7px;
        }
      
        ul#client-status li strong{ color: #DE9834 } 

      
/* /top */

/************* boxy *************/

/* ustawienia wspólne dla boksów */

  .box ul{
    margin: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0;
  }
  .box li{
    list-style: none;
  }
  .box li a{
    padding-left: 9px;
    background: url(arrow_orange.png) 0 -12px no-repeat;
  }
  #right-bar .box li a{
    background: url(rarrow_orange.png) 0 -12px no-repeat;
  }
  .box li a:hover{ background-position: 0 0; }

  .box input.text{ width: 168px; }
  html>body .box input.text{ width: 158px; }

  .box .buttons{
    margin-top: 4px;
    text-align: center;    
  }


/* left box */

  #left-bar hr{ display:none;}
  
  #left-bar .box{
    background: #FBFBFB url(left-box/left-bg.png) top left no-repeat;        
    margin-bottom: 5px;
    margin-left:10px;
    width:196px;
    border: none;
    
  } html>body #left-bar .box{ border: none; }
  
  /* stare - gdy jest mniejsza nazwa dla boxu - lewego lub prawego
    #left-bar .box h2{
      margin: 0 2px 1px 19px;
      font-size: 13px;
      color: #fff;
      height: 24px;
      padding-top: 22px;
      overflow: hidden;
      background-position: 12px 6px;
      background-repeat: no-repeat;
    } html>body #left-bar .box h2{ height:0; }
  */
    #left-bar .box h2{
      margin: 5px 2px 1px 3px;
      font-size: 13px;
      color: #fff;
      height: 33px;
      padding-top: 31px;
      overflow: hidden;
      background-position: 2px 1px;
      background-repeat: no-repeat;
    } html>body #left-bar .box h2{ height:3px; margin: 0px 2px 1px 3px; padding-top: 27px; background-position: 2px 6px; }
  

    #left-bar .box p, #left-bar .box ul{
      margin: 0;
      
    }
  
    #left-bar .box div.text /* wew. boxa - lewego odstępy*/
    {
      padding: 25px 13px 45px 13px;
      background: url(left-box/left-footer.png) left bottom no-repeat;
    }
  
    /** napisy lewego panelu **/
    #left-bar h2.search{ background-image: url(boxy/box-name-left/box-name-left-szukaj.png); }
    #left-bar h2.cart{ background-image: url(boxy/box-name-left/box-name-left-koszyk.png); }
    #left-bar h2.login{ background-image: url(boxy/box-name-left/box-name-left-login.png); }
    #left-bar h2.categories{ background-image: url(boxy/box-name-left/box-name-left-dzialy.png); }
    #left-bar h2.newly-added{ background-image: url(boxy/box-name-left/box-name-left-nowosci.png); }
    #left-bar h2.profile{ background-image: url(boxy/box-name-left/box-name-left-profil.png); }
    #left-bar h2.promo{ background-image: url(boxy/box-name-left/box-name-left-promocje.png); }
    #left-bar h2.subscribe{ background-image: url(boxy/box-name-left/box-name-left-subskrypcja.png); }

/* /left box */

/* right box */

  #right-bar .box{
    background: url(right-box/right-bg.png) left top no-repeat; /* ten sam plik co w left-box !*/
    margin-bottom: 5px;
    width:196px;
    border: none;
  }

    #right-bar hr{ display: none; }
  
    #right-bar .box h2{
      margin: 5px 2px 1px 3px;
      font-size: 13px;
      color: #fff;
      height: 33px;
      padding-top: 31px;
      overflow: hidden;
      background-position: 2px 1px;
      background-repeat: no-repeat;
    } html>body #right-bar .box h2{ height:3px; margin: 0px 2px 1px 3px; padding-top: 27px; background-position: 2px 6px; }
  
  
    #right-bar div.text
    {
      padding: 25px 13px 45px 13px;
      background: url(right-box/right-footer.png) left bottom no-repeat; /* ten sam plik co w left-box !*/
    }
  
    

    /** napisy prawego panelu **/
    #right-bar h2.search{ background-image: url(boxy/box-name-right/box-name-right-szukaj.png); }
    #right-bar h2.cart{ background-image: url(boxy/box-name-right/box-name-right-koszyk.png); }
    #right-bar h2.login{ background-image: url(boxy/box-name-right/box-name-right-login.png); }
    #right-bar h2.categories{ background-image: url(boxy/box-name-right/box-name-right-dzialy.png); }
    #right-bar h2.newly-added{ background-image: url(boxy/box-name-right/box-name-right-nowosci.png); }
    #right-bar h2.profile{ background-image: url(boxy/box-name-right/box-name-right-profil.png); }
    #right-bar h2.promo{ background-image: url(boxy/box-name-right/box-name-right-promocje.png); }
    #right-bar h2.subscribe{ background-image: url(boxy/box-name-right/box-name-right-subskrypcja.png); }

/* /right box */

/* main box */
  
  div.main-box h2, div.main-box h1{
    margin: 0;
    margin-top: 0px;
    height: 33px;
    padding-top: 43px;
    overflow: hidden;
    background:transparent;
    background-position: 5px 3px;
    background-repeat: no-repeat;
  } html>body .main-box h2, html>body .main-box h1{ height:0; }

  div.main-box h3{ margin-top: 0; font-size: 12px; }
  div.main-box p{ text-align: justify; }
  
  div.main-box div.text{
    margin: 5px;
  }

  

  /** napisy głównego panelu **/
  .main-box h2.shop{ background-image: url(main-box/main-witamy.png); }
  .main-box h2.cart-details{ background-image: url(main-box/main-zaw_koszyka.png); }
  .main-box h2.categories{ background-image: url(main-box/main-zobacz_dzial.png); }
  .main-box h2.search-simple{ background-image: url(main-box/main-szukanie_proste.png); }
  .main-box h2.search-adv{ background-image: url(main-box/main-szukanie_zaawansowane.png); background-position: 0 7px; }
  .main-box h2.profile{ background-image: url(main-box/main-profil.png); }
  .main-box h2.order-conf{ background-image: url(main-box/main-potwierdzenie.png); }
  .main-box h2.order-view{ background-image: url(main-box/main-zam_podglad.png); }
  .main-box h2.login{ background-image: url(main-box/main-zaloguj.png); }
  .main-box h2.register{ background-image: url(main-box/main-zarejestruj.png); }
  .main-box h2.regulations{ background-image: url(main-box/main-regulamin.png); }
  .main-box h2.pass-remind{ background-image: url(main-box/main-przypomnienie.png); }

  .main-box h2.hurt{ background-image: url(main-box/main-hurt.png); }
  .main-box h2.ofirmie{ background-image: url(main-box/main-ofirmie.png); }
  .main-box h2.kontakt{ background-image: url(main-box/main-kontakt.png); }
  .main-box h2.materialy{ background-image: url(main-box/main-materialy.png); }

  div.main-box hr{
    height: 1px;
    border: none;
    background-color: #000;
    color: #000;   
    
  }

  /* widoczny dział */
  .main-box h1.category-name{
    padding: 17px 14px 0 0;
    height: 43px;
    background-image: url(main-box/main-zobacz_dzial.png);
    font-size: 13px;
    text-align: right;
  } html>body .main-box h1.category-name{ height: 30px; }

  /* widoczny product */
  .main-box h1.product-name{
    padding: 33px 14px 0 0;
    height: 53px;
    background-image: url(main-box/main-zobacz_produkt.png);
    font-size: 13px;
    text-align: right;
  } html>body .main-box h1.product-name{ height: 30px; }

  /* okruszki > chleba */
  #breadcrumbs{
    background-color: transparent;
    border-bottom: 1px solid white;
    margin-top: 1px;
    height: 19px;
  }
  #breadcrumbs .bc-arrow{ display: none; }
  #breadcrumbs .cat{
    padding-left: 14px;
    background: url( arrow_blue2.png ) 0 0 no-repeat;
    margin-left: 2px;
    margin-top: 2px;
    float: left;
    display: block;
  }
  #breadcrumbs .root{ background: none; margin-left: 0; color: #a00 }

  .main-box .buttons{
    text-align: center;
    margin-top: 8px;
    
  }


  .list-slice {
    float: left;
    text-align:center; 
    width: 95%;
  }
    .list-slice ul {
      list-style:none;      
      margin: 0px;
      padding: 0px;
      text-align: right;
      display: inline;      
    }
    .list-slice ul li {
      display: inline;
      padding-right: 6px;
      width: 1px;      
    } 
    
    .list-slice ul li a {
      color: #00397A;
      font-weight: bold;
    }  
    .list-slice ul li a:hover {
      color: #00397A;
      font-weight: bold;
      text-decoration: underline;
    }   
    .list-slice ul li.open a {
      color: #FF0000;
      font-weight: bold;
      text-decoration: underline;
    }   


/* /main box*/

/*************** tabelki **********************/

  .main-box table{
    border-collapse: collapse;
    width: 322px;
    
  }

  .main-box th{
    font-weight: bold;
    text-align: center;
    height: 20px;
    background-color: #aaa;
    color: #fff;
    border: 1px solid #eee;
  }
  
  .main-box td{
    border-bottom: 1px solid #ccc;
    padding: 2px 6px;
  }

  /* produkty */
  .main-box table.products hr{ display: none; }
  .main-box table.products tr.total td{
    border: none;
    border-top: 2px solid #aaa;
  }
  .main-box table.products td.ilosc input{
    width: 34px;
  }
  html>body .main-box table.products td.ilosc input{ width: 20px; }

  .main-box table.products td.ilosc, .main-cart th.ilosc{
    white-space: nowrap;
  }
  .main-box table.products .final-price .price{
    background-color: #FFEEBA;
    padding: 0 1px;
  }
  .main-box table.products ul.pola{
    padding: 0;
    margin: 3px 0 5px 0.9pc;
  }
  .main-box table.products ul.pola li{
    list-style: none;
    padding: 0;
  }

  /* rejestracja */
  .register .customer-type td{
    padding: 8px 50px;
    font-weight: bold;
  }
  .osoba .type-firma{
    display: none;
  }
  .firma .type-osoba{
    display: none;
  }

  /* dane klienta - register i profil */
  .user-data .password input{
    width: 100px;
  }
  .user-data .imie input{
    width: 90px;
  }
  .user-data .nazwisko input{
    width: 90px;
  }
  .user-data .dom input{
    width: 30px;
  }
  .user-data .kod input{
    width: 40px;
  }
  .user-data .tel input{
    width: 90px;
  }
  .user-data .nip input{
    width: 90px;
  }

/************* wiadomości *************/

  .error-msg{
    text-align: center;
    color: #c00;
  }
  .notice-msg{
    text-align: center;
    color: #366DA8;
  }
  .success-msg{
    text-align: center;
    color: #007743;
  }
  .hint{ /* wskazówka */
    color: gray;
  }

/*************** główne działy indywidualnie *****************/
  
  /* Produkt */
  .main-product #fields-fot
  {
    float: left;
    margin-right: 10px;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .main-product #fields-add{
    clear: right;
  }

  .main-product #fields-fot img{
    border: 1px solid black;
  }
  
  .main-product div.price{
    border: 1px solid #CAC8AA;
    background-color: #FEFEFE;
    width: 128px;
    float: right;
    text-align: right;
    margin-bottom: 10px;
  }
  .main-product #old-price{
    font-size: 13px;
    color: gray;
  }
  .main-product #price{
    color: #c60;
    font-size: 13px;
    clear: right;
  }
  #fields-add div.opi {
    background: url(right-seperator.png) top right no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
  }
  #fields-add div.opi p {
    margin-top: 3px;
  }
  div.quantity{
    border-top: 1px solid #ccc;
    padding-top: 8px;
    text-align: right;
    clear:both;
  }
  div.add2cart{ text-align: center; }



  /* szukanie */
  .main-search fieldset{
    border: 1px solid #bbb;
    padding: 4px 8px;
    position: relative;
  }
  .main-search legend{ font-weight: bold; }
  .main-search button{
    position: absolute;
    right: 8px;
    top: 19px;
  } html>body .main-search button{ top: 0; right: 2px; }

  /* profil */
  .main-profile h3{
    text-align:center;
    font-size: 13px;
  }

  /* potwierdzanie zamówienia */
  .main-order-conf h3{
    border-left: 6px solid #FFC301;
    padding-left: 6px;
  }
  .main-order-conf .platnosci .notice-msg{
    margin-bottom: 15px;
  }
  .main-order-conf .platnosci ul{
    padding: 0;
    margin: 0;
  }
  .main-order-conf .platnosci li{
    list-style: none;
    margin-left: 30px;
  }
  .main-order-conf .platnosci li p{
    margin-left: 9px;
  }
  .main-order-conf .our-account{
    color: #366DA8;
  }

  /* podgl±d zamówienia */
  .main-order-view h3{ text-align: center; }

  /* kontakt / formularz kontaktowy */
  .main-kontakt h3.contact-us{
    text-align: center;
  }
  .main-kontakt form{
    display:block;
    text-align: center;
  }
  .main-kontakt input.text{
    margin-bottom: 6px;
    vertical-align: middle;
  }
  .main-kontakt div.sender-name label{
    margin-right: 2px;
  }
  .main-kontakt div.message label{
    display: block;
    margin-top: 10px;
  }

  /* O Firmie */
  .main-ofirmie div.text{
    font-size: 1.1em;
  }

  /* Hurt */
  .main-hurt div.text{
    font-size: 1.1em;
  }

/*************** boczne działy indywidualnie *****************/

  /* Szukaj */
  .box-search div.text{
    text-align: center;
  }
  .box-search div.search-in{
    margin-top: 4px;
  }
  .box-search ul.adv-search{
    padding-top: 6px;
  }

  /* Profil */
  .box-profile ul.menu{
    padding: 15px 0 15px 15px;
  }
  .box-profile .login strong{ color: #DE9834 }

  /* Koszyk */
  .box-cart table{
    border-collapse: collapse;
    width: 170px;
  }
  .box-cart td{
    border-bottom: 1px solid #ccc;
    padding: 2px 0;
  }
  .box-cart table.products tr.total td{
    border: none;
    border-top: 2px solid #aaa;
  }
  .box-cart table.products .final-price .price{
    background-color: #EFE6C9;
  }
  .box-cart ul.cart-details{
    margin-top: 8px;
    padding-top: 8px;
    background: url(right-box/right-box-hr.png) top left no-repeat;
  }

  /* dz */
  #box-categories ul.dzialy li{ padding-left: 0; }
  #box-categories div.level0{ margin-top: 5px; font-weight: bold; font-family: tahoma, arial; padding: 4px 0; font-size: 12px;}
  #box-categories div.level1{ margin-top: 3px; font-weight: bold; font-family: tahoma, arial; padding: 4px 0; font-size: 10px; color: #29147D; }
  #box-categories div.level2{ margin-top: 2px; font-weight: normal; font-family: tahoma, arial; padding: 4px 0; font-size: 10px; color: #961717;}
  #box-categories div.level3, #box-categories div.level4,#box-categories div.level5{ margin-top: 2px; font-weight: normal; font-family: tahoma, arial; padding: 4px 0; font-size: 10px; }

  #box-categories ul div.title{ padding-left: 12px; }
  #box-categories ul div.titleHover, #box-categories ul div.title:hover{ color: #cc0000 }
  #box-categories ul ul{ padding-left: 12px; padding-bottom: 4px; }
  
   
  #box-categories ul div.open{ background: url(ogolne/menu-open.png) 0 5px no-repeat;  }
  #box-categories ul div.closed{ background: url(ogolne/menu-close.png) 0 5px no-repeat;}

  
  
  .box-categories ul.dzialy li{
    padding-left: 10px;
  }
  .box-categories div.level0{
    font-weight: bold;
    padding: 4px 0;
    font-size: 12px;
  }

  /* subskrypcja */
  .box-subscribe p{
    padding-bottom: 6px;
  }

/******************* artykuły / ikonki *************************/

  /* dla wszystkich */
  #right-bar div.hr{
    border: none;
    height: 2px;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #FFFFFF;
    margin: 5px 0;
  } html>body #right-bar div.hr{ height: 0; }

  .item .ico a{
    border: 1px solid black;
    display: block;
    width: 120px;
    height: 120px;
    padding: 5px;
    background: white;
    text-align: center;
  } html>body .item .ico a{ width: 108px; height: 108px; }

/* wersja yoyo

  .item .ico a{
    border: 1px solid black;
    display: block;
    width: 115px;
    height: 115px;
    padding: 10px;
    background: white;
    text-align: center;
  } html>body .item .ico a{ width: 93px; height: 93px; }
*/
  .item a img{
    border: none;
    vertical-align: middle;
  }
  .item .cena .promo{ color: #c00; }
  .item .cena del{ color: gray; }

  /* tylko w sajdbarze */
  .box .item .ico{ text-align:center; }
  .box .item .ico a{ margin: 4px auto }
  .box .item .nazwa a{
    padding-left: 10px;
    background: url(arrow_orange.png) 0 -12px no-repeat;
  }
  .box .item .nazwa a:hover{ background-position: 0 0; }
  
  /* tylko w głównym */
  .main-box div.list hr { display: none }
  .main-box div.list .item{
    height: 220px; /* 180 bylo */
    width: 118px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .main-box div.list .item .nazwa {
    height: 40px;
  } html>body .main-box div.list .item .nazwa {max-height: 40px; height: 100%; }
  html>body .main-box div.list { margin-left: 18px; margin-top: 10px; }

/********************** stopka ***********************/

  
  #footer ul{
    margin: 0;
    padding: 18px 0 0 12px;
    list-style: none;
    color: #FFFFFF;
    
  }

  #footer li{
    display: block;
    float: left;
    margin-right: 12px;
    height: 18px;
    padding-top: 2px;
  }

  #footer .kropka{
  background: url(footer/kropka.png) 0 0 no-repeat;
  margin: 0px 2px 10px 2px;
  height: 18px;
  width: 18px;
  }

  #footer strong{
    color: #FFFFFF;
    
  }

  #footer a{
    color: #CAC8AB;
  }

  #footer a:hover{
    text-decoration: underline;
    
  }
  #footer img{
    vertical-align: middle;
    border: none;
  }

  #footer .przerwa{
    width: 100px;
  }

  ul#validators li{
          list-style: none;
          display: inline;
          float: left;
          height: 15px;
          margin-top: -3px;
          margin-right: 1px;
        }       
       
       ul#validators  {display: inline; }
       ul#validators a{  height: 15px;  display: block;}

       /* przyciski - kolejno od lewej */ 
       ul#validators li.val_html  a { background-image:url(footer/w3c_html_razem.png); background-position: 0 0px; width:80px; }
       ul#validators li.val_html  a:hover { background-image:url(footer/w3c_html_razem.png); background-position: 0 -15px; width:80px; }
     
       ul#validators li.val_css  a { background-image:url(footer/w3c_css_razem.png); background-position: 0 0px; width:80px; }
       ul#validators li.val_css  a:hover { background-image:url(footer/w3c_css_razem.png); background-position: 0 -15px; width:80px; }
     
  #stat{
    display: none;
  }
  
/* podstrona z download'em - materialy inaczej */
#dzial-download {
  
}
#dzial-download ul{
  list-style: none;
}
#dzial-download .title{
  height: 20px;
  padding-top: 5px;
  font-size: 13px;
  font-family: Tahoma;
  font-weight: bold;
}
#dzial-download .opis{
  padding: 5px 5px 5px 5px;
  font-family: Tahoma;  
}
#dzial-download .url{
  padding: 5px 5px 5px 5px;
  font-family: Tahoma;  
  text-align: center;
}
#dzial-download .download-box{
  border: 1px solid silver;
  background-color: #FFFBE2;
  margin: 5px 0 0 0;
  padding: 5px;
}  

/* Tabela z cenami */
#TabelaCen {
  width: 525px;
}

/*div.item{ float: left; border: 1px solid red; width: 190px; margin: 4px; text-align: center; height: 200px; }*/