/* style definiujące layout strony*/
@import url('uklad.css');

/* style definiujące okienko z kategoriami towarów */
@import url('kategorie.css');

/* style definiujące okienko z listą producentów */
@import url('lista-towarow.css');

/* style definiujące okienko z listą producentów */
@import url('koszyk-zakupow.css');

/* z tym trzeba uwazac, bo sie rozjezdza zagniezdzanie elementow 
    docelowo wywalic */
* {

}
body {
    font-family: "trebuchet ms", trebuchet, tahoma,  Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 11px;
    color: #575757;
}

a {
	font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #ED6E00;
    
}
a:hover {
    text-decoration: underline;
    
}

div#menu {
    color: #575757;
    float: left;
    text-align: left;
}
div#menu a
 {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #575757;

}

div#menu a:hover {
    color: #ed6e00;
}

div#menu span {
    color: #C1C1C1;
    font-weight: bold;
    font-size: 16px;
    padding: 0 3px 0 3px;
    margin: 0;
}
div#menu span.ost {
    color: #C1C1C1;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px 0 10px;
    margin: 0;
}
div#link-koszyk {
    color: #fff;
    background: url('../grafika/menu-tlo1r.gif') #b07171;
    background-position: top left;
    background-repeat: no-repeat;
    float: right;
    margin-right: 50px;
    padding-left: 10px;     
    width: 310px;
}
div#link-koszyk span {
    background: url('../grafika/menu-tlo2r.gif');
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;   
    width: 300px;
}

div#link-koszyk span a {
    color: #fff;
    text-decoration: none;
}

div#link-koszyk span a:hover {
    text-decoration: underline;
}


div#wyszukiwarka {
    float: right;
    padding-left: 10px;
    padding-bottom: 5px;
}
div#wyszukiwarka form {
    padding: 0px;
    margin: 0;
}
div#wyszukiwarka input.input {
    color: #000;
    background: #fff;
    border: 1px solid #555;
    padding: 0px 1px 0px 1px;
    width: 140px;
    margin-right: 1px;
}
div#wyszukiwarka input.submit {
	font-size: 11px;
    text-align: center;
    color: #000;
    background: url('../grafika/szukaj-tlo.gif');
    background-repeat: no-repeat;
    background-position: left top;
    border: none;
    width: 46px;
    height: 18px;
}
div#logowanie {
    width: 197px;
	font-size: 11px;
    color: #000;
    background: url('../grafika/kategorie-element-bottom.gif') #E5E5E5;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 0px;

}
div#logowanie h3 {
    font-size: 10pt;
    text-align: center;
    color: #000;
    background: url('../grafika/kategorie-element-top.gif') #E5E5E5;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 3px;
    margin-top: 0px;
}
div#logowanie p {
    padding-left: 2px;
    padding-top: 5px;
    float: left;
}
div#logowanie form {

}
div#logowanie table {
margin-left: auto;
margin-right: auto;
}
div#logowanie input.input,
div#logowanie input.logowanie-login,
div#logowanie input.logowanie-haslo {
	font-size: 11px;
    color: #000;
background: #fff;
border: 1px solid #000;
    padding-left: 1px;
    padding-right: 1px;
    width: 80px;
}
div#logowanie input.submit,
div#logowanie input.logowanie-submit {
	font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #757575;
    border: none;
    width: 84px;
    height: 22px;
}
div#logowanie div.logowanie-komunikat {
    font-weight: bold;
    text-align: center;
    color: #f00;

}

div.lista-strony {
    margin-top: 10px;
    margin-bottom: 20px;
}
div.lista-strony a {
    font-weight: bold;
    text-decoration: none;
    color: #757575;
    margin-right: 3px;
    display: block;
    border: 1px solid #555;
    width: 20px;
    float: left;
    text-align: center;
}
div.lista-strony a:hover {
    color: #ED6E00;  
    background: #ccc;
}

div.lista-strony a.wyrozniony {
    color: #000;  
    background: #eee;
}
div.lista-strony a.wyrozniony:hover {
    color: #ED6E00;  
    background: #ccc;
}



h1 {
		font-size: 18px;
		margin: 20px 0 20px 10px;
		padding: 0;
        color: #000000;
}
h2 {
		font-size: 18px;
		margin: 0 0 20px 0;
		padding: 0;
        color: #FF9900;
}
h3 {
		font-size: 14px;
		margin: 0 0 20px 0;
		padding: 0;
        color: #000000;

}

.lista-wspolna table {
    width: 510px;
    margin-bottom: 10px;
}

.lista-wspolna table,
.lista-wspolna table th,
.lista-wspolna table td {
	font-size: 11px;
    border-collapse: collapse;
    border: 1px solid #555;
}
.lista-wspolna table th {
    padding: 4px;
    text-align: center;
    background: #ddd;
}
.lista-wspolna table td {
    padding: 4px;
}

.lista-wspolna table td.tr1 {
    background: #fff;
}
.lista-wspolna table td.tr1 {
    background: #f0f0f0;
}
.lista-wspolna table td.ft {
    background: #ddd;
}
.lista-wspolna table td.r {
    text-align: right;
}
.lista-wspolna table td.c {
    text-align: center;
}

.lista-wspolna table a {
	font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #ED6E00;
    
}
.lista-wspolna table a:hover {
    text-decoration: underline;
    
}

div#panel-uzytkownika {
    margin-bottom: 5px;
}



div#profil table {
    border-collapse: collapse;
}
div#profil table td,
div#profil table th {
    margin: 0px;
    padding: 4px;
}
div#profil table td.r {
    text-align: right;
}
div.komunikat {
    font-weight: bold;
    color: #ED6E00;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.komunikat-blad {
    font-weight: bold;
    color: #f00;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.komunikat-info {
    font-weight: bold;

    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.profil-menu {
    margin-bottom: 1em;
}
b.red {
    color: #f00;
}

div.adres-dostawy {
    margin-top: 0.75em;
}
.adres-dostawy {
	font-size: 11px;
}
#zdjecia {
    margin-top: 1em;
}
#zdjecia td.c {
    text-align: center;
}
#zalogowany {
    text-align: center;
}
form#f-szybkie-zamawianie {
	margin: 0;padding: 0; display: inline;
}
