/*!
 * 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)
 *
 */
.ui-stars-star,
.ui-stars-cancel {
  cursor: pointer;
	display: block;
  float: left;
  overflow: hidden;
  text-indent: -999em;
}

.ui-stars-star a,
.ui-stars-cancel a {
	background: url('/images/new_layout/ui.stars.png') no-repeat 0 0;
	display: block;
	height: 22px;
  width: 26px;
}
.ui-stars-star a {
  background-position: 0 -47px;
}
.ui-stars-star-on a {
  background-position: 0 -92px;
}
.ui-stars-star-hover a {
  background-position: 0 -92px;
}
.ui-stars-cancel-hover a {
  background-position: 0 0;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}

.stars_cap {
	line-height: 22px;
	padding: 0 0 0 10px;
}