.rating_containter                              {   margin:0px; padding: 5px; height:80px; overflow: hidden; }
.vote_count                                     {   color:#000; padding-top: 20px; font-weight: bold; text-align: center; } 
.vote_rating                                    {   color : #D69601; padding-top: 10px;	margin-top: 12px; 	margin-left: 1px; font-size : 85%; font-weight : bold; text-align: center; width: 54px; height: 27px; background: url(images/vote_rating.gif) no-repeat; }
.vote_rating_stars                              {   background-repeat:no-repeat; width: 55px; height: 10px; display:inline-table; padding:1px;}
.vote_post                                      {   margin-left: 60px; color: #666; }
.vote_results                                   {   float: left; width: 55px; height: 48px; margin-top: 2px; margin-right: 5px; background: #fff url(images/vote_results.gif) no-repeat left;   }
.vote_label                                     {   font-weight : bold; color: #7BA402; }

.vote_rating_star_control                       {   margin: 0px; padding:0px; width: 100px; height: 20px; position: relative; background: url(images/rating_stars.gif) top left repeat-x;   }

.vote_rating_star_control li                    {   padding:0px; margin:0px; list-style:none; /*\*/    float: left; /* */}
.vote_rating_star_control li a                  {   display:block; width:20px; height: 20px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute; padding: 0px; background-image:none;	}
.vote_rating_star_control li a:hover            {   background: url(images/rating_stars.gif) 0px -20px repeat-x; z-index: 1; left: 0px; }

.vote_rating_star_control a.onestar             {   left: 0px; }
.vote_rating_star_control a.onestar:hover       {   width: 20px; }
.vote_rating_star_control a.twostars            {   left: 20px; }
.vote_rating_star_control a.twostars:hover      {   width: 40px; }
.vote_rating_star_control a.threestars:hover    {   width: 60px; }
.vote_rating_star_control a.threestars          {   left: 40px; }
.vote_rating_star_control a.fourstars           {   left: 60px; }	
.vote_rating_star_control a.fourstars:hover     {   width: 80px; }
.vote_rating_star_control a.fivestars           {   left: 80px; }
.vote_rating_star_control a.fivestars:hover     {   width: 100px; }	

