﻿/*************************************
*** ┌┈┈┈┈┈┈┈┈┈┈┈┈┈┐ ***
*** ┊  Powered By ChuKeer.com  ┊ ***
*** ┊  Last Modify 2012-12-01  ┊ ***
*** └┈┈┈┈┈┈┈┈┈┈┈┈┈┘ ***
*** ┌┈┈┈┈┈┈┈┈┈┈┈┈┈┐ ***
*** ┊Version:jquery.rating.1.0 ┊ ***
*** └┈┈┈┈┈┈┈┈┈┈┈┈┈┘ ***
*** ┌┈┈┈┈┈┈┈┈┈┈┈┈┈┐ ***
*** ┊mahongtao_2000@hotmail.com┊ ***
*** └┈┈┈┈┈┈┈┈┈┈┈┈┈┘ ***
*************************************/
.rating { height: 20px; padding:0px; margin:0px; }
.rating li { list-style: none; float: left; width: 16px !important ; height: 16px; padding:0px; margin:0px 0px;}
.rating li a { display: block; width: 14px; height: 14px; padding:0px; margin:0px; overflow: hidden; text-indent: -100px; background-image: url(rating.png); background-position:0px 0px; background-repeat: no-repeat; text-decoration:none; background-size: cover;}
.rating li a:hover { background-color: transparent; text-decoration: none; }
.rating li .hover { background-position: 0px -20px; }
.rating li .full { background-position: 0px -14px; }


.rating li span { display: block; width: 14px; height: 14px; padding:0px; margin:0px; overflow: hidden; text-indent: -100px; background-image: url(rating.png); background-position:0px 0px; background-repeat: no-repeat; text-decoration:none; background-size: cover;}
.rating li span:hover { background-color: transparent; text-decoration: none; }