html, body{
	margin: 0; padding: 0;
	font: normal 8pt Verdana, "Trebuchet MS", Arial, Tahoma;
	height: 100%;
	text-align: left;
	background: #FFF;
}
body{
	height: 100%;
}
#body_container{
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	width: 990px;
	position: relative;
}
#header_container{
	margin: 5px 0;
	height: 36px;
	margin-left: 180px;
	background: url(../gfx/menu_background.jpg) 0 0 no-repeat;
}
#top_container{
	padding-top: 5px;
	padding-left: 180px;
}

#left_container{
	width: 10px;
	height: 570px;
	float: left;
}

#right_container{
	float: right;
	width: 170px;
	margin-right: 2px;
	padding-bottom: 100px;
}

#center_container{
	margin-left: 180px;
	margin-right: 180px;
	padding-bottom: 100px;
	/* margin-top: 15px; */
}
#clearing{
	clear: both;
}
#footer_container{
	position: absolute;
	bottom: 0; left: 0;
	width: 990px;
	height: 80px;
	background: url(../gfx/footer_background.jpg) 0 0 no-repeat;
}

h1.title{
	display: none;
}

h2{
	font-size: 11pt;
	margin: 0.5em auto;
}

p.msg, span.required{
	color: #FF2929;
	font-weight: bold;
}

#center_container a{
	color: #2A4977;
	font-weight: bold;
	text-decoration: none;
}
#footer_container a{
	color: #2A4977;
	text-decoration: none;
}
#center_container a:hover, #footer_container a:hover{
	text-decoration: underline;
}
#center_container a.active{
	color: #000;
}
#center_container a.active:hover{
	text-decoration: none;
	cursor: default;
}
#center_container .tresc{
	padding: 0 8px;
}
#center_container .msg{
	padding: 0 8px;
}
#center_container .tresc a[href^="http"]{
	padding-right: 15px;
	background: url(../gfx/outer_link.gif) 100% 50% no-repeat;
}
#center_container .tresc a[href^="http"]:hover{
	background-position: 100% -1%;
}
#center_container .produkt_main_mini a[href^="http"] span{
	padding-right: 15px;
	background: url(../gfx/outer_link.gif) 100% 50% no-repeat;
}
#center_container .produkt_main_mini a[href^="http"]:hover span{
	background-position: 100% -1%;
}
#map{
	border: solid 1px #C5C6C7;
}
/* banner top =========================== */

/*#top_container span.banner{
display: block;
width: 790px;
height: 126px;
padding: 5px 10px 5px 10px;
margin-bottom: -5px;
background: url(../gfx/banner_background.jpg) 0 0 no-repeat;
position: relative;
z-index: 50;
}*/

#top_container span.banner{
	display: block;
	width: 805px;
	position: relative;
	z-index: 50;
	margin-bottom: 8px;
}

/* lista tagow =========================== */

.taglist .size_0{
	font-size: 2.5em;
}
.taglist .size_1{
	font-size: 2.1em;
}
.taglist .size_2{
	font-size: 1.5em;
}
.taglist .size_3{
	font-size: 1.2em;
}
#center_container .taglist a{
	color: #CCC;
}
#center_container .taglist:hover a{
	color: #2A4977;
}

#center_container .taglist a.active{
	color: #AAA;
}
#center_container .taglist:hover a.active{
	color: #000;
}

/* lista kategorii =========================== */

#center_container p.description{
	margin-left: 40px;
	text-align: justify;
	color: #999;
}
#center_container p.description a{
	color: #6A99A7;
}
#center_container .subcat h2{
	margin-left: 40px;
}

#center_container .subcat p.description{
	margin-left: 80px;
	text-align: justify;
	color: #999;
}
#center_container p.description:hover{
	color: #000;
}
#center_container p.description:hover a{
	color: #2A4977;
}

/* formularze kontaktowe =========================== */

