/* 全局共用属性CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/16px Verdana,Arial,sans-serif,"Times New Roman",宋体;
	text-align: center;
	color: #666;
	background: #fff;
}
body p, body ul, body dl, body div {
	text-align: left;
}
ul, dl {
	list-style: none;
}
a{
	color: #00437B;
	text-decoration: none;
}
a:hover{
	color: #f60;
	text-decoration: underline;
}
a img {
	border: 0;
}
.wrap {
	width: 740px;
	margin: 0 auto;
}
.wrap h2 {
	font-size: 14px;
	background: url('/Css/h2_bg01.gif');
	height: 25px;
	border-bottom: 1px solid #9DCDED;
	line-height: 25px;
	padding: 0 0 0 8px;
	color: #002C47;
}
.wrap h2 span {
	float:right;
	margin:0 5px 0 0;
	display:inline;
	font-size:12px;
}
.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/* 广告样式 */
.adbanner {
	padding: 0 0;
	width:100%;
	clear:both;
}
.adbanner img {
	display: block;
}
/* 按钮样式 */
.addons {
	padding:4px 4px 4px 0;
	background: #C7E8FC;
	height: 22px;
	text-align: right;
}
.addons input {
	background: url('/Css/button_bg.gif') repeat-x;
	border: 1px solid #5D9DC8;
	line-height: 16px;
	padding-top: 2px;
	color: #00304F;
}
ul.songlist {
	margin:5px;
}
ul.songlist li {
	height:24px;
	line-height:24px;
	word-wrap:break-word;
	word-break:break-all;
	overflow:hidden;
}
ul.songlist li a.singer {
	color:#999;
}

ul.songlist li a.singer:hover {
	color:#f60;
}

ul.songlist li label {
	margin:0 5px;
	display:inline;
}
ul.songlist li span {
	float:right;
	height:24px;
	line-height:24px;
}
*+html ul.songlist li span {
	margin-top:3px;
}

