/* star rating widget */
.story_rating { margin:20px 0; }
.story_rating_sleeve img { position:absolute; top:20px; right:0px; }
.story_rating_sleeve div { padding:10px 0; zoom:1; }
.story_rating_sleeve div:after { content:"."; clear:left; display:block; height:0; visibility:hidden; }/*:hack:ie7+6 haslayout fix*/
.story_rating label, .story_rating p { float:left; margin:5px 10px 0 0; }
.story_rating label { color:#999; font:1em tahoma,sans-serif; margin-top:6px; }
.story_rating p.current_rating.meta { padding:6px 0 0 15px; margin:0; color:#999; }

.story_rating .story_rating_sleeve ul { padding:0; border:none; float: left; }
.story_rating .average_rating { float:right; }
.story_rating_sleeve select { float:left; }
.story_rating_sleeve .button { margin-left:5px; }

.story_rating .story_rating_sleeve { padding:0 10px; border:solid #FFF; border-width:0 1px 1px; zoom:1; }
.story_rating .story_rating_sleeve:after { content:"."; visibility:hidden; height:0; display:block; clear:both; }
.story_rating .story_rating_sleeve h2 { margin:0 -11px; position:relative; }

/*star rating*/
.starRating,
.starRating a:hover,
.starRating a:active,
.starRating a:focus,
.starRating .current-rating
{ background:url(/magazine/graphics/star.gif) left -1000px repeat-x; }
.starRating { position:relative; width:127px; height:25px; overflow:hidden; list-style:none; margin:0; padding:0; background-position:0 0; }
.starRating li { display: inline; background:none; padding:0; }
.starRating a, 
.starRating .current-rating { position:absolute; top:0; left:0; text-indent:-1000em; height:25px; line-height:25px; outline:none; overflow:hidden; border: none; }
.starRating a:hover,
.starRating a:active,
.starRating a:focus { background-position:left bottom; }
.starRating a.one_star { width:20%; z-index:6; }
.starRating a.two_stars { width:40%; z-index:5; }
.starRating a.three_stars { width:60%; z-index:4; }
.starRating a.four_stars { width:80%; z-index:3; }
.starRating a.five_stars { width:100%; z-index:2; }
.starRating .current-rating { z-index:1; background-position:left center; }

.inline_rating { display:-moz-inline-block; display:-moz-inline-box; display:inline-block; vertical-align:middle; float:left; }

/* RATED STATE */

/* Generic styles */
.story_rating_sleeve .rated { padding: 0; }
.rated .starRating a:hover { cursor: default; }

.rated .starRating {
	background-image: none;
	height: 23px;
	width: 140px;
}
	.rated .starRating li {
		float: left;
		display: block;
		margin: 0 5px 0 0;
	}
		.rated .starRating li span {
			float: left;
			width: 23px;
			height: 23px;
			text-indent: -9999px;
			background: url(/magazine/graphics/star.gif) no-repeat left -2px;
		}
		.rated .starRating li .over,
		.rated .starRating li .selected {
			background-position: 0 -52px;
		}

/* Loader styles */
#rating_box { position: relative; }
.loading {
	z-index: 100;
	background: #fff url(/magazine/graphics/ajax_loader_white.gif) no-repeat 50% 63%;
	opacity: .6;
}