table.kontakt{
	margin-top: 15px;
	width: 90%;
	margin: 0 auto;
}
table.kontakt th{
	vertical-align: top;
	text-align: right;
	padding: 4px;
	width: 35%;
}
table.kontakt td{
	padding: 4px;
	width: 65%;
}
table.kontakt td input.text{
	border: solid 1px #2A4977;
	width: 94%;
}
table.kontakt span.required{
	display: none;
}
table.kontakt td textarea{
	border: solid 1px #2A4977;
	width: 94%;
}

/* konto u�ytkownika =========================== */

table.usertable{
	margin-top: 15px;
	width: 80%;
}
table.usertable th{
	width: 25%;
	text-align: right;
}
table.usertable td input.text{
	border: solid 1px #2A4977;
	width: 90%;
}

table.usertable td textarea{
	border: solid 1px #2A4977;
	width: 94%;
}
table.usertable td span.error{
	display: block;
	color: #F00;
}


/* lista produktow =========================== */

.produkt_brief_top{
	width: 575px;
	padding-left: 40px;
	padding-right: 10px;
	height: 30px;
	line-height: 25px;
	background: url(../gfx/produkt_brief_top.jpg) 0 0 no-repeat;
}
.produkt_brief_top h3{
	font-size: 10pt;
	margin: 0; padding: 0;
}

.produkt_brief_top span.item_id{
	float: right;
	margin-right: 50px;
}

.produkt_brief_top span.to_compare{
	float: right;
}


.produkt_brief_main{
	width: 613px;
	border-left: solid 1px #C5C6C7;
	border-right: solid 1px #C5C6C7;
	border-bottom: solid 1px #C5C6C7;
	margin-bottom: 15px;
	padding: 0 5px 5px 5px;
}
.produkt_brief_main td{
	vertical-align: top;
}
.produkt_brief_main img{
	border: 0;
	margin-right: 5px;
}

#center_container input.reset{
	margin-right: 10px;
	float: right;
}

.produkt_brief_main .cena{
	font-weight: bold;
}

.produkt_brief_main .procent{
	font-weight: bold;
	color: #F00;
}

.produkt_brief_main span.strike{
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 5px;
	text-decoration: line-through;
}

.produkt_brief_main .nowosc{
	color: #FF2929;
	padding-left: 30px;
	background: url(../gfx/nowosc.jpg) 5px 0 no-repeat;
	height: 20px;
	line-height: 20px;

}

.produkt_brief_main .uzywany{
	color: #FF2929;
	padding-left: 30px;
	background: url(../gfx/uzywany.jpg) 5px 0 no-repeat;
	height: 20px;
	line-height: 20px;
}

.produkt_brief_main .przesylka-gratis{
	color: #FF2929;
	padding-left: 30px;
	background: url(../gfx/gratis.jpg) 0 0 no-repeat;
	height: 20px;
	line-height: 20px;

}

.produkt_brief_main .tresc{
	width: 25%;
	padding: 1em;
}
.produkt_brief_main .tresc ul{
	margin: 0;
	padding: 0;
}
.produkt_brief_main .middle{
	padding-left: 25px;
}
.produkt_brief_main .dostepnosc{
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
}

.produkt_brief_main .jest-duzo{
	background: url(../gfx/produkt_ikona_duzo.jpg) 0 50% no-repeat;
}

.produkt_brief_main .dostepny{
	background: url(../gfx/produkt_ikona_dostepny.jpg) 0 50% no-repeat;
}

.produkt_brief_main .na-zamowienie{
	background: url(../gfx/produkt_ikona_dostawa.jpg) 0 50% no-repeat;
}

.produkt_brief_main .brak{
	background: url(../gfx/produkt_ikona_brak.jpg) 0 50% no-repeat;
}
.produkt_brief_main .chwilowo-brak{
	background: url(../gfx/produkt_ikona_chwila.jpg) 0 50% no-repeat;
}

.produkt_brief_main .jest-malo{
	background: url(../gfx/produkt_ikona_malo.jpg) 0 50% no-repeat;
}

