/*
 *		plik:			css/style.css
 *		autor:		Marek Kleszyk
 *		data:			20 styczeń 2009
 *		system:		WebCreative-sklep-1.0
 */ 

@import url("menu.css"); 

			/* --------- standardowe ---------- */

.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.hidden { display: none; }
.error { color: #c00; }
.important { color: #f00; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:visited, a:active { text-decoration: none; color: ##5903B1; }
a:hover { text-decoration: underline; }
a.active { color: #c02e4f; }
a.noactive { color: #666; }
.kursor { cursor: pointer; }

hr { background: #DFDFDF; height: 1px; border: none; }
h1 { font-size: 12pt; }
h2 { font-size: 10pt; }
h3 { font-size: 8pt; }

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0;
}

ul {
	margin: 5px 0;
	padding-left: 20px;
}

ul li {
	margin: 5px 0;
}

table {
	margin: auto;
	padding: 0;
}

td, th {
	padding: 3px;
}

#page-title {
	padding: 10px;
}

#page-title h1 {
	letter-spacing: 1px;
}

#page-content {
	padding: 10px 12px;
	text-align: justify;
	overflow: hidden;
}

			/* --------- glowna ---------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
	font-size: 8pt;
	color: #393939;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 998px;
	min-height: 100%;
	position: relative;
}

#container #top {
	width: 998px;
	height: auto;
	text-align: left;
	float: left;
}

#container #top #logo {
	width: 742px;
	height: 109px;
	background-image: url('../img/logo-tlo.jpg');
	background-repeat: no-repeat;
	float: left;
}

#container #top #t-koszyk {
	width: 251px;
	height: 56px;
   padding: 22px 5px 0 0;
   color: #666;
   text-align: right;
	float: left;
}

#container #top #t-koszyk a {
   color: #666;
   text-decoration: none;
}

#container #top #menu-small {
	width: 251px;
	height: 25px;
	background: transparent url('../img/menu-small.jpg') no-repeat right top;
   padding: 6px 5px 0 0;
   color: #666;
   text-align: right;
	float: left;
}

#container #top #menu-small a {
   color: #666;
   text-decoration: none;
   position: absolute;
   right: 120px;
}

#container #base {
	width: 998px;
	height: auto;
	text-align: left;
	float: left;
}

#container #base #left {
	width: 742px;
	height: auto;
   overflow: hidden;
	float: left;
}

#container #base #left #menu-top-l {
	width: 3px;
	height: 49px;
	background: transparent url('../img/menu-top-l.jpg') no-repeat 0 0;
	float: left;
}

#container #base #left #menu-top {
	width: 732px;
	height: 49px;
   padding: 0 2px;
	background: transparent url('../img/menu-top.jpg') repeat-x 0 0;
	float: left;
}

#container #base #left #menu-top-r {
	width: 3px;
	height: 49px;
	background: transparent url('../img/menu-top-r.jpg') no-repeat 0 0;
	float: left;
}

#container #base #left #nawigation {
   width: 718px;
   line-height: 28px;
   padding-left: 14px;
   border-bottom: 1px solid #dfdfdf;
   color: #6f6f6f;
   float: left;
}

#container #base #left #nawigation a {
   color: #6f6f6f;
}

#container #base #left #nawigation a.last {
   color: #000;
}

#container #base #left #nawigation img {
   margin: 0 3px;
   position: relative;
   top: -2px;
}

#container #base #left #odstep {
	width: 742px;
	height: 19px;
	float: left;
}

#container #base #left #reklama1 {
	margin-right: 1px;
	float: left;
}

#container #base #left #reklama2 {
	margin-left: 1px;
	float: left;
}

#container #base #right {
	width: 256px;
	height: auto;
   overflow: hidden;
	float: left;
}

#container #base #right #szukaj {
	width: 256px;
	height: 68px;
	background-image: url('../img/szukaj.jpg');
	background-repeat: no-repeat;
   text-align: right;
   color: #666;
   position: relative;
	float: left;
}

#szukaj .form-szukaj {
   padding: 14px 9px;
   padding-bottom: 0;
}

.szukaj-text {
   width: 139px;
   height: 15px;
   padding: 3px;
   background: transparent url('../img/pole-szukaj.jpg') no-repeat 0 0;
   border: none;
   text-align: right;
   font-size: 11px;
}

.szukaj-image {
   position: relative;
   top: 10px;
}

a#zawansowane {
   position: absolute;
   right: 70px;
   bottom: 12px;
   color: #666;
   text-decoration: none;
   font-size: 11px;
}

#panel-logowania {
   width: 254px;
   height: 121px;
   margin-left: 2px;
   background: transparent url('../img/twoje-konto.jpg') no-repeat 0 0;
   text-align: right;
   color: #fff;
   float: left;
}

form.form .loguj-text-1 {
   width: 139px;
   height: 15px;
   padding: 3px;
   background: transparent url('../img/loguj-text-1.jpg') no-repeat 0 0;
   border: none;
   text-align: right;
   font-size: 8pt;
   color: #c498f0;
   position: relative;
   top: 9px;
   right: 9px;
}

form.form .loguj-text-2 {
   width: 139px;
   height: 15px;
   padding: 3px;
   background: transparent url('../img/loguj-text-2.jpg') no-repeat 0 0;
   border: none;
   text-align: right;
   font-size: 8pt;
   color: #c498f0;
   position: relative;
   top: 13px;
   right: 9px;
}

form.form .loguj-image {
   position: relative;
   top: 22px;
   right: 10px;
}

a.nowe-image {
   position: relative;
   top: 3px;
   right: 73px;
}

#twoje-konto {
   width: 254px;
   height: 121px;
   margin-left: 2px;
   background: transparent url('../img/twoje-konto.jpg') no-repeat 0 0;
   text-align: right;
   color: #fff;
   float: left;
}

#twoje-konto .zalog {
   margin: 12px 10px;
   margin-top: 38px;
   text-align: left;
}

#twoje-konto .dane {
   margin: 0 10px;
   text-align: left;
}

#twoje-konto .dane img.im {
   margin: 0 3px;
   position: relative;
   top: -3px;
}


#twoje-konto .zmien {
   margin: 14px 10px;
   margin-bottom: 0;
}

#twoje-konto a, #twoje-konto strong {
   color: #c99cf7;
}

#dane-teleadresowe {
   width: 226px;
   height: 75px;
   padding: 13px;
   padding-top: 30px;
   margin-left: 2px;
   background: transparent url('../img/dane-teleadresowe.jpg') no-repeat 11px 17px;
   border: 1px solid #dfdfdf;
   border-top: none;
   -moz-border-radius: 2px;
   color: #393939;
   float: left;
}

#dane-teleadresowe h1 {
   margin: 9px 0 5px 0;
   font-size: 8pt;
   color: #5700b0;
}

#dane-teleadresowe span.dane-ulica {
   width: 100px;
   float: left;
}

#dane-teleadresowe span.dane-tel {
   position: relative;
   left: 5px;
}

#dane-teleadresowe a {
   color: #393939;
}

#container #footer {
	width: 998px;
	height: auto;
	margin-top: 11px;
   font-size: 10px;
	float: left;
}

#container #footer #menu-bottom {
	width: 998px;
	height: 42px;
   background: transparent url('../img/mb.jpg') repeat-x 0 0;
	float: left;
}

#container #footer #menu-bottom #mbl {
	width: 3px;
	height: 42px;
   background: transparent url('../img/mb-l.jpg') no-repeat 0 0;
	float: left;
}

#container #footer #menu-bottom #mb {
	width: auto;
	height: 10px;
   margin: 6px 3px;
   padding: 9px;
   background: transparent url('../img/mb2.jpg') repeat-x 0 0;
   border: 1px solid #fff;
   -moz-border-radius: 2px;
   float: left;
}

#container #footer #menu-bottom #mbr {
	width: 3px;
	height: 42px;
   background: transparent url('../img/mb-r.jpg') no-repeat 0 0;
	float: right;
}

#container #footer #menu-bottom #mb2 {
	width: auto;
	height: 10px;
   margin: 6px 3px;
   padding: 9px;
   color: #626262;
   float: right;
}

#container #footer #menu-bottom #mb2 a {
   padding: 0 5px;
   color: #626262;
}

#container #footer #realizacja {
	width: 988px;
	height: 29px;
	padding: 5px;
	color: #626262;
	text-align: center;
	float: left;
}

#container #footer #realizacja a {
	color: #626262;
}

#container #footer #realizacja span {
	color: #949494;
}

#container #footer #realizacja, #container #footer #copyright {
	width: 988px;
	height: 29px;
	padding: 5px;
	text-align: center;
	float: left;
}

#container #footer #copyright a {
   padding: 0 3px;
}

#container #base #content {
	width: 742px;
	height: auto;
	float: left;
}

#container #base #content #polecane {
	width: 998px;
	height: 153px;
   margin: 3px 0 5px 0;
   float: left;
}

#container #base #content #polecane .p1 {
	width: 196px;
	height: 151px;
   margin: 1px;
   border: 1px solid #dfdfdf;
   -moz-border-radius: 2px;
   position: relative;
   overflow: hidden;
   float: left;
}

#container #base #content #polecane .pf {
   margin-left: 0;
}

#container #base #content #polecane .pl {
   margin-right: 0;
}

#container #base #content #kategorie {
	width: 998px;
	height: auto;
   background-color: #f3f3f3;
	float: left;
}

#container #base #content #kategorie #reklama3 {
	width: 200px;
	height: auto;
	float: right;
}

.p1 a.foto {
   position: absolute;
   bottom: 6px;
   left: 0;
}

.p1 a.nazwa {
   width: 181px;
   position: absolute;
   top: 5px;
   right: 8px;
   color: #393939;
   text-align: right;
   text-decoration: none;
}

.p1 img.york {
   position: absolute;
   top: 40px;
   right: 8px;
}

.p1 strike.cena_promo {
   position: absolute;
   top: 75px;
   right: 8px;
   color: #767676;
}

.p1 strong.cena {
   position: absolute;
   bottom: 30px;
   right: 8px;
   color: #000000;
   font-size: 9pt;
}

.p1 a.podglad {
   position: absolute;
   bottom: 8px;
   right: 55px;
}

.p1 a.koszyk {
   position: absolute;
   bottom: 8px;
   right: 8px;
}

img.new {
   position: absolute;
   bottom: 18px;
   right: 57px;
}

img.new2 {
   position: absolute;
   top: 95px;
   left: 60px;
}

img.new3 {
   position: absolute;
   top: 95px;
   left: 42px;
}

#produkty {
   width: 732px;
   height: auto;
   float: left;
}

#produkty .p2 {
	width: 236px;
	height: 151px;
   margin: 5px 0;
   border: 1px solid #dfdfdf;
   -moz-border-radius: 2px;
   position: relative;
   overflow: hidden;
   float: left;
}

#produkty .p3 {
   margin: 5px 9px;
}

.p2 a.foto {
   position: absolute;
   bottom: 6px;
   right: 6px;
}

.p2 a.nazwa {
   width: 220px;
   position: absolute;
   top: 5px;
   left: 8px;
   color: #393939;
   text-decoration: none;
}

.p2 img.york {
   position: absolute;
   top: 40px;
   left: 8px;
}

.p2 strike.cena_promo {
   position: absolute;
   top: 75px;
   left: 8px;
   color: #767676;
}

.p2 strong.cena {
   position: absolute;
   top: 87px;
   left: 8px;
   color: #000000;
   font-size: 9pt;
}

.p2 a.podglad {
   position: absolute;
   top: 115px;
   left: 8px;
}

.p2 a.koszyk {
   position: absolute;
   top: 115px;
   left: 28px;
}

.p2 a.koszyk2 {
   position: absolute;
   top: 115px;
   left: 8px;
}

.strony {
   color: #dfdfdf;
   line-height: 19px;
}

.strony a {
   color: #6f6f6f;
}

.strony span.no-active {
   color: #5a04b2;
   font-weight: bold;
}

.strony img.prev {
   position: relative;
   top: 5px;
   right: 2px;
}

.strony img.next {
   position: relative;
   top: 5px;
   left: 2px;
}

#kat-right {
   width: 234px;
   height: 38px;
   padding: 0 10px;
   line-height: 38px;
   margin-left: 2px;
   background: transparent url('../img/kat-right.jpg') no-repeat 0 0;
   float: right;
}

#kat-right a {
   color: #000;
}

.podmenu-right {
   width: 234px;
   height: auto;
   padding: 0 10px;
   margin-left: 2px;
   margin-bottom: 20px;
   float: right;
}

.podmenu-right a {
   line-height: 24px;
   display: block;
   color: #393939;
   background: transparent url('../img/arrow4.jpg') no-repeat 222px 50%;
   border-bottom: 1px solid #dfdfdf;
}

.podmenu-right a:hover, .podmenu-right a.active {
   color: #5700b0;
   background: transparent url('../img/arrow5.jpg') no-repeat 222px 50%;
   font-weight: bold;
}

.podmenu-right a.last {
   border-bottom: none;
}

			/* --------- formularze, przyciski i pola ---------- */
.print {
	margin: 10px;
	float: right; 
}

.back {
	margin: 10px;
	float: left; 
}

.tagi {
	margin: 10px 0;
	text-align: center;
}

.tagi a {
	margin: 0 10px;
   color: #5903B1;
}

.form {

}

.form label {
	margin: 0 3px;
}

input.text {
	border: 1px solid #bcbcbc;
   -moz-border-radius: 3px;
   padding: 0 3px;
	margin: 0 3px;
}

input.small {
	width: 66px;
}

input.medium {
	width: 150px;
}

input.long {
	width: 300px;
}

select {

}

textarea {
	border: 1px solid #bcbcbc;
	padding: 0 3px;
}

input.image, img.image {
	position: relative;
	top: 3px;
}

img.koszyk-image {
	position: relative;
	top: 5px;
}

h1.p-name {
   padding: 5px 14px;
   font-size: 9pt;
   color: #620090;
}

div#p-left {
   width: 430px;
   height: auto;
   text-align: center;
   position: relative;
   float: left;
}

