<!--
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(/images/star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
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:25px;
line-height:25px;
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 .current-rating{
z-index:1;
background-position: left center;
}


-->
.mcontainer{
	width:750px;
	background-color:#000000;
}
.mcontainer .mleft{
	float:left;
	width:30%;
	text-align:center;
	margin-top:5px;
}
.mcontainer .mright{
	float:left;
	width:70%;
	margin-top:5px;
}
.ratingrow{

}
.ratingh{
	width:80px;
	vertical-align:middle;
	float:left;
	font-weight:bold;
}
.ratingv{
	width:150px;
	float:left;
}
.detailsleft{
	width:65%;
	float:left;
}
.detailsright{
	width:32%;
	height:40px;
	float:right;
	background-color:#F4FFEF;
	margin:2px 5px 2px 2px;
	border: solid 1px #DFE9DB;
	text-align:center;
}
.mtitleh{
	width:80px;
	float:left;
	font-weight:bold;
	font-size:13px;
}
.mtitled{
	width:230px;
	float:left;
	font-size:13px;
	text-align:left;
}
.mtitled_c{
	float:left;
	font-size:13px;
	text-align:left;
	margin:-18px 0 0 80px;
	position:relative;
	width:400px;
}
.moviedesc{
	float:left;
	text-align:left;
	padding:15px;
}
.moviedesc h3{
	padding:0;
	margin:0;
}

.reviewTitle{

}
#review{
    padding: 5px 0 5px 10px;

}

#review .title{
    font-size: 18px;

}
#review .description{
    
}


