@CHARSET "UTF-8";
/* --- tag clouds z wyszukiwarki --- */



* html body #tagcloudsearch {
	height: 130px;
}

/*#tagi { width:184px; height:60px; margin:15px 0 0 27px; background:#e5e5e5; color:#6e6c6d; padding:14px; }*/
#tagcloudsearchbottom {
	width: 194px;
	margin:15px 0 0 27px;
	min-height: 130px;
	background:#e5e5e5; 
	color:#6e6c6d; 
	padding:0px;
	overflow: hidden; 	
	height:auto;
}

* html body #tagcloudsearchbottom {
	height: 130px;
}

#tagcloudsearchbottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
/*	padding: 15px 10px 15px 15px;*/
	padding: 5px;
	margin-right: 5px;
}

#tagcloudsearchbottom li {
	display: block;
	float: left;
	margin: 2px;
}

#tagcloudsearchbottom a {
	color: #6e6c6d;
	padding: 1px;
}

#tagcloudsearchbottom a:hover {
	color: #202020;
	text-decoration: underline;	
}

#tagcloudsearchbottom a {
	float: left;
	height: auto;
	vertical-align: text-bottom;
	line-height: 19px;
	padding-right: 4px;
}

#tagcloudsearchbottom .not-popular { 
	font-size: 10px; 
}

#tagcloudsearchbottom .not-very-popular { 
	font-size: 11px; 
}

#tagcloudsearchbottom .somewhat-popular { 
	font-size: 13px; 
}

#tagcloudsearchbottom .popular { 
	font-size: 15px; 
}

#tagcloudsearchbottom .very-popular { 
	font-size: 17px; 
}

#tagcloudsearchbottom .ultra-popular { 
	font-size: 19px; 
}
