﻿
    
     .cs_starLevel
    {
    	cursor:pointer;
        margin: 0;
        padding: 0;
        width: 80px;
        height: 13px;
        list-style: none inside;
    }
    
    .cs_starLevel a
    {
        float: left;
        width: 13px;
        height: 13px;
        background-image: url(/UserControls/PublicControls/Data/images/blank-star.png);
        background-repeat: no-repeat;
    }
