@charset "UTF-8";

	
.thumbBox {
	float		:left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.thumbBox div{
	color:#999999;
}
.movieDate{
	color:#85766b;
	font-size:10px;
	line-height:10px;
	margin-top:3px;
}

.movieTitle {
	width:127px;
	font-size	:12px;
	font-weight	:bold;
	color		:#01C4BD;
	height:16px;
	overflow:hidden;
	line-height:18px;
}
.movieTitle a:link,
.movieTitle a:visited,
.movieTitle a:hover{
	font-size	:12px;
	font-weight	:bold;
	color		:#e1c00b;
	line-height:18px;
	text-decoration:none;
}
.movieTitle a:hover{
	text-decoration:underline;
}
.movieUsername{
	width:127px;
	font-size	:12px;
	height:16px;
	overflow:hidden;
	text-decoration:none;
	color:#FF3792;
}
.movieUsername a:link,
.movieUsername a:visited,
.movieUsername a:hover{
	text-decoration:none;
	color:#FF3792;
}
.movieUsername a:hover{
	text-decoration:underline;
}
.movieContinue{
	font-size: 10px;
	width:127px;
	color: #FF3792;
	line-height: 12px;
	overflow:hidden;
	font-weight:bold;
}
.movieContinue a:link,
.movieContinue a:visited,
.movieContinue a:hover{
	color: #FF3792;
	text-decoration:none;
	font-weight:bold;
}
.movieContinue a:hover{
	text-decoration:underline;
	font-weight:bold;
}

.movieComment{
	width:127px;
	height:25px;
	line-height: 12px;
	font-size:10px;
	overflow:hidden;
}
.movieVote{
	width:127px;
	font-size:10px;
	margin-top:3px;
	text-align:right;
}

