@charset "windows-1250";

* {margin:0; padding:0;}
body {background:black; color:white; text-align:center; font:10px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#938675;}

.stars {margin:15px auto; width:100px; height:20px; background:url('/home/stars.gif') no-repeat; position:relative;}
.stars a {float:left; width:20px; height:20px; position:absolute; top:0; left:0;}
.stars a.active,
.stars a:hover {background:url('/home/stars.gif') 0px -20px no-repeat;}

.stars a.s5 {width:100px;}
.stars a.s4 {width:80px;}
.stars a.s3 {width:60px;}
.stars a.s2 {width:40px;}
.stars a.s1 {width:20px;}


