﻿.tagcloud
{
	list-style: none;
	display: block;
	clear: both;
	margin: 10px 0 5px 0;
}

.tagcloud li
{
	display: inline;
	margin: 1px;
	line-height: 20px;
}

.tagcloud li a, .taglist li a
{
	color: #0075FF;
	text-decoration: none;
	padding-left: 3px;
	display: inline;
	white-space: nowrap;
}

.tagcloud li span, .taglist li span
{
	font-size: 10px;
}

.tagcloud li.tagweight1 a
{
	font-size: 8px;
	color: #5FA8FF;	
}

.tagcloud li.tagweight2 a
{
	font-size: 9px;
	color: #3F97FF;	
}

.tagcloud li.tagweight3 a
{
	font-size: 10px;
	color: #1F85FF;	
}

.tagcloud li.tagweight4 a
{
	font-size: 13px;
	color: #0075FF;	
}

.tagcloud li.tagweight5 a
{
	font-size: 16px;
	color: #0066DF;
}

.tagcloud li.tagweight6 a
{
	font-size: 18px;
	color: #0057BF;	
}

.tagcloud li.tagweight7 a
{
	font-size: 21px;
	color: #00499F;	
}

.taglist
{
	
	list-style: none;
	display: block;
	clear: both;
	margin: 10px 0 5px 0;
}

.taglist li
{
	list-style: none;
	margin-left: 10px;	
}