
/* BRAND PAGE SPECIFIC */

.brand
{
	float: left;
	width: 500px;
	height: 250px;
}

.stats
{
	float: left;
	width: 450px;
	margin-top: 36px;
}

.block
{
	margin-bottom: 30px;
}

.block H2
{
	font-size: 14px;
	margin-bottom: 8px;
}

.tags
{
	float: left;
	width: 980px;
	margin-bottom: 50px;
}

.hr
{
	width: 480px;
	height: 1px;
	background: #eeeeee;
	margin-bottom: 10px;
}

.hrwide
{
	width: 980px;
	height: 1px;
	background: #eeeeee;
	margin-bottom: 10px;
}

.tagcloud
{
	width: 700px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

.tag
{
	padding: 0px 10px 0px 10px;
}

.tagcloudinfo
{
	width: 581px;
	height: 469px;
	margin: 30px auto;
	background: url(/skin/tagcloudinfo.gif) no-repeat;
}

.tagcloudinfo P
{
	width: 521px;
	text-align: center;
	padding-left: 30px;
	padding-top: 190px;
	color: #FFFFFF;
	font-size: 30px;
}

.topbrandnav
{
	margin-top: 20px;
}

.topbrandnav .left
{
	float: left;
	width: 200px;
	text-align: left;
}

.topbrandnav .center
{
	float: left;
	width: 540px;
}

.topbrandnav .center H1
{
	margin: 0;
	padding: 0px 0px 4px 0px;
}

.topbrandnav .right
{
	float: left;
	width: 200px;
	text-align: right;
}

.meter
{
	background-color: #eeeeee;
	width: 480px;
	height: 5px;
	margin-bottom: 10px;
}

.meter .fill
{
	height: 5px;
}

.meter .high
{
	background-color: #95da00;

}

.meter .mid
{
	background-color: #ffa200;

}

.meter .low
{
	background-color: #e10000;

}


/* END BRAND PAGE SPECIFIC */