/* jeden produkt =========================== */
.jedenprodukt{
	border-collapse: collapse;
	margin-top: 4px;
}
.jedenprodukt td{
	vertical-align: top;
}

.jedenprodukt td .produkt_main{
	width: 572px;
	border-left: solid 1px #C5C6C7;
	border-right: solid 1px #C5C6C7;
	border-bottom: solid 1px #C5C6C7;
	margin-bottom: 15px;
	padding: 0 8px 5px 8px;
	/*text-align: justify;*/
}
.jedenprodukt td .produkt_main ul{
	margin-top: 0;
	padding-top: 1em;
}

.jedenprodukt td .produkt_main_mini{
	width: 188px;
	border-left: solid 1px #C5C6C7;
	border-right: solid 1px #C5C6C7;
	border-bottom: solid 1px #C5C6C7;
	margin-bottom: 10px;
	padding: 0 5px 5px 5px;
	margin-left: 14px;
}

.jedenprodukt td .produkt_opis{
	width: 540px;
	padding-left: 40px;
	padding-right: 10px;
	height: 35px;
	line-height: 35px;
	background: url(../gfx/produkt_opis.jpg) 0 0 no-repeat;
}
.jedenprodukt td .produkt_cena{
	width: 150px;
	padding-left: 40px;
	padding-right: 10px;
	height: 35px;
	line-height: 35px;
	background: url(../gfx/produkt_cena.jpg) 0 0 no-repeat;
	margin-left: 14px;
}
.jedenprodukt .tabela_wyposazenia {
	width: 100%;
	border-collapse: collapse;
}
.jedenprodukt .tabela_wyposazenia td{
	text-align: right;
	padding: 3px;
	width: 30%;
	border-bottom: dashed 1px #DDD;
}
.jedenprodukt .tabela_wyposazenia tr:hover{
	background: #EEE;
}
.jedenprodukt .tabela_wyposazenia .wartosc{
	text-align: left;
	border-left: dashed 1px #DDD;
	width: 70%;

}

.jedenprodukt td .zdjecia{
	/*height: 160px;*/
	/*overflow: auto;*/
}
#makeMeScrollable{
	position: relative;

}
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/*	Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* 	The hotspots have a minimum width of 100 pixels
	and if there is room the will grow and occupy 15%
	of the scrollable area (30% combined). Adjust it
	to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/*	There is a big background image and it's used
		to solve some problems I experienced
		with Internet Explorer 6. */
	background-image: url(images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

/*	Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(images/arrow_left.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}




.jedenprodukt td .zdjecia td{
	vertical-align: middle;
}
.jedenprodukt .scrollableArea img{
	/* border: solid 1px #666; */
	border: 0;
}
.jedenprodukt td .produkt_main .opis{
	font-weight: bold;
}

.jedenprodukt td .produkt_opis .item_id{
	float: right;
}
.jedenprodukt td .produkt_opis .card{
	padding-left: 25px;
	background: url(../gfx/card.gif) 0 50% no-repeat;
}
.jedenprodukt td .produkt_opis h1, .jedenprodukt td .produkt_opis h3
,.jedenprodukt td .produkt_cena h3{
	font-size: 10pt;
	margin: 0; padding: 0;
	display: inline;
}

.jedenprodukt td .towary{
	height: 415px;
	overflow: auto;
}
.jedenprodukt td .towary table{
	border-collapse: collapse;
}
.jedenprodukt td .towary td h4{
	font-size: 10pt;
	margin: 0.5em;
}
.jedenprodukt td .towary td.assoc{
	width: 190px;
	/* border: dashed 1px #DDD; */
}

.jedenprodukt td .towary td.assoc{
	padding: 5px 10px;
	text-align: center;
}
.jedenprodukt td .towary td.assoc img{
	border: 0;
}

.jedenprodukt td .towary td.assoc .cena{
	font-weight: bold;
}

.jedenprodukt td .towary td.assoc .procent{
	font-weight: bold;
	color: #F00;
}

