/*
 * bodyMainSection
 */

body {
	
	background-color: #fffbe5;
	background-image: url('../images_ks/main_body_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: #70000c; text-decoration: none;}
ul {/*list-style-type: none;*/}
input { border: 1px solid #70000c; width: 110px; height: 16px; margin: 2px 0 2px 0px; color: #fff;}
div { overflow: hidden;}


/*
 * divMainSection
 */

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

/*
 * divTopSection
 */
#top {
	
	width: 960px;
	height: 168px;
	
	background-image: url(../images_ks/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_ks/top_logo.jpg'); 
	background-repeat: no-repeat; 
	display: inline-block;
	z-index: 1;
}
#top #switch { 
	width: 170px; 
	height: 50px; 
	background-image: url('../images_ks/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: #70000c; font-size: 12px; font-weight: bolder; width: 100px; display: block; margin-left: 30px;}
#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_ks/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: #70000c; margin-left: 10px; font-size: 12px;}
#basket p a:hover { text-decoration: underline;}

#account {
	width: 170px; 
	height: 119px; 
	background-image: url('../images_ks/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 input { border: 1px solid #7d0013; width: 110px; height: 16px; background-color: #a5233d; margin: 2px 6px 2px 0; color: #fff; font-size: 13px;}
#account input.login  { width: 65px; height: 25px; margin: 10px 5px 0 0; border: 1px solid #7d0013; background-image: url('../images_ks/login_bg.jpg'); font-size: 11px; color: #fff;}
#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 { display: inline;}
#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_ks/top_nav2.jpg); background-repeat: no-repeat;}
#top_navigation ul li.first { width: 161px; height: 40px; background-image: url(../images_ks/top_nav1.jpg);}
#top_navigation ul li.last { width: 159px;  height: 40px; background-image: url(../images_ks/top_nav3.jpg); margin-top: 0px;}
#top_navigation ul li a { font-weight: bolder; color: #fff; text-decoration: none;}
#top_navigation ul li a:hover { text-decoration: underline;}
*/

#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_ks/top_nav2.jpg); background-repeat: no-repeat;}
#top_navigation ul li.first { width: 161px; height: 40px; background-image: url(../images_ks/top_nav1.jpg);}
#top_navigation ul li.last { width: 158px;  height: 40px; background-image: url(../images_ks/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: 500px;	
}

/*
 * divLeftColumn
 */

#l_column {
	
	width: 175px;
	height: auto !important;
	min-height: 500px;
	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_ks/search_bg.jpg');
	background-repeat: no-repeat;
	
}
#search input { height: 21px; width: 125px; background-color: #efefef; margin: 10px 0 4px 0; float: left; color: #70000c; }
#search input.button { width: 25px; height: 25px; background-image: url('../images_ks/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: 0px 0 0px 0;
	
	background-image: url('../images_ks/l_box_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	
	/*border: 1px solid #c2c5b7;*/
}
.l_box_slim {
	
	width: 170px;
	height: auto;
	min-height: 35px;
	margin: 5px 0 0 0;
	padding: 0;
	
	background-image: url('../images_ks/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; display: inline-block; padding: 0 0 0 22px;}
.l_box ul li { min-height: 22px; width: 140px; list-style-image:url('../images_ks/r_arrow.png'); padding: 3px 0 0px 0px; margin-bottom: 3px;}
.l_box a { color: #404040; padding-bottom: 3px;}
.l_box a:hover { text-decoration: underline;}
.l_box_inner { 
	width: 168px;
	
	border-bottom: 1px solid #c2c5b7;
	border-left: 1px solid #D8ADB1;
	border-right: 1px solid #D8ADB1;
	margin-top: 10px;
	
	-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; padding-left: 5px;}
.more { float: right; margin:0 10px; display: block;}
.l_more {margin:10px 0px 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_ks/l_contact_bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	
}
#left_contact p { color: #70000c; margin: 6px 0 0 10px; font-size: .9em;}
#left_contact h2 { color: #70000c; margin: 10px 0 0 10px;}

#c_column {
	width: 600px;
	height: auto;
	min-height: 470px;
	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_ks/bcrumb_bg.jpg');
	background-repeat: no-repeat;
}
#breadcrumb p { margin-top: 8px; display: inline-block; font-size: 11px;}
#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_ks/news_bg.jpg');
	background-repeat: no-repeat;
}
.news {
	
	width: 300px;
	height: 140px;
	display: inline-block;
	
}
.news h2 { color: #70000c; margin: 10px 10px 0 10px; 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: 0 10px 0 0; color: #c2c5b7 ; font-weight: normal; font-size: .8em;}


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

.promo_buy { 
	width: 108px; 
	height: 25px;
	color: #fff;
	
	margin: 0;
	padding: 5px 0px 5px 3px;	
	background-image: url('../images_ks/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 5px 5px;	
	background-image: url('../images_ks/buy_box_bg.jpg');
	background-repeat: no-repeat;

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

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

}
.promo_cart a { font-size: 11px; color: #fff;}
.promo_cart a:hover { text-decoration: underline;}


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

.promo_bottom {
	width: 600px;
	height: 5px;
	background-image: url('../images_ks/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 #70000c; border-left: 1px solid #70000c; }
.promo_book p { margin: 5px 15px; text-align: justify; line-height: 140%;}
.promo_book h1, h2 { font-size: 18px; color: #70000c; margin: 5px 15px; }
.book { margin: 0 10px 5px 10px; line-height: 135%;}
.book img { margin: 5px 5px 5px 0px;}
.large { float: left; }
.label { margin: 25px; }
.mmore  a { color: brown; text-decoration: underline;}
.new { font-size: 1.2em; color: green;}
.best { font-size: 1.2em; color: red;}

.image-mins { text-align: center; margin: 5px 5px 5px 10px; padding: 5px; width: 450px;}
.image-mins img { margin:15px 15px 0 25px; vertical-align: bottom; border: none;}
.imagebxm { width: 110px; height: 110px; border: 4px solid #70000C; 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; }

/*
 * NowościElements
 */

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

.sub a { font-size: 12px; margin: 0 0 0 7px;}

.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: #70000c; font-size: 12px;}



.prodd  { margin: 10px 0 15px 0px; padding-bottom: 15px; border-bottom:1px solid #DBDCEB;}
.prodd_d { }
.imagebx i { margin: 0; padding: 0px;}
.imagebx { width: 150px; height: 150px; background-image: url("../images_ks/produkt_miniaturka.jpg"); float: left; margin-right: 5px; text-align: center;}
.imagebx h3 {margin: 0; padding: 0px; }
.imagebx_promo { width: 150px; height: 150px; background-image: url("../images_ks/produkt_miniaturka_promocja.jpg"); float: left; margin-right: 5px; text-align: center;}
.prodd img { /*width: 80px; height: 105px;*/ border: none; margin: 25px 30px 0 35px;}
.promo h3 a { color: #1a297e; }

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

.proddR { margin: 0 5px 0 0;}

p.book_box { min-height: 165px;}

/*
 * 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_ks/main_box_top_bg.jpg');
	background-repeat: no-repeat;
}
.box_header a {  color: #fff;}
.moreProd { float: right; margin-right: 330px; color: #fffbe5 ;}

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



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

}
.box_buy p { font-size: .9em; margin: 1px 0px 0 6px;}
.box_buy p a { margin: 0 0px 0 0px; padding: 0; color: #fff;}
.box_buy a:hover { text-decoration: underline;}

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

#contact { width: 598px; border-left: 1px solid #D8ADB1; border-right: 1px solid #D8ADB1;}
#contact h1,h2 { color: #70000c; font-size: 15px; margin: 10px 10px 0 15px; padding-bottom: 5px; border-bottom: 1px solid #dbdceb;}
#contact h3 { color: #404040; font-size: 11px; font-weight: bolder; margin-left: 15px;}
#contact p { margin: 5px 0 0 15px;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 #70000c;}
#form input {color: #70000c;}
#form input.submit { width: 120px; height: 25px; font-size: 11px; color: #70000c;}


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

/*
 * rightBoxsecion
 */

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

/*
 * r_box universal element
 */

.r_box {
	
	width: 170px;
	height: auto;
	min-height: 35px;
	margin: 5px 0 0 5px;
	padding: 0px 0 0px 0;
	
	background-image: url('../images_ks/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: 0 5px 0 0px; padding: 0 0 0 18px; text-align: center;}
.r_box ul li { min-height: 22px; width: 140px; list-style-type: none; padding: 5px 0 5px 0px; color: #70000c; font-weight: bolder;  text-align: left;}
.r_box a { color: #404040; padding-bottom: 3px;}
.r_box_inner { 
	width: 168px;
	text-align: center;
	border-left: 1px solid #D8ADB1;
	border-right: 1px solid #D8ADB1;
	margin-top: 10px;
		
}
.r_box_inner ul { margin:0;}
.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: #7d0013;}
.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_ks/right_box_bottom_bg.jpg');
	background-repeat: no-repeat;
}

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


#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: #70000c;}
.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_ks/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_ks/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_ks/footer_bg.jpg');
	background-repeat: no-repeat;
	
}
#footer p { margin: 25px 15px;}
#footer p a { color: #70000c;}
#footer ul li a { color: #70000c; }
#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;}

/* 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 li {list-style-type: none; display: inline;}
.empty-field { color: red;}
.paragraph { font-size: 12px; margin: 5px 15px 5px 10px; text-align: justify;}
.summary { font-size: 1.4em;}
