#movie_embed {
	width: 425px;
	margin: 0 auto;
	font-size: 7.5pt;
}
/*#movie_embed div {border: 1px dotted red; border-width: 0 1px 1px 0; height: 50px}*/
#movie_info {
	float: left;
	width: 150px;
	margin-top: 6px;
}

#movie_vote {
	float: left;
	width: 100px;
	margin-top: 18px;
	position: relative;
}

	
#vote_info {
	font-size: 7pt;
	position: absolute;
	top: 18px;
	left: -10px;
	width: 120px;
	text-align: center;
	line-height: 6.5pt;
}

#movie_vote div {
	width: 16px;
	height: 20px;
	float: left;
	padding: 0 2px;
	cursor: pointer;
	background-position: top;
	background-repeat: no-repeat;
}

.vote_gray {
	background-image: url(star_gray.png);	
}

.vote_full {
	background-image: url(star.png);	
}

.vote_half {
	background-image: url(star_half.png);	
}

#login_to_vote {
	float: left;
	width: 100px;
	margin-top: 20px;
	text-align: center;
}

#login_to_vote a {
	color: #000;
	font-size: 7.5pt;
	font-weight: bold;
}

#login_to_vote a:hover {
	border-bottom: 1px dotted #000;
}

#movie_owner {
	float: left;
	width: 175px;
	margin-top: 4px;
}

#movie_owner div.bg {
	float: right;
	background-color: #E9E9E9;
	padding: 3px 3px 3px 6px;
}

#movie_owner div.bg div.text {
	float: right;
	padding: 0;
	margin: 10px 6px 0 0;
	text-align: right;
}

#movie_owner a.avatar {
	float: right;
}

#movie_owner a.nick {
	font-weight: bold;
	font-size: 7.5pt;
	color: #000;
	white-space: nowrap;
}

#movie_owner a.nick:hover {
	border-bottom: 1px dotted #000;
}

#movie_owner a.avatar img {
	width: 40px; height: 40px;
	border: 1px solid #A4A4A4;	
}

.movie_description {
	margin-top: 6px;
	font-size: 7.5pt;
}

.related_box {
	font-size: 7.5pt;
}

.related_box .thumbnail {
	
}

.related_box .thumbnail img {
	width: 80px; height: 60px;
	margin-right: 8px;
	border: 1px solid #505050;
	float: left;
}
	
.related_box a {		
	font-size: 7.5pt;
	color: #000;
}

.related_box a.title {		
	font-weight: bold;
}
	
.related_box a:hover {
	border-bottom: 1px dotted #000;
}

.header_comment {
	margin-top: 10px;
}

#type_comment {
	border: 1px solid #ECECEC;
	width: 422px; height: 100px;
	margin: 4px;
	font: normal 8pt Tahoma;
}

div.add_comment {
	margin-bottom: 10px;
}

.comment_box {
	font-size: 7.5pt;
}

.comment_box a {
	font-size: 7.5pt;
	color: #000;
}

.comment_box a:hover {
	border-bottom: 1px dotted #000;
}

.comment_box .header_left {
	width: 50%;
	float: left;
}

.comment_box .header_left a {
	font-weight: bold;
}

.comment_box .header_left img.flag {
	width: 14px; height: 14px;
	margin-bottom: -2px;
}

.comment_box .header_right {
	width: 50%;
	float: left;
	text-align: right;
}

.header_right .add_date {
	color: #787878;
}

.comment_box .avatar {
	margin: 4px 6px 0 0;
	display: block;
	float: left;
	border: 1px solid #e1e1e1;
}

.comment_box a.avatar:hover {
	border: 1px solid #e1e1e1;
}

.comment_box .comment_body {
	float: left;
	margin-top: 3px;
	width: 360px;
}

.comment_box .comment_rating {
	font-weight: bold;
}

.comments_transparent {
	opacity: 0.3;
	filter: alpha(opacity=30);
	zoom: 1; /* IE fix */
}

div.new_comment {
	display: none;
}

.comment_edit {
	text-align: right;
}

.comment_edit img {
	margin-left: 2px;
	cursor: pointer;
}

div.edit {
	width: 360px;
	padding-top: 4px;
	float: left;
}

div.edit textarea {
	width: 100%; height: 80px;
	margin: 0;
	border: 1px solid #ECECEC;
	font: normal 7.5pt Tahoma;
}

.edit_botton_save {
	width: 36px; height: 13px;
	background: url(button_save.jpg);
	cursor: pointer;
	float: left;
	margin-left: 4px;
}

.edit_botton_cancel {
	width: 36px; height: 13px;
	background: url(button_cancel.jpg);
	cursor: pointer;
	float: left;
	margin-left: 4px;
}

p.comment_edited {
	color: #B6B6B6;
	font: normal 7pt Tahoma;
}

.l_t_c {
	font-size: 8pt;
}

.l_t_c a {
	font-weight: bold;
	color: #000;
}

.l_t_c a:hover {
	border-bottom: 1px dotted #000;
}

#stats {
	display: none;
	text-align: center
}

#show_stats {
	color: #000;
	font-size: 7.5pt;
}

#show_stats:hover {
	border-bottom: 1px dotted #000;
}

.movie_edit a.edit {
	float: right;
	display: block;
	width: 36px; height: 13px;
	background: url(button_edit.jpg);
}
