@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
}
html { background: #E6CE92 url(img/bg.jpg) repeat-x; }
body {
	color: #1F1807;
	background: url(img/content.jpg) center top no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 10px 0;
	padding: 0;
}
var {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
li {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 7px;
	margin-bottom: 7px;
}
a:link, a:visited {
	color: #825973;
	text-decoration: none;
}
a:hover, a:focus {
	color: #8D617D;
	text-decoration: underline;
}
a:active {
	color: #825973;
	text-decoration: none;
}
a img { border: 0; }
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0; 
	content: "."; 
}
form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset { border:0; }
legend { display: none; }
.formy, .formtxt {
	padding: 3px 2px;
	color: #3E122E;
	border: 1px solid #3E122E;
	background: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formy {
	padding: 3px 2px;
}
.formybtn {
	color: #3E122E;
	cursor: pointer;
}
/* --- OGÓLNE --- */
#centr {
	width: 920px;
	margin: 0 auto;
	padding: 0 7px;
}
#kontener {
	float: left;
	width: 100%;
	min-height: 400px;
	background: #D9C38C url(img/kontbg.gif) repeat-x;
}
#error,
.warning {
	overflow: hidden;
	width: 70%;
	margin: 20px auto;
	padding: 8px 10px;
	text-align: left;
	font-size: 12px;
	line-height: 140%;
}
#error p,
.warning p {
	margin: 0 0 0 60px;
}
#error {
	color: #F00;
	background: #FFF url(adm/img/error.png) 10px center no-repeat;
	border: 2px solid #F00;
}
.warning {
	color: #D81;
	background: #FFF url(img/warning.gif) 10px center no-repeat;
	border: 2px solid #F81;
}
#srodek {
	float: left;
	width: 671px;
}
#srodek.tlo {
	position: relative;
	width: 669px;
	margin-top: 8px;
	border-left: 1px solid #BBA46C;
	border-right: 1px solid #BBA46C;
	background: #FFF5E2;
}
.srodekend {
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 671px;
	height: 10px;
	background: url(img/page_dn.gif) no-repeat;
	overflow: hidden;
	z-index: 900;
}
.srodekbox {
	position: relative;
	margin-left: -1px;
	padding: 6px 15px 25px 15px;
	background: url(img/page_up.png) no-repeat;
}
.srodekbox h2, .srodekbox h3 {
	color: #947F4D;
	margin-bottom: 15px;
}
.srodekbox p {
	margin: 8px 0;
}
h2, h3 {
	clear: both;
	margin: 10px 0;
	padding: 0;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
}
h3 {
	font-size: 16px;
}
#rbox {
	margin: auto;
	padding: 10px 0;
	text-align: center;
}
#dhtmltooltip {
	position: absolute;
	left: -300px;
	min-width: 150px;
	max-width: 250px;
	padding: 6px;
	border: 1px solid #000;
	background: #FCFEE4;
	font-size: 12px;
	line-height: 140%;
	white-space: normal;
	visibility: hidden;
	z-index: 100;
}
#dhtmlpointer {
	position: absolute;
	left: -300px;
	visibility: hidden;
	z-index: 101;
}
.impo {
	color: #D00 !important;
}
#paxmsg {
	position: absolute;
	display: none;
	width: 190px;
	margin: auto;
	padding: 10px 5px;
	color: #1F1806;
	background: #F4E4C9;
	border: 1px solid #9D4279;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	z-index: 999;
}
/* --- HEADER --- */
#top {
	position: relative;
	width: 934px;
	height: 92px;
	margin: 0 auto;
}
#top h1 {
	display: inline;
	float: left;
	margin: 28px 0 0 178px;
	padding:0;line-height:100%;width:170px;height:49px;background:transparent url(img/logo.gif) 0 0 no-repeat; text-indent:-9009px;
}
#top h1 img {
	width: 170px;
	height: 49px;
}
#top h1 a
{
	width:100%; height:100%; display:block;
}
#top h1 a:hover,
#top h1 a:focus {
	opacity: 0.7;
	-moz-opacity: 0.7;
}
#top ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 470px;
	list-style: none;
}
#top ul li {
	position: absolute;
	top: 7px;
	left: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#top ul li.n2 {
	top: 25px;
	left: 54px;
}
#top ul li.n3 {
	top: 44px;
	left: 112px;
}
#top ul li a {
	color: #584411;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#top ul li a:link, #top ul li a:visited {
	color: #584411;
	text-decoration: none;
}
#top ul li a:hover, #top ul li a:focus, #top ul li a:active {
	color: #BB157B;
	text-decoration: none;
}
#rotate {
	position: absolute;
	top: 73px;
	right: 130px;
	width: 360px;
	height: 60px;
	overflow: hidden;
}
#rotate img,
#rotate object,
#rotate embed {
	display: block;
	margin: auto;
}
/* --- MAINMENU --- */
#main {
	clear: both;
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
}
#main li {
	float: left;
	margin: 0;
	padding: 0;
}
#main li a img {
	display: block;
	height: 47px;
}
p.infobar {
	float: left;
	width: 327px;
	height: 31px;
	margin: 0;
	padding: 16px 0 0 15px;
	color: #FFFEFF;
	background: url(img/infobar.gif) no-repeat;
	text-align: center;
	overflow: hidden;
}
p.infobar a {
	color: #FFA5DC !important;
}
/* --- NAWIGACJA --- */
.navvi {
	clear: both;
	margin: 0;
	padding: 25px 0 5px 0;
	text-align: center;
}
.navvi a,
.navvi span {
	margin: 0 1px;
	padding: 3px 7px;
	border: 1px solid #FFFDFA;
	background: #FFF1D8;
	text-align: center;
}
.navvi span {
	color: #9D4279;
	border: 1px solid #9D4279;
	font-weight: bold;
}
.navvi a:link,
.navvi a:visited {
	background: #FFF1D8;
	text-decoration: none;
}
.navvi a:hover,
.navvi a:focus,
.navvi a.fokus,
.navvi a:active {
	color: #9D4279;
	background: #F4E4C9;
	border: 1px solid #9D4279;
	text-decoration: none;
}
.bcrumbs {
	margin: 5px 0 10px 0;
}
.bcrumbs div {
	display: -moz-inline-box;
	display: inline-block;
	position: relative;
	color: #CE83B1;
}
.bcrumbs div span {
	display: -moz-inline-box;
	display: inline-block;
	cursor: pointer;
}
.bcrumbs div ul {
	display: none;
	position: absolute;
	top: -4px;
	left: 8px;
	margin: 0;
	padding: 0 7px;
	background: #FFF;
	border: 1px solid #CE83B1;
	list-style: none;
	z-index: 99;
	opacity: 0.7;
	-moz-opacity: 0.7;
}
.bcrumbs div ul li {
	margin: 4px 0;
	padding: 0;
	white-space: nowrap;
}
/* --- LEWA KOLUMNA --- */
#lewa {
	clear: both;
	float: left;
	width: 237px;
	margin-left: 12px;
	background: url(img/lewabg.gif) top right repeat-y;
}
#lewa h2 {
	margin: 0;
	padding: 0;
}
#lewa h2 img {
	display: block;
}
#kategorie {
	width: 228px;
	margin: 0;
	padding: 3px 0 0 0;
	background: #FFF0D6 url(img/kategbg.gif) repeat-x;
	list-style: none;
}
#kategorie li {
	margin: 0 10px;
	padding: 0;
	background: url(img/linia2.gif) left bottom repeat-x;
}
#kategorie li.end {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(img/kategbt.gif) bottom left no-repeat;
}
#kategorie li a {
	display: block;
	padding: 5px 0;
	background: url(img/menu_point.gif) 4px center no-repeat;
	text-indent: 20px;
	white-space: nowrap;
	line-height: 100%;
}
#kategorie li a:link,
#kategorie li a:visited {
	color: #5B4C27;
	text-decoration: none;
}
#kategorie li a:hover,
#kategorie li a:focus,
#kategorie li a:active {
	color: #5B4C27;
	text-decoration: underline;
}
#kategorie li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#kategorie li ul li {
	margin: 0;
	padding: 0 0 0 18px;
	background-color: #FBEBCF;
}
#kategorie li ul li a {
	background: url(img/menu_sub.gif) center left no-repeat;
	text-indent: 12px;
}
#centr h2.okna {
	clear: both;
	width: 228px;
	height: 29px;
	margin: 12px 0 0 0;
	padding: 10px 0 0 0;
	background: url(img/hd_okno.gif) no-repeat;
	text-indent: 12px;
	font-size: 18px;
	white-space: nowrap;
}
.okno {
	position: relative;
	width: 198px;
	padding: 3px 15px 18px 15px;
	background: #7C556D url(img/oknobg.gif) repeat-x;
}
.oknobt {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 228px;
	height: 10px;
	background: url(img/oknobt.gif) no-repeat;
	overflow: hidden;
}
#infor {
	margin: -3px 0 0 0;
	padding: 0;
	list-style: none;
}
#infor li {
	margin: 0;
	padding: 6px 0 7px 0;
	background: url(img/linia.gif) left bottom repeat-x;
}
#infor li a {
	display: block;
	color: #FCD2EC !important;
	background: url(img/point01.gif) 4px center no-repeat;
	text-indent: 20px;
}
/* --- ANKIETA --- */
#ank p {
	margin: 0 0 6px 0;
	color: #FCD2EC;
}
#ank label {
	display: block;
	width: 95%;
	color: #FFF;
	padding: 2px 0 2px 5px;
}
#ank .abtns {
	padding: 15px 0 0 0;
	text-align: center;
}
#ank button {
	width: 80px;
	font-size: 12px;
}
#ank button.wyn {
	color: #F918A3;
	margin-left: 20px;
}
#ank button.wyn:hover,
#ank button.wyn:focus {
	text-decoration: underline;
}
p.pytanie {
	font-weight: bold;
	font-size: 13px;
}
p.ao {
	clear: both;
	float: left;
	width: 40%;
	border-bottom: 1px solid #CCC;
}
p.aw {
	float: left;
	padding-left: 3%;
	width: 57%;
}
p.aw strong {
	display: -moz-inline-box;
	display: inline-block;
	width: 30px;
	padding-right: 5px;
	text-align: right;
}
#poprzank li span {
	color: #AAA;
	font-size: 11px;
	padding-right: 5px;
}
p.infno {
	color: #D00;
	font-weight: bold;
}
p.infyes {
	color: #070;
	font-weight: bold;
}
/* --- FOOTER --- */
#stopka {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding-top: 15px;
	color: #5A4A22;
	background: #D9C38C;
}
#stopka div {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	background: #D9C38C url(img/linia3.gif) repeat-x;
}
#stopka ul {
	float: left;
	width: 50%;
	margin: 0;
	padding: 18px 0 0 0;
	list-style: none;
}
#stopka ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
}
#stopka a:link,
#stopka a:visited {
	color: #5A4A22;
	text-decoration: none;
}
#stopka a:hover,
#stopka a:focus,
#stopka a:active {
	color: #5A4A22;
	text-decoration: underline;
}
#stopka p {
	float: right;
	width: 49%;
	margin: 0;
	padding-top: 18px;
	padding-right: 1%;
	text-align: right;
}
/* --- GŁÓWNA --- */
#intro {
	position: relative;
	width: 670px;
	height: 178px;
	margin: 7px 0 9px 0;
	background: url(img/start.jpg) no-repeat;
}
#intro h3 {
	position: absolute;
	top: 120px;
	left: 367px;
	margin: 0;
	padding: 0;
}
#intro input {
	position: absolute;
	right: 35px;
	bottom: 9px;
}
#intro #kszukaj {
	width: 180px;
	right: 115px;
}
#onas {
	clear: both;
	float: left;
	position: relative;
	width: 387px;
	height: 177px;
	padding: 32px 0 0 0;
	background: url(img/onas.gif) no-repeat;
	line-height: 170%;
	text-align: justify;
}
#onas p {
	margin: 10px 0;
	padding: 0 20px;
}
#onas p.more {
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin: 0;
	padding-right: 10px;
	background: url(img/more.gif) center right no-repeat;
}
#cath {
	float: right;
	width: 275px;
	height: 209px;
	background: url(img/polcat.gif) no-repeat;
	text-align: center;
}
#cath h2 {
	margin-top: 9px;
	margin-bottom: 4px;
	padding-left: 15px;
	text-align: left;
}
#cath img {
	margin-top: 8px;
}
#nowosci {
	clear: both;
	float: right;
	margin: 9px 1px 0 0;
	padding: 50px 0 0 30px;
	width: 639px;
	height: 450px;
	background: url(img/nowosci.gif) no-repeat;
}
#nowosci .produkty.start li {
	margin-right: 28px;
}
/* --- PYTANIE, POLEĆ NAS --- */
#fpytanie {
	margin: 20px 0;
}
#fpytanie fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#fpytanie label,
#fpytanie p.chl {
	clear: left;
	float: left;
	height: 24px;
	width: 125px;
}
#fpytanie p.chl {
	width: auto;
	padding-left: 125px;
}
#fpytanie p.chl input {
	float: none;
	width: auto;
}
#fpytanie input {
	float: left;
	width: 200px;
}
#fpytanie textarea {
	float: left;
	width: 200px;
	height: 90px;
	margin: 0 0 10px 0;
}
#fpytanie input#subme {
	clear: left;
	width: 130px;
	margin: 0 0 0 125px;
}
p.niewyslano {
	color: #D00;
	font-weight: bold;
}
p.wyslano {
	color: #0A0;
	font-weight: bold;
}
/* --- AKTUALNOŚCI --- */
.nws {
	clear: both;
	padding: 15px 0;
	border-bottom: 1px solid #CCC;
}
.nws h3 {
	margin: 0;
	padding: 0 0 14px 0;
	font-size: 14px;
	white-space: normal;
}
.nwsfoto {
	float: left;
	margin: 0 15px 5px 5px;
}
.nws p.date {
	margin: 4px 0 0 0;
	color: #999;
	font-size: 11px;
	text-align: right;
}
/* --- SZUKANIE ZAAW. --- */
#fszukaj {
	margin: 20px 0;
}
#fszukaj fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#fszukaj label {
	clear: left;
	float: left;
	height: 24px;
	width: 145px;
	margin: 3px 0;
}
#fszukaj input {
	float: left;
}
#fszukaj input.formy {
	width: 170px;
}
#fszukaj select {
	float: left;
}
#fszukaj input#subme {
	clear: left;
	width: 120px;
	margin: 15px 0 0 155px;
}
#fszukaj div.dod {
	float: left;
	padding: 3px 10px 0 10px;
}
/* --- LISTOWANIE KATEGORII I PRODUCENTÓW --- */
.katalog {
	clear: both;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.katalog li {
	float: left;
	width: 40%;
	margin: 0 5%;
	padding: 0;
	text-align: center;
}
.katalog li.linia {
	clear: both;
	float: left;
	width: 100%;
	height: 20px;
	margin: 0;
}
.katalog li img {
	display: block;
	margin: 0 auto;
}
.katalog li p {
	margin: 0;
	line-height: 20px;
}
.katalog li p a:link, .katalog li p a:visited {
	text-decoration: underline;
}
.katalog li p a:hover, .katalog li p a:focus {
	text-decoration: none;
}
.katalog li p a:active {
	text-decoration: underline;
}
/* --- LISTOWANIE PRODUKTÓW --- */
.produkty {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}
.produkty li {
	float: left;
	position: relative;
	width: 290px;
	height: 129px;
	margin: 0 30px 0 0;
	padding: 0;
	background: url(img/prodbg.gif) no-repeat;
}
.produkty li.linia {
	clear: both;
	float: left;
	width: 100%;
	height: 16px;
	margin: 0;
	background: none;
}
.produkty li img {
	float: left;
	margin: 11px 9px 0 9px;
	border: 1px solid #D9C38C;
}
.produkty li img.bs {
	position: absolute;
	top: 0;
	left: 0;
	width: 63px;
	height: 27px;
	border: 0;
}
.produkty li dl {
	float: left;
	margin: 11px 0 0 0;
	padding: 0;
}
.produkty li dt {
	clear: both;
	float: left;
	width: 70px;
	margin: 3px 0;
	padding: 0;
	color: #6F445F;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}
.produkty li dd {
	float: left;
	width: 105px;
	margin: 3px 0;
	padding: 0;
	color: #000;
}
.produkty li dd var {
	color: #000;
	font-size: 10px;
}
.produkty li dd em {
	color: #D00;
	font-style: normal;
	text-decoration: line-through;
}
.produkty li a.more img,
.produkty li a.bask img {
	float: none;
	margin: 0;
	border: 0;
}
.produkty li a.more {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 112px;
}
.produkty li a.bask {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 16px;
}
.listaprod {
	width: 96%;
	margin: 0 0 5px 0;
}
.listaprod th {
	padding: 4px;
	color: #FFF;
	background: #70455F;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
.listaprod tr {
	background: #FFF7EA;
}
.listaprod tr.eve {
	background: #FBEBCF;
}
.listaprod td {
	padding: 5px 4px;
}
.listaprod td span.opr {
	padding-right: 10px;
	color: #D00;
	font-size: 11px;
	text-decoration: line-through;
}
.listaprod td.prd {
	padding-left: 6px;
}
/* --- TOWAR --- */
#towar h3 {
	clear: both;
	padding: 10px 0 3px 0;
	border-top: 1px solid #F3E2BB;
}
#towar #tfoto {
	float: left;
	margin: 8px 25px 5px 0;
	border: 1px solid #D9C38C;
}
#towar .opcje {
	float: left;
}
p.cena, p.waluty, p.inne {
	color: #825973;
}
p.cena span, p.waluty span, p.inne span {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0 10px;
	color: #1F1807;
	background: url(img/menu_sub.gif) left center no-repeat;
	font-weight: normal;
}
p.cena em {
	font-style: normal;
	text-decoration: line-through;
	color: #E10000;
	font-size: 11px;
}
p.waluty select {
	font-size: 10px;
}
#cechy {
	width: 100%;
	margin: 0;
	padding: 0;
}
#cechy dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 6px 0 6px 10px;
	background: url(img/menu_sub.gif) left center no-repeat;
}
#cechy dd {
	float: left;
	margin: 0;
	padding: 6px 0 6px 10px;
	color: #825973;
}
#cechy select {
	margin-top: -2px;
	font-size: 11px;
}
.wlistbtn {
	color: #825973;
	background: none;
	border: none;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
}
.wlistbtn:hover,
.wlistbtn:focus {
	text-decoration: underline;
}
#opist {
	display: inline;
	padding-bottom: 10px;
	line-height: 140%;
}
#addf {
	clear: both;
	padding: 15px;
	text-align: center;
}
#addf img {
	margin: 0 10px;
	border: 1px solid #D9C38C;
	vertical-align: middle;
}
#opcja {
	width: 92%;
	margin: 0;
	padding: 4px 0 4px 3%;
	overflow: hidden;
	cursor: default;
}
#opcja dt,
#opcja dd {
	float: left;
	margin: 1px 0;
	padding: 4px 0;
	width: 48%;
}
#opcja dt {
	clear: both;
	padding-right: 1%;
	border-right: 1px solid #D9C38C;
	text-align: right;
}
#opcja dd {
	padding-left: 2%;
}
#opcja .odd {
	background-color: #FFF7EA;
}
.zestaw {
	clear: both;
	width: 91%;
	margin: 0 0 2px 18px;
	padding: 4px 0;
}
.zestaw.odd {
}
.video {
	clear: both;
	text-align: center;
	padding: 10px 0 5px 0;
}
.relp {
	float: left;
	width: 46%;
	padding: 10px 2% 10px 2%;
}
.relp img {
	float: left;
	margin: 0 8px 5px 0;
	border: 1px solid #D9C38C;
}
.relp p {
	margin: 4px;
}
.relp a {
	color: #825973;
}
.relp p.titl {
	font-weight: bold;
}
.press {
	margin: 10px 0;
	padding-left: 10px;
}
.press p {
	margin: 0 0 3px 0;
	padding: 0;
}
#oceniam {
	height: 36px;
}
#rating {
	float: left;
	width: 50%;
	margin-bottom: 12px;
	padding-top: 8px;
}
#rating span {
	vertical-align: middle;
	padding: 0 10px;
}
#rating input {
	vertical-align: middle;
}
#ogolem {
	float: left;
	padding: 3px 0 6px 20px;
	line-height: 150%;
}
#ogolem img {
	vertical-align: middle;
	width: 12px;
	height: 12px;
}
#addcomm {
	padding: 5px 0 10px 10px;
}
#addcomm label span {
	display: -moz-inline-box;
	display: inline-block;
	width: 70px;
}
#addcomm label input,
#addcomm label textarea {
	width: 260px;
	vertical-align: middle;
}
#addcomm button {
	margin-top: 5px;
	cursor: pointer;
}
.koment {
	margin: 0 auto 5px auto;
	padding: 8px 10px;
	min-height: 50px;
	height: auto;
}
.koment strong {
	float: left;
	width: 30%;
	color: #6F445F;
	font-weight: normal;
}
.koment strong em {
	color: #AAA;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.koment p {
	float: left;
	width: 70%;
	margin: 0;
	overflow: hidden;
}
/* --- KOSZYK, PRZECHOWALNIA --- */
.mcart {
	width: 100%;
	margin: 5px 0 20px 0;
	border: 0;
}
.mcart th {
	padding: 4px;
	color: #FFF;
	background: #70455F;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.mcart td {
	padding: 5px 4px;
}
.mcart td.f {
	width: 140px;
}
.mcart td.f img {
	border: 1px solid #D9C38C;
}
.mcart td.n a {
	font-size: 13px;
	font-weight: bold;
}
.mcart td.n span {
	white-space: nowrap;
}
.mcart td.i {
	width: 70px;
	text-align: center;
}
.mcart td.i input {
	width: 50px;
}
.mcart td.c {
	padding-left: 6px;
	padding-right: 6px;
	white-space: nowrap;
}
.mcart td.a {
	width: 70px;
	text-align: center;
}
.mcart td.m {
	width: 170px;
	padding-left: 16px;
	white-space: nowrap;
}
.real {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
/* --- PANEL KLIENTA --- */
.pkmenu {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
.pkmenu li {
	float: left;
	margin: 0 2px;
	padding: 0;
}
.pkmenu li a {
	display: block;
	padding: 6px 10px 6px 0;
	background: url(img/point01.gif) left center no-repeat;
	white-space: nowrap;
	text-indent: 12px;
}
.pkmenu li a:link,
.pkmenu li a:visited {
	border: 1px solid #CE83B1;
	text-decoration: none;
}
.pkmenu li a:hover,
.pkmenu li a:focus {
	border: 1px solid #9D4279;
	text-decoration: underline;
}
.pkmenu li a:active {
	border: 1px solid #CCC;
	text-decoration: none;
}
.pkmenu li a.in {
	color: #9D4279;
	border-color: #9D4279;
	background-color: #F4E4C9;
}
.panel {
	clear: both;
	padding: 15px 0;
}
#myorders {
	width: 98%;
}
#myorders th {
	height: 22px;
	color: #FFF;
	background-color: #70455F;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
}
#myorders td {
	padding: 3px 0 3px 5px;
}
#myorders tr.even {
	background-color: #FFF0D6;
}
#myorders td img {
	display: block;
	width: 43px;
	height: 11px;
	margin: auto;
	padding: 5px 0 6px 0;
}
#myorders td.actn button {
	display: block;
	margin: auto;
	font-size: 12px;
}
#myorders td#axwindow {
	margin: 0;
	padding: 0;
}
.axwnd {
	padding: 1px 8px 15px 8px;
	border: 1px solid #D9C38C;
}
.axwnd p {
	margin: 5px 0;
}
.cnczm {
	font-weight: bold;
	color: #D00;
}
.detailspr {
	width: 100%;
	margin: 5px 0;
}
.detailspr th,
.detailspr td {
	padding: 2px 5px;
	background: #FFF0D6;
}
/* --- PODSUMOWANIE --- */
#pozam h3 {
	margin-top: 0;
	padding-top: 8px;
}
#regfrm.summ {
	margin-top: 0;
}
.summ p.linf {
	clear: both;
	float: left;
	width: 90%;
	margin: 0;
	padding: 3px 0;
}
.summ .mcart {
	width: 100%;
}
#regfrm.summ td.nl {
	background: none;
	padding-top: 6px;
	padding-bottom: 1px;
}
#regfrm .mcart td.s {
	width: 100px;
}
.summ #deliver {
	float: left;
	width: 50%;
}
.delvtb th {
	padding: 2px 0;
	color: #1F1807;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
.delvtb td {
	padding: 1px 0;
}
.summ #deliver .delvtb td.opi {
	padding: 1px 4px;
}
.summ #deliver .delvtb td.opi label {
	white-space: normal;
	width: 170px;
}
.summ .payopt {
	float: left;
	width: 50%;
}
#regfrm.summ .payopt p {
	margin: 4px 0;
}
#regfrm.summ .payopt label {
	padding: 2px;
}
p.pdinfb {
	padding-top: 20px;
	text-align: center;
	line-height: 150%;
}
.logininfo {
	clear: both;
	float: left;
	padding: 0 0 0 10px;
	margin: 10px 0;
	white-space: nowrap;
}
.notice {
	width: 356px;
}
#pozam h3.prez {
	margin-top: 0;
	margin-bottom: 3px;
	padding: 15px 0 8px 0;
	background: url(img/box.gif) left center no-repeat;
	text-indent: 35px;
}
/* --- REJESTRACJA, PANEL-DANE, PODSUMOWANIE --- */
span.imp {
	color: #D00;
}
#regfrm {
	margin-top: 20px;
}
#regfrm label {
	clear: both;
	float: left;
	padding: 4px 0 4px 10px;
	white-space: nowrap;
}
#regfrm label span {
	display: -moz-inline-box;
	display: inline-block;
	width: 130px;
}
#regfrm label input {
	width: 220px;
}
#regfrm label var {
	color: #D00;
	font-style: normal;
}
#regfrm button {
	clear: both;
	float: left;
	margin: 20px 0 30px 142px;
	padding: 5px 10px;
	height: auto;
}
#regfrm .policy {
	clear: both;
}
/* --- LOGOWANIE --- */
#logfrm {
	margin: 15px 0;
}
#logfrm button {
	margin-left: 12px;
}
#logfrm label span {
	display: -moz-inline-box;
	display: inline-block;
	width: 60px;
}
#logfrm label input {
	width: 120px;
}
