
body 
{
	background: url('images/bg-page.png') repeat-x top #fff;
	padding: 0; 
	margin: 0;
	font-family: Verdana, sans-serif;
	color: #000;
}

/**********************************************************************************/

.left { float: left; }
.right { float: right; }
.center { margin: 0px auto; }

.top10 { margin-top: 10px; }
.left10 { margin-left: 10px; }
.right10 { margin-right: 10px; }
.bottom10 { margin-bottom: 10px; }

.top20 { margin-top: 10px; }
.left20 { margin-left: 10px; }
.right20 { margin-right: 10px; }
.bottom20 { margin-bottom: 10px;}

.hide { display: none; }
.block { display: block; } 

.clear { clear: both; }

.hand { cursor: pointer; }
.underline { text-decoration: underline; }


.corner4 { 
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
} 

.corner10 { 
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
} 

/**********************************************************************************/

.btn, .btn.hover { background-repeat: no-repeat; background-image: url('images/btns.png'); cursor: pointer; }
.btnx, .btnx.hover { background-repeat: repeat-x; background-image: url('images/btns-x.png'); cursor: pointer; }
.btny, .btny.hover { background-repeat: repeat-y; background-image: url('images/btns-y.jpg'); cursor: pointer; }

.btn-koszyk {
	float: right;
	margin: 2px 0;
	
	width: 30px;
	height: 37px;
	background-position: 0 0;
}

.btn-schowek {
	float: right;
	margin: 2px 0;
	
	width: 30px;
	height: 37px;
	background-position: -30px 0;
}

.btnx-szukaj, .btnx-wyszukaj {
	float: left;
	border: 1px solid #333;
	
	color: #ddd;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	
	height: 22px;
	background-position: 0 0;
}

.btnx-szukaj { width: 70px; } 
.btnx-wyszukaj { width: 200px; } 

.btnx-szukaj.hover, .btnx-wyszukaj.hover { color: #fff; }


/**********************************************************************************/

.cecha {	
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	
	float: left; 
	margin: 0 2px 2px 0;
	padding: 0;
	
	width: 73px;
	height: 16px;
	background-repeat: no-repeat; 
	background-image: url('images/btns.png'); 
}

.cecha.bestseller	{ background-position: 0px -74px; }
.cecha.nowosc 		{ background-position: 0px -90px; }
.cecha.polecamy 		{ background-position: 0px -106px; }
.cecha.zapowiedz 	{ background-position: 0px -122px; }
.cecha.wyprzedaz 	{ background-position: 0px -138px; }
.cecha.top10 		{ background-position: 0px -154px; }
.cecha.promocja 		{ background-position: 0px -170px; }

/**********************************************************************************/

ul.lista {
	float: none;
	width: 100%;
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}

ul.lista li {
	margin-top: 1px;
	padding: 5px;
	border-bottom: 1px dotted #95D678;
}

ul.lista li:hover {
	cursor: pointer;
	background-color: #B5EDA1; 
}

/**********************************************************************************/

.mapa-google {
	border: 1px solid #999; 
}

#Mapa-Kontakt {
	width: 500px; 
	height: 300px;
}

/**********************************************************************************/

.menu-dzialy {}

.menu-dzialy .item {
	color: #005D00;
	font-size: 11px;
	font-weight: bold;
	margin: 1px 11px 0 4px;
	padding: 5px 10px;
}

.menu-dzialy .sub .item {
	color: #A5F76F;
	padding: 5px 30px;
	background: #52BA12;
}

.menu-dzialy .item.curr {	
	color: #fff;
	border-width: 1px; 
	border-style: solid;
	background: #A7ED76;
	border-color: #C9FFA5 #C9FFA5 #069B06 #C9FFA5; 
}

/**********************************************************************************/

.alfabet_mini {
	width: 210px;
	height: 40px;
	margin-top: 10px;
	margin-left: 25px;
}

.alfabet_mini span {
	font-size: 11px;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 1px 1px 0 0;
	text-align: center;
	cursor: pointer;
}

