/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */

div.rating-cancel, div.star-rating {
	float: left;
	width: 28px;
	height: 28px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}

div.rating-cancel, div.rating-cancel a {
	background: none;
}

div.star-rating, div.star-rating a {
	background: url(http://images.nudereviews.com/data/media/www_nudereviews_com/themes/nr-green/images/vote-stars_only.png) no-repeat 0 0px;
}

div.rating-cancel a, div.star-rating a {
	display: block;
	width:28px; height:100%;
	background-position: 0 0px;
	border: 0;
}

div.star-rating-on a {
	background-position: 0 -28px!important;
}

div.star-rating-hover a {
	background-position: 0 -56px;
}

/* Read Only CSS */
div.star-rating-readonly a {
	cursor: default !important;
	background: transparent!important;
	overflow: visible!important;
}

/* Partial Star CSS */
div.star-rating {
	background: transparent!important;
	overflow: hidden!important;
}

/* END jQuery.Rating Plugin CSS */

/* ------------------------------------------------------ */
/* Voting section                                         */
/* ------------------------------------------------------ */
table.vote {
	background-color: #004C5E;
	color: #ffffff;
	width: 100%;
}

div.vote_header {
	height: 49px;
	background: #000000 url(http://images.nudereviews.com/data/media/www_nudereviews_com/themes/nr-green/images/vote-bkg_head.jpg) repeat;
	color: #ffffff;
	font-size: 24px;
	font-style: italic; 
}

div.vote_header table td.left_icon {
	width: 58px;
	height: 49px;
	background: #000000 url(http://images.nudereviews.com/data/media/www_nudereviews_com/themes/nr-green/images/vote-thumbsup_right.jpg) repeat;
}

div.vote_header table td.prompt {
	height: 49px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: center;
}

div.vote_header table td.right_icon {
	width: 58px;
	height: 49px;
	background: #000000 url(http://images.nudereviews.com/data/media/www_nudereviews_com/themes/nr-green/images/vote-thumbsup_left.jpg) repeat;
}

a.vote_header:link {
	color: #33c7ef;
	text-decoration: none;
}
a.vote_header:visited {
	color: #33c7ef;
	text-decoration: none;
}
a.vote_header:hover {
	color: #33c7ef;
	text-decoration: underline;
}
a.vote_header:active {
	color: #33c7ef;
	text-decoration: none;
}

p.vote_summary {
	text-align: center;
	font-size: 10px;
}

span.summary_divider {
	color: #33c7ef;
}

span.summary_score {
	color: #ffff00;
	font-weight: bold;
}

/* The following are for the small static star ratings */
.star_rating-gray {
	float: left;
	background: url(http://images.nudereviews.com/data/media/www_nudereviews_com/themes/nr-green/images/vote-5stars-small_gray.jpg);
	width: 62px;
	height: 11px;
}
.star-rating-red {
	float: left;
	background: url(http://images.nudereviews.com/data/media/www_nudereviews_com/themes/nr-green/images/vote-5stars-small_red.jpg);
	width: 31px;
	height: 11px;
}

