﻿.bubble{
	background:url(../img/Counter/bubble.png) left top no-repeat;
	width:70px;
	height:68px;
	text-align:center;
	padding-top:7px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#575553;
	float:left;
	margin-right:20px;
}
.bubble .count{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#CC6600;
}

.bubbleMini{
	background:url(../img/Counter/bubbleMini.png) left top no-repeat;
	width:28px;
	height:27px;
	text-align:center;
	padding-top:2px;
	font-size:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#575553;
	float:left;
	margin-right:0px;
}
.bubbleMini .count{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#CC6600;
}