@import "/script/main.css";

#video{
	width:520px;
	height:804px;
	margin-bottom:6px;
	background-image:url(/images/videoBox.png);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
}

#video dt{
	text-align:left;
	border-bottom:1px  dashed 	#A1B1BA;
	padding-top:10px;
	padding-bottom:6px;
	padding-left:6px;
}

#video dd#title{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	margin:auto;
	margin-top:6px;
	line-height:36px;
}

#video dd#other{
	text-align:center;
	font-size:12px;
	margin:auto;
	color:#E1A1BA;
}

#video dd#vflash{
	text-align:center;
	padding-top:11px;
	margin:auto;
	overflow:auto;
	width:480px;
	height:384px;
	border:1px solid #CDCDCD;

}

#video dd#description{
	width:480px;
	height:300px;
	margin:auto;
	text-align:left;
	overflow:auto;
}
dd#description #title{
	text-align:left;
	margin:4px;
	font-size:16px;
	font-weight:bold;
	color:#A1B1BA;
}

dl#rbox{
	float:right;
	width:230px;
	height:802px;
	overflow-y:auto;
	border:1px solid #A1B1BA;
}

dl#rbox dt{
	margin:0px;
	background-image:url(/images/001_32.png);
	background-color:#7F9AA7;
	background-position:2px;
	background-repeat:no-repeat;
	padding-left:30px;
	font-weight:bold;
	line-height:26px;
	color:#FFFFFF;
	margin-bottom:4px;
}
dl#rbox dd{
	margin-left:4px;
	padding-bottom:4px;
}
