pre, code {
	display: block;
	overflow: auto;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	margin: 10px 0 0 15px;
	padding: 2px 5px 20px 5px;
	background-color: #eee;
	width: 80%;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb #ccc #ccc #bbb;
}

.value {
	font-size: 16px; font-weight:bold;
}

 p.smallnote {
	font-size: 10px;
	color: gray;
}



li > p {
	background: none;
}
ul.plus li {
 list-style-image: url(images/arrow.gif);
 list-style-position: outside;
 line-height:19px;
 margin-top: 10px;
 clear: both;}
 
 .plus li li {
 	list-style: decimal;
 }
 
  ul.plus li div {
float: right;
text-align: right;
width: 100%;
color: gray;
font-size: 11px;
font-weight: bold;
margin:0;
padding: 0;
border-bottom: 1px solid silver;
}
 ul.plus li div h6 {
 float: left; 
 width: 50%;
 text-align: left;
 margin: 0;
 font-size: 12px;
}

ul#polec, ul#analizuj  {
	padding-left:0px;
	background: none;
	
	
}
ul#polec li {
	float:left;
	width:35%;
	margin:0 0 0 25px;
	
}
ul#analizuj li{
	float:left;
	width:35%;
	
}
ul#analizuj li{
	background: url(images/barchart.png) no-repeat left;
	padding: 7px 0 7px 32px;	
	list-style:none;
}
ul#analizuj li.he{
	width: 100%;
	background: none;
	font-weight: bold;
}
ul#analizuj li.ge{
background: url(images/gener.png) no-repeat left;
padding: 7px 0 7px 32px;	
}

#polec li.perma {
	width: 100%;
	
	text-align: left;
	list-style: none;
	margin-left:0;
	padding-left: 0;
}
#polec li.perma textarea{
	height: 50px;
}

#polec .blip {
	list-style-image: url(images/share_blip.jpg);
}
#polec .google {
	list-style-image: url(images/share_google.jpg);
}
#polec .wykop {
	list-style-image: url(images/share_wykop.gif);
}
#polec .flaker {
	list-style-image: url(images/share_flaker.jpg);
}
#polec .facebook {
	list-style-image: url(images/share_facebook.jpg);
}
#polec .twitter {
	list-style-image: url(images/share_twitter.jpg);
}
#polec .delicious {
	list-style-image: url(images/share_delicious.jpg);
}
#polec .blip {
	list-style-image: url(images/share_blip.jpg);
}
#polec .gadugadu{
	list-style-image: url(images/share_gadugadu.gif);
}
#polec .spinacz{
	list-style-image: url(images/share_spinacz.gif);
}
#polec .pinger{
	list-style-image: url(images/share_pinger.jpg);
}


li textarea {
	width: 100%;
	font-size: 10px;
	border:1px solid silver;

} 
li textarea:hover, li textarea:focus{
	border:1px solid gray;
} 
 
 .read_more {
	text-align: right;
	display: block;
}

 p.smallnote {
	font-size: 10px;
	color: gray;
		clear: both;
}

.tool {
	width: 500px;
	float:right;

	
}
.tool label {
	font-size: 16px;
	font-weight: bold;
	
}
.tool input {
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid gray;
	padding: 5px;
	color: #D94F25;
}
	.tool button {
		border: 1px solid gray;
	padding: 5px;
	color: #D94F25;
	
	margin-right: 45px;
	}
	
.error {
	border:1px solid red;
	padding: 5px; 
	margin: 10px;
	font-weight: bold;
}

.uwaga {
	color: #d73508;
	font-weight: bold;
	border: 1px solid;
	padding:15px;
}	
.u {
	text-decoration: underline;
}

