/* common */
* { font-family: verdana; }

  html{
    background: transparent top center repeat;
    /* background: url(bg-bg.gif) top center repeat; */
    height: 100%;
  }

  body{
    height: 100%;
    background: #000000 url(bg.jpg) top center repeat-y;
    text-align: center;
    padding: 0px 0px;
    margin: 0px;
    }
  
  /* font */
  body, td, th{
    color: white;
    font: 11px tahoma, verdana, arial, helvetica, sans-serif;
  }
  
  a{
    color: #c0c0c0;
    text-decoration: none;
  }
  a:hover{ color: #ffffff; }
  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: 900px;
    margin: 0 auto;
    text-align: left;
    background: #000000; /* gdy tło pod boxami jest białe ta linia jest zbędna! */
  }
    
    #header{
      height: 392px; /* to jest wielkość header.jpg + top-menu-bar */
    }
    
    /* jeśli nie ma żadnego sidebara */    
    #wrapper{
      margin-bottom: 2px;
    }
  
    /* msz new - obramowanie (cien) strony */
    #cien{
    /* background: #fff url('ogolne/1px_tlo_cien.png') 0 0; */ /* wersja gdy grafika w tle */
    background: #000000; 
    width: 900px;  /* old 777px */    
    margin-top: 0px; /* mus być bo jest przerwa pomiędzy menu a trescia */
    } 
  
    #ramka-zew{
    background-color: transparent;
    /* wersja grafika: background: url('ogolne/1px_tlo_cien.png') 0 0; */
    width: 902px;  /* old 777px */    
    margin: 0 auto;         
    padding: 0px;    
    } 
      #ramka-zew-start{      
      height: 0px;      
      width: 100%;
      font-size: 0px;
      /* background: url('ramka-zew-start-bg.jpg') 0 0 no-repeat; */                
      background-color: #FFFFFF;
      }   
      #ramka-zew-zawartosc{            
      width: 100%;         
      margin: 0px;
      padding:0px;   
      /* background: url('ramka-zew-zawartosc-bg.jpg') 0 0 repeat;    */
      background-color: #FFFFFF;
      }   
      #ramka-zew-end{            
      width: 100%;  
      font-size: 0px;
      height: 0px;      
      /* background: url('ramka-zew-end-bg.jpg') 0 0; */
      background-color: #FFFFFF;
      }   
  
    #content{
      border: 0px solid #68b834;
      border-top: 0px;
      background-color: transparent;
      background-position: top left;
      width: 900px;
      margin-bottom: 2px;      
    } html>body #content{ width: 898px; } /* ie border bug */
    
    /* jeśli jest prawy sidebar */
    #container.right-bar #wrapper{
      float: left;
    }
  
    #container.right-bar #wrapper #content{
      width: 551px;
      background: url('main-box/bg-main-box-name.png') 0 0 no-repeat;
    } html>body #container.right-bar #wrapper #content{ /* ie border bug */
          width: 549px;
      }
    
    #container #right-bar{
      width: 205px;
      float: right;
      padding: 0;
      margin-bottom: 18px;
    }
      
    /* jeśli jest lewy sidebar */
    #wrapper.left-bar #content{
      width: 577px;
      float: right;
    } html>body #wrapper.left-bar #content{ /* ie border bug */
          width: 575px;
      }
    
    #wrapper #left-bar{
      width: 206px;
      float: left;
    }
    
    /* jeśli są oba */
    #container.right-bar #wrapper.left-bar{
      width: 693px;
    }
    
    #container.right-bar #wrapper.left-bar #content{
      width: 485px;   
    } html>body #container.right-bar #wrapper.left-bar #content{ /* ie border bug */
        width: 487px;
      }
  
    /* koniec */
      
    #footer{
      clear: both;
      height: 52px;
      background: url(footer/footer.png) no-repeat;
      margin-top: 5px;
      text-align: center;
    }
  
    #footer-platnosci{
      clear: both;
      height: 58px;
      width: 900px;
      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: #FFFFFF;
    margin-bottom: 0px;
    position: relative;
  }

    #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 */
    #top-bar{
      background-color: #000000;
      padding: 0;
      height: 48px;
    }
  
    /*
    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; }
    */
  
  /* Menu top*/
    #menu-top-h {
      width: 902px;
      height: 40px;      
    }
      ul#menu-top {
        padding: 0px;
        margin: 0px;
      }    
        ul#menu-top li{
          list-style: none;
          display: block;
          float: left;
          height: 40px;
        }      

        ul#menu-top   {display: inline; }
        ul#menu-top a {height: 40px;  display: block;}
      
        ul#menu-top li.mtstart        { background-image:url(top/menu-top_start.jpg); background-position: 0 0px; width:575px; }
        ul#menu-top li.mtwspolpraca   { background-image:url(top/menu-top_wspolpraca.jpg); background-position: 0 0px; width:64px; }
        ul#menu-top li.mthome         { background-image:url(top/menu-top_home.jpg); background-position: 0 0px; width:40px; }
        ul#menu-top li.mtemail        { background-image:url(top/menu-top_e-mail.jpg); background-position: 0 0px; width:47px; }
        ul#menu-top li.mtkontakt      { background-image:url(top/menu-top_kontakt.jpg); background-position: 0 0px; width:46px; }
        ul#menu-top li.mtend          { background-image:url(top/menu-top_end.jpg); background-position: 0 0px; width:128px; }
     
      ul#main-menu{
        padding: 0px 0px 0px 0px;
        margin:0;
        float: left;
        width: 902px; /* old 581; szeroko¶ć dla niezalogowanego (*szer przyc.+29) */
      }
      body.logged ul#main-menu{ width: 900px; } /* old 581; szerokość dla zalogowanego*/
      
        ul#main-menu li{
          list-style: none;
          display: block;
          float: left;
          height: 48px; /*odstęp reszty od przycisków*/
        }
      
       ul#main-menu   {display: inline; }
       ul#main-menu a {height: 48px;  display: block;}

       /* przyciski - kolejno od lewej */    
       ul#main-menu li.start  { background-image:url(top/menu-start.jpg); background-position: 0 0px; width:206px; }
     
       ul#main-menu li.start2  a { background-image:url(top/menu-start2.jpg); background-position: 0 0px; width:87px; }
       ul#main-menu li.start2  a:hover { background-image:url(top/menu-start2.jpg); background-position: 0 0px; width:87px; }     
          
       ul#main-menu li.onas  a { background-image:url(top/menu-o-nas.jpg); background-position: 0 0px; width:56px; }
       ul#main-menu li.onas  a:hover { background-image:url(top/menu-o-nas.jpg); background-position: 0 0px; width:56px; }
          
       ul#main-menu li.regulations  a { background-image:url(top/menu-regulamin.jpg); background-position: 0 0px; width:88px; }
       ul#main-menu li.regulations  a:hover { background-image:url(top/menu-regulamin.jpg); background-position: 0 0px; width:88px; }

       ul#main-menu li.koszyk  a { background-image:url(top/menu-koszyk.jpg); background-position: 0 0px; width:66px; }
       ul#main-menu li.koszyk  a:hover { background-image:url(top/menu-koszyk.jpg); background-position: 0 0px; width:66px; }     

       ul#main-menu li.logowanie  a { background-image:url(top/menu-logowanie.jpg); background-position: 0 0px; width:89px; }
       ul#main-menu li.logowanie  a:hover { background-image:url(top/menu-logowanie.jpg); background-position: 0 0px; width:89px; }
     
       ul#main-menu li.rejestracja  a { background-image:url(top/menu-rejestracja.jpg); background-position: 0 0px; width:103px; }
       ul#main-menu li.rejestracja  a:hover { background-image:url(top/menu-rejestracja.jpg); background-position: 0 0px; width:103px; }
     
       ul#main-menu li.end  { background-image:url(top/menu-end.jpg); background-position: 0 0px; width:205px; }  
     
       /** jeszcze brak **/
       /*
       ul#main-menu li.wyloguj  a { background-image:url(top/menu-wyloguj.jpg); background-position: 0 0px; width:78px; }
       ul#main-menu li.wyloguj  a:hover { background-image:url(top/menu-wyloguj.jpg); background-position: 0 0px; width:78px; }
     
       ul#main-menu li.profil  a { background-image:url(top/menu-profil.jpg); background-position: 0 0px; width:134px; }
       ul#main-menu li.profil  a:hover { background-image:url(top/menu-profil.jpg); background-position: 0 0px; width:134px; }
      */

      ul#client-status{
        padding: 1px 5px 1px 0;
        margin: 8px 0 0 32px;
        float: left;
        color: #000000;
        width: 300px;
      } html>body ul#client-status{ margin: 8px 0 0 63px; }
    
        ul#client-status li{
          list-style: none;
          background-color: green;
          padding-left: 13px;
          background: 0 5px no-repeat;
          float: left;
          margin-right: 7px;
        }
      
        /* nazwa klienta */
        ul#client-status li strong{ color: #green } 
      
        /* linki */
        ul#client-status li a { color: #000000 } 

    /* top bar */
    #top-bar-separator{
      width: 900px;
      height: 10px;
      background-color: #000000;
      padding: 0;
      background: #000000 url(separator.jpg) 0 0 no-repeat;
    }
