/* lista div-ów użwanych do treści strony */
div#menu_logowania {
	text-align: right;
	height: 120px; /* musi byc podana wyskokość bo inaczej IE podczas wczytywania czegoś do div rozciąga wysokość */
}

/* style do ramek dla sesji */
div#sesja_red {
	border-top: #ff2064 1px solid;
	border-bottom: #ff2064 1px solid;
	background: #f6eaea;
	margin-bottom: 6px;
	text-align: left;
	padding: 3px;	
}
div#sesja_yellow {
	border-top: #ffcc00 1px solid;
	border-bottom: #ffcc00 1px solid;
	background: #ffffee;
	margin-bottom: 6px;
	text-align: left;
	padding: 3px;	
}
div#sesja_green {
	border-top: #59b255 1px solid;
	border-bottom: #59b255 1px solid;
	background: #e4f9e3;
	margin-bottom: 6px;	
	text-align: left;
	padding: 3px;
}
div#sesja_white {
	border: #cfcfcf 1px solid;
	background: #ffffff;
	margin-bottom: 6px;
	text-align: left;
	padding: 3px;
	overflow: hidden; /* dzięki temu divy umieszczone w tym divie nie wystają poza blok */
	clear:both;
}

div#przewodnik_uzytkownika_yellow {
	border: #ffcc00 1px solid;
	border-left: #ffcc00 5px solid;
	border-right: 0;
	background: #ffffee;	
	margin-bottom: 5px;
	text-align: left;
	padding: 5px;
	overflow: hidden;
}

div#przewodnik_uzytkownika_green {
	border: #59b255 1px solid;
	border-left: #59b255 5px solid;
	border-right: 0;
	background: #e4f9e3;	
	margin-bottom: 5px;
	text-align: left;
	padding: 5px;
	overflow: hidden;
}

div#przewodnik_uzytkownika_red {
	border: #ff2064 1px solid;
	border-left: #ff2064 5px solid;
	border-right: 0;
	background: #f6eaea;	
	margin-bottom: 5px;
	text-align: left;
	padding: 5px;
	overflow: hidden;
}

/* style definiująe wyglą różh elementów strony */
a:visited, a:link  { 
	text-decoration: none; 
	color: #4d790d; 
	font-size: 12px; 
	font-family: Verdana, Arial; 
} 
a:hover   { 
	text-decoration: underline; 
	color: #99c700; 
	font-size: 12px; 
	font-family: Verdana, Arial; 
}

/* styl dla inputów i dla listy rozwijanej */
input, select, file, textarea {
	font-family: Verdana, Arial;    
	font-size: 12px;
	background: #ecf6fc;
	border-right: #acdaf4 1px solid; 
	border-top: #7696A8 1px solid;
	border-bottom: #acdaf4 1px solid;
	border-left: #7696A8 1px solid;
}

.submit {
	font-family: Verdana, Arial;    
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #99c700;
	border-right: #7696A8 1px solid; 
	border-top: #8dc919 1px solid;
	border-bottom: #7696A8 1px solid;
	border-left: #8dc919 1px solid;
}

.submit:hover {
	color: #f1fedb;
	background: #7BA100;	
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	background: #f1fedb;
	border-top: #4d790d 1px solid;
	border-left: #4d790d 1px solid;
	border-bottom: #99c700 1px solid;
	border-right: #99c700 1px solid; 
}

ul.stopka_lista  {
	margin: 0;
	padding-top: 0;
	list-style: none;		
}

dd.stopka {
	padding-bottom: 3px;
	font-weight: bold;
	font-family: Helvetica, Palatino;
	font-size: 14px;
	text-decoration: underline;
	color: #000;
}

dl.stopka {
	display: inline;
	float: left;
	width: 150px;	
}

/* styl do linków w stopce */
a.stopka:visited, a.stopka:link, a.stopka:hover {
	color: #000;
	font-size: 11px;
}

/* styl dla linków które mają rozmiar czcionki 11px */
a.small_link:visited, a.small_link:link, a.small_link:hover {	
	font-size: 11px;
}

/* style do linków na samym dole stopki (studio itd) */
a.link_stopka:visited, a.link_stopka:link {
	color: #636363;
	text-decoration: underline;
}

a.link_stopka:hover {
	color: #99c700;
	text-decoration: underline;
}

/* style do linków tytułów książęk w podkategoriach */
a.tytul:visited, a.tytul:link {	
	font-size: 11px;
	font-weight: bold;
}

a.tytul:hover {	
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}



h1 {
	font-size: 17px;
	font-family: Arial;
	margin: 0;
	padding-left: 3px;
	border-bottom: #99c700 3px double; 
}

h2 {
	font-size: 16px;
	font-family: Arial;
	margin: 0;
	padding-left: 3px;
	border-bottom: #99c700 1px solid;
}

h3 {
	font-size: 15px;
	font-family: Arial;
	margin: 0;
	padding-left: 3px;
	border-bottom: #99c700 1px dashed;
}

/* styl dla tekstu używanego w tabelka <table>   */
.text_table {
	font: 12px Verdana, Arial, sans-serif;
}

.small_text {
	font-size: 11px;
}