table {background: #ddd; width: 550px; border: 1px solid silver; padding: 10px; margin: 10px;}

td { border: solid 1px silver; text-align: center;
font-weight: bold;}
tr {border: solid 1px gray;}
th {width: 20%; border-right: gray solid 1px; background: #196797; color: white; font-weight: normal;}
tr th:first-child {border-right: 1px gray solid;}
.head th {border: none; border-bottom:1px solid gray; font-weight: bold;}

tr:hover {		background-color: #aebce6;}
tr:hover td{text-decoration: none;}
tr:hover td.example{text-decoration: none;}
.example {background-color: #aebcd1;font-weight: normal;}
kbd, var {font-family: monospace;}
var {border-bottom: 1px dotted gray;}
th.bl {background: white;}

#stat {
	clear:left;
	display: inline;
	width: 80px;
}
form#opinia {
opacity: 0.3; //Sposób na Opere i Firefox
-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=30)”; filter: alpha(opacity=30); //Sposób na IE
}
#opinia:active, #opinia:hover {
opacity: 0.9; //Sposób na Opere i Firefox
-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=90)”; filter: alpha(opacity=90); //Sposób na IE
}
#opinia input, #opinia select, #opinia textarea, #opinia button {
	margin:5px;
	width: 200px;
	border: 1px solid gray;
	color:#D94F25;
}
#opinia button {
	margin-left: 105px;
}
#opinia textarea{
	width: 450px;
	height: 150px;
	margin-left: 105px;
}
#opinia  label {
	width: 100px;
	float:left;
	text-align: right;
	margin-top: 2px;
	font-weight: bold;
	}


		
		#rss {
			border: 1px solid orange;
			padding: 5px;
			width: 350px;
			
			background: url(images/rss.png) no-repeat right;
			margin: 0 auto;
			margin-top: 25px;
			padding: 15px 128px 15px 0;
			clear: both;
		}
#rss p, #rss p a {
	text-align: right;
	color: #424242;
	background: none;
	padding: 0; margin: 0;
	
}		
#rss *{
	display: block;

}
#rss a:link, #rss a:hover, #rss a:visited {
		color: gray;
		border:none;
}
#rss h4 {
	border: none;
	margin: 0; padding: 0;
}

#search {
	border: 0px orange solid;
	clear: both;
	width: 90%;
	height: 83px;
	margin: 0 auto;}
#search *{
		

	background: none !important;
}
#search input {
	width: 350px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid gray;
	padding: 5px;
	color: #D94F25;
	float: left;
	margin: 0 0 0 45px;

}
#search button {
		border: 1px solid gray;
	padding: 5px;
	color: #D94F25;
	float: right;
	margin: 0 10px;
	

	}

#search label {
padding: 5px;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
#search .radio {
	float: left;
	width: 35%;
		clear: none;
}
#search .radio label {
	font-size: 9px;
	width: 100px;
	vertical-align: top;

}
#search .radio input {
	width: 50px;
	margin-top: 8px;

}
dd {
	clear: both;
}
#wycinki dt {
	margin:20px 0;
	font-size: 16px;
	font-weight: bold;
	
}
#wycinki dt a:link, #wycinki dt a:visited{
	color: oragne;
}
#wycinki dd.cytat{
width:490px;
background:url(images/quotes_left.gif) no-repeat left top;
padding:0 0 0 30px;
margin:15px 0 5px 15px;
color: oragne;

}
#wycinki dd.cytat p{
background:url(images/quotes_right.gif) no-repeat right bottom;
padding:0 25px 15px 0;
color:#D94F25;
font-style:italic;
}

#sidebar form{
	clear: both;
	width: 90%;
	height: 45px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#sidebar  input {
	width: 150px;
	font-size: 12px;
	padding: 3px;
	margin:0 0 0 15px;
	border: 1px solid gray;
	color: #aaa;
	
}
#sidebar  input:focus {
		color: #D94F25;
}
#sidebar  button {
	border: 1px solid gray;
	padding: 5px;
	color: #D94F25;
	float: right;
	margin: 0 10px;
	

	}

#sidebar label {
padding: 5px;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.board{
	display: block;
	text-align: left;
	font-size: 24px;
	padding: 15px;
	line-height: 120%;
	color: #ff6347;
	font-family: "Times New Roman", Times, serif;
}

.a1{
	float: right;
	text-align: left;
	width: 50%;
}
.a2{
	float: left;
	text-align: right;
	width: 50%;
}
	
		#book_rand > a {
		font-size: 26px;
		float: left;
		text-align: center;
	}
	
	#book_rand img {
		float: left;
		vertical-align: top;
	}

	#book_rand {
		margin-bottom: 15px;
	}
	
	
	.kontakt  {

margin: 0 auto;

width: 60%;

background-color: #f0e68c;

border: 1px solid #daa520;

padding-left: 20px;

font-size: 20px;	

margin-bottom: 10px;

}

.kontakt a{

	color: #696969;

}

.kontakt a:hover {

	text-decoration: underline;

}

	
	#mail, #gg, #skype {

