
#music_list{
	}

	#music_list table{
		border-bottom: dashed #ccc 1px;
		margin-top:10px;
		}
	#music_list table img{
		margin-left: 10px; 
}
	#music_list table .title a:link, #music_list table .title a:visited{
		font-size:16px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-seri;
		text-decoration: none;
		font-weight:bold;
       }
	#music_list table .title a:hover{
		 text-decoration:underline;
	}
	#music_list table .body{
		  line-height:30px;  
		  width:500px;
	}
	#music_list table .info{
	 	color: #4c4c4c;
}
#music_list table .info .user{
	color: #008409; 
	margin-right: 5px;
}
#music_list table .info .num{
	color: #ff210d;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
}
#music_list_END{
}
	
	
/*  MUSIC/SHOW */
#music_show_wrapper{
	width:1002px;
}
#music_show_main{
	float:left;
	width:700px;
}
#music_show_side{
	float:right;
	width:290px;
	margin-left: 12px;
}
#player_and_comments{
	width: 503px;
	float: right;
}
#music_ad{
	width: 190px;
	margin-right: 7px;
	float: left;
}
#player{
	
}
	#player_header{
		height:100px;
		margin:0px;
		color:#ffffff;
		background:url("/images/music/player/player_header.png") no-repeat;
	}
	#player_music_id{
		float:left;
		position:relative;
		top:8px;left:22px;
		font-family:Arial;
	}
	
	#player_title{

		position:relative;
		top:10px;left:60px;
		font-size:15px;	 
		
	}
	#tudou_wrapper iframe{
		margin-left:3px;
	}
	#player_body{

		position:relative;
		top:20px;left:92px;
		width:390px;height:15px;
		color:#000000;
	}
	#player_auth{
		position:relative;
		top:40px;left:92px;
		color:#EEE;
	}
	#player_counter{
		position:relative;
		top:40px;left:150px;
	}
	.player_counter_num{
		color:#ffffff;
	}
	#play_count{
		margin-left:50px;
	}
	#comments_count{
		margin-left:30px;
	}
	
	#comments_bar{
		width:503px;height:26px;
			background:url("/images/music/player/comments_bar.png") no-repeat;

	}
	#tudou_wrapper{
		width:503px;height:45px;
		background:url("/images/music/player/player_tudou.png") repeat-y;
	}
	
	#comments_body{
		width:503px;height:154px;
		background:url("/images/music/player/comments_body.png") no-repeat bottom left;
	
	}
	#music_comment_editor_wrapper{
	background:url("/images/music/player/editor.png") repeat-y;
	}
	
	#music_comment_editor{
		margin-left:4px;
	}
	#comment_body{
		width:482px;height:120px;
		font-size: 14px;
		padding: 5px;
}
	#comment_submit{
		position:relative;
		left:400px;
	}
	#player_footer{
			width:503px;height:27px;
			background:url("/images/music/player/player_footer.png") no-repeat;
	}
	
	/*Not logged in to show login link*/
	#music_comment_not_logged_in{
		padding-top:50px;
		height:20px;
		background:url("/images/music/player/editor.png") repeat-y;
		text-align:center;
		color:#666;
		font-size:16px;
	}


#bread_nav{
	margin:0px 0px 3px 10px;
}
#download{
	border: 1px dashed #ACD343;
	margin-top: 5px;
	padding: 5px;
	background: url("/images/public/icon/download.png") no-repeat 5px;
	text-indent: 1.5em;
	}

