/*
 * bodyMainSection
 */

body {
	
	background-color: #fffbe5;
	background-image: url('../images/body_top_bg.jpg');
	background-repeat: repeat-x;
	
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	
	margin: 0;
	padding: 0;
}

h1, h2, h3 { color: #fff; font-size: 12px;}
img { border: none; margin: 0; padding: 0; vertical-align: bottom;}
a { color: #1a297e; text-decoration: none;}
ul {/*list-style-type: none;*/}
input { border: 1px solid #1a297e; /*width: 110px;*/ height: 16px; margin: 2px 0 2px 0px; color: #fff;}
div { overflow: hidden;}


/*
 * divMainSection
 */

#container {
	
	width: 960px;
	min-height: 900px;
	height: auto;
	
	text-align: left;
	margin: 0 auto;
	
}

/*
 * divTopSection
 */
#top {
	
	width: 960px;
	height: 168px;
	
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	
}
#top_left { 
	width: 340px; 
	height: 119px; 
	padding: 5px 0 0 0;
}
#top #logo { 
	width: 170px; 
	height: 119px; 
	background-image: url('../images/top_logo.jpg'); 
	background-repeat: no-repeat; 
	display: inline-block;
	z-index: 1;
}
#top #switch { 
	width: 170px; 
	height: 50px; 
	background-image: url('../images/top_switch.jpg'); 
	background-repeat: no-repeat; 
	text-align: center;
	position: relative;
	top: 59px;
	padding-top: 10px;
	display: inline;
	z-index: 1;
}
#top #switch a { color: #122778; font-weight: bolder; width: 100px; display: block; margin-left: 30px; font-size: 12px;}
#top #switch a:hover { text-decoration: underline;}

#top_right { width: 340px; height: 119px; padding: 5px 0 0 0;}
#basket { 
	width: 170px; 
	height: 119px; 
	background-image: url('../images/top_cart.jpg'); 
	background-repeat: no-repeat;
	padding: 26px 0 0 0;
}
#basket p { margin: 10px 0 0 11px; font-size: 11px;}
#basket p a {  color: #122778; margin-left: 10px; font-size: 12px;}
#basket p a:hover { text-decoration: underline;}

#account {
	width: 170px; 
	height: 119px; 
	background-image: url('../images/top_acc.jpg'); 
	background-repeat: no-repeat;
	padding-top: 26px ;
}
#account p { margin: 0 0 0 10px; color: #fff;}
#account p.remind { padding: 5px 000;}
#account p.remind a { color: #fff;}
#account p input { border: 1px solid #1a297e; width: 110px; height: 16px; background-color: #4e61b0; margin: 2px 6px 2px 0; color: #fff; font-size: 13px;}
#account input.login  { width: 65px; height: 25px; margin: 10px 5px 0 0; border: none; background-image: url('../images/login_bg.jpg'); font-size: 11px; color: #1a297e;}
#account p a { font-size: 11px; text-decoration: underline; color: #fff; }
#account p a:hover { text-decoration: none;}

#top_navigation {width: 960px; height: 40px; position: relative; top: 4px;}
#top_navigation ul {width: 960px; height: 40px; margin: 0;  padding: 0;}
#top_navigation ul li { display:inline; float:left; text-align: center; padding-top: 12px; display: inline-block; width: 160px; height: 40px; background-image: url(../images/top_nav2.jpg); background-repeat: no-repeat;}
#top_navigation ul li.first { width: 161px; height: 40px; background-image: url(../images/top_nav1.jpg);}
#top_navigation ul li.last { width: 158px;  height: 40px; background-image: url(../images/top_nav3.jpg); margin-top: 0px;}
#top_navigation ul li a { font-size: 12px; font-weight: bolder; color: #fff; text-decoration: none;}
#top_navigation ul li a:hover { text-decoration: underline;}


/*
 * divMainSection
 */

#main {
	
	width: 960px;
	height: auto !important;
	min-height: 675px;	
}

/*
 * divLeftColumn
 */