/* /top */

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

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

  .left-bar ul, .right-bar ul{
    margin: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0;
  }
  .left-bar li, .right-bar li{
    list-style: none;
  }
  .left-bar li a {  
    padding-left: 12px;
    background: url(arrow_orange_white.png) 0px -12px no-repeat;  
  }  

  .left-bar li a:hover,.right-bar li a:hover{ background-position: 0 0; }

  

  .left-bar .buttons,.right-bar .buttons{
    margin-top: 4px;
    text-align: center;    
  }

/* left box */

  #left-bar hr{ display:none }
  
  #left-bar h2{
    margin: 0px 10px 1px 5px;
    padding-top: 9px;
    font-size: 11px;
    font-family: tahoma;
    color: #ffffff;
    height: 30px;      
    overflow: hidden;
    background-position: right top;
    background-repeat: no-repeat;      
    text-align: right;    
  } 
    
  #left-bar  p, #left-bar ul{
    margin: 0;
  }
  
  /* --- Domyślne (poprzez .box} */ 
  #left-bar .box{ 
    background: url(left-box/bg-left-box-zawartosc.png) top left repeat-y;    
  } 
  
    #left-bar .box .box-name{
      background: url(left-box/bg-left-box-name.png) top left no-repeat;
    } html>body #left-bar .box-name {  }
      
      
  
      #left-bar .box div.text
      {
        padding: 5px 10px 60px 10px;  
        background: url(left-box/bg-left-box-footer.png) left bottom no-repeat;
      }  
    
    
  /* --- Kategorie  */ 
  #left-bar .box-kategorie{   
    background: #000000 url(left-box/bg-left-box-content_kategorie.png) top left repeat-y;    
  } 
  
    #left-bar .box-kategorie .box-name{
      background: #ffffff url(left-box/bg-left-box-name_kategorie.png) top left no-repeat;    
      height: 59px;
    } html>body #left-bar .box-name {  }
      
      #left-bar .box-kategorie div.text
      {
        padding: 5px 10px 60px 10px;  
        /* background: url(left-box/bg-left-box-footer_kategorie.png) left bottom no-repeat; */
      }
    
    
  /* --- Szukaj  */ 
  #left-bar .box-szukaj{  
    background: transparent url(left-box/bg-left-box-content_szukaj.png) 0 58px no-repeat;
    color: #ffffff;
  } 
  
    #left-bar .box-szukaj .box-name{
      background: url(left-box/bg-left-box-name_szukaj.png) top left no-repeat;
      height: 58px;
    } html>body #left-bar .box-name {  }
      
      #left-bar .box-szukaj div.text
      {
        padding: 5px 10px 60px 10px;  
        background: url(left-box/bg-left-box-footer_szukaj.png) left bottom no-repeat;
      }

    
  /* --- Subskrypcja  */ 
  #left-bar .box-subskrypcja{   
    background: #000000 url(left-box/bg-left-box-content_subskrypcja.png) top left repeat-y;    
  } 
  
    #left-bar .box-subskrypcja .box-name{
      background: #ffffff url(left-box/bg-left-box-name_subskrypcja.png) top left no-repeat;    
      height: 59px;
    } html>body #left-bar .box-name {  }
      
      #left-bar .box-subskrypcja div.text
      {
        padding: 5px 10px 60px 10px;  
        /* background: url(left-box/bg-left-box-footer_kategorie.png) left bottom no-repeat; */
      }
    
