/* 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: 100%/130% Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #98b830;
}
a:visited {
	color: #98b830;
	text-decoration: underline;
}
a:hover {
	color: #98b830;
	text-decoration: none;
}
a:active {
	color: #98b830;
	text-decoration: none;
}
.towar {
	color: #000000;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
a.towar {
	color: #000000;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
a.towar:hover {
	color: #000000;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}


div#produkt_cena {
	color: #000000;
	text-align: left;
	font-size: 10pt;
}
div#produkt_opis {
	color: #000000;
	text-align: left;
	font-size: 8pt;
}
div#menu {
	color: #000000;
	float: left;
	text-align: left;
}
div#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
div#menu a:hover {
	color: #000000;
}
div#menu span {
	color: #C1C1C1;
	font-weight: bold;
	font-size: 16px;
	padding: 0 6px 0 5px;
	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 {
	color: #f00;
	text-decoration: none;
}
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') #E5F1FF;
	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') #E5F1FF;
	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#logowanie a {
	color: #000;
}
div#logowanie a:hover {
	color: #000000;
}
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: #000000;
	background: #ccc;
}
div.lista-strony a.wyrozniony {
	color: #000;
	background: #eee;
}
div.lista-strony a.wyrozniony:hover {
	color: #000000;
	background: #ccc;
}

h1 {
	font-size: 18px;
	margin: 1em 0 0.5em 0px;
	padding: 0;
	color: #000000;
	line-height: 1.3em;	
}
h2 {
	font-size: 18px;
	margin: 1em 0 0.5em 0px;
	padding: 0;
	color: #98B830;
	line-height: 1.2em;	
}
h3 {
	font-size: 14px;
	margin: 1em 0 0.5em 0px;
	padding: 0;
	color: #000000;
	line-height: 1.2em;	
}

.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: #000000;
}
.lista-wspolna table a:hover {
	color: #000;
}
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: #98B830;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0px;
}
div.komunikat-blad {
	font-weight: bold;
	color: #f00;
	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;
}
select.sposob-dostawy {
	font-size: 11px;
	width: 350px;
}
div.formularz-blad {
	color: #f00;
}
td.c {
	text-align: center;
}
h3.dane {
	margin-bottom: 0.2em;
}
div#srodek ol, div#srodek ul {
	margin-left: 0;
	padding-left: 0;
}
div#srodek li {
	margin-left: 1.5em;
	padding-left: 0.3em;
	padding-bottom: 0.3em;
	line-height: 1.1em;
}
#formularz-kontakt input {
	width: 300px;
}
#formularz-kontakt input#kontakt-wyslij {
	width: 100px;
}
#formularz-kontakt textarea {
	font-family: "trebuchet ms", trebuchet, tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	height: 150px;
}
#formularz-kontakt td.r {
	text-align: right;
	padding-left: 2px;
}
#formularz-kontakt td {
	padding-top: 2px;
	padding-bottom: 2px;
}

