﻿.content .middlebar .toprated
{
	width: 100%;
	font-size: 12px;
	color: #736357;
	padding: 0px 0px 10px 0px;
	background: transparent url(../images/bg_middlebar.png) 0px 33px;
}

.content .middlebar .toprated .header
{
	width: 100%;
	height: 32px;
}

.content .middlebar .toprated .item
{
	width: 224px;
	height: 72px;
	padding: 10px 5px 0px 10px;
	border-top: solid 1px #c1c1c1;
}

.content .middlebar .toprated .item .title a
{
	width: 100%;
	height: 30px;
	overflow: hidden;
	color: #736357;
	float: left;
}

.content .middlebar .toprated .item .author
{
	width: 100%;
	height: 15px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	overflow: hidden;
	color: #333333;
}

.content .middlebar .toprated .item .rating
{
	width: 70px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	font-size: 9px;
	overflow: hidden;
}

.content .middlebar .toprated .item .rating img
{
	vertical-align: middle;
}

.content .middlebar .toprated .item .downloads
{
	width: 95px;
	height: 15px;
	padding: 2px 0px 0px 0px;
	font-size: 9px;
	overflow: hidden;
	color: #5F5F5F;
}

.content .middlebar .toprated .item .classification
{
	width: 49px;
	height: 15px;
	padding: 2px 0px 0px 10px;
	font-size: 9px;
	overflow: hidden;
	color: #DEAB47;
	background: transparent url(../images/blt_classification.png) no-repeat 0px 6px;
}

