#chart {
	margin:10px 30px 0;
}

#chart table {
	width:100%;
}

#chart tr {
}

#chart .songwrapper:nth-of-type(even) {
	/*border:1px solid #F0F4F5;*/
	/*border-radius:3px;*/
	background-color:#F5F9FA;
}

#chart .songwrapper:hover,
#chart .songwrapper.play,
#chart .songwrapper.pause{
	background-color:#DBEEF5;
}

#chart .songwrapper td {
	height:65px;
}

#chart .check {
	width:33px;
}

#chart .check input {
	margin-left:20px;
}

#chart .trackid {
	width:33px;
	font-size:18px;
	font-family: poppin,Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,sans-serif;;
	text-align:right;
}

#chart .current {
	width:64px;
	_background-color:transparent;
}

#chart .play .current,
#chart .pause .current {
	_background-color:#DBEEF5;
}

#chart .current span {
	display:block;
	margin-left:20px;
	line-height:24px;
}

#chart .current .same,
#chart .current .new {
	overflow:hidden;
	width:24px;
	height:24px;
	text-indent:100%;
}

#chart .current b {
	display:block;
	float:left;
	height:24px;
	background:url('../img3/icon.png') no-repeat;
	vertical-align:middle;
	_background-image:url('../img3/icon.gif');
}

#chart .current .up b {
	width:12px;
	background-position:0 -168px;
}

#chart .current .same b {
	width:24px;
	background-position:-24px -168px;
}

#chart .current .down b {
	width:12px;
	background-position:-48px -168px;
}

#chart .current .new b {
	width:24px;
	background-position:-72px -168px;
	text-indent:100%;
}

#chart .songblock .image {
	margin-right:10px;
}

#chart .songblock .info p{
	width:220px;
}

#chart .hot {
	width:175px;
}

#chart .hot p {
	width:125px;
	height:12px;
	background:url('../img3/hot.gif') no-repeat 0 -12px;
	_font-size:0;
}

#chart .hot span {
	display:block;
	height:12px;
	background:url('../img3/hot.gif') no-repeat 0 0;
}

#chart .comment {
	width:300px;
}

#chart .chat {
	height: 55px;
	width: 280px;
}

#chart .action {
	width:125px;
}
#chart .action button {
	border:none;
}

#chart .action .play,
#chart .action .download {
	float:left;
	overflow:hidden;
	width:16px;
	height:16px;
	margin-right:8px;
	overflow:hidden;
	background:url('../img3/song_icon.gif') no-repeat;
	text-indent:100%;
	font-size:0;
}

#chart .action .play {
	background-position:0 0;
}

#chart .action .play:hover {
	background-position:0 -17px;
}

#chart .action .download {
	background-position:-32px 0;
}

#chart .action .download:hover {
	background-position:-32px -17px;
}
#chart .action .add {
	float:left;
	overflow:hidden;
	width:16px;
	height:16px;
	margin-right:8px;
	overflow:hidden;
	background:url('../img3/song_icon.gif') no-repeat;
	text-indent:100%;
	font-size:0;
}
#chart .action .add {
	background-position:-48px 0;
}

#chart .action .add:hover {
	background-position:-48px -17px;
}

#chart .action .offline {
	float:left;
	overflow:hidden;
	width:16px;
	height:16px;
	margin-right:8px;
	overflow:hidden;
	background:url('../img3/xmtel.png') no-repeat;
	text-indent:100%;
	font-size:0;
}

#chart .action .offline:hover {
	background-position:0 -17px;
}

#chart .action .more {
	float:left;
	position:relative;
	width:35px;
	height:17px;
	background:url('../img3/song_icon.gif') no-repeat -105px 0;
	cursor:pointer;
}

#chart .action .more:hover {
	background-position:-105px -17px;
}

#chart .action .more dt {
	display:none;
}

#chart .action .more dd {
	display:none;
	position:absolute;
	z-index:5;
	left:-37px;
	top:16px;
}

#chart .action .more ul {
	padding:5px 0;
	border:1px solid #CED4D6;
	border-radius:3px;
	background-color:#FFF;
	box-shadow:2px 2px 5px rgba(0, 0, 0, .2);
}

#chart .action .more li a {
	display:block;
	width:40px;
	padding:0 15px;
	font-size:12px;
	line-height:24px;
	text-align:right;
	color:#333;
}

#chart .action .more li a:hover {
	background-color:#F5914E;
	color:#FFF;
}

#chart .progressbar {
	height:1px;
}

#chart .progressbar span {
	display:block;
	height:1px;
	background-color:#F50;
	_font-size:0;
}