.jedenprodukt td .towary td.assoc span.strike{
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 5px;
	text-decoration: line-through;
}

.jedenprodukt td .towary td.assoc .nowosc{
	color: #FF2929;
	background: url(../gfx/nowosc.jpg) 50px 0 no-repeat;
	padding-left: 15px;
	height: 20px;
	line-height: 20px;
}

.jedenprodukt td .towary td.assoc .uzywany{
	color: #FF2929;
	background: url(../gfx/uzywany.jpg) 25px 0 no-repeat;
	height: 20px;
	padding-left: 15px;
	line-height: 20px;
}

.jedenprodukt td .towary td.assoc .przesylka-gratis{
	color: #FF2929;
	/* padding-left: 30px; */
	background: url(../gfx/gratis.jpg) 20px 0 no-repeat;
	padding-left: 15px;
	height: 20px;
	line-height: 20px;
}
.jedenprodukt td .towary td.assoc .tresc{
	margin-top: 1em;
}

.jedenprodukt td .produkt_wyposazenie{
	background: url(../gfx/produkt_wyposazenie2.jpg) 0 0 no-repeat;
}
.jedenprodukt td .produkt_zdjecia{
	background: url(../gfx/produkt_zdjecia.jpg) 0 0 no-repeat;
}
.jedenprodukt td .produkt_powiazane{
	background: url(../gfx/produkt_powiazane.jpg) 0 0 no-repeat;
}

.jedenprodukt td .produkt_dodatkowe{
	background: url(../gfx/produkt_dodatkowe.jpg) 0 0 no-repeat;

}
.jedenprodukt td .produkt_logo{
	background: url(../gfx/produkt_logo.jpg) 0 0 no-repeat;
}
.jedenprodukt td .produkt_downloads{
	background: url(../gfx/produkt_downloads.jpg) 0 0 no-repeat;
}

.jedenprodukt td .produkt_main_mini .opis{
	font-weight: bold;
	display: block;
}

.jedenprodukt td .produkt_main_mini label{
	font-size: 7pt;
	letter-spacing: -0.5px;
}

.jedenprodukt td .produkt_main_mini .cena{
	font-weight: bold;
	margin-top: 0;
	padding-top: 0.5em;
}

.jedenprodukt td .produkt_main_mini .procent{
	font-weight: bold;
	color: #F00;
}

.jedenprodukt td .produkt_main_mini span.strike{
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 5px;
	text-decoration: line-through;
}

.jedenprodukt td .produkt_main_mini .pricebox{
	width: 99%;
}
.jedenprodukt td .produkt_main_mini a.logo img {
	border: 0;
}

.jedenprodukt td .produkt_main_mini .nowosc{
	color: #FF2929;
	padding-left: 30px;
	background: url(../gfx/nowosc.jpg) 5px 0 no-repeat;
	height: 20px;
	line-height: 20px;
}

.jedenprodukt td .produkt_main_mini .uzywany{
	color: #FF2929;
	padding-left: 30px;
	background: url(../gfx/uzywany.jpg) 5px 0 no-repeat;
	height: 20px;
	line-height: 20px;
}

.jedenprodukt td .produkt_main_mini .przesylka-gratis{
	color: #FF2929;
	padding-left: 30px;
	background: url(../gfx/gratis.jpg) 0 0 no-repeat;
	height: 20px;
	line-height: 20px;
}

.jedenprodukt td .produkt_main_mini .dostepnosc{
	/* text-align: center; */
	margin: 5px auto;
}
.jedenprodukt td .produkt_main_mini .dostepnosc div{
	display: inline;
	padding: 5px 0 5px 30px;
}

.jedenprodukt td .produkt_main_mini .extra{
	color: #999;
}
.jedenprodukt td .produkt_main_mini .jest-duzo{
	background: url(../gfx/produkt_ikona_duzo.jpg) 0 50% no-repeat;
}

.jedenprodukt td .produkt_main_mini .dostepny{
	background: url(../gfx/produkt_ikona_dostepny.jpg) 0  50% no-repeat;
}

