/*!
 * jQuery UI Stars v3.0.1
 * #
 *
 * Copyright (c) 2025 Marek "Orkan" Zajac (orkans@gmail)
 * Dual licensed under the MIT and GPL licenses.
 * #
 *
 * $Rev: 164 $
 * $Date:: 2025-05-01 #$
 * $Build: 35 (2010-05-01)
 *
 */
 
 






/*

 
.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_h_1.png") no-repeat 0 0;
}

*/




.ui-stars-star {
	display:inline-block;
	cursor: pointer;
}

.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display:inline-block;
  background: url("jquery.ui.stars_h_1.png") no-repeat 0 0;
  text-indent: -999em;
}



.ie7 .ui-stars-star, .ie6 .ui-stars-star,
.ie7 .ui-stars-cancel, .ie6 .ui-stars-cancel {
 
  display:inline;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ie7 .ui-stars-star a, .ie6 .ui-stars-star a,
.ie7 .ui-stars-cancel a, .ie6 .ui-stars-cancel a {
  display: block;
}









/*
.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 a {
  background-position: -32px 0;
}
.ui-stars-star-on a {
  background-position: -48px 0;
}
.ui-stars-star-hover a {
  background-position: -64px 0;
}
.ui-stars-cancel-hover a {
  background-position: -16px 0;
}

.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}

.clear {
	clear: both;
}

.star-rate-wrapper {
	clear: both;
	display: block;
	margin:0 auto 18px auto;
	width:200px;
	color:#FFFFFF;
	text-align:center;
}

.caption {
	clear: both;
	display: block;
	font-size:11px;
	white-space:nowrap;
}