/* common */
  
  html{

    height: 100%;
  }

  body{
    height: 100%;
    background: url(bg.png) #CA5303 top center repeat-x;
    text-align: center;
    padding: 21px 0;
    margin: 0;
    } html>body {background: url(bg.png) #D05F05 top center repeat-x;}
  
  /* 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: 783px; /* old 777 */
    margin: 0 auto;
    text-align: left;
  }
    
    #header{
      height: 237px; /* 203 header, old 274 */
    }
  
    /* jeśli nie ma żadnego sidebara */    
    #wrapper{
      margin-left: 7px;
      margin-top: 2px;
      margin-bottom: 18px;      
    } html>body #wrapper {
      margin-left: 7px;
      }
  
    /* msz new - obramowanie (cien) strony */
    #cien{
    background-color: #FFFFFF;
    /* wersja grafika: background: url('ogolne/1px_tlo_cien.png') 0 0; */
    width: 783px;  /* old 777px */
    overflow: hidden;
    margin-top: 0px; /* mus być bo jest przerwa pomiędzy menu a trescia */
    } 
  
    #content{
      /* border: 1px solid #9F9F9F; */
      border-top: 0px;
      background-color: #FFFFFF;
      background-position: top left;
      background-repeat: no-repeat;
      /* background-image: url(main-box/main-box-large.jpg); */
      width: 783px; /* 777 */
      margin-bottom: 18px;
    } html>body #content{ width: 783px; } /* ie border bug old 775*/
    
    /* jeśli jest prawy sidebar */
    #container.right-bar #wrapper{
      float: left;      
    }
  
    #container.right-bar #wrapper #content{
      width: 541px;
      background-image: url(main-box/main-box-mid.png);
    } html>body #container.right-bar #wrapper #content{ /* ie border bug */
          width: 541px;
      }
    
    #container #right-bar{
      width: 195px;/*old 199 */
      float: right;
      padding: 0;
      margin-bottom: 18px;
      margin-right: 18px;
    }
      
    /* jeśli jest lewy sidebar */
    #wrapper.left-bar #content{
      
      width: 541px;
      float: right;
      backtround-color: #FFFFFF;
      margin-right: 12px;
      margin-top: 2px;
    } html>body #wrapper.left-bar #content{ /* ie border bug */          
          width: 541px;
          margin-top: 6px;
          margin-right: 18px;
      }
    
    #wrapper #left-bar{
      width: 195px; /*old 199 */
      float: left;
    }
    
    /* jeśli są oba */
    #container.right-bar #wrapper.left-bar{
      width: 545px;
    } html>body #container.right-bar #wrapper.left-bar {
        width: 543px;
      }
    
    #container.right-bar #wrapper.left-bar #content{
      width: 343px;
      background-image: url(main-box/main-box-small.png);
    } html>body #container.right-bar #wrapper.left-bar #content { /* ie border bug */
        width: 341px;
      }
  
    /* koniec */
      
    #footer{
      clear: both;
      height: 34px;
      background: url(footer/footer.jpg) no-repeat;
      margin-top: 1px;
    }
  
    #footer-platnosci{
      clear: both;
      height: 58px;
      width: 783px;
      background: url(footer/wyciete-banki.jpg) no-repeat;         
      /* background: url(footer/wyciete-banki-alpha50.jpg) no-repeat; */
      /* background: url(footer/wyciete-banki-alpha20.jpg) no-repeat; */
      margin-top: 21px;
    }
  
/* /szkielet */

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

