@charset "UTF-8";
/* CSS Document */

#topics_area{
	width:100%;
	height:auto;
}

/***top banner right
***********************************/
#bunner_v{
	float:right;
	width:200px;
	display:block;
}
#bunner_v img{
	margin-bottom:10px;
	width:200px;
	height:auto;
}

/***top movie topics
***********************************/

#movie_topics{
	width:785px;
	float:left;
}
#movie_topics .h3{
	padding:7px 0 6px 8px;
	border:1px rgba(98,164,1,1.00)  double;
	border-width:0 0 0 5px;
	margin-top:15px;
}

.Mtopi{
	width: 370px;
	height:190px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid rgba(98,164,1,1.00);
	background: rgba(255,255,255,0.1);
}
.Mtopi_intxt{
	width: 250px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Mtopi_intxt h1{
	font-size:13px;
	font-weight:normal;
	margin-bottom:0;}
.Mtopi_img{
	width: 110px;
	height: 73px;
	margin-right: 8px;
	float: right;
	margin-top: 10px;
}
.Mtopi_img small{
	font-size:8.5px;}

.ml10{margin-left:10px;}
.mt15 {margin-top:15px;}

.fc_dg{ color:#9F0;}
.fc_gr{
	color: #CACACA;
	font-size: 95%;
}

.b_green{border: 1px solid rgba(98,164,1,1.00);}