.jedenprodukt td .produkt_main_mini .na-zamowienie{
	background: url(../gfx/produkt_ikona_dostawa.jpg) 0 50% no-repeat;
}

.jedenprodukt td .produkt_main_mini .jest-malo{
	background: url(../gfx/produkt_ikona_malo.jpg) 0  50% no-repeat;
}
.jedenprodukt td .produkt_main_mini .form{
	text-align: center;
}
.jedenprodukt td .produkt_main_mini .form .ilosc{
	width: 30px;
}
.jedenprodukt td .produkt_main_mini img{
	display: block;
	margin: 0 auto;
}
.jedenprodukt td .produkt_main_mini a.link{
	display: block;
	padding-left: 25px;
	/* height: 20px; */
	line-height: 20px;
}
.jedenprodukt td .produkt_main_mini a.link_pdf{
	background: url(../gfx/produkt_ikona_pdf.gif) 0 0 no-repeat;
}

/* nav strip =========================== */
#navstrip{
	padding: 2px 10px;
	background: url(../gfx/top_container_background.jpg) 0 0 no-repeat;
	height: 36px;
	line-height: 40px;
	color: #666;
	position: relative;
	z-index: 49;
}
#navstrip span.delimiter{
	display: block;
	float: left;
	height: 36px;
	width: 18px;
	background: url(../gfx/top_container_delimiter.jpg) 0 1px no-repeat;
}
#navstrip span.lastitem{
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
}
#navstrip a{
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #999;
	text-decoration: none;
}
#navstrip a:hover{
	text-decoration: underline;
}
#navstrip a.home{
	height: 36px;
	width: 18px;
	display: block;
	float: left;
	background: url(../gfx/top_container_home.jpg) 0 0 no-repeat;
}
#navstrip a.home span{
	display: none;
}

/* strona glowna =========================== */

.glowna{
	margin-top: 10px;

}
.glowna td h4{
	font-size: 8pt;
	margin: 0 auto 1em auto;
}

.glowna td{
	vertical-align: top;
}
.glowna td p{
	margin: 0.5em;
	font-size: 0.9em;
}

.glowna td .glowna_top{
	height: 24px;
	width: 265px;
	margin: auto;
	background: url(../gfx/glowna_top.jpg) 0 0 no-repeat;
	padding: 6px 0 0 40px;

}
.glowna td .glowna_main{
	border: solid 1px #C5C6C7;
	border-top: 0;
	width: 293px;
	height: 210px;
	overflow: hidden;
	padding: 5px 5px 10px 5px;
	text-align: center;
}

.glowna td .innertab td{
	border: 0;
	padding: 0;
	text-align: left;
}
.glowna td .innertab td.spacer{
	width: 5px;
}
.glowna td img{
	border: 0;
}

.glowna td .cena{
	/* color: #33A035;
	font-size: 10pt;
	text-align: center; */
	font-weight: bold;
	margin-top: 0;
}

.glowna td .procent{
	margin-top: 0;
	font-weight: bold;
	color: #F00;
}

.glowna td span.strike{
	display: block;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 5px;
	text-decoration: line-through;
}

.glowna td .nowosc{
	color: #FF2929;
	padding-left: 30px;
	background: url(../gfx/nowosc.jpg) 5px 0 no-repeat;
	height: 20px;
	line-height: 20px;
}

.glowna td .uzywany{
	color: #FF2929;
	padding-left: 30px;
	background: url(../gfx/uzywany.jpg) 5px 0 no-repeat;
	height: 20px;
	line-height: 20px;
}

.glowna td .przesylka-gratis{
	color: #FF2929;
	padding-left: 30px;
	background: url(../gfx/gratis.jpg) 0 0 no-repeat;
	height: 20px;
	line-height: 20px;
}
.glowna td .tresc{
	margin-top: 1em;
	text-align: left;
}


/* newsletter button =========================== */