/* /left box */


/* right box */

  #right-bar hr{ display:none }
  
  #right-bar .box{
    background: url(right-box/bg-right-box-zawartosc.jpg) top right repeat-y;
    /* background: url(right-box/bg-right-box-name.png) top right no-repeat; */
    padding-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #EEE; /* ie padding bug */
  } html>body #right-bar .box{ border: none; }
  
    #right-bar .box .box-name{
      background: url(right-box/bg-right-box-name.jpg) top right no-repeat;
    } html>body #right-bar .box-name {  }
  
    #right-bar .box .box-name h2{
      margin: 0px 0px 1px 25px;
      padding-top: 7px;
      font-size: 11px;
      font-family: tahoma;
      color: #ffffff;
      height: 37px;      
      overflow: hidden;
      background-position: right top;
      background-repeat: no-repeat;      
      text-align: left;
    } html>body #right-bar .box h2{ height:0; }

    #right-bar .box p, #right-bar .box ul{
      margin: 0;
    }
  
    #right-bar .box div.text
    {
      padding: 5px 10px 60px 10px;  
      background: url(right-box/bg-right-box-footer.jpg) right bottom no-repeat;
    }
  
    #right-bar .box div.text-menu
    {
      padding: 5px 0px 10px 0px;
      background: url(right-box/bg-right-box-footer.jpg) right bottom no-repeat;
    }
  
    /** napisy lewego panelu **/
    /*
    #right-bar h2.search{ background-image: url(right-box/right-szukaj.png); }
    #right-bar h2.cart{ background-image: url(right-box/right-koszyk.png); }
    #right-bar h2.login{ background-image: url(right-box/right-zaloguj.png); }
    #right-bar h2.search{ background-image: url(right-box/right-szukaj.png); }
    #right-bar h2.categories{ background-image: url(right-box/right-dzialy.png); }
    #right-bar h2.newly-added{ background-image: url(right-box/right-nowosci.png); }
    #right-bar h2.profile{ background-image: url(right-box/right-profil.png); }
    #right-bar h2.promo{ background-image: url(right-box/right-promocje.png); }
    #right-bar h2.subscribe{ background-image: url(right-box/right-subskrypcja.png); }
    */
    
  /* --- Koszyk  */ 
  #right-bar .box-koszyk{  
    background: transparent url(right-box/bg-right-box-content_koszyk.png) 0 58px no-repeat;
    color: #ffffff;
  } 
  
    #right-bar .box-koszyk .box-name{
      background: url(right-box/bg-right-box-name_koszyk.png) top left no-repeat;
      height: 58px;
      overflow: hidden;
    } html>body #left-bar .box-name {  }
      
      #right-bar .box-koszyk div.text
      {
        padding: 5px 30px 60px 15px;  
        background: url(right-box/bg-right-box-footer_koszyk.png) left bottom no-repeat;
      }
    
  /* --- Nowosci  */ 
  #right-bar .box-nowosci {  
    background: transparent url(right-box/bg-right-box-content_nowosci.png) 0 58px no-repeat;
    color: #ffffff;
  } 
  
    #right-bar .box-nowosci .box-name{
      background: url(right-box/bg-right-box-name_nowosci.png) top left repeat-y;
      height: 75px;
      overflow: hidden;      
    } html>body #left-bar .box-name {  }
      
      #right-bar .box-nowosci div.text
      {
        padding: 5px 10px 10px 10px;  
        background: url(right-box/bg-right-box-footer_nowosci.png) left bottom no-repeat;
      }
    
  /* --- Promocje  */ 
  #right-bar .box-promocje{  
    background: transparent url(right-box/bg-right-box-content_promocje.png) 0 58px repeat-y;
    color: #ffffff;
  } 
  
    #right-bar .box-promocje .box-name{
      background: url(right-box/bg-right-box-name_promocje.png) top left no-repeat;
      height: 86px;      
      overflow: hidden;
    } html>body #left-bar .box-name {  }
      
      #right-bar .box-promocje div.text
      {
        padding: 0px 10px 60px 10px;  
        background: url(right-box/bg-right-box-footer_promocje.png) left bottom no-repeat;
      }

  #right-bar div.list .item{
    margin-left: 30px;
  }    
    
