/* Review styles */
.main_movie_title {
	width: 100%;
	height: auto;
	background: #A04639 url(../images/fs_bg_01.jpg);
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	color: #FFFFE8;
	letter-spacing: 1px;
	padding-bottom: 5px;
	text-align: center;
}

.starring {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #390000;
	width: 150px;
}

#full_review.main_image {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #390000;
}

li {
	list-style-type: none;
}

.caption {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #390000;
	font-weight: bold;
}

.directed_by {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #390000;
}

.body_title {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #390000;
	border-bottom: 1px solid #A04639;
}

.body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #390000;
}

.body p:first-letter {
	font-size: 18px;
	font-weight: bold;
}

.body p:first-line {
	font-size: 14px;
}

/* Truncated review styles */
.t_title {
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	color: #A04639;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px dotted #A04639;
	float: left;
}

.t_body_title {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #390000;
}

.t_body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #390000;
}

