﻿
#tagCloud
{
	width:579px;
	height:170px;
	border-left: 1px solid #e0d1b4;
	border-right:1px solid #e0d1b4;

	padding:5px;
	background-color:#fbf6ec;
	text-align:justify;
}

#tagCloudTopBorder
{
    background: url(../images/master/tag_cloud_top.gif) bottom no-repeat; 
    width:592px;
    height:15px;
    border: 0px solid red; 
    margin: 7px 0 0 0;
}


#tagCloudBottomBorder
{
    background: url(../images/master/tag_cloud_bottom.gif) no-repeat; 
    width:592px;
    height:12px;
}

#tagCloud Span
{
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	font-family:Trebuchet MS, Verdana, Arial;
	text-transform:lowercase;
}

#tagCloud Span:hover
{
	color:#a48650;
	text-decoration:none;
}

#tagCloud Span.weight1
{
	color: #a48650;
	font-size: 14pt;
	font-weight:bolder;
}
#tagCloud Span.weight2
{
	color: #a48650;
	font-size:11pt;
	font-weight:bolder;
}
#tagCloud Span.weight3
{
	color: #a48650;
	font-size: 10pt;
	font-weight:bolder;
}
#tagCloud Span.weight4
{
	color: #a48650;
	font-size: 9pt;
}
#tagCloud Span.weight5
{
	color: #a48650;
	font-size: 8pt;
}


