html, body, div, p, form, fieldset, h1, h2, h3 { margin: 0; padding: 0; }


html {
    background: white;
}
body {
    font-family: sans-serif;
    width: 90%;
    margin: 0 auto;
}


a { color: white; text-decoration: none; }
a:hover { text-decoration: underline; text-shadow: #eee 0 0 5px; }
a img { border: 0; }
#content a { color: brown; }


fieldset { padding: 5px 5px 0 5px; }
fieldset + fieldset { margin-top: 20px; }
label { display: block; margin: 0 0 5px 0; text-align: right; }
input, select, textarea { width: 70%; margin-left: 2%; }
input[type="checkbox"] { width: 5%; margin-right: 67%; }
input[type="submit"] { width: 30%; margin: 0 0 5px 60%; }
.onelineforms input { width: 30%; margin: 0 5px 0 0; }
.onelineforms input[type="submit"] { width: 20%; }
.onelineforms fieldset { border: 0; }
table.koszyk { margin: 0 0 15px 0; }
.koszyk th, .koszyk td { text-align: center; }
/* te poniższe dwa a { } to zmiana ilości (minus i plus) */
.koszyk .ilosc a { border: 1px dotted brown; display: inline-block; width: 20px; height: 20px; font-size: 14px; text-align: center; }
.koszyk .ilosc a:hover { text-decoration: none; border-style: solid; }


table { border-collapse: collapse; width: 100%; }
th { text-align: left; }
th, td { border: 1px solid black; vertical-align: top; padding: 3px; }


.opis { margin-bottom: 25px; }
.produkty th, .produkty td { border: 0; text-align: center; vertical-align: middle; font-weight: bolder; }
.produkty .item { position: relative; margin: 25px 15px 0 0; border: 1px solid black; -moz-border-radius: 10px; -webkit-border-radius: 10px; width: 400px; }
.produkty .over { display: none; }
.produkty .dodaj { display: none; }
#content .produkty .item a { color: black; }


.podkategoria { float: left; display: inline; padding: 3px 3px 0 3px; margin: 0 10px 40px 10px; border: 1px solid black; text-align: center; }
.podkategoria table { width: 132px; }
.podkategoria td { height: 95px; vertical-align: middle; border: 0; margin: 0; padding: 0; }
.podkategoria img { display: block; margin: 0 auto; }


#content div.quote { border: 1px dotted black; margin: 5px; padding: 5px; }
#content ul { margin-top: 0; padding-top: 3px; margin-bottom: 0; padding-bottom: 3px; }
#content a[href^="?dzial=zamowienie&dodaj="] { display: none; }


p { margin: 0 0 15px; }


.error { color: red; }


#main {
    background: white;
}

#bottom {
    display: none;
}


#menu {
    display: none;
}


#contact {
    margin: 0 0 5px 0;
    padding: 2px 0;
    text-align: center;
    overflow: hidden;
    border: 2px solid black;
}


#flags {
    display: none;
}


#middle {
    padding-bottom: 20px;
    width: 730px;
    margin: 0 auto;
    overflow: auto;
}


#left {
    display: none;
}


#content {
}
#content h1 {
    font-size: 20px;
    margin-bottom: 15px;
}
#content h2 {
    font-size: 16px;
    border: 1px solid black;
    padding: 3px;
    font-weight: normal;
}
#content h2.opis { border: 0; }