.small_text_9px {
	font-size: 9px;
}

/* styl dla obrazka z katalogu medium */
.theme_img {
	border: #cfcfcf 1px solid;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* styl dla obrazka przy nazwie kategorii */
.kategoria_img {	
	vertical-align: middle;
	margin: 4px;
}

/* styl dla okladki */
.okladka_img {	
	border: #cfcfcf 1px solid;	
	margin: 1px;
	padding: 2px;
}
.okladka_img:hover {	
	border: 0px;	
	border-right: #cfcfcf 1px solid;	
	border-bottom: #cfcfcf 1px solid;		
	margin-right: 2px;
	margin-bottom: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.okladka_default {
	margin: 4px; /* nie ma obramowania to 3px + 1px */
}

/* styl dla zdjec */
.zdjecie_ramka {	
	background: #ffffff;
	border: #cfcfcf 1px solid;	
	margin: 5px;
	padding: 4px;
	
}
.zdjecie_ramka:hover {	
	background: #f1fedb;	
}

.zdjecie_ramka_off {	
	background: #ffffff;
	border: #cfcfcf 1px solid;	
	margin: 5px;
	padding: 4px;
	
}

div#kategoria_lewa {
	background: #fff;
	border: #cfcfcf 1px solid;
	float: 	left;
	width: 285px;
	margin: 0 5px 10px 0; 
}

div#kategoria_prawa {
	background: #fff;
	border: #cfcfcf 1px solid;
	float: right;
	width: 285px;
	margin: 0 0 10px 5px;	
}

/* style do linków kategorii */
a.link_kategoria:visited, a.link_kategoria:link {
	font-size: 18px;
	text-decoration: none;
}

a.link_kategoria:hover {
	color: #99c700;
	text-decoration: underline;
}

a.link_tag:visited, a.link_tag:link {
	font-size: 17px;
	text-decoration: none;
}

a.link_tag:hover {
	color: #99c700;
	text-decoration: underline;
}

/* style dla linkow z chmury tagow */
a.link_tag_900 {
	font-size: 30px;
	font-weight: bold;
	color: #4D790D;
}
a.link_tag_800 {
	font-size: 30px;
	color: #669E11;
}
a.link_tag_700 {
	font-size: 30px;
	color: #669E11;
}

a.link_tag_600 {
	font-size: 25px;
	font-weight: bold;
	color: #4D790D;
}
a.link_tag_500 {
	font-size: 25px;
	color: #669E11;
}
a.link_tag_400 {
	font-size: 25px;
	color: #669E11;
}

a.link_tag_300 {
	font-size: 20px;
	font-weight: bold;
	color: #4D790D;
}
a.link_tag_200 {
	font-size: 20px;
	color: #669E11;
}
a.link_tag_100 {
	font-size: 20px;
	color: #669E11;
}

a.link_tag_80 {
	font-size: 15px;
	font-weight: bold;
	color: #4D790D;
}
a.link_tag_60 {
	font-size: 15px;
	color: #669E11;
}
a.link_tag_40 {
	font-size: 15px;
	color: #669E11;
}

a.link_tag_30 {
	font-size: 13px;
	font-weight: bold;
	color: #4D790D;
}
a.link_tag_20 {
	font-size: 13px;
	color: #669E11;
}
a.link_tag_10 {
	font-size: 13px;
	color: #669E11;
}
/* end chmura tagow */

.avatar {
	border: #cfcfcf 1px solid;	
	margin-right: 5px;
	margin-bottom: 5px;
}

.text_green {
	color: #59b255;
	font-weight: bold;
}

.text_red {
	color: #ff2064;
	font-weight: bold;
}

.text_gray {
	color: #696969;
}

.background_yellow {
	background-color: #ffffee;
}

.background_red {
	background-color: #f6eaea;
}

.background_green {
	background-color: #e4f9e3;
}

div#cytat {
	background: #ecf6fc;
	border-left: 1px solid #acdaf4;
	margin: 3px;
	padding: 5px;
	clear: both;
}

div#zrodlo {
	background: #ffffee;
	border-top: 1px solid #ffcc00;
	margin: 3px;
	padding: 5px;
	clear: both;
}		

div#sortowanie {
	background: #fff;
	border-top: #99c700 1px solid;	
	margin: 0 0 10px 0;	
}

div#pager {
	background: #fff;	
	border-bottom: #99c700 1px solid;
	padding-left: 3px;
	margin: 10px 0 0 0;
	clear: both; /* by w stopce Pager wyswietlał się poprawnie */	
}

div#podkategoria_ksiazka {
	font-size: 11px;
	padding: 5px;
	text-align: left;
	height: 140px;
}

div#info1_ksiazka { /* użyte w podkategoriach */	
	height: 95px;		
}

div#info2_ksiazka {
	float: right;
	clear: right;
	width: 160px;
	height: 37px;
	border-top: #99c700 1px solid;
	background: #f1fedb;
	padding: 5px;
	margin-bottom: 5px;
}

div#info_book { /* styl do wyswiet. info o ksiazce */
	float: right;
	width: 160px;
	margin: 0 0 5px 5px;
	padding: 5px;	
	border-left: #59b255 1px solid;
	background: #e4f9e3;
	font-size: 11px;	
}