padding: 25px;

padding-left: 55px;

font-size: 20px;	

text-align: right;

display: block;

}

#mail {

background: url(images/mail_forward.png) no-repeat 0 10px;

}



#gg {

background: url(images/logo-gadu.gif) no-repeat 0 0px;

padding-left: 75px;

}

#skype {

background: url(images/logo-skype.gif) no-repeat 0 10px;



}


#contents h2 {
	font-size: 38px;
	float: right;
	text-align: right;
	padding-left: 10px;
	margin-left: 10px;
	width: 50%;
	margin-bottom: 15px;
	margin-top: 0;
	border-left: 1px solid;
}
#contents h3 {
	color:#d73508;
	text-align: right;
	font-size:	18px;
	color:#313e40;
	clear: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	margin-top: 5px;
	background: none;
}
#contents h4 {
	color:#1F557B;
	text-align: right;
	font-size:	18px;
	font-weight: bold;
	border-color: gray;
	border-style: solid;
	border-width: 0 0 0px 0;
	padding-right: 5px;
	clear:both;
}
#contents h5 {
	color:gray;
	text-align: right;
font-size:	16px;
	font-weight: bold;
	border-width: 0;
	padding-right: 5px;
	margin:20px 0 0 0 ;
}
.mbook li {
	font-weight: bold;
}
.titles {
	display: block; 
	clear: both;
	background: none;
	list-style: none;
}
.titles li{
		list-style: none;
}
.titles li a{

	border: 1px solid silver;
	float: left;
	margin: 1px;
	padding: 10px;

	}
	.titles li a:hover {
		border:1px dashed gray;

	}
	.titles a:link,	.titles a:visited	{
		color: gray;
	}
	.titles li:hover a, .titles li a:hover{
		color: #a9a9a9;
	}

.testimonials{
width:375px;
_width:365px;
background:url(images/quotes_left.gif) no-repeat left top;
padding:0 0 0 30px;
float:left;
margin:15px 0 5px 15px;
_margin:15px 0 5px 5px;
}
.testimonials p{
background:url(images/quotes_right.gif) no-repeat right bottom;
padding:0 25px 15px 0;
color:#D94F25;
font-style:italic;
}
.test_author{
clear: both;

float:right;
width: 300px;
padding:0 25px 0 0;
font-style:italic;
color:#000;
}

ul li.wymiana {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

.fcol .mbook {
	float: left;
	margin-right: 5px;
}

#footer .fcol .mbook li {
	list-style:  none;
	display: block;
	width: 50%;
	float: left;
}
#footer .fcol .mbook li a:link, #footer .fcol .mbook li a:visited{
	color: #fff;
}

	
	#nava {
		float: left;
		margin-top: 50px;
		
		border:0; background: none;
		widt_h: 100%;
	}
	#nava, #paged, .plus, .plus *{
		background: none !important;	
	}
	#nava li {
		list-style: none;
		display: inline;
		}
	#nava li a{
		padding: 15px;
	padding-left: 40px;
	font-weight: bold;
		font-size: 14px;
	}
	
	#nava .top a{
	background: url(images/up.png) no-repeat left;

	}

#nava .home a{
	background: url(images/home.png) no-repeat left;
	
	}
	
#nava a:visited,#nava a:link, #paged a:visited, #paged a:link{
	color: gray;
}
#paged a:hover, #nava a:hover{
	color: #000;
}
#paged {
	float: left;
	border:0; 
	background: none;
	margin-top: 50px;
}
#paged li{
	list-style: none;
	display: inline;

}
#paged .next a{
	background: url(images/next.png) no-repeat right;
	padding: 15px;
	padding-right: 35px;
}
 #paged .prev a{
	background: url(images/prev.png) no-repeat left;
	padding: 15px;
	padding-left: 35px;
	border-right: 1px solid silver;
	
}
#contents img{
border: 1px solid gray;
padding:3px;	
margin-left: 20px;

}
#contents .read_more:link,#contents .read_more:visited {
	font-weight: bold;
	color: #5699cf;
	color: #ff6347;
}
#contents .read_more img{
	border:none;
	margin-left: 0;
	vertical-align: middle;
}

textarea{
	width: 450px;
	height: 150px;
	margin-left: 15px;
	border: solid 1px silver;
	display: block;
}
form textarea {
	margin-left: 0;
}