/*********************************
 *
 * CSS control - DO NOT CHANGE OR REMOVE
 * needed to track loading of this css file
 *
 *********************************/

.pluck-itemRatings-css-loaded { /* DO NOT CHANGE OR REMOVE - needed to track loading of this css file */
	border-bottom-color: #010204;
}

/*********************************
 *
 * NOTE - this stylesheet also leverages styles in pluck/pluck.css
 *
 *********************************/

/*********************************
 *
 * polls Wrapper and common - pluck/polls
 *
 *********************************/

.pluck-itemRatings {
	font-family: Calibri, Tahoma, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 16px;
}

.pluck-standardfont {
	font-size: 14px;
}

.pluck-itemRatings a {
	text-decoration: none;
}

.pluck-itemRatings-error-call-out {
	font-size: 0.8em;
	color: #1a1414;
	margin: 0px;
	padding: 0px;
}

.pluck-itemRatings-rollup {
	font-size: 0.8em;
	padding-bottom: 5px;
}

.pluck-itemRatings-rollup-noRatings {
}

.pluck-itemRatings-rollup-title {
	padding-right: 0px;
}

.pluck-itemRatings-rollup-stars {
	display: inline-block;
	height: 12px;
	padding: 3px 0px 2px 0px;
	position: relative;
	width: 102px;
	zoom: 1;
	*display: inline;
	_height: 12px;
}

.pluck-itemRatings-rollup-stars-color {
	background: url('/ver1.0/pluck/itemRatings/images/pluck-star-output-color.png') no-repeat 0 0;
	display: inline-block;
	height: 12px;
	left: 1px;
	overflow: hidden;
	position: absolute;
	text-indent: -8000px;
	top: 6px;
	width: 100px;
}

.pluck-itemRatings-rollup-stars-color em {
	background: url('/ver1.0/pluck/itemRatings/images/pluck-star-output-cover.png') repeat-x 0 0;
	display: inline-block;
	height: 12px;
	position: absolute;
	top: 0;
	width: 100px;
}

.pluck-itemRatings-rollup-stars-overlay {
	background: url('/ver1.0/pluck/itemRatings/images/pluck-star-output-overlay.png') no-repeat 0 0;
	display: inline-block;
	height: 12px;
	left: 1px;
	overflow: hidden;
	position: absolute;
	text-indent: -8000px;
	top: 6px;
	width: 100px;
}

.pluck-itemRatings-rollup-count {
	padding-left: 0px;
}

.pluck-itemRatings-rating {
	font-size: 0.8em;
}

.pluck-itemRatings-rating-title {
	float: left;
	padding-right: 5px;
	padding-top: 1px;
}

.pluck-itemRatings-rating-star {
	background-image: url('/ver1.0/pluck/itemRatings/images/pluck-star-input-sprite.png');
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	width: 19px;
	margin: 0px;
	padding: 0px;
}

.pluck-itemRatings-rated .pluck-itemRatings-rating-star {
	cursor: default;
}

.pluck-itemRatings-rating-star-clicked,
.pluck-itemRatings-rating-star-active {
	background-position: bottom center;
}

.pluck-itemRatings-rating-star-first {
}

.pluck-itemRatings-rating-star-last {
}

.pluck-itemRatings-working {
	display: none;
	font-size: 0.8em;
}

.pluck-itemRatings-rating-error {
	display: none;
}