.margin5 {
	margin: 5px;
}

/* ramka dla avataru na liscie znajomych 
ta klasa jest identyczna z okladka_img
*/
.user_profil {
	border: #cfcfcf 1px solid;	
	margin: 1px;
	padding: 2px;
}

.user_profil:hover {	
	border: 0px;
	border-right: #cfcfcf 1px solid;	
	border-bottom: #cfcfcf 1px solid;		
	margin-right: 2px;
	margin-bottom: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

div#podkreslenie_yellow {
	border-bottom: #ffcc00 1px solid;	
}

div#div_background_white {
	background: #ffffff;
	margin: 0px;
	padding: 3px;
}

div#div_background_yellow {
	background: #ffffee;
	margin: 0px;
	padding: 3px;
}

#big_number {
	font-size: 20px;
	font-weight: bold;
	float:left;
	margin-right: 10px;
	padding: 2px 10px 2px 10px;	
}

/* lista ul */
.ul_menu {
	margin: 5px;
	padding-left: 15px;
	list-style: disc;
	color: #acdaf4;
}

.ul_menu li {
	padding-left: 0px;
}

#szukaj_lupa {
	border:0px;
	background: #fff url(../images/small/view.gif) no-repeat;
	width:16px;
	height:16px;
	display:block;
	float:left;
	margin-top:14px;
}
*html #szukaj_lupa {
	margin-right:2px;
}

#szukaj_lupa:hover {
	background: #99c700 url(../images/small/view.gif) no-repeat;
}

a.wb_b {
	font-weight: bold;	
}

.wb_border_0 {
	border: 0;
}

.box_white {
	border: #cfcfcf 1px solid;
	background: #ffffff;
	margin-bottom: 6px;
	text-align: left;
	padding: 3px;
	overflow: hidden;
	clear:both;
}

.box_add_red {	
	border: #ff2064 1px solid;
	background: #f6eaea;
}

.rk_left {
	width:20%;
	float:left;	
}

.rk_right {
	width:80%;
	float:right;	
}

.rk_right_odrzuc {
	text-align:right;
	padding-top:20px;
}

.rk_podswietlenie_on {
	width:100%;
	padding: 2px 0 2px 4px;
	background: #F1FEDB;
	border-left: #99C700 2px solid;	
}
.rk_podswietlenie_off {
	width:100%;
	padding: 2px 0 2px 6px;
}

.wb_podserwisy_up_menu {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	border-bottom: #e3e3e3 1px solid;
	background: #fff url(../images_zielony2/tlo_naglowka.png) 0 -15px repeat-x;
	padding: 5px;
	color: #777777;	
	margin-bottom: 1px;		
}

.wb_podserwis_conteiner {
	width: 960px;
	text-align: left;	
	margin: 0 auto;
}

a.wb_podserwis:link, a.wb_podserwis:visited {
	color: #777777;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 7px 3px 7px;
	font: 18px Arial;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #777777;
	border-radius: 10px;
	-moz-border-radius: 10px; /* dla Firefox */
	-webkit-border-radius: 10px; /* dla Safari */
}

a.wb_podserwis:hover, a.wb_podserwis_wlaczony:hover {
	background-color: #fff;
	color: #777777;
	border-radius: 10px;
	-moz-border-radius: 10px; /* dla Firefox */
	-webkit-border-radius: 10px; /* dla Safari */
	text-shadow: none;
}

fieldset.wb_form_noborder {
	margin:0;
	padding:0;	
	border:0;	
}

img.img_middle {
	vertical-align: middle;	
}

.czym_jest_wb_bg1 {
	position: absolute;
	top: 10px;
	left: -80px;
	z-index: 9999999;	
	color: #fff;
	font-size: 12px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-weight: bold;
	
}

.czym_jest_wb_bg2 {
	position: absolute;
	top: 7px;
	left: -970px;
	z-index: 9999999;	
	color: #fff;
	font-size: 12px;
	filter: alpha(opacity=0.0);
	opacity: 0.0;
	font-weight: bold;
	background: #000;
	border-radius: 7px;
	-moz-border-radius: 7px; /* dla Firefox */
	-webkit-border-radius: 7px; /* dla Safari */
	padding: 7px;
	width: 100px;
	text-align: left;
	display: none;
}

.czym_jest_wb_bg2 div {
	padding-bottom: 30px;
}

.czym_jest_wb_bg2 div span {
	font-size: 18px;
	border-left: 28px solid #ff2064;
	padding-left: 5px;	
}

.czym_jest_wb_bg2 a:link, .czym_jest_wb_bg2 a:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

.czym_jest_wb_bg2 a:hover {
	text-decoration: none;
	color: #ff2064;
}

a.czym_jest_wb_link {
	color: #fff;
	font-weight: bold;
	display: block;
	background: #000;
	border-radius: 7px;
	-moz-border-radius: 7px; /* dla Firefox */
	-webkit-border-radius: 7px; /* dla Safari */
	padding: 7px;
}

a.czym_jest_wb_close {
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: 1px;
	left: 905px;
}