@charset "utf-8";
/* CSS Document */

table.stats
{
	width:100%;
	margin:0;
	padding:0;
}

table.stats tr
{
	height:64px;
}

table.stats tr td
{
	border-bottom:1px solid #DDDDDD;
	margin: 0;
}

table.stats tr td.clicks
{
	color:#01732D;
	width:46px;
	background:url('../images/clic.png') no-repeat;
	background-position: center;
	text-align:center;
}

table.stats tr td.item a
{
	color:#02712D;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana,Arial;
}
