/**/
#action {
	clear:both;
	height:55px;
	margin:0 30px;
	border-bottom:1px solid #E6E9EB;
	line-height:55px;
	*position:relative;
	*z-index:9;
}

#action_songs {
	float:left;
	*margin-top:15px;
	_height:40px;
}

#action_songs .checkall {
	margin-left:20px;
	*float:left;
}

#action_songs .play {
	margin-left:20px;
	border:1px solid #E0791F;
	background:#FFA460;
	background:-moz-linear-gradient(top , #FFA460, #FF7D44);
	background:-webkit-linear-gradient(top , #FFA460, #FF7D44);
	background:linear-gradient(top , #FFA460, #FF7D44);
	color:#FFF;
	*float:left;
}

#action_songs .play:hover {
	background:#F5904E;
	background:-moz-linear-gradient(top , #F5904E, #F56C2F);
	background:-webkit-linear-gradient(top , #F5904E, #F56C2F);
	background:linear-gradient(top , #F5904E, #F56C2F);
}

#action_songs .play:active {
	background:#E7672F;
	background:-moz-linear-gradient(top , #E7672F, #FA924E);
	background:-webkit-linear-gradient(top , #E7672F, #FA924E);
	background:linear-gradient(top , #E7672F, #FA924E);
}

#action_songs .more {
	display:inline-block;
	margin-left:10px;
	*float:left;
}

#action_songs .more dd {
	z-index:5;
	left:-1px;
	top:-1px;
}

#action_songs .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);
}

#action_songs .more li a {
	display:block;
	width:65px;
	padding:0 15px 0 5px;
	font-size:12px;
	line-height:24px;
	color:#333;
}

#action_songs .more li a:hover {
	background-color:#F5914E;
	color:#FFF;
}

#action_songs .more q {
	display:inline-block;
	width:24px;
	height:24px;
	margin-right:5px;
	background:url('../img3/icon.png') no-repeat;
	vertical-align:middle;
	_background-image:url('../img3/icon.gif');
}

#action_songs .more .favourite q {
	background-position:0 -120px;
}

#action_songs .more .favourite a:hover q {
	background-position:0 -144px;
}

#action_songs .more .collect q {
	background-position:-24px -120px;
}

#action_songs .more .collect a:hover q {
	background-position:-24px -144px;
}

#action_other {
	float:right;
	_height:40px;
}

#action_other .download {
	margin-right:10px;
	_margin:15px 10px 0 0;
}

#action_other .offline {
	margin-right:20px;
}

#action_songs b,
#action_other b {
	display:inline-block;
	width:14px;
	height:14px;
	background:url('../img3/icon.png') no-repeat 0 -264px;
	vertical-align:-3px;
	*vertical-align:middle;
	_background-image:url('../img3/icon.gif');
}

#action_songs .play b {
	margin-right:3px;
	background-position:-125px -149px;
}

#action_songs .more b {
	margin-left:3px;
	background-position:-149px -53px;
}

#action_other .download b {
	margin-right:3px;
	background-position:-101px -126px;
}

#action_other .offline b{
	margin-right:3px;
	background-position:-77px -125px;
}
/**/