/* /right box */


/* main box */  
  div.main-box h2, div.main-box h1{
    margin: 0;
    height: 81px;
    padding-top: 81px;
    overflow: hidden;
    background-position: 20px 10px;
    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{
    padding: 15px;
    width: 485px;
    font-size: 12px;
    line-height: 1.5;
    float: left;    
    background: url(main-box/bg-main-box-content.png) left bottom repeat-y;
  }  html>body div.main-box div.text{ width: 455px; }

  .main-box h2.main-box-name {
    color: #E3E3E3;
    height: 60px;
    font-size: 16px;
    text-align: center;
    margin: 40px 0px 10px 0px; 
    padding: 0px;
  }

  .main-box .main-box-footer {
    height: 105px;
    float: left;
    background: url(main-box/bg-main-box-footer.png) left bottom no-repeat;
  }

  /** 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.nowosci{ background-image: url(main-box/main-nowosci.png); }
  .main-box h2.promocje{ background-image: url(main-box/main-promocje.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); }
  */
  div.main-box hr{
    height: 1px;
    border: none;
    background-color: #000;
    color: #000;
  }

  /* widoczny dział */
  .main-box h1.category-name{
    padding: 15px 5px 5px 5px;
    margin: 10px 0px 0px 0px;
    height: 70px;
    background: transparent;
    font-size: 17px;
    text-align: center;
    color: #E3E3E3;
  } html>body .main-box h1.category-name{ height: 50px; }

  /* widoczny product */
  .main-box h1.product-name{
    width: 100%;
    padding: 15px 5px 5px 5px;
    margin: 20px 0px 0px 0px;
    height: 55px;
    background: transparent;
    font-size: 17px;
    text-align: center;
    float: left;
    color: #E3E3E3;
  } html>body .main-box h1.product-name{ height: 39px; }

  /* okruszki > chleba */
  #breadcrumbs{
     background: url(http://sklep.rocksfera.pl/tpl_rocksfera/css/main-box/bg-main-box-content.png) 0 0 no-repeat; 
    margin: 0px 0px 0px 0px;
    height: 50px; 
    width:100% !important;overflow:hidden;
    border:0px solid red;
padding-left:40px
  }
  #breadcrumbs .bc-arrow{ display: none; }
  #breadcrumbs .cat{
    padding-left: 14px;
    background: url( arrow_blue_okruszki.png ) 0 0 no-repeat;
    margin-left: 2px;
    margin-top: 20px;
    float: left;
    display: block;
  }
  #breadcrumbs .root{ background: none; margin-left: 0; }

  .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: #00397A;
    color: #ffffff;
    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: #FFB3B3;
  }
  .notice-msg{
    text-align: center;
    color: #90B3D9;
  }
  .success-msg{
    text-align: center;
    color: #36FF00;
  }
  .hint{ /* wskazówka */
    color: #c0c0c0;
  }

