@CHARSET "UTF-8";

.movie_header,
.movie_header a {
	background-color: #8a6f3e;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #F5DEB3;
	padding: 2px;
	text-decoration: none;
}

.actor_txt {
	font-size: 11px;
	font-family: Arial;
	color: #808080;
}

.actor_1 {
	background-color: #DCDCDC; 
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	padding: 2px;
}



.actor_2 {
	background-color: #EEE8AA; 
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	padding: 2px;
}

.actor_descr {
  vertical-align: top;
	padding: 3px 5px 5px 5px;
	border: none;
	text-align: justify;
}

.actor_img {
	padding: 5px;
	vertical-align: top;
	border: none;
	width: 40px;
}

.actor_descr_b {
  vertical-align: top;
	padding: 3px 5px 5px 5px;
	border-top: none;
  border-right: none;
  border-bottom: 1px solid #333;
  border-left: none;
	text-align: justify;
}

.actor_img_b {
	padding: 5px;
	vertical-align: top;
	border: none;
	width: 40px;
	border-top: none;
  border-right: none;
  border-bottom: 1px solid #333;
  border-left: none;
}

.actor_img_desc {
	padding: 5px;
	border: none;
	margin-right: 20px;
	float: left;
}

.actor_img img,
.actor_img_b img {
  width: 60px;
  border: none;
}
