/*
Tag cloud
------------------------------------------------------------------
*/

.kb_tagcloud
{ border: 1px solid #ebebeb; font-size: 90%; padding: 10px; width: auto; }

	.kb_tagcloud h3
	{ font-size: 110%; margin-top: 0; }

	.kb_tagcloud ul
	{ list-style-type: none; margin: 5px 0; }

		.kb_tagcloud ul li
		{ background-image: none !important; display: inline; line-height: 190%; padding: 0 !important; }

			.kb_tagcloud ul li a
			{ color: #8b3; font-size: 100%; }

				.kb_tagcloud ul li a em
				{ font-size: 110%; line-height: 110%; font-style: normal; font-weight: bold; }

				.kb_tagcloud ul li a strong
				{ font-size: 135%; line-height: 120%; }

					.kb_tagcloud ul li a strong em
					{ font-size: 125%; line-height: 100%; }


/*
Tag cloud
------------------------------------------------------------------
*/

.tagcloud
{ border: 1px solid #ebebeb; font-size: 90%; margin-bottom: 10px; padding: 10px; width: auto; overflow: hidden; }

	.tagcloud h3
	{ background-color: #fff !important; color: #acacac; font-size: 110%; margin-top: 0px; }

	.tagcloud ul
	{ list-style-type: none; margin: 5px 0; }

		.tagcloud ul li
		{ background-image: none !important; display: block !important; float: left; line-height: 190%; padding-left: 0 !important; }

			.tagcloud ul li a
			{ background-image: none !important; font-size: 100%; display: inline !important; padding: 0px !important; color: #3492C4 !important;}

			.information .tagcloud ul li a
			{ color: #8b3; }
			
			.application .tagcloud ul li a
			{ color: #3492C4; }
			

				.tagcloud ul li.important a
				/*.tagcloud ul li a em*/
				{ font-size: 110%; line-height: 110%; font-style: normal; font-weight: bold; }

				.tagcloud ul li.very-important a
				/*.tagcloud ul li a strong*/
				{ font-size: 135%; line-height: 120%; font-style: normal; font-weight: bold; }

					.tagcloud ul li.ultra-important a
					/*.tagcloud ul li a strong em*/
					{ font-size: 165%; line-height: 100%; font-style: normal; font-weight: bold; }

