/*Cat Rank Styles 010908*/
.rating_row{
  position:relative;
  width: 190px;
  height: 20px;
  list-style: none;
  background: url(../images/grey-b.gif) left top repeat-x;
}
.rating_row li {
  display: inline;
}
.rating_row a {
  position:absolute;
  display:block;
  top:0;
  left:0;
  height:20px;
  outline:none;
  border: none;
  text-indent:-1000em;
}
a.red1{
  width:19px;
  z-index:11;
}
a.red1:hover, a.red2:hover{
  background: url(../images/red-b.gif) left top repeat-x;
}
a.red1:hover{
  width:19px;
}
a.red2{
  width:36px;
  z-index:10;
}
a.red2:hover{
  width:36px;
}
a.yellow1{
	width:55px;
	z-index:9;
}
a.yellow1:hover, a.yellow2:hover, a.yellow3:hover, a.yellow4:hover{
	background: url(../images/yellow-b.gif) left top repeat-x;
}
a.yellow1:hover{
	width:55px;
}
a.yellow2{
	width:74px;
	z-index:8;
}
a.yellow2:hover{
	width:74px;
}
a.yellow3{
	width:93px;
	z-index:7;
}
a.yellow3:hover{
	width:93px;
}
a.yellow4{
	width:112px;
	z-index:6;
}
a.yellow4:hover{
	width:112px;
}
a.green1{
	width:131px;
	z-index:5;
}
a.green1:hover, a.green2:hover, a.green3:hover, a.green4:hover{
	background: url(../images/green-b.gif) left top repeat-x;
}
a.green1:hover{
	width:131px;
}
a.green2{
	width:150px;
	z-index:4;
}
a.green2:hover{
	width:150px;
}
a.green3{
	width:169px;
	z-index:3;
}
a.green3:hover{
	width:169px;
}
a.green4{
	width:188px;
	z-index:2;
}
a.green4:hover{
	width:188px;
}
li.red_b, li.yellow_b, li.green_b,li.grey_b{
  width:19px;
  float:left;
  z-index:2;
  display:block;
  height:20px;

}
li.red_b{
  background: url(../images/red-b.gif) left top repeat-x;
}
li.yellow_b{
  background: url(../images/yellow-b.gif) left top repeat-x;
}
li.green_b{
  background: url(../images/green-b.gif) left top repeat-x;
}
li.grey_b{
  background: url(../images/grey-b.gif) left top repeat-x;
}





