/**
 * Thumbs Post Rating 1.3 by TY Yew
 * thumbspostrating.css
 */

.tpr_box
{
	border: 1px solid #9A9A9A;
	background-color: #fff;
}
.tu_stat
{
	color: #080;
	font-size: small;
}
.td_stat
{
	color: red;
	font-size: small;
}
.small
{
	font-size:xx-small;
}
.tpr_thumb
{
	display: block;
	width: 15px;
	height: 16px;
}
.tux1, .tux2:hover
{
	background: url(../images/tpr_thumbs.png) no-repeat 0 0;
	background-position: 0 -16px;
}
.tdx0, .tdx2
{
	background: url(../images/tpr_thumbs.png) no-repeat 0 0;
	background-position: -15px 0;
}
.tux0, .tux2
{
	background: url(../images/tpr_thumbs.png) no-repeat 0 0;
}
.tdx1, .tdx2:hover {
	background: url(../images/tpr_thumbs.png) no-repeat 0 0;
	background-position: -15px -16px;
}