/*
 * jQuery UI Stars v3.0.0
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2010 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 126 $
 * $Date:: 2010-04-20 #$
 * $Build: 33 (2010-04-20)
 *
 */
/* default */
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url("jquery.ui.stars.gif") no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -32px;
}
.ui-stars-star-on a {
  background-position: 0 -48px;
}
.ui-stars-star-hover a {
  background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}
/* price sign */
.price-star .ui-stars-star a,
.price-star .ui-stars-cancel a {
  width: 16px;
  height: 16px;
  display: block;
  background: url("jquery.ui.stars.price.gif") no-repeat 0 0;
}
.price-star .ui-stars-star a {
  background-position: 0 -32px;
}
.price-star .ui-stars-star-on a {
  background-position: 0 -48px;
}
.price-star .ui-stars-star-hover a {
  background-position: 0 -64px;
}
.price-star .ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
/* large star */
.large-star .ui-stars-star a,
.large-star .ui-stars-cancel a {
  width: 32px;
  height: 32px;
  background: url("jquery.ui.stars.32.png") no-repeat 0 0;
}
.large-star .ui-stars-star a {
  background-position: 0 -64px;
}
.large-star .ui-stars-star-on a {
  background-position: 0 -96px;
}
.large-star .ui-stars-star-hover a {
  background-position: 0 -128px;
}
.large-star .ui-stars-cancel-hover a {
  background-position: 0 -32px;
}