.alfabet_mini span.link { background: none; color: #2C6323; font-weight: normal; }
.alfabet_mini span.link_hover { background: #9FDD7C; color: #fff; font-weight: bold; }



/**********************************************************************************/

.divtab { }

.divtab .wiersz { margin-bottom: 25px; }
.divtab .wiersz1 { }
.divtab .wiersz2 { }

.divtab .kolumna { float: left; }


.divtab_wyniki { width: 670px; }


/**********************************************************************************/

.navtab 
{ 
	margin-left: 3px;
	padding-top: 1px;
	clear: both;
	height: 32px;
	width: 256px;
	background-image: url('../images/navtabs.png');
	background-repeat: no-repeat;
	color: #fff; 
	font-size: 12px;
	font-weight: bold;
}

.navtab_green1 	{ background-position: 0px 0px; } 
.navtab_green2 	{ background-position: 0px -33px; } 
.navtab_green3	{ background-position: 0px -66px; } 
.navtab_green4 	{ background-position: 0px -99px; }
.navtab_orange 	{ background-position: 0px -132px; }
.navtab_red		{ background-position: 0px -165px; }


#leftcolumn .navtab span { color: #fff; display: block; padding: 8px 10px; text-decoration: none; }

/**********************************************************************************/

.top { margin: 0px 3px; padding: 0px; }

.top li
{ 
	width: 246px;
	padding: 3px 5px; 
	background: url('pics/leftmenu_shadow.jpg') repeat-x 0px -1px;
	list-style-type: none;
	font-size: 11px;
	overflow: hidden;
	display: block; 
	clear: both; 
}

.top .big { height: 64px; }
.top .small { height: 40px; }


.top .info { float: left; margin: 0px; padding: 2px 0px 0px 5px; }

.top .big .info { width: 160px; }
.top .small .info { width: 200px; }

.top .rank { width: 40px; }

.top .tytul { font-weight: bold; color: #fff; }

.top .autor { margin: 0px; padding: 0px; font-weight: bold; }

.top .link { cursor: pointer; text-decoration: none; }
.top .link_hover { cursor: pointer; text-decoration: underline; }



/**********************************************************************************/

.alfabet2
{ 
	font-size: 11px;
	clear: both;
	padding-bottom: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #008700;
}

.alfabet2 span 
{ 
	float: left; 
	display: block; 
	padding: 0px 5px;
	margin-right: 1px;
	text-align: center; 
	line-height: 1.4em; 
	font-weight: normal;
	color: #008700;
	cursor: auto;
}

.alfabet2 .naglowek 
{ 
	text-align: left; 
	font-size: 11px; 
	color: #558F3E; 
	display: block; 
	float: none; 
}

.alfabet2 .wybrany 		{ background: #008700; color: #fff; }

.alfabet2 .aktywny 		{ background: none; color: #008700; }
.alfabet2 .aktywny_hover	{ background: #82CF81; color: #fff; cursor: pointer; }

.alfabet2 .nieaktywny	{ background: none; color: #008700;  }



/**********************************************************************************/

.strony
{ 
	font-size: 11px;
	clear: both;
	padding-top: 5px;
	margin-right: 40px;
	border-top: 1px solid #008700;
}

.strony span, .strony a
{ 
	padding: 2px 5px;
	margin-right: 1px;
	text-align: center; 
	line-height: 1.8em; 
	font-weight: normal;
	color: #008700;
	cursor: auto;
}

.strony .wybrany 		{ background: #008700; color: #fff; }

.strony .aktywny 		{ background: none; color: #008700; text-decoration: none; }
.strony .aktywny_hover	{ background: #82CF81; color: #fff; text-decoration: none;  cursor: pointer; }



/**********************************************************************************/

a { cursor: pointer; }

div { padding: 0px; margin: 0px; }

#all
{
	padding: 0px;
	margin: 0px auto;
	width: 1000px;
}

form { margin: 0px; padding: 0px; }

img { border: 0px; margin: 0px; padding: 0px; }

h1 { font-size: 12px; line-height: 12px; margin: 0px; padding: 0px 0px 5px 0px; text-decoration: none; font-weight: bold;}
h2 { font-size: 16px; line-height: 16px; margin: 0px; padding: 0px 0px 5px 0px; text-decoration: none; font-weight: bold;}

/***********************************************************************************************/

#lg_bar { width: 640px; text-align: right; }
#lg_bar a:link, #lg_bar a:visited { font-weight: normal; text-decoration: none; font-size: 10px; color: #555; }
#lg_bar a:link:hover, #lg_bar a:visited:hover { font-weight: normal; text-decoration: underline; font-size: 10px; color: #555; }

/***********************************************************************************************/

#mod_header {
	width: 100%; 
	height: 105px;
	position: relative;
}

#mod_header .logo {} 

/***************************************************************************/

.loginbox {
	background: url('images/btns-x.png') 0 -44px repeat-x;
	position: absolute;
	right: 0; 
	top: 10px; 
	
	width: 300px;
	color: #fff;
	font-size: 9px;
	float: right;
	padding: 10px 0 15px 10px;
}

.loginbox a:link, .loginbox a:visited { color: #fff; text-decoration: none; }
.loginbox a:link:hover, .loginbox a:visited:hover { color: #fff; text-decoration: underline; }

.loginbox .pole 
{
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	padding: 0px; 
	margin: 0px 2px 0px 0px; 
}

.loginbox .zaloguj { font-size: 9px; }

/***************************************************************************/

.loginbox2
{
	color: #000;
	font-size: 11px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.loginbox2 a:link, .loginbox2 a:visited { color: #000; text-decoration: none; }
.loginbox2 a:link:hover, .loginbox2 a:visited:hover { color: #000; text-decoration: underline; }

.loginbox2 .pole 
{
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	padding: 0px; 
	margin: 0px 2px 0px 0px; 
}

.loginbox2 .zaloguj { font-size: 9px; }

/***********************************************************************************************/

.mod_wyszukaj {
	background: #4B4B4B;
	width: 100%;
	height: 50px;
	margin-top: 1px;
}

.mod_wyszukaj form { padding: 15px; }

.mod_wyszukaj .btnx, 
.mod_wyszukaj span, 
.mod_wyszukaj input, 
.mod_wyszukaj select {
	display: block; 
	float: left;
	margin-left: 5px;
} 

.mod_wyszukaj span { 
	color: #fff; 
	line-height: 18px;
	margin-right: 10px;
	display: block;
}

.mod_wyszukaj input { 
	border: 1px solid #000; 
	height: 18px; 
	width: 250px;  
}

.mod_wyszukaj select { 
	border: 1px solid #000; 
	height: 22px; 
	width: 170px; 
	
}


.FormWyszukaj-adv { 
	background: url("images/bg-page.png") repeat-x 0 -400px #fff;
	border: 1px solid #8BC976;
	width: 400px; 
	padding: 10px 140px;
	margin-bottom: 20px;
	font-size: 11px; 
}
.FormWyszukaj-adv .row { margin-bottom: 3px; }
.FormWyszukaj-adv label { width: 120px; float: left; font-size: 11px; line-height: 20px; }
.FormWyszukaj-adv input { width: 250px; border: 1px solid #007600; font-size: 12px; line-height: 20px; }
.FormWyszukaj-adv div.btnx-szukaj { margin: 0 auto; }




/***********************************************************************************************/

#topbanner
{
	
	width: 100%; 
	height: 145px;
}

/***************************************************************************/

#topbanner_lewa
{
	width: 493px;
	height:145px;
	float:left;
}

#topbanner_prawa
{
	width: 506px;
	height: 145px;
	float: left;
}

/***************************************************************************/

#lista_zyczen
{
	color: #000;
	font-size: 11px;
	text-align: justify;
	padding: 5px 10px;
}

#lista_zyczen a:link, #lista_zyczen a:visited { text-decoration: none; font-weight: bold;}
#lista_zyczen a:link:hover, #lista_zyczen a:visited:hover { text-decoration: underline; }

#lista_zyczen .goback { font-weight: normal; }
/***************************************************************************/



#topmenu
{
	background: url(pics/topmenu_bg.jpg) no-repeat top left;
	width: 100%; 
	height: 30px;
	padding: 10px 0px 0px 15px;
}

#topmenu a, #topmenu a:visited 
{
	font-size: 14px;
	font-family: Arial;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 17px;
}

#topmenu a:hover, #topmenu a:visited:hover 
{
	font-size: 14px;
	font-family: Arial;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 17px;
}

/***********************************************************************************************/

#leftcolumn
{
	background: url(pics/leftcolumn_bg.jpg) repeat-y right #5dc821;
	width: 270px;
	float: left;
}

/***********************************************************************************************/

#cartbox
{
	margin: 0px 0px 20px 0px;
	padding: 25px 0px 5px 0px;
	width: 270px;
	height: 71px;
	background: url(pics/cartbox_bg.jpg) no-repeat top left #fff;
}

#cartbox .title
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#cartbox .info
{
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#cartbox .howandprices { font-size: 10px; font-family: Verdana; color: #30711f; font-weight: bold;}
#cartbox .howandprices:link, #cartbox .howandprices:visited { text-decoration: none; } 
#cartbox .howandprices:link:hover, #cartbox .howandprices:visited:hover { text-decoration: underline; } 


.tab
{
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height:16px;
	width: 650px;
	border: 1px solid #c3c3c3;
}

.tab th
{
	color: #000;
	padding: 4px;
	border: 0px solid #c3c3c3;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-color: #DFDFDF;
}

.tab td
{
	padding:4px;
	font-size:11px;
	border: 0px solid #d3d3d3;
	background-color:#F4F6F7;
}

.tab_noborder td
{
	margin:0;
	border:0;
	color:#000;
}

.tab a:link, .tab a:visited 
{ 
	color: #000;
	text-decoration: none;	
}

.tab a:link:hover, .tab a:visited:hover 
{ 
	color: #000;
	text-decoration: underline;	
}

/***********************************************************************************************/

.leftmenuitem
{
	float: left;
	width: 221px;
	background: #5dc821;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0px;
}

.leftmenuitem .odnosnik, .leftmenuitem .odnosnik_hover
{ 
	cursor: pointer;
	color: #005d00; 
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 10px; 
	line-height: 20px;
}
.leftmenuitem .odnosnik { text-decoration: none; }
.leftmenuitem .odnosnik_hover { text-decoration: underline; } 


.leftmenuitem_active
{
	float: left;
	width: 221px;
	background: url(pics/leftmenuitem_top.jpg) no-repeat top left #7dd34d;
	margin-left: 10px;
	padding: 0px;
}

.leftmenuitem_active .odnosnik, .leftmenuitem_active .odnosnik_hover 
{
	color: #fff; 
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 10px; 
	line-height: 20px;
}

.leftmenuitem_active .odnosnik { text-decoration: none; }
.leftmenuitem_active .odnosnik_hover { text-decoration: underline; } 



.leftmenu_header { margin-left: 3px; }

.leftmenu_header a, .leftmenu_header a:visited 
{
	color: #fff; 
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px; 
	line-height: 30px;
}

.leftmenu_header a:hover, .leftmenu_header a:visited:hover { text-decoration: underline; }

/***********************************************************************************************/

.warning
{
	background-color: #f00;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 10px;
}

/***********************************************************************************************/

.top10_position
{
	width: 96%; 
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(pics/leftmenu_shadow.jpg) repeat-x top;
}

.top10_position .image
{
	width: 41px; 
	float: left;
	margin: 1px 10px 1px 0px;
	padding: 0px 0px 0px 12px;
}

.top10_position .bookbox
{
	width: 150px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 10px;
}

.top10_position .bookpic
{
	width: 40px;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.top10_position .bookbox a { font-size: 10px; text-decoration: none; font-weight: bold; }
.top10_position .bookbox a:link:hover, .top10_position .bookbox a:visited:hover { text-decoration: underline; font-weight: bold; }

.top10_position .bookbox .tytul:link, .top10_position .bookbox .tytul:visited  { color: #fff; }
.top10_position .bookbox .autor:link, .top10_position .bookbox .autor:visited  { color: #316531; }


/***********************************************************************************************/

#rightcolumn_top
{
	background: url(pics/contenttop_bg.jpg) no-repeat top right;
	width: 730px; 
	height: 14px;
	float: left;
}

#rightcolumn
{
	background: url(pics/content_bg.jpg) no-repeat top right #fff;
	width: 730px; 
	float: left;
	padding-bottom: 200px;
}

#content
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 15px 22px;
	margin: 0px;
	float: left;
}

/***********************************************************************************************/

#rightcolumn .info,
#rightcolumn .aktual {
	margin: 5px 30px 20px 20px;
	line-height: 1.4em;
	font-size: 12px;
}

#rightcolumn h1 {
	color: #2B671B;
	font-size: 22px; 
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px dotted #2B671B;
}

/***********************************************************************************************/

.trail 
{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px; 
	color: #005d00;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	float: left;
	width: 90%;
	height: 20px; 
	font-weight: bold;
}

.trail a, .trail a:visited 
{
	color: #005d00; 
	text-decoration: none;
}

.trail a:hover, .trail a:visited:hover 
{
	color: #005d00; 
	text-decoration: underline;
}

/***********************************************************************************************/

#footer
{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
	background-color: #0b2900;
	width: 100%; 
	height: 100px;
}

/***********************************************************************************************/

.kontakt
{
	float: left; 
}

.kontakt a:link, .kontakt a:visited { color: #000; text-decoration: none; font-weight: bold; } 
.kontakt a:link:hover, .kontakt a:visited:hover { color: #000; text-decoration: underline; font-weight: bold; } 

/***********************************************************************************************/

.promocje_wstep
{
	padding-left: 20px; 
	text-align: justify;
	width: 650px;
	font-size: 12px;
	font-family: verdana;
}

/***********************************************************************************************/

.alfabet
{
	padding: 0px 0px 0px 20px;
	font-size: 11px;
	font-family: verdana;
	text-align: left;
	text-decoration: none; 
	color: #008700;
	width: 600px;
	font-weight: normal;
}

.alfabet .odnosnik, .alfabet .odnosnik_hover
{
	cursor: pointer;
	color: #008700; 
	font-weight: normal; 
	text-decoration: none;
}

.alfabet .odnosnik { font-weight: normal; text-decoration: none;  }
.alfabet .odnosnik_hover { font-weight: bold; text-decoration: none; }

.alfabet_active { font-weight: bold; }

/***********************************************************************************************/

.sortuj
{
	padding: 5px 0px 0px 20px;
	font-size: 11px;
	font-family: verdana;
	text-align: left;
	text-decoration: none; 
	color: #008700;
	width: 300px;
	float: left;
}

.sortuj a:link, .sortuj a:visited { color: #008700; font-weight: normal; text-decoration: none; }
.sortuj a:link:hover, .sortuj a:visited:hover { color: #008700; font-weight: bold; text-decoration: none; }

.sortuj_active a { text-decoration: underline; }

/***********************************************************************************************/

.list_type
{
	padding: 5px 0px 0px 20px;
	font-size: 11px;
	font-family: verdana;
	text-align: left;
	text-decoration: none; 
	color: #008700;
	font-weight: normal;
	width: 200px;
	float: left; 
}

.list_type a:link, .list_type a:visited { color: #008700; font-weight: normal; text-decoration: none; }
.list_type a:link:hover, .list_type a:visited:hover { color: #008700; font-weight: bold; text-decoration: none; }

.list_type_active { font-weight: bold; }

/***********************************************************************************************/

.noresult 
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


/***********************************************************************************************/

.left { float: left; }

/*
.ksiazka
{
   width: 320px;
   float: left;
   margin: 20px 20px 0px 0px;
   padding: 0px;
   color: #000;
   font-size: 11px;
   line-height: 140%;
   font-weight: normal;
}
*/

.ksiazka_leftcolumn 
{ 
	float: left;  
	width: 120px;
	margin: 0px;
	padding: 0px;
}

.cena { height: 47px; font-size: 12px; color: #000; font-weight: bold; float: left; width: 65px; }
.stara_cena { font-size: 10px; color: #777; font-weight: normal; }

.ksiazka_rightcolumn
{
	width: 190px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: normal;
}

.more:link, .more:visited { color: #f00; font-size: 9px; text-decoration: none; }

.more:link:hover, .more:visited:hover { color: #f00; font-size: 9px; text-decoration: underline; }

/***********************************************************************************************/

.stronicowanie 
{
	border-top: 1px solid #CCCCCC; 
	padding: 0px;
	clear: both;
}

.lakt { color: #888; font-size: 12px; text-decoration: none; padding: 2px 5px; margin: 0px 2px; background-color: #eee;}

.wyr { color: #eee; font-size: 12px; text-decoration: none; padding: 2px 5px; margin: 0px 2px; background-color: #aaa; font-weight: bold; }

/***********************************************************************************************/

#lista_produktow
{
	width: 600px;
	padding: 0px;
}

#lista_produktow td
{
	padding: 1px;
	border-bottom: 1px solid #ccc;
}

/***********************************************************************************************/

#bannerbox_left 
{
	width: 100%; 
	padding: 10px 0px;
	text-align: center;
}


/***********************************************************************************************/

.zam_wskazowka_nag { font-size: 12px; font-weight: bold; color: #ccc; padding: 0px; margin: 0px; }
.zam_wskazowka_box { width: 628px; background-color: #F4F6F7; padding: 10px; text-align:justify; }

/***********************************************************************************************/