#right_container a#newsletter_button{
	display: block;
	height: 48px;
	width: 168px;
	background: url(../gfx/newsletter_button.jpg) 0 0 no-repeat;
	margin: 10px 0;
}
#right_container a#newsletter_button span{
	display: none;
}
/* logo =========================== */

#header_container h1{
	margin: 0; padding: 0;
}
#header_container h1 #logo{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 169px;
	height: 58px;
	background: url(../gfx/logo.jpg) 0 0 no-repeat;
}
#header_container h1 #logo span{
	display: none;
}


/* teksty_panel =========================== */

#teksty_panel_top{
	background: url(../gfx/teksty_background_top.jpg) 0 0 no-repeat;
	width: 88px;
	height: 24px;
	padding: 6px 40px 0 40px;
	text-align: center;
	font-weight: bold;
}
#teksty_panel{
	width: 150px;
	padding: 0 8px 8px 8px;
	border: solid 1px #C5C6C7;
	border-top: 0;
	margin-bottom: 10px;
}
#teksty_panel p{
	margin: 0 0 0.8em 0;
	/*text-align: justify;*/
}
#teksty_panel p.bottom{
	padding-bottom: 0.8em ;
	border-bottom: solid 1px #999;
}
#teksty_panel a{
	color: #2A4977;
	font-weight: bold;
	text-decoration: none;
}
#teksty_panel a:hover{
	text-decoration: underline;
}

/* notki_panel =========================== */

#notki_panel_top{
	background: url(../gfx/notki_background_top.jpg) 0 0 no-repeat;
	width: 88px;
	height: 24px;
	padding: 6px 40px 0 40px;
	text-align: center;
	font-weight: bold;
}
#notki_panel{
	width: 150px;
	padding: 0 8px 8px 8px;
	border: solid 1px #C5C6C7;
	border-top: 0;
	margin-bottom: 10px;
}
#notki_panel p.bottom{
	padding-bottom: 0.8em ;
	border-bottom: solid 1px #999;
}
#notki_panel p{
	margin: 0 0 0.8em 0;
	/*text-align: justify;*/
}
#notki_panel a{
	font-weight: bold;
	color: #2A4977;
	text-decoration: none;
}
#notki_panel a:hover{
	text-decoration: underline;
}

/* search_panel =========================== */

#search_panel{
	position: absolute;
	top: 67px;
	left: 0;
	background: url(../gfx/search_panel_background.jpg) 0 0 no-repeat;
	width: 163px;
	height: 35px;
	padding-top: 33px;
	padding-left: 5px;
	text-align:left;
}
#search_panel2{
	background: url(../gfx/search_panel_background2.jpg) 0 0 no-repeat;
	width: 163px;
	height: 35px;
	padding-top: 33px;
	padding-left: 5px;
	text-align:left;
	margin-bottom: 10px;
}

#search_panel input.text, #search_panel2 input.text{
	width: 110px;
	padding: 3px 5px 0 5px;
	height: 17px;
	border: 0;
	background: url(../gfx/search_panel_input.jpg) 50% 50% no-repeat;
	/* margin-top: -3px; */
}
#search_panel input.gfx,#search_panel2 input.gfx{
	/* height: 17px; */
}

#center_container input.short{
	width: 100px;
}

/* basket_panel =========================== */
#basket_panel_top{
	background: url(../gfx2/basket_top.jpg) 0 0 no-repeat;
	height: 34px;
	margin-top: 13px;
	margin-right: 3px;
}
#basket_panel_top span{
	background: url(../gfx2/basket_top_right.jpg) 100% 0 no-repeat;
	height: 34px;
	line-height: 24px;
	display: block;
	text-align: center;
	font-weight: bold;
}
#basket_panel{
	margin-right: 3px;
	border: solid 1px #C5C6C7;
	border-top: 0;
	margin-bottom: 10px;
}
#basket_panel ul{
	margin: 0;
	padding: 0 5px 0 5px;
	list-style: none;
}
#basket_panel ul li{
	padding-bottom: 3px;
	border-bottom: solid 1px #C5C6C7;
	margin-bottom: 3px;
}
#basket_panel ul a{
	display: block;
}
#basket_panel ul span{
	font-size: 0.9em;
	padding-left: 10px;
	color: #6D6D6D;
}
#basket_panel_top.basket_inproduct, #basket_panel.basket_inproduct{
	margin-left: 14px;
	margin-right: 0;
}
#basket_panel_top.basket_inproduct{
	margin-top: 5px;
}

