﻿#counter
{
	height:45px;
	width:351px;
	background: Transparent url(../Images/counter-bg.jpg) no-repeat left top;
	margin-left:5px;
	position:absolute;
	bottom:27px;
}

#counter .content
{
	color:#F98E05;
	font-weight:bold;
	padding:3px 0 0 20px;
	font-size:110%;
}
#counter .content a
{
	color:#F98E05;
	text-decoration:none;
	font-size:110%;
}
#counter .content a:hover
{
	text-decoration:underline;
}
#counter .content span.total
{
	color:#fff;
}