/* top */

  #header{
    /* background-color: #2353A5; */
    margin-bottom: 0px;    
    position: relative;
  } html>body #header {
      margin-bottom: 23px;    
    }

    #header h2{ display: none; } 
       

    /* top bar - czyli obrazek pod wszsytkimi przyciskami menu - belka*/
    #top-bar{
      background: transparent url(top/top-bar-menu.jpg) 0px 11px repeat-y;
      padding: 0;
      height: 57px; /** 23 + 34 (gdzie: 23 to wysokosc paska wykończającego, a 34 to wysokosc belki z przyciskami */
      width: 783px;
    }
  
      ul#main-menu{
        padding: 0px 0px 1px 0;
        margin: 0;
        float: left;
        width: 809px; /*szeroko?ć dla niezalogowanego left było 576 */
      }
      body.logged ul#main-menu{ width: 809px; } /*szeroko?ć dla zalogowanego UWAGA !!*/
      
       
       
        ul#main-menu li {
          list-style: none;
          display: block;
          float: left;
          height: 34px;
        }       
       
       ul#main-menu   {display: inline; }
       ul#main-menu a {height: 34px;  display: block;}

       /* przyciski - kolejno od lewej */
       ul#main-menu li.start { background-image:url(top/menu_btn_start.jpg); background-position: 0 0px; width:293px; height: 34px; }

       ul#main-menu li.ofirmie  a { background-image:url(top/menu_btn_ofirmie.jpg); background-position: 0 0px; width:69px; }
       ul#main-menu li.ofirmie  a:hover { background-image:url(top/menu_btn_ofirmie.jpg); background-position: 0 -34px; width:69px; }
     
       ul#main-menu li.certyfikaty  a { background-image:url(top/menu_btn_certyfikaty.jpg); background-position: 0 0px; width:93px; }
       ul#main-menu li.certyfikaty  a:hover { background-image:url(top/menu_btn_certyfikaty.jpg); background-position: 0 -34px; width:93px; }
     /*
       ul#main-menu li.nowosci  a { background-image:url(top/menu_btn_nowosci.jpg); background-position: 0 0px; width:74px; }
       ul#main-menu li.nowosci  a:hover { background-image:url(top/menu_btn_nowosci.jpg); background-position: 0 -34px; width:74px; }
     */
       ul#main-menu li.oferta   a { background-image:url(top/menu_btn_oferta.jpg); background-position: 0 0px; width:59px; }
       ul#main-menu li.oferta   a:hover { background-image:url(top/menu_btn_oferta.jpg); background-position: 0 -34px; width:59px; }
       
       ul#main-menu li.aktualnosci  a { background-image:url(top/menu_btn_aktualnosci.jpg); background-position: 0 0px; width:99px; }
       ul#main-menu li.aktualnosci  a:hover { background-image:url(top/menu_btn_aktualnosci.jpg); background-position: 0 -34px; width:99px; }
     
       ul#main-menu li.dostawcy  a { background-image:url(top/menu_btn_dostawcy.jpg); background-position: 0 0px; width:79px; }
       ul#main-menu li.dostawcy  a:hover { background-image:url(top/menu_btn_dostawcy.jpg); background-position: 0 -34px; width:79px; }
     
       ul#main-menu li.kontakt  a { background-image:url(top/menu_btn_kontakt.jpg); background-position: 0 0px; width:91px; }
       ul#main-menu li.kontakt  a:hover { background-image:url(top/menu_btn_kontakt.jpg); background-position: 0 -34px; width:91px; }

       /* ul#main-menu li.end  { background-image:url(top/menu_btn_end.jpg); background-position: 0 0px; width:21px; height: 34px; } */



      ul#main-menu-re{
        padding: 0px 0px 1px 0;
        margin: 0px 0px 0px 19px;    
        float: left;
        width: 790px; /*szeroko?ć dla niezalogowanego left było 576 */
      }
      body.logged ul#main-menu-re{ width: 790px; } /*szeroko?ć dla zalogowanego UWAGA !!*/
      
       
        ul#main-menu-re li {
          list-style: none;
          display: block;
          float: left;
          height: 39px;
        }       
       
       ul#main-menu-re   {display: inline; }
       ul#main-menu-re a {height: 39px;  display: block;}

       /* przyciski - kolejno od lewej */
       ul#main-menu-re li.start { background-image:url(top/menu-re_btn_start.png); background-position: 0 0px; width:634px; height: 43px; }

       ul#main-menu-re li.urlfirmy  a { background-image:url(top/menu-re_btn_urlfirmy.png); background-position: 0 0px; width:143px; height: 43px;}


      /* info o zalogowaniu
      ul#client-status{
        padding: -1px 5px 1px 0;
        margin: 8px 0 0 32px;
        float: left;
        color: #555;
      } html>body ul#client-status{ margin: 8px 0 0 12px; }
    
        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;
        }
      
        // nazwa klienta 
        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: #FFFFFF url(left-box/left-bg.png) top left no-repeat;
    padding-top: 1px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEE; /* ie padding bug */
  } html>body #left-bar .box{ border: none; }
  
    #left-bar .box h2{
      margin: 0 2px 1px 8px;
      font-size: 13px;
      color: #fff;
      height: 30px;
      padding-top: 30px;
      overflow: hidden;
      background-position: 1px 2px ;
      background-repeat: no-repeat;
    } html>body #left-bar .box h2{ height:0; margin: 0 2px 1px 8px; font-size: 13px; background-position: 1px 2px ; }

    #left-bar .box p, #left-bar .box ul{
      margin: 0;
    }
  
    #left-bar .box div.text
    {
      padding: 15px 7px 15px 13px; /* old padding: 10px 7px 15px 10px; */
      background: url(left-box/left-footer.png) left bottom no-repeat;
    }
  
    /** napisy lewego panelu **/
    #left-bar h2.search{ background-image: url(left-box/left-szukaj.png); }
    #left-bar h2.cart{ background-image: url(left-box/left-koszyk.png); }
    #left-bar h2.login{ background-image: url(left-box/left-zaloguj.png); }
    #left-bar h2.search{ background-image: url(left-box/left-szukaj.png); }
    #left-bar h2.categories{ background-image: url(left-box/left-dzialy.png); }
    #left-bar h2.newly-added{ background-image: url(left-box/left-nowosci.png); }
    #left-bar h2.profile{ background-image: url(left-box/left-profil.png); }
    #left-bar h2.promo{ background-image: url(left-box/left-promocje.png); }
    #left-bar h2.subscribe{ background-image: url(left-box/left-subskrypcja.png); }

