html {
    height: 100%;
    min-height: 100%;
}


body {
    font-family: futura, "Lucida Grande", "bitstream vera sans", "trebuchet ms", verdana, arial;
    font-size: 10pt;
    border-spacing: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    height: 100%;
    min-height: 100%;
    background: url("/images/body.gif") repeat-x;
}


.clear {
    clear: both;
}

:focus {
    outline: none;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
    max-width: 400px;
}
#tooltip h3, #tooltip div { margin: 0; }


#wrapper {
    min-height: 100%;
    width: 960px;
    margin: 0 auto;
    position: relative;
    background: url("/images/content.gif") 290px 153px repeat-y;
    margin-bottom: -24px;
}

a {
    color: #087F45;
}

a img {
    border: none;
    width: 100%;
}


#header {
    position: relative;
    z-index: 50;
    height: 127px;
    width: 960px;
    background: white url("/images/header.jpg") no-repeat;
}

#jezyki {
    position: absolute;
    right: 0;
    top: 0px;
}

#header-strona-glowna {
    position: absolute;
    top: 10px;
    left: 50px;
    width: 300px;
    height: 110px;
    cursor: pointer;
}

#pl {
    position: absolute;
    right: 8px;
    top: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#en {
    position: absolute;
    right: 8px;
    top: 34px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#de {
    position: absolute;
    right: 10px;
    top: 64px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}


#menu-gorne {
    position: relative;
    margin: 0;
    padding: 0;
    width: 960px;
    height: 240px;
    background: url("/images/menu-gorne.gif") repeat-x;
}

#menu-gorne-pozycje {
    width: 960px;
    height: 60px;
}

#menu-gorne-pozycje a {
    color: white;
    text-decoration: none;
}

#menu-gorne-pozycje ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-gorne-pozycje ul li {
    position: relative;
    width: 150px;
    float: left;
    height: 60px;
    margin-right: 0px;
    cursor: pointer;
}

#menu-gorne-pozycje .pozycja-menu span.napis {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    width: 150px;
    padding-top: 10px;
    color: white;
    font-size: 11pt;
    text-align: center;
}

#menu-gorne-pozycje .pozycja-menu span.hover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    float: left;
    background: url("/images/menu-podswietlenie.gif") 0px 0px no-repeat;
    display: none;
}

#menu-gorne-dol {
    width: 960px;
    height: 160px;
}

#menu-gorne-dol-opis {
    width: 600px;
    height: 160px;
    font-size: 10pt;
    color: white;
    overflow: hidden;
}

#menu-gorne-dol-opis p {
    margin: 8px 0;
}

#menu-gorne-dol-opis table {
    margin: 0;
    padding: 0;
    width: 600px;
}

#menu-gorne-dol-opis table td {
    vertical-align: top;
}

#menu-gorne-dol-opis table ul {
    margin: 0 10px 0 0px;
    padding: 0 0 0 16px;
    list-style-type: square;
}

#menu-gorne-dol-opis table ul li {
    margin: 0 0 8px 0px;
}
#menu-gorne-dol-opis a {
    color: white;
}

#menu-gorne-dol-opis div {
    display: none;
}

#menu-gorne-slider {
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
    height: 222px;
    background: url("/images/slider-srodek.gif") repeat-x;
}

.slider-navi-hover {
    background-position: 0px -228px !important;
}

#menu-gorne-slider-lewa {
    position: absolute;
    height: 222px;
    left: 0;
    background: url("/images/slider-lewa.gif") 0px 0px no-repeat;
    width: 34px;
}

#menu-gorne-slider-prawa {
    position: absolute;
    height: 222px;
    right: 0;
    background: url("/images/slider-prawa.gif") 0px 0px no-repeat;
    width: 34px;
}

#menu-gorne-slider-srodek {
    position: absolute;
    height: 180px;
    top: 20px;
    left: 34px;
    width: 290px;
    overflow: hidden;
}

