/* Ogólne style dla całej strony, */
BODY, H1, H2, H3, H4, H5, P, UL, OL, DL, DIV, TABLE, TD, TH, CENTER, BLOCKQUOTE, A, FORM, INPUT, TEXTAREA, SELECT, OPTION {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  color: #313131;
}

/*
Wymieniam wszystkie znaczniki, choć wystarczyłoby zastosowanie body, jednak
nie wszystkie przegladarki rozumieja dziedziczenie kaskadowych arkuszy stylów
*/
BODY, P, UL, OL, DL, DIV, TABLE, TD, TH, FORM, INPUT, TEXTAREA, SELECT, OPTION  {
    font-size: 9pt;
}

BODY { margin: 0px; }

H1, H2, H3, H4 {
    font-weight: normal;
    color: #999933;
}

H1 { font-size: 11pt; }

H2 { font-size: 10pt; }

H3 { font-size: 8pt; }

H4 { font-size: 7pt; }

H5 {
    margin: 20px 0px 15px 0px;
    padding: 0px 0px 2px 10px;
    border-left: solid 4px #72A90A;
    font-weight: bold;
    font-size: 8pt;
}

H6 {
    margin: 20px 0px 15px 0px;
    padding: 0px 0px 2px 10px;
    border-left: solid 4px #0F5588;
    font-weight: bold;
    font-size: 8pt;
}

P, UL, OL, DL, BLOCKQUOTE {
    line-height: 1.2;
    text-align: justify;
}

/******************************************************************************/
/*      Ogólne
/******************************************************************************/

TABLE {
    empty-cells: show;
}

IMG { border: 0px; text-align: middle; }

PRE {
    margin: 10px 5px 10px 5px;
    color: #000000;
}

/******************************************************************************/
/*      Listy i wypunktowania
/******************************************************************************/
OL, UL { margin-left: 0px; padding-left: 24px; }

UL { list-style-type: square; }

LI { line-height: 1.2; }

LI + LI, P + LI { padding-top: 5px; }

DL { padding-left: 8px; }