/* /left box */

/* right box */

  #right-bar .box{
    background: url(left-box/left-bg.png) left top no-repeat;
    margin-bottom: 10px;
    border-bottom: none !important;
    border-bottom: 1px solid #EEE; /* ie padding bug */
  }

    #right-bar hr{ display: none; }
  
  
    
    #right-bar .box h2{
      margin: 0 2px 1px 8px;
      font-size: 13px;
      color: #fff;
      height: 32px;
      padding-top: 30px;
      overflow: hidden;
      background-position: 1px 12px ;
      background-repeat: no-repeat;
    } html>body #right-bar .box h2{  height:0; margin: 0 2px 1px 8px; font-size: 13px; background-position: 1px 12px ; padding-top: 25px;}
    
    #right-bar div.text
    {
      /*margin: 10px;*/
      padding: 15px 7px 15px 13px; /* old padding: 10px 7px 15px 10px; */
      background: url(left-box/left-footer.png) left bottom no-repeat;
    }

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

  
/* /right box */

/* main box */
  
  div.main-box {
    /* border: 1px solid red; */
  }

  div.main-box h2, div.main-box h1{
  
    border-bottom: 5px solid #DCDCDC;
    padding: 10px 10px 3px 10px;
    height: 30px;    
    font-size: 14px;
    text-align: right;
    font-family: arial, vardana, tahoma,;
    color: #0C6BA3;   
    font-weight: bold;
    text-transform: uppercase;
  } html>body .main-box h2, html>body .main-box h1{ padding: 3px 0 0 0; margin:0px; height: 20px; }

  div.main-box h3{ margin-top: 0; font-size: 12px; }
  div.main-box p{ text-align: justify; }
  
  div.main-box div.text{
    margin: 15px;   
  }  
  
  /** 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.cennik{ background-image: url(main-box/main-cennik.png); }
  .main-box h2.download{ background-image: url(main-box/main-download.png); }
  .main-box h2.referencje{ background-image: url(main-box/main-referencje.png); }

*/

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

  /* widoczny dział */
  .main-box h1.category-name{
    border: 0px;
    padding: 5px 14px 0 0;
    height: 30px;  
    font-size: 16px;
    text-align: center;
    font-family: 'Times New Roman',arial;
    text-transform: none;
    color: #C00000;  
  } html>body .main-box h1.category-name{ height: 40px; padding: 15px 14px 0 0; }

  /* widoczny dział + nazwa działu */
  .main-box .site-name {    
    border-bottom: 5px solid #DCDCDC;
    padding: 10px 10px 3px 10px;
    height: 30px;    
    font-size: 14px;
    text-align: right;
    font-family: arial, vardana, tahoma,;
    color: #0C6BA3;   
    font-weight: bold;
    text-transform: uppercase;
  } html>body .main-box .site-name { padding: 3px 0 0 0; margin:0px; height: 20px;}

  /* widoczny product */
  .main-box h1.product-name{
    border: 0px;
    padding: 5px 14px 0 0;
    height: 30px;
    font-size: 16px;
    text-align: center;
    font-family: 'Times New Roman',arial;
    text-transform: none;
    color: #C00000;   
  } html>body .main-box h1.product-name{ height: 40px; padding: 15px 14px 0 0; }

  /* widoczny product + nazwa działu */
  .main-box .site-name {    
    border-bottom: 5px solid #DCDCDC;
    padding: 10px 10px 3px 10px;
    height: 30px;    
    font-size: 14px;
    text-align: right;
    font-family: arial, vardana, tahoma,;
    color: #0C6BA3;   
    font-weight: bold;
    text-transform: uppercase;
  } html>body .main-box .site-name { padding: 3px 0 0 0; margin:0px; height: 20px;}

  /* okruszki > chleba */
  #breadcrumbs{
    background-color: #FBFBFB;
    border-top: 1px solid white;
    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;
    font-family: arial;
  }
  #breadcrumbs .root{ background: none; margin-left: 0; color: #a00 }

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

