﻿/* 鏄熺骇璇勫垎 */
.rating-level,.rating-level a {background:url(../images/star_v2.png) no-repeat scroll 1000px 1000px;}
.rating-level {background-position: 0px 0px; width: 120px; height:23px; position:relative; z-index:1000; margin-top:8px; margin-left:16px;}
.rating-level li {display:inline; height:23px; width:120px; margin:0;}

.rating-level a {line-height:23px; height:23px; position:absolute; left:0px; top:0px; text-indent:-999em; *zoom:1; outline:none;}

.rating-level a.one-star {width:20%; z-index:6;}
.rating-level a.two-stars {width:40%;z-index:5;}
.rating-level a.three-stars {width:60%; z-index:4;}
.rating-level a.four-stars {width:80%; z-index:3;}
.rating-level a.five-stars {width:100%; z-index:2;}

.rating-level .current-rating,.rating-level a:hover{background-position:0 -28px;}
.rating-level a.one-star:hover,.rating-level a.two-stars:hover,.rating-level a.one-star.current-rating,.rating-level a.two-stars.current-rating{background-position:0 -116px;}
.rating-level .three-stars .current-rating,.rating-level .four-stars .current-rating,.rating-level .five-stars .current-rating{background-position:0 -28px;}