/****** RATING BAR **********/


.ratingBar,
.ratingBar a:hover,
.ratingBar .current
{
   background-image: url(../images/ratingbar.png);
   background-position: left;
}
.ratingBar
{
  position: relative;
  width: 75px !important;
  height: 16px !important;
  overflow: hidden;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background-position: top left;
}
.ratingBar li
{
  display: inline;
}
.ratingBar a,
.ratingBar .current,
.ratingBar .ratingGlass
{
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  height: 16px;
  line-height: 16px;
  outline: none;
  overflow: hidden;
  border: none;
  font-size: 16px;
}
.ratingBar .current {
 width: 0em;
}
.ratingBar a:hover
{
  background-position: left bottom;
}
.ratingBar a:focus
{
	border-width:1px;
	border-style:dotted;
	height:13px;
}
.ratingBar a.rate1
{
  width: 20%;
  z-index: 6;
  padding: 0px;
}
.ratingBar a.rate2
{
  width:40%;
  z-index: 5;
  padding: 0px;
}
.ratingBar a.rate3
{
  width:60%;
  z-index: 4;
  padding: 0px;
}
.ratingBar a.rate4
{
  width:80%;
  z-index: 3;
  padding: 0px;
}
.ratingBar a.rate5
{
  width:97%;
  z-index: 2;
  padding: 0px;
}
.ratingBar .ratingGlass{
	width: 5em;
	z-index: 1000;
}