/* /main box*/

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

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

  .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;
  }

  div.pole-c-ico { /* piktogramy */
    margin: 10px 0px 10px 0px;
    float: left;
    /* width: 170px; */
  }
  div.pole-c-ico strong {
    display: none;    
  }
  div.pole-c-ico .inp{
    float: left;    
  }



  /* 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;
    /* height: 350px; */
  }
  .main-product #fields-add{
    clear: right;
  }

  .main-product #fields-fot img{
    border: 1px solid #EEEDED;
  }
  
  .main-product div.price{
    border: 3px solid #F6F6F6;
    background-color: #FAFAFA;
    width: 120px;
    float: right;
    text-align: right;    
  }
  
  .main-product #old-price{
    font-size: 13px;
    color: gray;
  }
  .main-product #price{
    color: #c60;
    font-size: 13px;
    clear: right;
  }

  .main-product .jednostka-miary {
    color: green;
    font-size: 13px;
    text-align: right;
  }

  #fields-add div.opi {
    background: top right no-repeat;
    margin-top: 10px;
    padding-top: 8px;
    font-family: arial;
    font-size: 11px;
    text-align: left;
  }
  #fields-add div.opi p {
    margin-top: 3px;
  }
  #fields-add div.opi strong {
    font-family: arial;
    font-size: 11px;
    color: #820101;
  }
  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{ height: 20px; padding-left: 0; } html>body #box-categories ul.dzialy li { height: 100%; 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; color: #ffffff;}
  #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; color: silver;}
  #box-categories ul div.titleHover, #box-categories ul div.title:hover{ color: #FFFFFF; font-weight: bold; }
  #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 a       {font-size: 10px; color: #d7ecff; font-style: italic;}
  #box-categories a:hover {font-size: 10px; color: #c2d5e6; font-style: italic;}


  /* działy */
  .box-categories ul.dzialy li{
    padding-left: 5px; /* old 10 */
    
  }
  .box-categories div.level0{
    font-weight: bold;
    padding: 4px 0; /* old 4px 0 */
    font-size: 12px; /* old 12 */    
  }


  .box-categories div.level0 a { /* new od 2006-05-06 */    
    padding-top: 0px;
    font-weight: bold;
    font-size: 10px; /* old 12 */
    margin-left: 10px; /* old 10 */
  }

  .box-categories div.level1{ /* new od 2006-05-06 */
    padding-top: 3px;
    font-weight: bold;
    color: #6D2828;
    font-size: 10px; /* old 12 */
  }

  .box-categories div.level1 a { /* new od 2006-05-06 */    
    padding-top: 0px;
    font-weight: normal;
    font-size: 11px; /* old 12 */
  }

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

  /* wiecej - dla nowosci i promocji - msz 200511041440 */
  .wiecej{
    text-align: center;
    font-size: 10px; font-weight: bold; font-family: verdana; 
  }
  
  .wiecej a       {color: red; }
  .wiecej a:hover {color: #00397A; }

/******************* 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 #0C6BA3;
    display: block;
    width: 115px;
    height: 115px;
    padding: 10px;
    background: white;
    text-align: center;
  } html>body .item .ico a{ width: 110px; height: 110px; }

  .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; }
  .item .nazwa strong{ color: #0C6BA3; }

    
  
  /* tylko w głównym */
  .main-box div.list hr { display: none }
  .main-box div.list .item{
    height: 210px;
    width: 118px;
    float: left;
    margin-left: 20px;
  }
  html>body .main-box div.list { margin-left: 10px; }

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

  #footer ul{
    margin: 0;
    padding: 5px 0 0 15px;
    list-style: none;
    color: #fff;
    
  }

  #footer li{
    display: block;
    float: left;
    margin-right: 12px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

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

  #stat{
    display: none;
  }
  
/********************** tabelka-cen ***********************/

  .tabela-cen {
    float: left;
    width: 100px;
  }   html>body .tabela-cen { width: 100%; }

  .tabela-cen table {
    width: 100%;
  }

  .tabela-cen table tr.naglowek td{
    font-weight: bold;
  }

  .tabela-cen table tr td.promocja{
    color: green;
    border: none;
  }

/********************** inne ***********************/

/* podstrona z cennikiem */
#cennik-zak
{
  text-align: center;
}

#cennik-zak ul
{
  list-style: none;
}

#cennik-zak ul li img{
  border: none;
}

/* podstrona z galeriš */
#galeria-zak
{
  text-align: center;
}

#galeria-zak ul
{
  list-style: none;
}

#galeria-zak ul li
{
  list-style: none;
  display: inline;
}


#galeria-zak ul li img{
  border: 1px solid grey;
}


/* podstrona z download'em */
#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;
}





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