/*one2five*/
.numbers1_on {
    background: url('images/ratingimages/number1_on.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.numbers1_off {
    background: url('images/ratingimages/number1_off.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.numbers2_on {
    background: url('images/ratingimages/number2_on.gif') no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    float: left;
}

.numbers2_off {
    background: url('images/ratingimages/number2_off.gif') no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    float: left;
}

.numbers3_on {
    background: url('images/ratingimages/number3_on.gif') no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    float: left;
}

.numbers3_off {
    background: url('images/ratingimages/number3_off.gif') no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    float: left;
}

.numbers4_on {
    background: url('images/ratingimages/number4_on.gif') no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    float: left;
}

.numbers4_off {
    background: url('images/ratingimages/number4_off.gif') no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    float: left;
}

.numbers5_on {
    background: url('images/ratingimages/number5_on.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.numbers5_off {
    background: url('images/ratingimages/number5_off.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.stars1_on {
    background: url('images/ratingimages/star_first_on.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.stars2_on, .stars3_on, .stars4_on, .stars5_on {
    background: url('images/ratingimages/star_on.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.stars1_off, .stars2_off, .stars3_off, .stars4_off, .stars5_off {
    background: url('images/ratingimages/star_off.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.stars_crystal1_on {
    background: url('images/ratingimages/starc_first_on.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.stars_crystal2_on, .stars_crystal3_on, .stars_crystal4_on, .stars_crystal5_on {
    background: url('images/ratingimages/starc_on.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.stars_crystal1_off, .stars_crystal2_off, .stars_crystal3_off, .stars_crystal4_off, .stars_crystal5_off {
    background: url('images/ratingimages/starc_off.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.squares1_on {
    background: url('images/ratingimages/square_first_on.gif') no-repeat;
    width: 13px;
    height: 12px;
    display: block;
    float: left;
}

.squares2_on, .squares3_on, .squares4_on, .squares5_on {
    background: url('images/ratingimages/square_on.gif') no-repeat;
    width: 13px;
    height: 12px;
    display: block;
    float: left;
}

.squares1_off, .squares2_off, .squares3_off, .squares4_off, .squares5_off {
    background: url('images/ratingimages/square_off.gif') no-repeat;
    width: 13px;
    height: 12px;
    display: block;
    float: left;
}

/*yes no*/
.plusminusyes_on {
    background: url('images/ratingimages/plus_on.gif') no-repeat;
    width: 16px;
    height: 14px;
    display: block;
    float: left;
}

.plusminusyes_off {
    background: url('images/ratingimages/plus_off.gif') no-repeat;
    width: 16px;
    height: 14px;
    display: block;
    float: left;
}

.plusminusno_on {
    background: url('images/ratingimages/minus_on.gif') no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    float: left;
}

.plusminusno_off {
    background: url('images/ratingimages/minus_off.gif') no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    float: left;
}

.updown_crystalyes_on {
    background: url('images/ratingimages/up_on.gif') no-repeat;
    width: 17px;
    height: 15px;
    display: block;
    float: left;
}

.updown_crystalyes_off {
    background: url('images/ratingimages/up_off.gif') no-repeat;
    width: 17px;
    height: 15px;
    display: block;
    float: left;
}

.updown_crystalno_on {
    background: url('images/ratingimages/down_on.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.updown_crystalno_off {
    background: url('images/ratingimages/down_off.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.thumbsyes_on {
    background: url('images/ratingimages/thumbup_on.gif') no-repeat;
    width: 16px;
    height: 15px;
    display: block;
    float: left;
}

.thumbsyes_off {
    background: url('images/ratingimages/thumbup_off.gif') no-repeat;
    width: 16px;
    height: 15px;
    display: block;
    float: left;
}

.thumbsno_on {
    background: url('images/ratingimages/thumbdown_on.gif') no-repeat;
    width: 14px;
    height: 15px;
    display: block;
    float: left;
}

.thumbsno_off {
    background: url('images/ratingimages/thumbdown_off.gif') no-repeat;
    width: 14px;
    height: 15px;
    display: block;
    float: left;
}

.tickcrossyes_on {
    background: url('images/ratingimages/check_on.gif') no-repeat;
    width: 18px;
    height: 12px;
    display: block;
    float: left;
}

.tickcrossyes_off {
    background: url('images/ratingimages/check_off.gif') no-repeat;
    width: 18px;
    height: 12px;
    display: block;
    float: left;
}

.tickcrossno_on {
    background: url('images/ratingimages/uncheck_on.gif') no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    float: left;
}

.tickcrossno_off {
    background: url('images/ratingimages/uncheck_off.gif') no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    float: left;
}

/*one2ten*/
.tenstars2_on {
    background: url('images/ratingimages/star_first_on.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.tenstars4_on, .tenstars6_on, .tenstars8_on, .tenstars10_on {
    background: url('images/ratingimages/star_on.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.tenstars2_off, .tenstars4_off, .tenstars6_off, .tenstars8_off, .tenstars10_off {
    background: url('images/ratingimages/star_off.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.tenstars2_half {
    background: url('images/ratingimages/star_first_half.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.tenstars4_half, .tenstars6_half, .tenstars8_half, .tenstars10_half {
    background: url('images/ratingimages/star_half.gif') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    float: left;
}

.tensquares2_on {
    background: url('images/ratingimages/square_first_on.gif') no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    float: left;
}

.tensquares4_on, .tensquares6_on, .tensquares8_on, .tensquares10_on {
    background: url('images/ratingimages/square_on.gif') no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    float: left;
}

.tensquares2_off, .tensquares4_off, .tensquares6_off, .tensquares8_off, .tensquares10_off {
    background: url('images/ratingimages/square_off.gif') no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    float: left;
}

.tensquares2_half {
    background: url('images/ratingimages/square_first_half.gif') no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    float: left;
}

.tensquares4_half, .tensquares6_half, .tensquares8_half, .tensquares10_half {
    background: url('images/ratingimages/square_half.gif') no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    float: left;
}

.tenstars_crystal2_on {
    background: url('images/ratingimages/starc_first_on.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.tenstars_crystal4_on, .tenstars_crystal6_on, .tenstars_crystal8_on, .tenstars_crystal10_on {
    background: url('images/ratingimages/starc_on.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.tenstars_crystal2_off, .tenstars_crystal4_off, .tenstars_crystal6_off, .tenstars_crystal8_off, .tenstars_crystal10_off {
    background: url('images/ratingimages/starc_off.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.tenstars_crystal2_half {
    background: url('images/ratingimages/starc_first_half.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.tenstars_crystal4_half, .tenstars_crystal6_half, .tenstars_crystal8_half, .tenstars_crystal10_half {
    background: url('images/ratingimages/starc_half.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

table#rank {
    text-align: center;    
    border:1px solid #FFFFFF;
    margin:10px 0 10px 24px;
}

table#rank th {
    text-transform:uppercase;
    vertical-align:middle;
}

table#rankFooter {
    text-align: center;    
border:1px solid #CCCCCC;
margin:30px 40px 10px 50px;
}

table#rankFooter th {
    text-transform:uppercase;
    vertical-align:middle;
background:#FFD2F1 none repeat scroll 0 0;
height:30px;

}