#menu-gorne-slider-srodek ul {
    position: relative;
    margin: 0 0 0 16px;
    padding: 0;
    list-style: none;
}

#menu-gorne-slider-srodek .rekawiczka {
    width: 120px;
    height: 180px;
    float: left;
    display: inline;
    margin: 0px 8px 0 0;
    overflow: hidden;
    border-right: 1px solid #d0d0d0;
}

#menu-gorne-slider-srodek .rekawiczka img {
    width: 120px;
    margin-top: 12px;
}

#stopka {
    width: 100%;
    height: 18px;
    background: #74B74D;
    padding: 3px 0px;
    position: relative;
    color: white;
    text-align: center;
}

#stopka a {
    color: white;
    text-decoration: none;
}

.stopka-content {
    font-size: 9pt;
    width: 960px;
    margin: 0 auto;
}

.stopka-content .lewa {
    float: left;
    margin-left: 320px;
}

.stopka-content .prawa {
    float: right;
    margin-right: 45px;
}


#wrapper-inner {
    position: relative;
    padding: 0 0 32px 0;
    font-size: 10pt;
    margin: 0;
    line-height: 1.4em;
}

#lewa {
    min-height: 100%;
    width: 290px;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
}

#lewa ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

#lewa ul li {
    margin: 0 0 12px 0;
    cursor: pointer;
}

#srodek-top {
    position: absolute;
    top: 0;
    height: 290px;
    background: url("/images/content-top.gif") no-repeat;
    z-index: 5;
    width: 660px;
}


#srodek {
    position: relative;
    min-height: 100%;
    width: 660px;
    margin-right: 5px;
    float: left;
    z-index: 1;
}

#content {
    position: relative;
    padding: 48px;
    z-index: 20 !important;
}

#content .tytul {
    font-size: 16pt;
    color: #087F45;
}

#content .tresc {
    margin: 0 0px 24px 12px;
}

#content .center {
    text-align: center;
}

#content .fl-left {
    float: left;
    width: 200px;
}

#content .fl-right {
    float: right;
    margin-top: 48px;
    width: 350px;
}

#content table.adres {
    margin-top: 12px;
    width: 100%;
}

#content table.adres td {
    padding: 8px;
    vertical-align: top;
}

#content table.adres .srodtytul
{
    margin: 8px 0;
}


#content table.adres p {
    margin: 2px 0;
}

#content #mapa-google {
    height: 390px;
    padding: 0;
    border: 1px solid black;
}

#content .srodtytul {
    color: #087F45;
    font-size: 13pt;
    margin-top: 32pt;
}


td.lewa {
    text-align: left !important;
}

td.prawa {
    text-align: right !important;
}

.paginacja {
    width: auto;
    margin: 0 auto 32px auto;
    border-collapse: separate;
}

.paginacja td {
    width: 28px;
    height: 24px;
    background: #e0e0e0;
    text-align: center;
    cursor: pointer;
    border: 3px solid white;
    padding: 0;
}

.paginacja td a {
    text-decoration: none;
}

.paginacja td a:hover {
    text-decoration: none;
}


.paginacja .cyfra:hover a, .paginacja .cyfra:hover {
    background: #A60706 !important;
    color: white !important;
}


.paginacja .poczatek {
    background: white url("/images/nawigacja.gif") 0px no-repeat;
}

.paginacja .poprzednia {
    background: white url("/images/nawigacja.gif") -28px no-repeat;
}

.paginacja  .nastepna {
    background: white url("/images/nawigacja.gif") -56px no-repeat;
}

.paginacja .koniec {
    background: white url("/images/nawigacja.gif") -84px no-repeat;
}

.paginacja .biezaca {
    color: white;
    background: #505050 !important;
    cursor: default !important;
}


button, .klawisz {
    width: 130px;
    height: 36px;
    margin: 20px 3px 20px 0;
}