div#p-left a img.p-img {
   width: 400px;
}

div#p-left a:hover img.p-powieksz {
   position: absolute;
   top: 150px;
   left: 185px;
   display: block;
}

.dol {
   width: 712px;
   height: auto;
   padding: 5px 15px;
   margin-bottom: 10px;
   text-align: center;
   float: left;
}

div.dol #p-bt {
   width: 420px;
   float: left;
}

div.dol #p-bt a {
   margin: 2px;
}

div.dol #pp-bt {
   width: 292px;
   line-height: 27px;
   float: left;
}

div.dol #pp-bt strong {
   color: #5903B1;
}

div#p-right {
   width: 312px;
   height: auto;
   text-align: center;
   float: left;
}

div#p-right .p-t-roz {
   width: 300px;
   text-align: left;
   color: #666;
   float: left;
}

div#p-right .p-t-roz tr td {
   padding: 3px 18px;
}

div#p-right .p-t-roz tr td.br {
   border-right: 1px solid #bcbcbc;
}

div#p-right .p-t-roz tr td.bb {
   border-bottom: 1px solid #bcbcbc;
}

div#p-right .p-t-roz input.t-szt {
   width: 20px;
   padding: 1px;
   font-size: 8pt;
   color: #666;
   border: 1px solid #bcbcbc;
}