DT {
    margin: 8px 0px 4px 0px;
    padding: 0px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

DD {
    margin: 0px 0px 0px 16px;
    padding: 0px;
    line-height: 1.2;
    text-align: justify;
}

/******************************************************************************/
/*      LINKI
/******************************************************************************/
A {text-decoration: none; color: #333333;}
A:hover {text-decoration: none;color: #aaaaaa;}

A IMG { border: 0px; }


A.red, A.red:link, A.red:active, A.red:visited {text-decoration: none; color: red;}
A.red:hover {text-decoration: underline;}


A.text, A.text:link, A.text:active, A.text:visited {
    text-decoration: underline;
    color: text;
    font-weight: bold;
}
A.text:hover {
  text-decoration: none;
  color: #aaaaaa;
  
}

/******************************************************************************/
/*      Nagłówek i główna tabelka zawierajaca stronę
/******************************************************************************/
BODY {
  background-color: #102C50;
}
DIV.main {
    text-align: center;
    background-color: white;
    width: 1060;
    margin: auto;
    padding-bottom: 4px;
    /* #296394 */
}

DIV.page {
    width: 986;
    margin: auto;
    text-align: left;
    background-color: white;
    
}
/******************************************************************************/

DIV.header {
    padding-top: 2px;
    background: white;
    border-bottom: solid 1px #6A6A6A;
    width: 986;
    overflow: hidden;
}

DIV.header DIV.bar {
    margin-top: 0px;
    height: 22px;
    background: url(../images/header/bar.gif) top left repeat-x;
    overflow: hidden;
    border-bottom: solid 1px #CECECE;
}

DIV.ml { /* menu-logo skrót od pierwszych liter */
    position: relative;
    padding-bottom:  15px;
    background: url(../images/header/bar.gif) 10px 10px no-repeat;
}

DIV.ml DIV.menu {
    position: absolute;
    margin: 0px;
    height: 56px;
    background: white url(../images/menu/menu_bg.gif) 0px 0px repeat-x;
    top: 0px;
    right: -1px;
}

DIV.ml DIV.menu DIV.left {
    position: absolute;
    overflow: hidden;
    width: 15px;
    height: 56px;
    top: 0px;
    left: 0px;
    background: url(../images/menu/menu_left.gif) 0px 0px no-repeat;
}

DIV.ml DIV.menu DIV.right{
    position: absolute;
    overflow: hidden;
    height: 56px;
    width: 7px;
    top: 0px;
    right: 0px;
    background: url(../images/menu/menu_right.gif) 0px 0px no-repeat;
}

DIV.ml DIV.menu DIV.TIRELine{
    position: absolute;
    overflow: hidden;
    width: 97px;
    height: 27px;
    top: 26px; right: 1px;
    background: white url(../images/menu/menu_tireline.gif) 0px 0px no-repeat;
}

DIV.ml DIV.menu DIV.yellow {
    position:absolute; top: 0px; right: 10px; height: 20px;
}

DIV.ml DIV.menu DIV.yellow A {
    color: #F5FF10;
    font-size: 8pt;
    margin-left: 3px;
    text-decoration: underline
}

DIV.ml DIV.menu DIV.yellow A:hover {
    text-decoration: none;
}

DIV.ml DIV.menu DIV.items {
    width: 680px;
    padding-top: 15px;
    margin-left: 15px;
}


DIV.ml DIV.logo {
    padding: 10px 0px 10px 10px;
}


/******************************************************************************/

DIV.body {
    padding-top: 10px;
}

DIV.body_left {
    float: left;
    margin: 0px;
    width: 180px;
}

DIV.body_left DIV.producenci{
    text-align:center;
}
DIV.body_left DIV.producenci IMG {
    margin-top: 2px;
    margin-bottom: 2px;
}

DIV.body_center {
    vertical-align: top;
    /*width: 530px;*/
    margin: 0px 185px 20px 185px;
    background: white;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
    border-left: solid 1px #E8E8E8;
    border-right: solid 1px #E8E8E8;
}

DIV.promo_wyprz00{
    margin-right: 4px;
}

DIV.body_content {
    margin: 0px;
    
}

DIV.body_right {
    float: right;
    margin: 0px;
    width: 175px;
}

DIV.box_bar{
    width: 170px;
    height: 26px;
    color: white;
    background: white url(../images/box/box_bar.gif) 0px 0px no-repeat;
}

DIV.box_bar DIV.label {
    color: white;
    font-weight: bold;
    padding-top: 3px;
    margin-left: 10px;
}

DIV.box_bar A {
    color: white;
    font-weight: bold;
}

DIV.box_body{
    width: 170px;
    background: white url(../images/box/box_bg.jpg) 0px 0px repeat-y;
}

DIV.box_body DIV.inside{
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 1px;
}


DIV.box_end {
    width: 170px;
    height: 25px;
    clear: both;
    background: white url(../images/box/box_end.jpg) 0px 0px no-repeat;
    margin-bottom: 10px;
}


/******************************************************************************/

DIV.contents_box{
}

DIV.contents_box DIV.bar{
    text-align: left;
    position: relative;
    color: white;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    background: url(../images/box/contents_box_bar_bg.jpg) 0px 0px repeat-x;
    border-left: solid 1px #296394;
    border-right: solid 1px #296394;
}


DIV.contents_box DIV.bar DIV.left{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/box/contents_box_bar_left.jpg) 0px 0px no-repeat;
    width: 8px;
    height: 24px;
}

DIV.contents_box DIV.bar DIV.right{
    position: absolute;
    top: 0px;
    right: 2px;
    background:  url(../images/box/contents_box_bar_right.jpg) 0px 0px repeat-x;
    width: 88px;
    height: 24px;
    
}

DIV.contents_box DIV.body {
    border-left: solid 1px #296394;
    border-right: solid 1px #296394;
    padding: 2px 5px 2px 5px;
    margin: 0px;
    text-align: left;
    
}


DIV.contents_box DIV.bottom {
    display: block;
    position: relative;
    background: white url(../images/box/contents_box_bottom_bg.jpg) 0px 0px repeat-x;
    margin-bottom: 10px;
    height: 25px;
    width: 100%;
}

DIV.contents_box DIV.bottom DIV.left{
    position: absolute;
    top: 0px;
    left: 0px;
    background: white url(../images/box/contents_box_bottom_left.jpg) 0px 0px no-repeat;
    overflow: hidden;
    height: 25px;
    width: 8px;
    
}

DIV.contents_box DIV.bottom DIV.right{
    position: absolute;
    top: 0px;
    right: 0px;
    background: white url(../images/box/contents_box_bottom_right.jpg) 0px 0px no-repeat;
    overflow: hidden;
    height: 25px;
    width: 94px;
}



/******************************************************************************/
/*      Stopka
/******************************************************************************/
DIV.search_bar{
    position: relative;
    background-color: #CCCCCC;
    border-bottom: solid 1px #6A6A6A;
    border-top: solid 1px #6A6A6A;
    margin-top: -10px;
    height: 45px;
    padding-left: 0px;
    
}

DIV.search_bar DIV.search{
    display: block;
    height: 45px;
    overflow: hidden;
}

DIV.search_item{
  color: black;
  text-align: center;
  width: auto;
  float: left;
  margin: 3px 0px 3px 15px;
}

DIV.search_bar DIV.filtry{
    position: absolute;
    width: 480px;
    top: -25px;
    right: 0px;
}


/******************************************************************************/
/*      Stopka
/******************************************************************************/

DIV.footer {
    position: relative;
    padding: 2px;
    border-top: solid 1px #CACACA;
    border-bottom: solid 1px #CACACA;
    background: white;
    color: #7F7F7F;
    clear: both;
    font-size:7pt;
    margin-bottom: 10px;
}

DIV.footer *{
    color: #7F7F7F;
    font-size:7pt;
}


DIV.footer B{
  font-size: 7pt;
  color: black;
  /*font-weight: 300;*/
}

A.footer {
    text-decoration: none;
    color:red;
}

A.footer:hover {
    text-decoration: underline;
}

DIV.footer P{
  font-size: 7pt;
  color: #7F7F7F;
  margin-top: 4px
}

DIV.footer DIV.payments {
    text-align: center;
    vertical-align: middle;
    background: white;
    color: balck;
}
DIV.footer DIV.payments IMG{
    vertical-align: middle;
    display: inline;
}

DIV.footer DIV.linki {
    text-align: center;
    margin: 0px;
}

DIV.footer DIV.copy, DIV.footer DIV.copy A {
  color: #DDDDDD;
  text-align: center;
}


DIV.footer A, DIV.footer A:link, DIV.footer A:hover, DIV.footer A:active, DIV.footer A:visited {
    color: #777777;
    text-decoration: underline;
}

DIV.footer A:hover{
    text-decoration: none;
}

DIV.footer DIV.bottom{
    position: relative;
    height: 1px;
}

DIV.footer DIV.bottom DIV.TIRELine{
    position: absolute;
    overflow: hidden;
    display: block;
    width: 97px; height: 23px;
    right: -3px;
    top: -13px;
    background: url(../images/footer/tireline.jpg) 0px 0px no-repeat;
}


/******************************************************************************/
/* Tabelka do wyświetlania artykułów
/******************************************************************************/
TABLE.browser {
    border: 1px solid #a0a0a0;
}

TR.browserhead {
  background: transparent url(../images/bars/browser_head_bg.gif) repeat-x;
  color : white;
}

TR.browserhead TH, TR.browserhead TD, TD.browserhead, TH.browserhead {
    background: transparent url(../images/bars/browser_head_bg.gif) repeat-x;
    color : black;
    padding: 4px 4px 4px 10px;
    height: 32px;
    border-top: solid 1px #efefef;
}

.wiersz1{
  background-color: #ffffff;
}

.wiersz2{
  background-color: #f4f4f4;
}

.highlight{
  background-color: #dddddd;
  cursor: default;
}


TR.browserodd {
    background-color: #f4f4f4;
}

TR.browserodd:hover {
    /*background-color: #f0eef6;*/
    background-color: #E6EDF0;
    /*#FFF6DF;*/
}

TR.browsereven {
    background-color: #ffffff;
}

TR.browsereven:hover {
    background-color: #E6EDF0;
}

TR.browserodd TD, TR.browsereven TD {
    padding: 4px;
    border-top: 1px solid #e0e0e0;
}

TR.browserhead + TR.browserodd TD {
    border-top: 0px;
}

TD.browserno {
    font-size: 6pt;
    text-align: right;
}

/*    Koniec tabelki do wyświetlania artykułów
/******************************************************************************/

/******************************************************************************/
/* Tabelka grid, do wyswietlania róznych danych
/******************************************************************************/
TABLE.grid {
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
}

TABLE.grid TR.wiersz1 {
    background-color: #ffffff;
}

TABLE.grid TR.wiersz2 {
    background-color: #F2F2F2;
}


TABLE.grid TH {
    background-color: #ECE9D8;
    color: #464646;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    padding: 2px;
    font-weight: bold;
}

TABLE.grid TD {
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    color: #464646;
    padding: 2px;
}

TABLE.grid TR.highlight {
    background-color: #EaEaEa;
}


/******************************************************************************/
/* nagłówki, raczej do zmiany tak zeby używac browserhed
/******************************************************************************/

TH.basket, TD.basket {
  border: 1px solid #0F5588;
  color: white;
  background:#1766A8;
  font-size:90%;
  padding: 0.2em 0.5em;
  text-align:center;
  font-weight: bold;
  text-decoration: none;
}

TD.basket + TD.basket{
  border-right: none;
}

TH.basket + TH.basket{
  border-right: none;
}

TH.basket a, TH.basket a:link, TH.basket a:active, TH.basket a:hover {
  font-size: 8pt;
  text-decoration: underline;
  display: inline;
  color: white;
}

TH.basket a:hover { text-decoration: none; }
/* Jest typ sortowania w jakis sposob ma byc wyswietlkany */
.asc, .desc{
  float: right;
  display: block;
  margin: 2px 8px 2px 4px;
  width: 9px;
  height:6px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: top left;
}
.asc { background-image: url(../images/icons/asc.gif);  }
.desc{ background-image: url(../images/icons/desc.gif); }


/******************************************************************************/
/* Tabelka do wyświetlania promocji w sklepie
/******************************************************************************/
DIV.promo {
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 4px;
}


DIV.promo .towar_nazwa {
  background: white url(../images/bars/promo_bar.jpg) 0px 0px repeat-x;
  overflow: hidden;
  padding: 5px 4px 0px 4px;
  height: 32px;
  margin-bottom: 10px;

}

DIV.promo .towar_nazwa *{
    vertical-align: middle;
}

DIV.promo .towar_nazwa A{
  font-size: 7pt;
  /*color: #D31126;*/
  color: #FF6600;
  font-weight: bold;
}


DIV.promo .cena_katalogowa{
  margin-top: 10px;
  padding-left: 4px;
  color: #5E88AA;
  font-size: 8pt;
  margin-bottom: 5px;
}
DIV.promo .cena_katalogowa B{
      font-size: 10pt;
      text-decoration: line-through;
}

DIV.promo .cena_promocyjna{
  padding-left: 4px;
  color: #FF6600;
  /*color: #D51636;*/
  font-size: 8pt;
  padding-bottom: 5px;
}
DIV.promo .cena_promocyjna B{
      font-size: 10pt;
      color: #FFFFFF;
      background-color: #FF6600;
      border: 1px solid #FF6600;
      padding: 1px 3px 1px 3px;
}

.twoja_cena {
      font-size: 10pt;
      color: #FF6600;
      font-weight: bold;
      /*
      background-color: #FF6600;
      border: 1px solid #FF6600;
      padding: 1px 3px 1px 3px;
      */
}

.rabat2 {
      font-size: 10pt;
      font-weight: bold;
      color: #FFFFFF;
      background-color: #FF6600;
      border: 1px solid #FF6600;
      padding: 1px 3px 1px 3px;
      margin-top: 10px;




}






/******************************************************************************/

DIV.tree{
  padding: 1px;

}

DIV.tree A IMG{
  border: none;
  display: block;
}

DIV.tree A.link{
  color: black;
  display: block;
  border-bottom: dashed 1px #DEDEDE;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/******************************************************************************/
/* legenda do opisu towarów */
TABLE.legend TD{
  padding: 2px 8px 4px 2px;
  font-size: 8pt;
  word-spacing: 5;
}


/******************************************************************************/
/* Jakaś tabelka wykorzystywana w różnych miejscach
/******************************************************************************/
TABLE.nv {
    margin: 10px 0px 10px 0px;
}

TR.nvhead TH {
    padding: 15px 5px 5px 0px;
    border-bottom: 3px solid #357493;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
}

TR.nvsubhead TH {
    padding: 0px 5px 5px 0px;
    border-bottom: 2px solid #357493;
    text-align: left;
}
TR.nvoverhead TH{
    padding: 0px 5px 5px 0px;
    border-top: 2px solid #357493;
    text-align: left;
}
TR.tinynvsubhead TH {
    padding: 0px 5px 5px 0px;
    border-bottom: 1px solid #357493;
    text-align: left;
}

TR.nvplain TD {
    padding: 3px 5px 3px 0px;
    border-bottom: 1px solid #357493;
}

TR.nvover TD {
    padding: 3px;
    border-bottom: 1px solid #357493;
    border-top: 1px solid #357493;
}

TR.nvover TH {
    padding: 3px 5px 3px 0px;
    border-bottom: 1px solid #357493;
    border-top: 1px solid #357493;
}


/******************************************************************************/
/* przycisk, domyslny wyglad buttonów na stronie
/******************************************************************************/
.plainbutton {
  padding: 3px 8px 3px 8px;
  background: #284B99 url(../images/buttons/button.gif) no-repeat 0px 0px;
  border-left: 1px solid #BAE3F5;
  border-top: 1px solid #BAE3F5;
  border-right: 1px groove #00468E;
  border-bottom: 1px groove #00468E;
  vertical-align: middle;
  text-align:center;
  color : white;
  cursor: pointer;
  font-size: 8pt;
}


.plainbutton:hover{
  color: red;
}


/******************************************************************************/
TABLE.dbnav{
    font-size: 10pt;
    color : 0066cb;
}

TABLE.packed, TD.packed , TH.packed{
  background-color: #ebebeb;
  border : 2px solid navy;
}

TABLE.lightpacked , TR.lightpacked{
    padding: 3px 5px 3px 0px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}


TD.plhi, TH.plhi{
  background-color : #dfdfdf;
}

TD.inside {
    font-size: 8pt;
    color:black;
}

/******************************************************************************/
/*    SCROLL, SUGGEST, to podpowiedzi które sie wyświetlaja na stronie
/******************************************************************************/
.content{
  position: absolute;
  top:0; left:0;
  width:1px; height:1px;
  z-index:100;
  visibility: hidden;
/*
  background-color: #fefefe;
  filter: alpha(opacity=70);
  opacity: .75;*/
}

.message{
  font-weight: bold;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px
}
.scroll{
  position: absolute;
  display: block;
  margin: 0;
  visibility: hidden;
  background-color: white;
  width: 300px;
  height: 180px;
  border-collapse: collapse;
  border: solid 1px #000000;
  overflow: auto;
  filter: alpha(opacity=70);
  opacity: .75;
}
.scroll div{
  margin: 0 auto;
  text-align:left
}
.suggest table{
  width: 280px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;
  text-align:left;
  margin: 0px
}

.highlightrow{
  background-color: #999999;
  cursor: pointer
}

/******************************************************************************/



/******************************************************************************/
/* Tabelka  do zamowienia                                                     */
/******************************************************************************/
TABLE.zamOdbDostTab {
  margin-top:15px;
  border: none;
}

TABLE.zamOdbDostTab TD{
  padding: 2px 2px 2px 4px;
}

TABLE.zamOdbDostTab TH{
  padding: 2px 2px 2px 4px;
  height: 22;
  font-weight:bold;
  text-align: center;
}

TABLE.zamOdbDostTab TD.odstep{
  height: 30px;
  border-top: solid white 1px;
  border-bottom: solid #595A65 1px;
}


/* Obsługa błędów do zamówienia w zasadzie wszedzie tak samo pewnie,
   ale moze ktos zechce inaczej, lepiej aby była mozliwośc ustawienia */
DIV.zamowienie_errors{
  color: red;
  text-align: left;
}

DIV.zamowienie_errors h2{
  color: red;
  text-align: left;
}

DIV.zamowienie_errors li{
  color: red;
  text-align: left;
  background: no-repeat;
}


/******************************************************************************/
/* navigacja ściezka                                                                 */
.nawigacja {}

.nawigacja .tree_path {}

/******************************************************************************/
/* PANEl UŻYTKOWNIKA        */
/******************************************************************************/
.user_menu_left{
  height:100%;
}

DIV.user_menu_item, DIV.user_menu_item1 {
  color: black;
  display: block;
  border-bottom: dashed 1px #DEDEDE;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
}
/* aktywna zakładka w menu uzytkownika */
DIV.user_menu_item1 {
   color: #FF6600;
}

.user_resize_td{
  background-color: #F4F4F4;
  cursor:e-resize;
  width: 2px;
}


/******************************************************************************/
/*      Strona wyświetlająca informację o towarze                             */
/******************************************************************************/
/* naglówek z nazwą towaru */
H2.title{
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    font-size : 12pt;
    font-weight : bold;
    text-align : left;
    padding-left : 10px;
    background: #1766A8;
    border-top: 1px solid #0F5588;
    border-bottom: 1px solid #0F5588;
}

/* input do wyświetlenia ilosci zamówionych towarów */
INPUT.number {
  height: 22px;
  vertical-align: middle;
}

TABLE.towar_info {
    border-top: solid 1px #E0E0E0;
    border-right:solid 1px #E0E0E0;
}

TABLE.towar_info .srodek{
  text-align: center;
}

TABLE.towar_info .brutto{
  color: #2A5EC7;
  font-weight:bold;
}

TABLE.towar_info UL { margin:0; padding:0; list-style:none; }
TABLE.towar_info UL li { background: no-repeat; text-align:left; }
TABLE.towar_info UL li a { text-decoration:none; font-size: 8pt; color:#7D7D7D; padding-left:12px; background:url(../images/icons/pimp.gif) no-repeat -6px -5px; }
TABLE.towar_info UL li a:hover { text-decoration:none; color:#595A65;}


TABLE.towar_info TR.browserodd {
    border: none 0px;
}

TABLE.towar_info TR.browserodd TD, TABLE.towar_info TR.browsereven TD {
    border: none;
    padding: 0px;
}

TABLE.towar_info  TR.browserodd TD.tabcell, TABLE.towar_info  TR.browsereven TD.tabcell{
    padding: 6px 4px 6px 4px;
    border-bottom: solid 1px #E0E0E0;
    border-left:solid 1px #E0E0E0;
}

TABLE.towar_info  .cena2_netto{
    text-decoration: line-through;
}

TABLE.towar_info  .cena2_brutto{
   text-decoration: line-through;
}

TABLE.towar_info  .cena_promo_netto{
    color: #FF6600;
}

TABLE.towar_info  .cena_promo_brutto{
    color: #FF6600;

}


.towar_image{
    padding: 10px;
    text-align: center;
    border: solid 1px #E0E0E0;
    margin-left: 10px;
}

.towar_image IMG{
    margin: 0px; padding: 0px; border: none; vertical-align: middle;
}


/*pasek gdzie są wyświetlane małe obrazki */
DIV.towar_img_mini{
  padding: 8px 8px 8px 8px;
  display: block;
  overflow: show;
  background: #FFFFFF;
  border-top: solid 1px #CECECE;
  border-bottom: solid 1px #E0E0E0;
  
  /*border: solid 1px #595A65;; */
  margin: 10px 0px 0px 0px;
}

DIV.towar_img_mini IMG{
  border: solid 1px #eaeaea;
  background: white;
  margin-right: 8px;
  vertical-align: middle;
  padding: 5px;
}

p.nowarranty{
  margin-top: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: solid 1px #E0E0E0;
  font-size: 7.5pt;
  color: #7D7D7D;
  text-indent: 0.5cm;
  clear: both;
}

.ok_msg{
  display: block;
  width:100%;
  border: solid 1px green;
  padding: 10px;
}

.err_msg{
  display: block;
  width:100%;
  border: solid 1px green;
  padding: 10px;
}


/*
Do zwijania i rozwijania
*/
.zwin_rozwin_bar{
  padding: 2px 2px 2px 2px;
  border-bottom: dashed 1px #CECECE;
}


.zwin_rozwin_bar IMG{ cursor:pointer; }
.zwin_rozwin_top{  padding: 4px 0px; }
.zwin_rozwin_el{  display: none;   }

#towar_preview_div{
  display: block;
  width: 95%;
  overflow: auto;
  margin: 0px;
  padding: 0px;
  border: none;
}
.archiwalny0{ }


.archiwalny1 .cena, .archiwalny1 .nazwa  {
    text-decoration: line-through;
}

.archiwalny1 .do_koszyka {
    display: none;
}


/*
jak ma wygladac zaznaczona kategoria w poszczegolnych drzewkach
0,1,2,... sa to kolejne drzewka wystepujace na stronie
*/
.t0i_selected, .t1i_selected, .t2i_selected, .t3i_selected {
  font-weight:bold;
  
}
TABLE.tree_tab TD{ border: none; padding:0px; }

A.help{
  cursor:pointer;
  width: 18px;
  height: 18px;
  background: url(../images/icons/pomoc.gif) no-repeat ;
  vertical-align: middle; float: right;
  display: block;
}

a.user_menu{}

a.user_menu_active {
  color: #D52D00;
}



/******************************************************************************/
.btn{
  display: block;
  height: 20px;
  width: 100px;
  overflow: hidden;
  cursor: pointer;
  float: left;
  margin: 5px 3px 3px 3px;
  position: relative;
}

.btnbg{
  margin: 0px 5px 0px 5px;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 5px;
  background: url(../images/buttons/button_bg.gif) repeat-x;
  text-align: center;
  font-weight:normal;
  font-size: 8pt;
  color: white;
}


.btnl{
    position: absolute;
    top: 0px; left: 0px;
    padding: 0px; margin: 0px;
    width: 5px;
    height: 20px;
    background: url(../images/buttons/button_left.gif) no-repeat 0px 0px;
    overflow: hidden;
}

.btnr{
    position: absolute;
    top: 0px; right: 0px;
    padding: 0px;
    margin: 0px;
    width: 5px; height: 20px;
    overflow: hidden;
    background: url(../images/buttons/button_right.gif) no-repeat;
}

/******************************************************************************/
.error{
  color: red;
}

.errors{
  color: red;
}

.error0{
  visibility: hidden;
  position: absolute;
  display: none;
}

.error1{
  visibility: visible;
  display: block;
  color: red;
}

.display0, .display {
  display: none;
}
.visibile0{
  visibility: hidden;
}
.display1, .visibile1 { }

.clear{
  clear: both; height: 1px; overflow: hidden;
}

.komunikat{
  margin: 10px;
  padding: 10px;
  text-align:center;
}

.blokada0 {
  display: none;
}

.blokada1{
  display: block;
  color: red;
  font-weight:bold;
  font-size: 16px;
  border: solid 1px red;
  padding: 4px;
}

.message_error{
	display: block;
	margin: 1em 0;
	color: #300;
	background: #fee url("../images/icons/uwaga.gif") no-repeat 2px 2px;
	padding: 10px 10px 10px 35px;
	border-width: 1px 6px 1px 1px;
	border-style: solid;
	border-color: #800;
}


.message_notice{
  display: block;
	margin: 1em 0;
	color: #033;
	background: #eff url(../images/icons/info.gif) no-repeat 2px 2px;
	padding: 10px 10px 10px 35px;
	border-width: 1px 3px 1px 1px;
	border-style: solid;
	border-color: #088;
}

DIV.rowhead{
  border: 1px solid #0F5588;
  color: white;
  background:#1766A8;
  font-size:90%;
  padding: 0.2em 0.5em;
  text-align:center;
  font-weight: bold;
  text-decoration: none;
}

DIV.rowfoot{
    border-bottom: solid 1px #E0E0E0;
    background-color: #f4f4f4;
}


DIV.rowodd {
    border-bottom: solid 1px #E0E0E0;
    background-color: #f4f4f4;
    clear: both;
}

DIV.rowodd:hover {
    background-color: #f0eef6;
}

DIV.roweven {
    border-bottom: solid 1px #E0E0E0;
    background-color: #ffffff;
    clear: both;
}

DIV.roweven:hover {
    background-color: #f0eef6;
}

DIV.rowend{
    height: 1px;
    padding: 0px;
    margin: 0px;
    line-height: 0;
    display: block;
    overflow: hidden;
    border: none;
    clear: both;
}

DIV.datalabel{
  float: left;
  width: 160px;
  display: inline;
  padding: 5px 0px 5px 5px;
}

DIV.datavalue{
  margin: 0px 0px 0px 165px;
  border-left: solid 1px #E0E0E0;
  padding: 5px 0px 5px 5px;
}

.hint{
    font-size: 9px;
    display:none;
}

.nobr{
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  white-space: nowrap;
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.absmiddle_icon{
  vertical-align: middle;
  padding: 0px 0px 3px 5px;
}


DIV.check, DIV.check0, DIV.check1{
  display: block;
  margin: 2px 8px 2px 8px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hide;
}

DIV.check, DIV.check0 {
    background-image: url(../images/icons/check0.gif);
}
DIV.check1{
    background-image: url(../images/icons/check1.gif);
}


/* box tlo zdjecia - lewy gorny naroznik */
.tbox1 {
  width: 3px; height: 3px;
  background-image: url('../images/foto/foto_top_left.gif'); background-repeat: no-repeat
}

/* box tlo zdjecia - gorny srodek */
.tbox2 {
  height: 3px;
  background-image: url('../images/foto/foto_top.gif'); background-repeat: repeat-x
}

/* box tlo zdjecia - prawy gorny naroznik */
.tbox3 {
  width: 3px; height: 3px;
  background-image: url('../images/foto/foto_top_right.gif'); background-repeat: no-repeat
}

/* box tlo zdjecia - lewa ramka */
.tbox4 {
  width: 3px;
  background-image: url('../images/foto/foto_border_left.gif');
  background-repeat: repeat-y;
}

/* box tlo zdjecia - zawartosc */
.tbox5 {
  background: #FFFFFF;
}

/* box tlo zdjecia - prawa ramka */
.tbox6 {
  width: 3px;
  background-image: url('../images/foto/foto_border_right.gif');
  background-repeat: repeat-y;
}

/* box tlo zdjecia - lewy dolny naroznik */
.tbox7 {
  width: 3px; height: 4px;
  background-image: url('../images/foto/foto_bot_left.gif'); background-repeat: no-repeat
}

/* box tlo zdjecia - dolny srodek */
.tbox8 {
  height: 4px;
  background-image: url('../images/foto/foto_bottom.gif'); background-repeat: repeat-x
}

/* box tlo zdjecia - prawy dolny naroznik */
.tbox9 {
  width: 3px; height: 4px;
  background-image: url('../images/foto/foto_bot_right.gif'); background-repeat: no-repeat
}


/* dodane 2007-12-20 20:00:07 */
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #0F5588
}


LABEL {
	line-height: 1.5em;
	padding: 0.2em;
}


LEGEND {
	font-weight: bold;
	padding: 0.3em;
	border-left: 3px solid #0F5588;
	color:#333333;
}


.productpromo {
    margin: 20px 0px 15px 0px;
    padding: 0px 0px 2px 10px;
    /*border-left: 3px solid #ff4a00;  */
    border-bottom: 1px solid #ff4a00;
    font-weight: bold;
    font-size: 8pt;
    color: #466e88;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.group {
    background:#1766A8;
    border:1px solid #0F5588;
    color: white;
    font-size:90%;
    padding:0.2em 0.5em;
    text-align:left;
    font-weight: bold;
}

/* Grupy towarowe */
.groups, .groups_on {
    border:1px solid #0F5588;
    color:#333333;
    font-size:90%;
    padding:0.2em 0.5em;
    text-align:center;
    font-weight: bold;
    text-decoration: none;
}


.groups_on, .groups:hover{
  color: white;
  background:#1766A8;
  text-decoration:underline;
}


/* Nagłówki tabel - katalog, profil użytkownika*/

.catalog_menu {
border:1px solid #0F5588;
color:white;
background:#1766A8;
font-size:90%;
padding:0.2em 0.5em;
text-align:center;
font-weight: bold;
text-decoration: none;
}

.catalog_menu a{
    color: white;
}

.catalog_menu-left {
border-left:1px solid #0F5588;
border-top:1px solid #0F5588;
border-bottom:1px solid #0F5588;
color:white;
background:#1766A8;
font-size:90%;
padding:0.2em 0.5em;
text-align:center;
font-weight: bold;
text-decoration: none;
}

.catalog_menu-left a{
    color: white;
}

/* Wielkości i położenie używane we FRAMESET */

.floatingBox  {
	margin: 0;
	width: 400px;
}

.floatingBox-full  {
	 margin: 0px;
/*	 width: 98%;*/
	 padding: 4px;
	 /*width: 690px;*/
}


.floatingBox-profil  {
	margin: 0px 5px 5px 0px;
	width: 330px;
}


.floatingBox-left {
	margin: 0;
	width: 170px;
	margin-bottom: 10px;
	
	}	

.floatingBox-right {
	margin: 0;
	width: 170;
	}	

.floatingBox-products  {
	margin: 0;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	


.back {
	float: left;
}

.forward {
	float: right;
}

.center {
	text-align: center;
	}



.bold {
	font-weight: bold;
	}

.hspace{
    height: 14px;
    overflow: hidden;
}

/******************************************************************************/
/*do mierzenia siły hasła */
.passMeter{
			position:		absolute;
			margin-top: -57px;
			width: 		170px;
			background: #F0F0F0;
			border: 		1px solid #909090;
			padding:		10px;
}


DIV.index_towar{
    float: left;
    margin: 5px;
    width: 280px;
    text-align: center;
}

DIV.index_towar .nazwa{
  background: white url(../images/bars/towar_nazwa_bar.jpg) repeat-x;
  overflow: hidden;
  padding: 5px 4px 0px 4px;
  height: 32px;
  margin-bottom: 10px;

}

.sign {
    color: #FF6600;
}
#towary_tab TD.cell{
    vertical-align: top;
    padding-top: 25px;
}
#towary_tab DIV.parametry_parent{
    padding-top: 3px;
    width: 100px;
    height: 20px;
    overflow: show;
}

#towary_tab DIV.parametry{
    font-size: 9px;
    position: absolute;
    width: 480px;
}
