@charset "utf-8";

div.movie{
	margin-top:12px;
	width:633px;
	padding-left:12px;
	margin-bottom:12px;
	overflow-x:hidden;
}

div.movie td.l{
	vertical-align:top;
	background: #0d7109 url(img/tdback.gif) repeat-x top;
	width:100px;
	color:#FFFFFF;
	padding:6px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:400;
}

div.movie td.l2{
	vertical-align:top;
	text-align:center;
	background: #d6fad3;
	width:50px;
}

div.movie_left{
	float:left;
	display:block;
	margin-left:12px;
	width:240px;
	height:180px;
}

div.movie_right{
	margin:1px;
	margin-right:20px;
	float:right;
	display:block;
	width:354px;
	height:198px;
	background-color:#d6fad3;
	overflow:auto;
}

div.movie_row{
	width:634px;
	height:202px;
	display:block;
	margin-bottom:4px;
	margin-top:6px;
}

div.movie_title{
	width:240px;
	height:20px;
	text-align:center;
	font-size:13px;
	background-color:#167910;
	color:white;
}

div.movie_right p{
	margin:6px;
	margin-top:0px;
}

