#episodeImage {
	padding-top: 10px;
	padding-bottom: 10px;
}

#moreInfo a {
	color: #003663;
}

#moreInfo h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#ratingImageWrapper {
	display: none;
}

#ratingStatus {
	display: none;
	color: #FF0000;
	font-weight: bold;
	padding-top: 15px;
}

#synopsis {
	position: absolute;
	bottom: 4px;
	left: 25px;
	width: 485px;
	padding-left: 5px;
	padding-bottom: 3px;
	height: 150px;
	overflow: auto;
	background-color: #FFFFFF;
}

#synopsis h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 17px;
	color: #003663;
}

#synopsis h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #003663;	
}

#synopsis p {
	color: #666666;
}

.leftcol {
	height: 573px;
	position: relative;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(/images/ratings/star.png) left -1000px repeat-x;
}

.star-rating{
	position:relative;
	width:246px;
	height:46px;
	overflow:hidden;
	list-style:none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	padding:0;
	background-position: left top;
}

.star-rating li{
	display: inline;
}

.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:46px;
	line-height:46px;
	outline:none;
	overflow:hidden;
	border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}

.star-rating a.one-star{
	width:20%;
	z-index:6;
}

.star-rating a.two-stars{
	width:40%;
	z-index:5;
}

.star-rating a.three-stars{
	width:60%;
	z-index:4;
}

.star-rating a.four-stars{
	width:80%;
	z-index:3;
}

.star-rating a.five-stars{
	width:100%;
	z-index:2;
}

.star-rating .current1 {
	width:20%;
}

.star-rating .current2 {
	width:40%;
}

.star-rating .current3 {
	width:60%;
}

.star-rating .current4 {
	width:80%;
}

.star-rating .current5 {
	width:100%;
}

.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}