#l_column {
	
	width: 175px;
	height: auto !important;
	min-height: 770px;
	margin: 5px 0 0 0;
	
}
#search {
	width: 170px;
	height: 70px;
	margin: 0 0 0 0;
	padding: 20px 0 0 8px;
	display: block;
	
	background-image: url('../images/search_bg.jpg');
	background-repeat: no-repeat;
	
}
#search input { height: 21px; width: 125px; background-color: #efefef; margin: 10px 0 4px 0; float: left; color: #1a297e; }
#search input.button { width: 25px; height: 25px; background-image: url('../images/sbutton_bg.jpg'); border: none;}
#search a {font-size: 11px;}
#search a:hover { text-decoration: underline;}

/*
 * l_box universal element
 */


.l_box {
	
	width: 170px;
	height: auto;
	min-height: 35px;
	margin: 5px 0 0 0;
	padding: 0;
	
	background-image: url('../images/l_box_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	
}

.l_box_slim {
	
	width: 170px;
	height: auto;
	min-height: 35px;
	margin: 5px 0 0 0;
	padding: 0;
	
	background-image: url('../images/l_box_bg_slim.jpg');
	background-position: top;
	background-repeat: no-repeat;
	
}

.l_box h1 { margin: 10px 0 0 10px;}
.l_box_slim h1 { margin: 10px 0 0 10px;}
.l_box ul { 

	width: 140px;
	margin: 5px 0 0 0;
	display: inline-block;
	padding:0 0px 0 22px;
}
.l_box ul li { 
	min-height: 22px;
	width: 140px;
	padding: 3px 0 0px 0px; margin-bottom: 3px; margin-top: 6px;
	/*margin: 6px 0px 5px 5px;
	padding: 1px 0px 1px 0px;*/
	list-style-image:url('../images/r_arrow.png');
}

.l_box a { color: #404040; padding-bottom: 3px;}
.l_box a:hover { text-decoration: underline;}


.l_box_inner { 

	border-bottom: 1px solid #c2c5b7;
	border-left: 1px solid #c2c5b7;
	border-right: 1px solid #c2c5b7;
	margin-top: 10px;
	padding-right: 5px;
	
	
	-webkit-border-bottom-right-radius: 5px; /* Safari, Chrome */
	-webkit-border-bottom-left-radius: 5px; /* Safari, Chrome */
	-moz-border-radius-bottomleft: 5px; /* Firefox */
	-moz-border-radius-bottomright: 5px; /* Firefox */
	border-bottom-right-radius: 5px; /* CSSv3 */
	border-bottom-right-radius: 5px; /* CSSv3 */
}


.bborder { border-bottom: 1px solid #e2ddcb;}
.more { float: right; margin:0 10px; display: block; color: #987020;}
.l_more {margin:10px 0 0 0;}
a.more { font-size: 11px; color: #987020; text-decoration: underline;}
a.l_more { font-size: 11px; color: #987020; text-decoration: underline;}

#left_contact {
	
	width: 170px;
	height: 140px;
	margin: 5px 000;
	padding: 5px 000;
	background-image: url('../images/l_contact_bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	
}
#left_contact p { color: #122778; margin: 6px 0 0 10px;}
#left_contact h2 { color: #122778; margin: 10px 0 0 10px;}

#c_column {
	width: 600px;
	height: auto;
	min-height: 555px;
	margin: 5px auto 0 5px;
}
#breadcrumb {
	
	width: 600px;
	height: 30px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 15px;
	font-size: 11px;
	
	background-image: url('../images/bcrumb_bg.jpg');
	background-repeat: no-repeat;
}
#breadcrumb p { margin-top: 8px; display: inline-block;color: #987020;}
#breadcrumb a { font-size: 11px; margin-left: 3px; color: #987020; text-decoration: underline; }
#breadcrumb a:hover { text-decoration: none;}
.bcb { display: inline;}

#main_banner {
	
	width: 600px;
	height: 110px;
	margin: 5px 0;
}

/*
 * newsBox
 */
#news_box {
	width: 600px;
	height: 140px;
	
	background-image: url('../images/news_bg.jpg');
	background-repeat: no-repeat;
}
.news {
	
	width: 300px;
	height: 140px;
	display: inline-block;
	
}
.news h2 { color: #122778; margin: 10px 10px 0 5px; padding-bottom: 5px; border-bottom: 1px solid #dbdceb;}
.news p { padding: 0 5px 0 10px; font-size: 11px; line-height: 145%;}
.news a { margin-top: 15px;}
.date { float: right; margin: 3px 0 0 0; color: #c2c5b7 ; font-weight: normal; font-size: .8em;}
.proddImg { float: left; width: 135px; margin: 0 5px 0 0; text-align: center;}
.proddR { margin: 0 5px 0 0;}
.proddDesc { }


/*
 * promoBox
 */
#promo_box {
	width: 600px;
	background-color: #fff;
	text-align: justify;
}
.promo {
	
	width: 598px;
	display: block;
	padding: 0px;
	
	border-right: 1px solid #0f1b7f;
	border-left: 1px solid #0f1b7f;
	
}
.promo h2 { color: #122778; font-size: 15px; margin: 10px 10px 0 15px; padding-bottom: 5px; border-bottom: 1px solid #dbdceb; width: 575px;}
.promo h3 { color: #122778; font-size: 14px;}
.promo h3:hover { text-decoration: underline;}
.promo p { margin: 5px 0 0 2px; padding: 0 5px 0 5px; font-size: 11px;}
.promo img { border: 5px solid #3c487e; margin: 5px 5px 5px 0px; /*width: 150px; height: 150px;*/}
.promo a {}
.promo a:hover { text-decoration: underline;}
.promo i { color: #808080; margin: 0; display: block;}

/*search results*/

.result { font-size: 12px; color: #987020; width: 540px;}


.promo_buy { 
	width: 108px; 
	height: 25px;
	color: #fff;
	
	margin: 0;
	padding: 5px 0px 5px 3px;	
	background-image: url('../images/buy_box_bg.jpg');
	background-repeat: no-repeat;

}
.promo_buy_promocje { 
	width: auto;
	height: 25px;
	color: #c2c5b7;
	font-weight: bold;
	
	margin: 0;
	padding: 5px 0px 10px 5px;	
	background-image: url('../images/buy_box_bg.jpg');
	background-repeat: no-repeat;

}
.promo_buy_promocje a {color: #fff;  margin-right: 40px; font-weight: normal;}

.promo_cart { 
	width: 125px; 
	height: 25px;
	color: #fff;
	
	margin: 5px 0;
	padding: 5px 0px 5px 8px;	
	background-image: url('../images/add_bg.jpg');
	background-repeat: no-repeat;

}
.promo_cart a { font-size: 11px; color: #fff;}


.promo_header {
	width: 600px;
	height: 4px;
	margin: 0px 000;
	padding: 3px 0 0 15px;
		
	background-image: url('../images/promo_box_top_bg.jpg');
	background-repeat: no-repeat;
}

.sub { font-size: 12px; display:inline-block; margin: 5px 0 5px 8px;}


.promo_bottom {
	width: 600px;
	height: 5px;
	background-image: url('../images/promo_box_bottom_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
.line-through { text-decoration: line-through; color: red;}

/*
 * book
 */
.promo_book {width: 598px;border-right: 1px solid #0f1b7f; border-left: 1px solid #0f1b7f; }
.promo_book p { margin: 5px 5px;  text-align: justify; line-height: 140%;}
.promo_book h1, h2 { font-size: 18px; color: #1a297e; margin: 10px; text-align: left;}
.book { margin: 0 10px 5px 10px; line-height: 135%;}
.book span {}
.book img { margin: 5px 5px 5px 0px;}
.large { float: left; }
.label { margin: 10px 25px;}
.mmore { color: brown; text-decoration: none;}
.mmore a:hover { color: brown; text-decoration: underline;}
p.book_box { min-height: 165px;}

.image-mins { text-align: center; margin: 5px 5px 5px 10px; padding: 5px; width: 450px;}
.image-mins img { margin: 10px; vertical-align: bottom; border: none;}
.imagebxm { width: 100px; height: 100px; border: 4px solid  #3C487E; float: left; margin-right: 5px; text-align: center;}

.image-mins ul {
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.image-mins li { width: 100px; height: 115px; border: 4px solid  #3C487E; float: left; margin-right: 5px; text-align: center; }


.new { font-size: 1.2em; color: green;}
.best { font-size: 1.2em; color: red;}

/*
 * NowościElements
 */

.paginate {
	width: 575px;
	height: 35px;
	
	text-align: center;
	margin: 10px 0 10px 15px;
	border-top: 1px solid #dbdceb;
	border-bottom: 1px solid #dbdceb; 
}
.paginate p { font-size: 11px; margin-top: 10px;}
.paginate a { color: #0f1b7f; font-size: 12px;}
.current { text-decoration: underline;}

.paginate_bottom {
	width: 575px;
	height: 45px;
	
	text-align: center;
	margin: 15px 0 10px 10px;
	border-top: 1px solid #dbdceb; 
	border-bottom: 1px solid #dbdceb; 
}
.paginate_bottom p { font-size: 11px; margin-top: 15px;}
.paginate_bottom a { color: #0f1b7f; font-size: 12px;}


.prodd  { margin: 10px 0 15px 0px; padding-bottom: 15px; border-bottom:1px solid #DBDCEB;}
.kopis { width: 420px; float: right; padding: 0; margin: 0px 0 0 0;}
.kmore  {font-size: 11px; color: #0f1b7f; text-decoration: underline; }
.imagebx { width: 150px; height: 150px; background-image: url("../images/produkt_miniaturka.jpg"); float: left; margin-right: 5px; text-align: center;}
.imagebx_promo { width: 150px; height: 150px; background-image: url("../images/produkt_miniaturka_promocja.jpg"); float: left; margin-right: 5px; text-align: center;}
.prodd img { /*width: 80px; height: 105px;*/ border: none; margin: 36px 30px 0 31px;}
.promo h3 a { color: #1a297e;}

.prodd2  { margin: 10px 0 15px 0px;}
.prodd2 img { /*width: 80px; height: 105px;*/ border: none; margin: 14px 30px 0 31px;}

/*
 * main_box_Section
 */

.main_box {
	width: 600px;
	height: auto;
	margin: 5px 0 0 0;
}
.box_header {
	width: 600px;
	height: 38px;
	margin: 0px 000;
	padding: 5px 0 0 15px;
		
	background-image: url('../images/main_box_top_bg.jpg');
	background-repeat: no-repeat;
}
.box_header a { color: #fff;}
.moreProd { float: right; margin-right: 330px;}

div.products {
	
	width: 598px;
	height: auto;
	border-right: 1px solid #0f1b7f;
	border-left: 1px solid #0f1b7f;
	background-color: #fff;
	
}
.box_product {
	width: 148px;
	height: 203px;
	float: left;
	
	text-align: center;
}
.box_product img { margin: 5px auto 0 auto;} /*height: 105px; width: 80px;*/ 
.box_product p { margin: 0px 0; color: #0f1b7f;}
.box_product b{ border-bottom: 1px solid #b7bad8; width: 100px; display: inline-block;}
.box_product b a { color: #122778; width: 100px; display: inline-block;}
.box_product i { color: #808080; margin: 3px 0; display: inline-block;}
.box_border_right { border-right: 1px solid #b7bad8; }
.box_border_bottom { border-bottom: 1px solid #b7bad8;}



.box_buy { 
	width: 108px; 
	height: 25px;
	color: #fff;
	
	margin: 0 auto;
	text-align: left;
	padding: 5px 0px 0 0;	
	background-image: url('../images/buy_box_bg.jpg');
	background-repeat: no-repeat;

}
.box_buy p { font-size: .9em; margin: 1px 0px 0 7px;}
.box_buy p a { margin: 0 0px 0 0px; padding: 0; color: #fff;}

.box_bottom {
	width: 600px;
	height: 4px;
	
	background-image: url('../images/main_box_bottom_bg.jpg');
	background-repeat: no-repeat;
}

#contact { width: 598px; border-left: 1px solid #122778; border-right: 1px solid #122778;}
#contact .contactInner { text-align: justify; margin: 5px 10px;}
#contact h1,h2 { color: #122778; font-size: 15px; margin: 10px 10px 0 5px; padding-bottom: 5px; border-bottom: 1px solid #dbdceb;}
#contact h3 { color: #404040; font-size: 11px; font-weight: bolder; margin-left: 5px;}
#contact p { margin: 5px 0 0 5px;padding: 0 5px 0 0px; font-size: 11px; line-height: 145%;}
.map { border: 1px solid #dbdceb; width: 420px;}

#form { margin: 5px 15px;}
#form textarea {  border: 1px solid #1a297e;}
#form input {color: #122778;}
#form input.submit { width: 120px; height: 25px; font-size: 11px; color: #122778;}


#bottom_banner {
	
	width: 600px;
	height: 110px;
	
	margin: 5px 0;
}

/*
 * rightBoxsecion
 */

#r_column {
	width: 175px;
	height: auto !important;
	min-height: 600px;
	margin: 0px 0 0 0px;
}

/*
 * r_box universal element
 */

.r_box {
	
	width: 170px;
	height: auto;
	font-size: 11px;
	min-height: 35px;
	margin: 5px 0 0 5px;
	padding: 0px 0 0px 0;
	
	background-image: url('../images/l_box_bg.jpg');
	background-position: top;
	background-repeat: no-repeat;

}
.r_box h1 { margin: 10px 0 0 10px;}
.r_box ul { width: 140px; display: inline-block; margin: 5px 5px 0 5px; padding: 0 0 0 10px; text-align: center;}
.r_box ul li { min-height: 22px; width: 140px; list-style-type: none; padding: 5px 0 5px 0px; color: #0f1b7f; font-weight: bolder;  text-align: left;}
.r_box a { color: #404040; padding-bottom: 3px; margin-top: 5px;}
.r_box_inner { 
	width: 168px;
	min-height: 20px;
	text-align: center;
	border-left: 1px solid #0f1b7f;
	border-right: 1px solid #0f1b7f;
	margin-top: 10px;
		
}
.r_box_inner ul {margin: 0 0 0 5px;}
.r_box_inner p { margin: 5px 0 5px 5px; padding: 0 0 5px 0;}
.r_box_inner i { color: #808080; margin: 4px 0 0 15px; display: inline-block; font-weight: normal;}
.r_box_inner a { color: #1a297e;}
.r_box_inner b a { color: #3e3e3e;}
.r_box_inner .more a{ color:  #987020;}
.r_box_inner img { margin: 0 0 0 10px;}
.price { color: red; font-size: 1em;}

.r_box_bottom {
	width: 170px;
	height: 4px;
	
	background-image: url('../images/right_box_bottom_bg.jpg');
	background-repeat: no-repeat;
}

.r_bborder { border-bottom: 1px solid #e2ddcb; height: auto !important; min-height: 45px;}
.r_bborder a { margin-bottom: 3px;}

#bestsellers { background-color: #fff; }

.r_box_product {
	width: 168px;
	height: auto;
	font-size: 11px;
	
}
.r_box_product img { height: 120px; margin: 0 auto;}
.r_box_product p { margin: 0px 0; color: #0f1b7f;}
.r_box_product b{ border-bottom: 1px solid #b7bad8; width: 100px; display: inline-block;}
.r_box_product i { color: #808080; margin: 3px 0; display: inline-block;}

.r_box_buy { 
	width: 108px; 
	height: 25px;
	color: #fff;
	
	margin: 5px auto;
	padding: 0px 0px 0 0px;
	background-image: url('../images/buy_box_bg.jpg');
	background-repeat: no-repeat;

}
.r_box_buy p { margin: 10px 0px 0 -10px;}
.r_box_buy a { color: #fff; font-size: 11px; margin: 5px 0px 0 -18px; display: block;}

#promotions { background-color: #fff;}

.arrow { list-style-image:url('../images/r_arrow.png'); }
#help { background-color: #fff;}
.normal {font-weight: normal;}
#right_banner { margin: 5px 00 0px;}
#right_banner img {margin-left: 5px;}

#footer {
	
	width: 960px;
	height: 71px;
	margin: 0px 0 5px 0;
	
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	
}
#footer p { margin: 25px 15px;}
#footer p a { color: #0f1b7f;}
#footer ul li a { color: #0f1b7f; }
#footer ul li a:hover { text-decoration: underline; }
#footer ul li { display:inline; margin: 10px;}
#footer ul { display: inline; float: left; margin: 25px 0px 0px 0px;}

/*
 * divClassSection
 */

.r { float: right;}
.tr { text-align: right;}
.l { float: left;}
.tl { text-align: left;}
.cls { clear: both;}

#rejestracja-1 {
    width: 200px; 
	min-height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
}

#rejestracja-2 {
    width: 300px; 
	min-height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
}

#rejestracja-list {
    width: 500px; 
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
    clear: both;
}

#rejestracja-3 {
    width: 100px; 
	min-height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
}

.empty-field { color: red;}

/* Koszyk */

#koszyk-list {
    width: 567px; 
	margin: 10px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
    clear: both;
}
#koszyk-list strong { font-size: 14px;}

.primary { color: #4e61b0; font-size: 15px;}

#koszyk-list-1 {
    width: 567px; 
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
    float: right;
	text-align: left;
    clear: both;
    text-align: right;
	font-size: 14px;
	
}
#koszyk-list-1 p { font-size: 1.2em; letter-spacing: .2em; border-bottom: 1px solid #e3e3e3;}


.summary span { font-size: 1.1em;}

#koszyk-1 {
    width: 30px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;

}

#koszyk-2 {
    width: 80px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
}

#koszyk-3 {
    width: 137px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
}
#koszyk-3 a { font-size: 12px;}

#koszyk-4 {
    width: 80px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

#koszyk-5 {
    width: 80px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

#koszyk-6 {
    width: 80px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

#koszyk-7 {
    width: 70px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}
#koszyk-7 a { font-size: 12px;}

#koszyk-8 {
    width: 207px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
}
#koszyk-8 a { font-size: 12px;}


.link-koszyk { 

	font-size: 14px; 
	color: #987020; 
	text-decoration: underline;
}
.dalej {
	
	width: 65px;
	float: right;
	padding-top: 3px;
	text-align: center;
	height: 25px;
	display: block;
	color: #1a297e;
	background-image: url("../images/login_bg.jpg");
	background-repeat: no-repeat;
}
.wstecz {
	
	width: 65px;
	float: left;
	padding-top: 3px;
	text-align: center;
	height: 25px;
	display: block;
	color: #1a297e;
	background-image: url("../images/login_bg.jpg");
	background-repeat: no-repeat;
}

.fbutton {
	
	
	display: inline-block;
	padding: 3px 3px 0 3px;
	text-align: center;
	height: 20px;
	color: #1a297e;
	border: 1px solid #1a297e;
	background-repeat: no-repeat;
}

#koszyk-opcje-1 {
    width: 20px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
}

#koszyk-opcje-2 {
    width: 547px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
}

#koszyk-wstecz {
    width: 283px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
    text-align: left;
}

#koszyk-dalej {
    width: 284px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
    text-align: right;
}

#koszyk-lewa {
    width: 150px; 
	margin: 0px 0px 0px 133px;
	padding: 0px 0px 0px 0px;
    float: left;
    text-align: left;
    display: inline;
}

#koszyk-prawa {
    width: 284px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    float: left;
    text-align: left;
    display: inline;
}

/* end Koszyk */

.przypomnij-haslo { font-size: 11px; color: #987020; text-decoration: underline;}
.szukarka-list { font-size: 11px; color: #987020; text-decoration: underline;}
.szukarka-list ul {list-style-type: none; display: inline;}
.paragraph { font-size: 12px; margin: 5px 15px 5px 10px; text-align: justify;}



.cart_price { margin: 5px 0 0 400px; display: block; width: 400px; display: block; font-size: 14px;}







/* Dodane przez Staszek */

#koszyk-list ul {
	text-align: left;
	display: block;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

#koszyk-list li {
	float: left;
    height: 20px;
	display: inline;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

#koszyk-list label {
    text-align: left;
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

/* end Dodane przez Staszek */