
/* Star selection */

.PSR_stars {
	height: 34px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

* html .PSR_stars .star {
	display: block;
	position: absolute;
	height: 0;
	width: 0;
}

.PSR_stars input {
	display: none;
}

.PSR_no_star, .PSR_half_star, .PSR_full_star, .PSR_no_voting_star, .PSR_half_voting_star, .PSR_full_voting_star, .PSR_full_star_to_vote {
	float: left;
	width: 32px;
	height: 32px;
	text-indent: -1000em;
	text-align: left;
	background-repeat: no-repeat;
}

.PSR_Overall {
	background-image: url(images/overall_background.png);
	width: 68px;
	height: 68px;
	text-align: center;
	color: #46574D;
	margin: 30px 20px 0 10px;
	font: bold 1.6em Arial, sans-serif;
	float:right;
}

.PSR_no_star {
	background-image: url(images/stars/no_star.png);
}

.PSR_full_star {
  background-image: url(images/stars/full_star.png);
}

.PSR_full_star_to_vote {
	background-image: url(images/stars/vote_star.png);
}		

.PSR_half_star {
	background-image: url(images/stars/half_star.png);
}

.PSR_no_voting_star {
	background-image: url(images/stars/no_star.png);
}

.PSR_full_voting_star {
	background-image: url(images/stars/full_voting_star.png);
}

.PSR_half_voting_star {
	background-image: url(images/stars/half_voting_star.png);
}

.PSR_votes {
	padding-left: .5em;
}

.PSR_Overall_votes {
	margin: 20px 0 0 15px;
	float:left;
}

.PSR_moment_scores li {
	position: relative;
	height: 2.2ex;
	list-style: decimal outside;
}

* html .PSR_moment_scores li {
	list-style: none;
}

.PSR_moment_scores .trend_up, .PSR_moment_scores .trend_dw, .PSR_moment_scores .trend_eq {
	display:block;
	width: 14px;
	height: 15px;
	overflow: hidden;
	text-indent: -100em;
	float: left;
	background-repeat: no-repeat;
	margin-right: .5em;
}

.PSR_moment_scores .trend_up {
	background-image: url(images/stars/up_arrow.gif);
}

.PSR_moment_scores .trend_dw {
	background-image: url(images/stars/dw_arrow.gif);
}

.PSR_moment_scores .trend_eq {
	background-image: url(images/stars/eq_arrow.gif);
}

.PSR_moment_scores, .PSR_container {

}