/*!
 * jQuery UI Stars v2.1.1
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 102 $
 * $Date:: 2009-06-07 #$
 * $Build: 32 (2009-06-12)
 *
 */
.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: 22px;
	height: 22px;
	display: block;
	background: url('../images/ui.stars2.gif') no-repeat 0 0;
	margin-right:2px;
}
.ui-stars-star a {
	background-position: 0 -44px;
}
.ui-stars-star-on a {
	background-position: 0 -66px;
}
.ui-stars-star-hover a {
	background-position: 0 -88px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -22px;
}

.ratings .ui-stars-star a,
.ratings .ui-stars-cancel a {
	width: 35px;
	height: 35px;
	display: block;
	background: url('../images/ui.stars3.gif') no-repeat 0 0;
	margin-right:2px;
}
.ratings .ui-stars-star a {
	background-position: 0 -70px;
}
.ratings .ui-stars-star-on a {
	background-position: 0 -105px;
}
.ratings .ui-stars-star-hover a {
	background-position: 0 -140px;
}
.ratings .ui-stars-cancel-hover a {
	background-position: 0 -35px;
}

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

