/* CSS style - Core Design Ajax Vote plugin for Joomla! 1.5 */

/* Container */
.cdajaxvote {
	line-height: 25px;
}
/* Rating container */
.cdajaxvote .rating, .cdajaxvote .rating_count, .cdajaxvote .loading {
	float: left;
}
/* Rating count */
.cdajaxvote .rating_count, .cdajaxvote .loading {
	margin-left: 5px;
}
/* Loading */
.cdajaxvote .loading {
	width: 16px;
	height: 25px;
	background:url(../images/loading.gif) no-repeat 0 4px;
}

/* Reset */
.ui-stars-cancel,
.ui-stars-cancel a {
	background: url(../images/cancel.png) no-repeat 0 -25px;
}

/* Stars */
.ui-stars-cancel,
.ui-stars-asterisk,
.ui-stars-flag,
.ui-stars-heart,
.ui-stars-shield,
.ui-stars-star2,
.ui-stars-star,
.ui-stars-tag,
.ui-stars-tennis,
.ui-stars-user {
	float:left;
	width:25px;
	height:25px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden;
}
.ui-stars-cancel a,
.ui-stars-asterisk a,
.ui-stars-flag a,
.ui-stars-heart a,
.ui-stars-shield a,
.ui-stars-star2 a,
.ui-stars-star a,
.ui-stars-tag a,
.ui-stars-tennis a,
.ui-stars-user a {
	display:block;
	width:25px;
	height:100%;
	background-position:0 0px;
}
.ui-stars-asterisk,
.ui-stars-asterisk a {
	background: url(../images/stars/asterisk.png) no-repeat 0 0;
}
.ui-stars-flag,
.ui-stars-flag a {
	background: url(../images/stars/flag.png) no-repeat 0 0;
}
.ui-stars-heart,
.ui-stars-heart a {
	background: url(../images/stars/heart.png) no-repeat 0 0;
}
.ui-stars-shield,
.ui-stars-shield a {
	background: url(../images/stars/shield.png) no-repeat 0 0;
}
.ui-stars-star2,
.ui-stars-star2 a {
	background: url(../images/stars/star2.png) no-repeat 0 0;
}
.ui-stars-star,
.ui-stars-star a {
	background: url(../images/stars/star.png) no-repeat 0 0;
}
.ui-stars-tag,
.ui-stars-tag a {
	background: url(../images/stars/tag.png) no-repeat 0 0;
}
.ui-stars-tennis,
.ui-stars-tennis a {
	background: url(../images/stars/tennis.png) no-repeat 0 0;
}
.ui-stars-user,
.ui-stars-user a {
	background: url(../images/stars/user.png) no-repeat 0 0;
}

.ui-stars-star-on a {
	background-position:0 -25px !important;
}
.ui-stars-star-hover a {
	background-position:0 -50px;
}
.ui-stars-cancel-hover a {
	background-position:0 -25px;
}
.ui-stars-cancel-disabled a,
.ui-stars-star-disabled,
.ui-stars-star-disabled a {
	cursor: default !important;
}
.ui-stars-star {
	background:transparent !important;
	overflow:hidden !important;
}
