﻿ a, a:visited 
{
    color: #F70;
}
a:hover 
{
    color:#C60;
}
.stat 
{
    margin:1em;
}
.stat label 
{
    font-weight: bold;
}

/* RATER PLUGIN */
.ui-rater>span 
{
    vertical-align:top;
}
.ui-rater-rating 
{
    margin-left:.8em
}
.ui-rater-starsOff, .ui-rater-starsOn 
{
    display:inline-block;
    height:18px;
    background:url(../images/RatingStars.png) repeat-x 0 0px;
}
.ui-rater-starsOn 
{
    display:block;
    max-width:90px;
    top:0;
    background-position: 0 -36px;
}
.ui-rater-starsHover 
{
    background-position: 0 -18px!important;
}