.informacje {
   width: 742px;
   height: 21px;
   margin-bottom: 10px;
   border-bottom: 1px solid #dfdfdf;
   float: left;
}

.informacje2 {
   width: 84px;
   height: 26px;
   background: transparent url('../img/informacje.jpg') no-repeat 0 0 ;
   position: absolute;
}

#informacje3 {
   width: 712px;
   height: auto;
   padding: 5px 15px;
   margin-bottom: 10px;
   float: left;
}

.opinie2 {
   width: 62px;
   height: 26px;
   background: transparent url('../img/opinie.jpg') no-repeat 0 0 ;
   position: absolute;
   left: 82px;
}

#opinie3 {
   width: 712px;
   height: auto;
   padding: 5px 15px;
   margin-bottom: 10px;
   float: left;
}

.skojarzone {
   width: 742px;
   height: 21px;
   margin-bottom: 10px;
   border-bottom: 1px solid #dfdfdf;
   float: left;
}

.skojarzone2 {
   width: 139px;
   height: 26px;
   background: transparent url('../img/skojarzone.jpg') no-repeat 0 0 ;
   position: absolute;
}

.skojarzone3 {
   width: 712px;
   height: auto;
   padding: 5px 15px;
   margin-bottom: 10px;
   float: left;
}

a.k-link {
   color: #393939;
}

a.k-link:hover {
   color: #5903b1;
}

.t-koszyk {
   width: 718px;
   text-align: left;
   color: #393939;
}

.t-koszyk tr td, .t-koszyk tr th {
   padding: 3px 18px;
}

.t-koszyk tr td.br, .t-koszyk tr th.br {
   border-right: 1px solid #dfdfdf;
}

.t-koszyk tr td.bb {
   border-bottom: 1px solid #dfdfdf;
}

#form-login {
   position: relative;
}

#haslo {
   width: 139px;
   height: 15px;
   padding: 3px;
   background: transparent url('../img/loguj-text-2.jpg') no-repeat 0 0;
   border: none;
   text-align: right;
   font-size: 8pt;
   color: #c498f0;
   position: absolute;
   right: 9px;
   top: 34px;
}

#div-opinie {
   display: none;
}

.opinia {
   padding: 8px;
   color: #393939;
}

.opinia .o1 {
   color: #6f6f6f;
}

.opinia .o1 strong {
   color: #5a04b2;
}