#basket_panel p,#basket_panel.basket_inproduct p{
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
}
#basket_panel a{
	font-weight: bold;
	color: #2A4977;
	text-decoration: none;
}
#basket_panel a:hover{
	text-decoration: underline;
}

/* lista produktow =========================== */
.produkty{
	background: url(../gfx/koszyk_top.jpg) 0 0 no-repeat;
	width: 625px;
	border-collapse: collapse;
	margin: 0 auto 0 0;
}
.produkty_lista{
	width: 625px;
	border-collapse: collapse;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin: 0 auto 0 0;
}
.produkty .headrow th{
	height: 30px;
	line-height: 25px;
	text-align: center;
}

.produkty_lista td{
	font-size: 7pt;
	vertical-align: middle;
	padding: 5px;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
.produkty_lista td h3{
	font-size: 10pt;
	margin: 0;
}

.produkty_lista .akcesorium_opis{
	font-weight: bold;
}

.produkty_lista .akcesorium{
	display: block;
	/* white-space: nowrap */
}

.produkty_lista .w33, .produkty .w33{
	width: 33%;
}
.produkty_lista .ilosc{
	width: 20px;
}

.produkty_lista .submit{
	display: inline;
}

/* lista zamowien =========================== */

.zamowienia{
	margin: 0 auto;
	margin-top: 10px;
	background: url(../gfx/koszyk_top.jpg) 0 0 no-repeat;
	width: 625px;
	border-collapse: collapse;
	/* border: solid 1px #FFF; */
}
.zamowienia .headrow th{
	height: 30px;
	line-height: 25px;
	text-align: center;
}

.zamowienia td{
	font-size: 7pt;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
.zamowienia .akcesoria{
	font-size: 8pt;
	width: 50%;
	vertical-align: top;
}
.zamowienia .ceny{
	font-size: 8pt;
}
.zamowienia td span{
	display: block;
	/* white-space: nowrap; */
}
.zamowienia td span.bold{
	font-weight: bold;
}



/* user_panel =========================== */

#user_panel{
	/*position: absolute;*/
	/*top: 225px;*/
	/*left: 0;*/
	background: url(../gfx/user_panel_background.jpg) 0 0 no-repeat;
	width: 148px;
	height: 55px;
	padding-left: 20px;
	padding-top: 44px;
	text-align:left;
	margin: 10px 0;
}
#user_panel p{
	margin: 2px 0; padding: 0;
}
#user_panel p a{
	color: #FFF;
	text-decoration: none;
}
#user_panel p a:hover{
	text-decoration: underline;
}

/* kategorie =========================== */
#parent_0_5_level1_top{
	position: absolute;
	top: 140px;
	left: 0;
	background: url(../gfx/kategorie_background_top3.jpg) 0 0 no-repeat;
	width: 168px;
	height: 35px;
}
#parent_0_5_level1{
	padding: 0;
	margin: 0;
	list-style:none;
	position: absolute;
	top: 175px;
	left: 0;
	width: 166px;
	padding: 0;
	border: solid 1px #C5C6C7;
	border-top: solid 1px #E7E7E7;
	border-bottom: 0;
	background: #C0C0C0;
}
#parent_0_5_level1 li{
}
#parent_0_5_level1 ul{
	padding: 0;
	margin: 0;
	list-style:none;
	background: #F3F3F3;
	display: none;
}
#parent_0_5_level1 li.active ul{
	background: #F3F3F3;
	display: block;
}
#parent_0_5_level1 a{
	color: #2A4977;
	padding: 8px;
	display: block;
	border-bottom: solid 1px #E7E7E7;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
