.cd_lists{
}
.cd_lists TABLE{
}
.cd_lists TABLE TD{
	width:330px;
	border-top:1px dotted #232323;
}
.cd_lists TABLE TD.name_key{
	width:100%;
	border-top:1px dotted #232323;
	text-align:center;
}
.cd_lists TABLE TD.name_key .key{
	color:#232323;
	font-size:20px;
	font-weight:bold;
	width:40px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}
.cd_lists  TABLE TD .image_border{
	width:109px;
	height:82px;
	background:#3a3a3a;
	float:left;
}
.cd_lists  TABLE TD .image_div{
	width:100px;
	height:80px;
}
.cd_lists  TABLE TD .info{
	float:left;
	padding-left:8px;
}
.cd_lists  TABLE TD .artist{
	padding-bottom:5px;
}
.cd_lists  TABLE TD .artist A{
	color:#666666;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}
.cd_lists  TABLE TD .artist A:hover{
	color:#666666;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
.cd_lists  TABLE TD .album{
	color:#191919;
	font-size:10px;
}
.cd_lists  TABLE TD .album A{
	color:#191919;
	font-size:10px;
	text-decoration:none;
}
.cd_lists  TABLE TD .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_cd_box{
	width:660px;
	height:85px;
	position:relative;
}
.search_cd_box .search_box{
	position:absolute;
	left:152px;
	top:11px;
	width:340px;
	height:21px;
	z-index:100;
}
.search_cd_box .search_box INPUT{
	width:340px;
	height:21px;
	border:none;
	background:none;
	font-size:13px;
	color:#666;
}
.search_cd_box .search_back{
	position:absolute;
	left:0px;
	top:0px;
	width:660px;
	height:85px;
	color:#FF0000;
	z-index:0;
}


.css_one_album{
	width:330px;
	height:638px;
	position:relative;
}
.css_one_album .album_back{
	position:absolute;
	width:330px;
	height:638px;
	left:0px;
	top:0px;
	z-index:0;
}
.css_one_album .album_info{
	position:absolute;
	left:0px;
	top:0px;
	width:330px;
	height:638px;
	z-index:100;
}
.css_one_album .album_info .title{
	font-weight:bold;
	padding-left:20px;
	color:#919491;
	text-transform:uppercase;
	height:25px;
}
.css_one_album .album_info .trace_list{
	width:302px;
	height:400px;
	overflow:auto;
}
.css_one_album UL{
	height:25px;
	padding:0px;
	margin:0px;
	float:left;
	width:284px;
	list-style:none;
	border-bottom:1px solid #000000;
}
.css_one_album UL LI{
	height:25px;
	float:left;	
}
.css_one_album UL LI.too{
	color:#621c46;
	font-size:11px;
	width:26px;
	border-right:1px solid #000000;
}
.css_one_album UL LI.trace{
	height:25px;
	width:175px;
	overflow:hidden;
	border-right:1px solid #000000;
}
.css_one_album UL LI.trace A{
	color:#889999;
	text-decoration:none;
	font-size:11px;
}
.css_one_album UL LI.trace A:hover{
	color:#889999;
	text-decoration:underline;
}
.css_one_album UL LI.song{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:1px 6px;
	float:right;
}
.css_one_album UL LI.video{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-31px 6px;
	float:right;
}
.css_one_album UL LI.ug{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-14px 6px;
	float:right;
}
.css_one_album UL LI.listadd{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-76px 6px;
	float:right;
}
.css_one_album UL LI.download{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-48px 6px;
	float:right;
}
.css_one_album UL LI.basket{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-63px 6px;
	float:right;
}

.css_one_album UL LI.unsong{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:1px -11px;
	float:right;
}
.css_one_album UL LI.unvideo{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-31px -11px;
	float:right;
}
.css_one_album UL LI.unug{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-14px -12px;
	float:right;
}
.css_one_album UL LI.unlistadd{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-76px -11px;
	float:right;
}
.css_one_album UL LI.undownload{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-48px -12px;
	float:right;
}
.css_one_album UL LI.unbasket{
	height:20px;
	width:14px;
	background:url(music_btn.png) no-repeat;
	background-position:-63px -12px;
	float:right;
}
