/* CSS Document */
.main
	{
		height: auto;
		overflow:hidden;
		width:809px;
		margin:0px 0px 5px;
	}
/************** left ***************/
.main div.play
	{
		float:left;
		width:468px;
		margin:0px 5px 0px 0px;
	}
.play div.detail
	{
		width:446px;
		border:1px #CCCCCC solid;
		margin:5px 0px;
		padding:10px;
	}
.play div.func
	{
		width:466px;
		height:52px;
		border:1px #CCCCCC solid;
		margin:0px 0px 5px;
	}
.func div.vote
	{
		float:left;
		width:150px;
	}
.func div.download
	{
		float:left;
		width:316px;
	}
.download div.text
	{
		float:left;
		width:246px;
		padding:10px;
	}
.download img
	{
		float:left;
	}
	
/******* comment ********/
.main div.comment
	{
		float:left;
		width:468px;
	}
.comment p
	{
		font-weight:bold;
		color:#ff9600;
		text-indent:30px;
	}
.comment_list
	{
		height: auto;
		overflow:hidden;
		width:466px;
		border:1px dotted #CCCCCC;
		margin:0px 0px 5px;
	}
.comment_list div.tr
	{
		clear:both;
	}
.comment_list div.user
	{
		float:left;
		width:150px;
		padding:2px 10px;
	}
.comment_list div.report
	{
		float:right;
		padding:2px 10px;
		text-align:right;
	}
.comment_list div.show
	{
		float:left;
		padding:10px;
		text-align:right;
	}
/************** manu page ***************/
.manu_page
	{
		border-bottom:#CCCCCC 1px solid; 
		border-top:#CCCCCC 1px solid;
		text-align:center; 
		line-height:23px; 
		width:100%;
		margin:0px 0px 5px;
	}
.manu_page a
	{
		padding: 3px 5px;
		font-size: 12px;
		font-weight:bold;
	}
.manu_page span
	{
		padding: 3px 5px;
		font-size: 12px;
		font-weight:bold;
	}
.more
	{
		border-bottom:#CCCCCC 1px solid; 
		border-top:#CCCCCC 1px solid;
		text-align:right;
		line-height:25px;
		width:400px;
		padding:0px 68px 0px 0px;
	}
/************** end manu page ***************/
.comment div.formadd
	{
		width:466px;
		height: auto;
		overflow:hidden;
		border:#CCCCCC dotted 1px;
	}
.formadd strong
	{
		text-indent:20px;
	}
.formadd div.tr
	{
		clear:both;
	}
.formadd div.text
	{
		float:left;
		width:50px;
		margin:2px 5px 0px 0px;
		line-height:25px;
		text-align:right;
	}
.formadd div.input
	{
		float:left;
		margin:2px 0px 1px 0px;
		vertical-align:text-bottom;
	}
.formadd img
	{
		margin:0px 3px 0px;
	}
.formadd div.write
	{
		padding:0px 5px;
		height: auto;
		overflow:hidden;
	}
.formadd textarea
	{
		float:left;
		width:446px;
		height:60px;
		font-family:Arial;color:#444444;
		font-size:12px;
	}
/************** end left ***************/
/************** right ***************/
.main div.right
	{
		float:left;
		width:336px;
	}
.right div.share
	{
		float:left;
		width:326px;
		padding:4px;
		border:#CCCCCC 1px solid;
		margin:0px 0px 5px 0px;
	}
.share strong
	{
		text-indent:20px;
	}
.share div.tr
	{
		clear:both;
	}
.share div.text
	{
		float:left;
		margin:0px 5px 0px 0px;
		line-height:25px;
		width:41px;
		text-align:right;
	}
.share input
	{
		float:left;
		width:270px;
	}
#videolist
	{
		overflow:auto;
		width:334px;
		height:450px;
		border:1px #CCCCCC solid;
	}
#videolist div.playlistvideo
	{
		height: auto;
		overflow:hidden;
		width:312px;
		border-bottom:1px #CCCCCC dotted;
		border-top:1px #CCCCCC dotted;
		padding:2px;
		margin:2px 0px;
	}
.playlistvideo div.images
	{
		float:left;
		width:84px;
		margin:0px 5px 0px 0px;
	}
.images img
	{
		float:left;
		width:80px;
		height:60px;
		padding:2px;
	}
.playlistvideo div.text
	{
		padding:0px 0px 0px;
		float:left;
	}
#videolist div#current a
	{
		color:#ff9600;
	}
/************** end right ***************/