#parent_0_5_level1 ul a{
	font-weight: normal;
	padding: 3px 7px 3px 20px;
	font-size: 8pt;
	background: url(../gfx/submenu.gif) 10px 50% no-repeat;
}

#parent_0_5_level1 a.active{
	background: #F3F3F3;
	font-weight: bold;
}
#parent_0_5_level1 ul a.active{
	background: #F3F3F3 url(../gfx/submenu.gif) 10px 50% no-repeat;
}

#parent_0_5_level1 a:hover{
	background: #E7E7E7;
}
#parent_0_5_level1 ul a:hover{
	background: #E7E7E7 url(../gfx/submenu.gif) 10px 50% no-repeat;
}

/*  =========================== */

/* menu =========================== */

#menu_nav_menu ul{
	margin: 0; padding: 0;
	list-style:none;
	padding: 0 12px;
}
#menu_nav_menu ul li{
	float: left;
	background: url(../gfx/menu_border.jpg) 100% 0 no-repeat;
}
#menu_nav_menu ul li#li_4_10{
	background: none;
}

#menu_nav_menu ul li a{
	padding: 11px 21px;
	height: 36px;
	line-height: 36px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 0px 6px #999;
}
#menu_nav_menu ul li a:hover{
	text-decoration: underline;
	text-shadow: 0px 0px 6px #FFF;
}

#menu_nav_menu ul li a.active{
	background: url(../gfx/menu_background_hover2.jpg) 0 0 repeat-x;
	color: #FFF;
	margin-left: -3px;
	text-shadow: 0px 0px 6px #FFF;
}

/* dolne menu =========================== */


#dolne_nav_menu ul{
	list-style: none;
	padding: 0; margin: 0;
}

#dolne_nav_menu ul li{
	float: left;
}

#dolne_nav_menu ul li a{
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	display: blockl;
	float: left;
	color: #000;
	text-decoration: none;
}

#dolne_nav_menu ul li a:hover{
	text-decoration: underline;
}


/*  =========================== */

/* credits */

#jigsaw{
	display: block;
	width: 60px;
	height: 40px;
	background: url(../gfx/credits/jcmpowered3b.png) 0 0 no-repeat;
	position: absolute;
	bottom: 10px;
	left: 15px;
	z-index: 70;
}
#jigsaw:hover{
	background-position: 0 -40px;
}
#jigsaw span{
	display: none;
}

#jrwd{
	display: block;
	width: 80px;
	height: 30px;
	background: url(../gfx/credits/jrwd3b.png) 0 0 no-repeat;
	position: absolute;
	bottom: 15px;
	left: 75px;
	z-index: 70;
}
#jrwd:hover{
	background-position: 0 -30px;
}
#jrwd span{
	display: none;
}
p.next_step{
	padding-right: 20px;
}
input.fwd{
	font-weight: bold;
}
ul.basketsteps{
	margin: 1em 2px 5px 0;
	padding: 0;
	list-style: none;
	height: 34px;
	border-bottom: solid 1px #CCCCCC;
}
ul.basketsteps li{
	width: 150px;
	float: left;
	height: 32px;
	line-height: 35px;
	background: url(../gfx/basketstep_right.jpg) 100%	0 no-repeat;
	text-align: center;
	margin-right: 7px;
	border-bottom: solid 1px #CCCCCC;
}
ul.basketsteps li a, ul.basketsteps li span{
	width: 130px;
	padding: 0 10px;
	float: left;
	display: block;
	height: 32px;
	background: url(../gfx/basketstep_left.jpg) 0 0 no-repeat;
	line-height: 35px;
	text-align: center;
}
ul.basketsteps li.active{
	height: 35px;
	line-height: 35px;
	border: 0;
}
ul.basketsteps li.active a, ul.basketsteps li.active span{
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}