button, input.gradient, textarea.gradient {
    font-family: futura, "Lucida Grande", "bitstream vera sans", "trebuchet ms", verdana, arial;
    font-size: 10pt;
    cursor: pointer;
    border: 1px solid #a0a0a0;
    padding: 2px;
    outline: 0;
    background: url("../images/gradient-srebrny.gif") #d1d6e1 no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

input.zloty {
    background: url("../images/gradient-zloty.gif") #efebb9 no-repeat;
}

button:hover, input.gradient:hover, textarea.gradient:hover  {
    border: 1px solid #505050;
}

#mapaPolski {
    float: right;
    width: 280px;
}

#adresySklepow {
    width: 260px;
    float: left;
    margin: 0 0 0 0;
}

#adresySklepow .wojewodztwo {
    color: #A60706;
    margin: 12px 0 12px 0;
}

#adresySklepow .miasto {
    background: #74B74D;
    color: white;
    padding: 3px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#adresySklepow li {
    margin: 0 0 8px 0;
}

#adresySklepow li .opis {
    color: #A0A0A0;
}

.lewy-button {
    width: 275px;
}


.kategoria-tytul {
    margin: 20px 0 12px 0;
    font-size: 13pt;
    background: #74B74D;
    color: white;
    padding: 3px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.wszystkie-produkty {
    list-style: none;
    margin: 24px 0 0 0;
    padding: 0;
}

.jeden-produkt {
    position: relative;
    width: 180px;
    float: left;
    display: inline;
}

.jeden-produkt .produkt-top {
    height: 18px;
    font-size: 9pt;
    color: white;
    text-align: center;
    padding-right: 10px;
    background: url("/images/produkt-top.gif") no-repeat;
}

.jeden-produkt .produkt-center {
    height: 180px;
    background: url("/images/produkt-center.gif") repeat-y;
    overflow: hidden;
}

.jeden-produkt .produkt-foto img{
    width: 120px;
}

.jeden-produkt .produkt-foto {
    width: 120px;
    margin: 12px 0 0 20px;
    overflow: hidden;
}

.jeden-produkt .ikony {
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 100;
}

.jeden-produkt .ikony a {
    width: 30px;
    height: 30px;
    display: inline;
}

.jeden-produkt .ikony img.ico {
    width: 30px;
    height: 30px;
}


.jeden-produkt .produkt-bottom {
    height: 20px;
    background: url("/images/produkt-bottom.gif") no-repeat;
}

.jeden-produkt .rozmiary {
    position: absolute;
    top: 20px;
    right: 19px;
    width: 12px;
}

.jeden-produkt .rozmiary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jeden-produkt .rozmiary .rozmiar,
.jeden-produkt .rozmiary .hidden
{
    display: block;
    font-size: 7pt;
    line-height: 8pt;
    margin: 0 0 2px 0;
    width: 10px;
    padding: 0;
    background: #404040;
    color: #e0e0e0;
    padding: 0 2px 0 2px;
}

.jeden-produkt .rozmiary .hidden {
    background: #e0e0e0;
    color: white;
}


.jeden-produkt .cena {
    position: absolute;
    bottom: 10px;
    right: 19px;
    width: 150px;
    height: 32px;
    font-size: 12pt;
    text-align: right;
    color: red;
}

#tooltip {
    font-size: 8pt;
    max-width: 250px;
}


/*
    SZCZEGÓŁY PRODUKTU
*/

.produktSzczegoly .lewaStrona {
    width: 240px;
    float: left;
    position: relative;
    z-index: 40;
}

.produktSzczegoly .prawaStrona {
    width: 320px;
    float: right;
    padding-top: 100px;
}


#tabelaRozmiary {
    width: 320px;
}

#tabelaRozmiary .naglowek_pl {
    background: url("/images/rozmiary_pl.gif") 0px -1px no-repeat;
    width: 110px;
    height: 20px;
}

#tabelaRozmiary .naglowek_en {
    background: url("/images/rozmiary_en.gif") 0px -1px no-repeat;
    width: 110px;
    height: 20px;
}