/*************** główne działy indywidualnie *****************/
  
  /* Produkt */
  .main-product #fields-fot
  {
    float: left;
    margin-right: 10px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #000000;
    width: 420px;
    text-align: center;
    background-color: #ffffff;
  } html>body .main-product #fields-fot {width: 440px;}
  .main-product #fields-fot a
  {
    color: #000000;
  }
  .main-product #fields-add{
    clear: right;
  }

  .main-product #fields-fot img{
    border: 0px solid #C0C0C0;
    /* old: border: 1px solid black; */
  }
  
  .main-product div.price{
    border-bottom: 0px solid #c0c0c0;
    background-color: transparent; /* #F0FAFB */
    width: 142px;
    float: right;
    text-align: right;
    margin-bottom: 5px;
  }
  .main-product #old-price{
    font-size: 13px;
    font-family: tahoma;
    color: gray;
  }
  .main-product #price{
    color: #c60;
    font-size: 13px;
    clear: right;
  }
  .main-product .jednostka-miary {
    color: #c0c0c0;
    font-size: 13px;
    text-align: right;
  }
  #fields-add div.opi {
    margin-top: 20px;
    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-inp{    
    text-align: left;
  }
  .box-search div.search-in{
    margin-top: 4px;
    text-align: left;
  }
    .box-search div.search-in select{
      font-size: 11px;
    }
  .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: #00397A;
    color: #ffffff;
  }
  .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: 25px; 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; }
  */
   
  /* ogólnie linki w menu */
  .box-categories ul.dzialy li, .box-categories ul.dzialy li a, .box-categories ul.dzialy li a:hover {
    font-size: 11px;
    font-family: tahoma,verdana;
    font-weight:normal;
  }
    .box-categories ul.dzialy li a {
      color: #ffffff;  
      /* text-decoration: underline; */       
    }
    .box-categories ul.dzialy li a:hover {
      color: #ffffff;
      text-decoration: underline;
    }
  
  #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: 0px; 
    
  }
        /* bez linków (tylko tła) */
    .box-categories div.level0 {      
      width: 180px;              
      margin-left: 0px;       
      color: #ffffff;
      font-size: 13px;
      background: transparent /*url(left-box/bg-menu-item-a.png)*/ 0 0px no-repeat;
    } 
  
      .box-categories div.level0 { padding: 6px 0px 0px 5px; font-weight: bold;      
      }
    
    /* bez linków (tylko tła) */
     .box-categories div.level1, .box-categories div.level2, .box-categories div.level3, .box-categories div.level4, .box-categories div.level5, .box-categories div.level6, .box-categories div.level7, .box-categories div.level8{
      width: 170px; overflow-right:hidden;             
      margin-left: 0px;       
      color: #ffffff;      
      font-size: 12px; 
       padding-top:10px;padding-bottom:20px;
          
    } html>body .box-categories div.level1, .box-categories div.level2, .box-categories div.level3, .box-categories div.level4, .box-categories div.level5, .box-categories div.level6, .box-categories div.level7, .box-categories div.level8  { height: 19px; }
      .box-categories div.level1{ padding: 6px 0px 0px 10px; font-weight: normal; } 
      .box-categories div.level2{ padding: 6px 0px 0px 15px; font-weight: normal; }
      .box-categories div.level3{ padding: 6px 0px 0px 25px; font-weight: normal; }
      .box-categories div.level4{ padding: 6px 0px 0px 35px; font-weight: normal; }
      .box-categories div.level5{ padding: 6px 0px 0px 45px; font-weight: normal; }
      .box-categories div.level6,.box-categories div.level7,.box-categories div.level8 { padding: 6px 0px 0px 55px; font-weight: normal; }
      }



  .box-categories div.level0 a, .box-categories div.level0 a:hover {    
    padding: 6px 0px 0px 25px;
    font-weight: normal;
    font-size: 10px; 
    margin-left: 0px;         
    width: 180px;
  }
    .box-categories div.level0 a {
      background: transparent /* url(left-box/bg-menu-item-a.png) */ 0 0px no-repeat;
      
    }
    .box-categories div.level0 a:hover {
      background: transparent /*  url(left-box/bg-menu-item-a-hover.png) */ 0 0px no-repeat;
    }



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

  /* wiecej - dla nowosci i promocji - msz 200511041440 */
  .wiecej{
    text-align: center;
    font-size: 11px; font-weight: bold; font-family: tahoma; 
  }
  
  .wiecej a       {color: #ffffff; }
  .wiecej a:hover {color: #ffffff; text-decoration: underline; }

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

  .item a img{
    border: none;
    vertical-align: middle;
  }
  .item .cena { font-size: 10px; }
  .item .cena .promo{ color: #c00; }
  .item .cena del{ color: gray; }

  .item .szczegoly a       { font-size: 10px; color: #c0c0c0; }
  .item .szczegoly a:hover { font-size: 10px; color: #ffffff; }

  /* 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 {
    font-size: 10px;
    color: #EBEBEB;
  }
  /* tylko w głównym */
  .main-box div.list hr { display: none; }
  .main-box div.list .item{
    height: 270px;
    width: 118px;
    margin-left: 20px;
    float: left;
  }
  html>body .main-box div.list { margin-left: 18px }
/********************** stopka ***********************/

  #footer ul{
    margin: 0;
    padding:  25px 0px 0px 0px;
    list-style: none;
    color: #fff;
    text-align: left;
  }

  #footer ul li {
    float: left;
    margin-left: 10px;
  }

  #footer ul li.copy {
    float: right;
    margin-right: 10px;
  }

  #footer a{
    color: white;
  }
  #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;
  }


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


 
 