/*
 * 列表
 */
.list{
}
.list table {
	width:100%;
	border-collapse:collapse;
}
.list table th {
	padding:5px 3px 3px 3px;
	background:#edf2f9;
	border-bottom:1px solid #a2c7fa;
}
.list table td {
	padding:5px 3px 3px 3px;
	border-bottom:1px solid #e5e5e5;
}
.list table .even td {
	background:#f4f4f4;
}
.list table th + th, .list table td + td {
	text-align:center;
}
.list table th:first-child + th, .list table td:first-child + td, .list table th:first-child + th + th, .list table td:first-child + td + td {
	text-align:left;
}
/*
 * 排行榜
 */
.listboard {
	list-style-type:none;
	padding-right:5px;
	padding-left:5px;
}
.listboard li {
	position:relative;
	line-height:30px;
	height:30px;
	background:url(../img/dline.gif) repeat-x 0% 100%;
}
.listboard li span {
	display:block;
	float:left;
	margin-top:8px;
	margin-right:10px;
	width:16px;
	height:14px;
	font-size:10px;
	text-align:center;
	line-height:14px;
	background:url(../img/bg_num.png) no-repeat 0% 0%;
}
.listboard li span.c {
	color:#fff;
	background:url(../img/bg_num.png) no-repeat 0% 100%;
}
.listboard li a {
	display:block;
	float:left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.listboard li a.music {
	margin-right:10px;
	width:164px;
}
.listboard li a.artist {
	/*margin-right:10px;
	width:50px;*/
	display:none;
}
.listboard li a.play, .listboard li a.order, .listboard li a.download {
	margin-top:7px;
	width:16px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/icon_stdl.png) no-repeat;
}
.listboard li a.play {
	margin-right:7px;
	background-position:0px -24px;
}
.listboard li a.order, .listboard li a.download {
	background-position:0px -38px;
}