#tabelaRozmiary .naglowek_de {
    background: url("/images/rozmiary_de.gif") 0px -1px no-repeat;
    width: 110px;
    height: 20px;
}

#tabelaRozmiary .ramka {
    width: auto;
    padding: 8px;
    border:1px solid #A0A0A0;
    background: url("../images/gradient-srebrny.gif") #d1d6e1 no-repeat;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}

#tabelaRozmiary .ramka .nr {
    float: left;
    display: inline;
    width: 16px;
    height: 16px;
    padding: 2px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 9pt;
    margin-left: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#tabelaRozmiary .hidden {
    background: #e0f0e0;
    color: #d0d0d0;
    border: 1px solid #c0c0c0;
}

#tabelaRozmiary .rozmiar {
    color: white;
    background: #74B74D;
    border-color: #799788;
}

.produktSzczegoly .zdjecie {
    position: relative;
    width: 220px;
    float: left;
    display: inline;
    z-index: 60;
}

.produktSzczegoly .zdjecie .top {
    height: 6px;
    background: url("/images/r220-top.gif") no-repeat;
}

.produktSzczegoly .zdjecie .center {
    background: url("/images/r220-center.gif") repeat-y;
}

.produktSzczegoly .zdjecie .bottom {
    height: 6px;
    background: url("/images/r220-bottom.gif") no-repeat;
}

.produktSzczegoly .zdjecie img {
    width: 190px;
}

.produktSzczegoly .foto {
    width: 190px;
    margin: 0 0 0 20px;
    overflow: hidden;
}

.produktSzczegoly .metka .cena {
    position: absolute;
    top: 26px;
    left: 65px;
    width: 110px;
    height: 32px;
    font-size: 23pt;
    line-height: 18pt;
    text-align: center;
    color: #A60706;
}

.produktSzczegoly .metka {
    position: absolute;
    left: 202px;
    top: 5px;
    width: 220px;
    height: 80px;
    background: url("/images/metka.gif") 0px 0px no-repeat;
    z-index: 150;
}

.produktSzczegoly .zamowienie {
    margin-top: 32px;
    border: 1px solid #799788;
    background: #dEF1dC;
    padding: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

.produktSzczegoly .zamowienie table {
    border-collapse: collapse;
    width: 100%;
}

.produktSzczegoly .zamowienie td {
    text-align: center;
    padding: 8px;
    background: white;
    border: 4px solid #dEF1dC;
}


/*
    KOSZYK
*/

.koszyk {
    margin-top: 32px;
}

.koszyk .listaZakupow {
    width: 550px;
    border-collapse: collapse;
}

.koszyk .listaZakupow th {
    background: #74B74D;
    padding: 3px;
    border-right: 1px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.koszyk .listaZakupow td {
    text-align: center;
    padding: 3px;
    border-right: 1px solid #74B74D;
}

.koszyk .listaZakupow tr.parzysty td {
    background: #deffde;
}

.koszyk .listaZakupow tr.nieparzysty td {
    background: white;
}

.koszyk .listaZakupow tr.ciemny td {
    background: #087F45;
    color: white;
    font-weight: bold;
    border-right: 1px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.lewaKoszyk {
    margin-top: 20px;
    background: url("/images/cart.gif") no-repeat;
    height: 86px;
    width: 215px;
    padding: 8px 8px 8px 60px;
}

.lewaKoszyk .zawartoscKoszyka{
    width: 180px;
}

.lewaKoszyk .tytulKoszyka {
    font-size: 12pt;
    font-weight: bold;
    color: #087F45;
}

input.error {
    border: 1px dotted red;
}

label.error {
    margin: 0 0px 0 8px;
    padding: 3px;
    border: 1px dotted red;
    background: white;
    display: none;
    color: red;
    font-size: 7pt;
}

.listaZakupow .full {
    width: 220px;
}