.mp3_lists{
	width:660px;
	height:500px;
}
.mp3_lists UL{
	width:660px;
	height:50px;
	padding:0px;
	margin:0px;
	float:left;
	list-style:none;
	border-bottom:1px solid #282828;
}
.mp3_lists UL LI{
	height:50px;
	float:left;
}
.mp3_lists UL LI.number{
	width:60px;
	font-size:13px;
	text-align:center;
	color:#282828;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
.mp3_lists UL LI.image{
	width:60px;
	text-align:center;
}
.mp3_lists UL LI.image .pic{
	height:44px;
	width:54px;
	background:#333333;
}
.mp3_lists UL LI.song{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:1px 6px;
	float:right;
}
.mp3_lists UL LI.video{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-31px 6px;
	float:right;
}
.mp3_lists UL LI.ug{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-14px 6px;
	float:right;
}
.mp3_lists UL LI.listadd{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-76px 6px;
	float:right;
}
.mp3_lists UL LI.download{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-48px 6px;
	float:right;
}
.mp3_lists UL LI.basket{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-63px 6px;
	float:right;
}

.mp3_lists UL LI.unsong{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:1px -11px;
	float:right;
}
.mp3_lists UL LI.unvideo{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-31px -11px;
	float:right;
}
.mp3_lists UL LI.unug{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-14px -12px;
	float:right;
}
.mp3_lists UL LI.unlistadd{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-76px -11px;
	float:right;
}
.mp3_lists UL LI.undownload{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-48px -12px;
	float:right;
}
.mp3_lists UL LI.unbasket{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-63px -12px;
	float:right;
}

.mp3_lists UL LI.names{
	width:350px;
}
.mp3_lists UL LI.names .artist{
	height:15px;
}
.mp3_lists UL LI.names .songName{
	height:20px;
}
.mp3_lists UL LI.names .album{
	color:#191919;
	font-size:10px;
}
.mp3_lists UL LI.names .artist A{
	color:#666666;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.mp3_lists UL LI.names .artist A:hover{
	color:#666666;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.mp3_lists UL LI.names .songName A{
	color:#621c46;
	font-size:11px;
	text-decoration:none;
}
.mp3_lists UL LI.names .songName A:hover{
	color:#621c46;
	font-size:11px;
	text-decoration:none;
}
.mp3_lists UL LI.names .album A{
	color:#191919;
	font-size:10px;
	text-decoration:none;
}
.mp3_lists UL LI.names .album A:hover{
	color:#191919;
	font-size:10px;
	text-decoration:none;
}



.letters{

}
.letters TABLE{
	width:660px;
	background:#282828;
}
.letters TABLE TD{
	background:#000000;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
.letters TABLE TD.sel{
	background:#621c46;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color:#FFFFFF;
}

.search_mp3_box{
	width:660px;
	height:85px;
	position:relative;
}
.search_mp3_box .search_box{
	position:absolute;
	left:152px;
	top:11px;
	width:340px;
	height:21px;
	z-index:100;
}
.search_mp3_box .search_box INPUT{
	width:340px;
	height:21px;
	border:none;
	background:none;
	font-size:13px;
	color:#666;
}
.search_mp3_box .search_back{
	position:absolute;
	left:0px;
	top:0px;
	width:660px;
	height:85px;
	color:#FF0000;
	z-index:0;
}

.css_top_mp3{
	width:330px;
	height:638px;
	position:relative;
}
.css_top_mp3 .album_back{
	position:absolute;
	width:330px;
	height:638px;
	left:0px;
	top:0px;
	z-index:0;
}
.css_top_mp3 .album_info{
	position:absolute;
	left:1px;
	top:124px;
	width:330px;
	height:514px;
	z-index:100;
}

.css_top_mp3 .album_info .trace_list{
	width:302px;
	height:501px;
	overflow:auto;
}
.css_top_mp3 UL{
	padding:0px;
	margin:0px;
	width:302px;
	list-style:none;
	display:block;
	height:50px;
}
.css_top_mp3 UL LI{
	height:49px;
	float:left;	
	border-bottom:1px solid #000000;	
}
.css_top_mp3 UL LI.too{
	color:#1a1a1a;
	font-size:25px;
	width:50px;
	font-weight:bold;
	border-right:1px solid #000000;
}
.css_top_mp3 UL LI.pic{
	width:50px;
	border-right:1px solid #000000;
}
.css_top_mp3 UL LI.time{
	width:50px;
	border-left:1px solid #000000;
	color:#999999;
	font-size:12px;
}
.css_top_mp3 UL LI.trace{
	width:199px;
	overflow:hidden;
}
.css_top_mp3 UL LI.trace .song_name{
	height:28px;
}
.css_top_mp3 UL LI.trace .song_name A{
	color:#889999;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.css_top_mp3 UL LI.trace .song_name A:hover{
	color:#889999;
	text-decoration:underline;
}
.css_top_mp3 UL LI.trace A{
	color:#1a1a1a;
	text-decoration:none;
	font-size:10px;
}
.css_top_mp3 UL LI.trace A:hover{
	color:#1a1a1a;
	text-decoration:underline;
}
.css_top_mp3 UL LI.song{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:1px 6px;
	float:right;
}
.css_top_mp3 UL LI.video{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-31px 6px;
	float:right;
}
.css_top_mp3 UL LI.ug{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-14px 6px;
	float:right;
}
.css_top_mp3 UL LI.listadd{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-76px 6px;
	float:right;
}
.css_top_mp3 UL LI.download{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-48px 6px;
	float:right;
}
.css_top_mp3 UL LI.basket{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-63px 6px;
	float:right;
}

.css_top_mp3 UL LI.unsong{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:1px -11px;
	float:right;
}
.css_top_mp3 UL LI.unvideo{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-31px -11px;
	float:right;
}
.css_top_mp3 UL LI.unug{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-14px -12px;
	float:right;
}
.css_top_mp3 UL LI.unlistadd{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-76px -11px;
	float:right;
}
.css_top_mp3 UL LI.undownload{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-48px -12px;
	float:right;
}
.css_top_mp3 UL LI.unbasket{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-63px -12px;
	float:right;
}
