﻿#RateInfo
{
	border-bottom:solid 1px #ccc;
	display:block;
	overflow:hidden;
	height:auto;
	width:auto;
	padding-bottom:5px;
}
#RateNumber
{
	font-family:Verdana;
	color:#f60;
	font-size:46px;
	display:block;
	float:left;
	font-weight:bold;
	font-style:italic;
	vertical-align:top;
}
#RateNumber span
{
	font-size:23px;
	vertical-align:super;
}
#RateStarPanel
{
	display:block;
	height:32px;
	clear:right;
}
#RateStarPanel span
{
	display:block;
	float:left;
	padding:5px 0 0 10px;
}
#rateMe
{
	width:auto;
	overflow:hidden;
	height:auto;
	list-style:none;
	margin-left:10px;
}
#rateMe li
{
	float: left;
	background: url(/images/ico_star.png) no-repeat -62px 0;
	width: 30px;
	height: 29px;
	display: block;
	cursor:pointer;
}
#rateMe .onRate
{
	background: url(/images/ico_star.png) no-repeat;
}
#rateMe .onHalfRate
{
	background: url(/images/ico_star.png) no-repeat -31px 0;
}
#rateMe
{
	float:left;
	height: auto;
	width: auto;
	overflow: hidden;
	padding-top:3px;
}
#RateTipsPanel
{
}
#RateTips
{
	color:#090;
	display:block;
	float:left;
	margin:10px 0 0 10px;
}
#ToolsPanel
{
	float:right;
	margin-top:5px;
}
#ToolsPanel span
{
	margin-top:5px;
	float:left;
}
#ToolsPanel a
{
	display:block;
	width:85px;
	height:22px;
	float:left;
	text-indent:-1000px;
	overflow:hidden;
	margin-left:5px;
}
#AddFavBtn
{
	background:url(../images/buttons.gif) no-repeat 0 -22px;
}
#TakeUpdateBtn
{
	background:url(../images/buttons.gif) no-repeat;
}