@charset "utf-8";
/* CSS Document */
body
{
	background:url(theme/img/background.jpg) top center repeat #657077;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: center;
	min-width: 800px; 
}
#a_s
{
	font-size:15px;
	color:#333;
	text-decoration: none;
	padding-left: 0px;
}
a
{
	color:#999;
	text-decoration: none;
	font-weight:bold;
}
a:hover
{
	color:#000000;
	text-decoration: underline;
}
#wrapper 
{
	width: 730px;
	margin: 0 auto;
	text-align: left;
} 
#banner
{
	padding:50px 0px 30px 0px;
	margin: 0 auto;
	text-align:left;
	width:600px;
	color:#FFF;
	font-family:Trebuchet MS;
}
#content
{
	margin: 0 auto;
	text-align:left;
	border:1px solid #464c54;
	background: url(theme/img/25opacity.png);
	width:720px;
	height:auto;
	padding:10px 10px 10px 10px;
}
#play
{
	margin: 0 auto;
	text-align:left;
	border:1px solid #464c54;
	background:url(theme/img/25opacity.png);
	width:720px;
	height:auto;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}
#footer
{
	color:#FFF;
	font-size:10px;
	margin: 0 auto;
	text-align:left;
	width:800px;
	height:auto;
	padding:10px 10px 10px 10px;
}
#top
{
	padding-top:10px;
	margin-top:-10px;
	
}
#top_left
{
	background:#FFF url(theme/img/tab_on.jpg) top center repeat-x;
	border-top:1px solid #484C55;
	border-right:1px solid #484C55;
	border-left:1px solid #484C55;
	width:98px;
	height:35px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
#top_center
{
	margin-left:10px;
	background:#FFF url(theme/img/tab_off.jpg) top center;
	border-top:1px solid #484C55;
	width:500px;
	height:35px;
	float:left;
}
#top_right
{
	float:right
}

#load_result, #topload_result
{
	margin-left:10px;
	background:#FFF url(theme/img/tab_off.jpg) top center;
	border-top:1px solid #484C55;
	width:40px;
	height:35px;
	float:left;
	text-align:center;
	color:#F63;
	font-size:10px;
	font-weight:bold;
}
#bottom
{
	border-right:1px solid #484C55;
	border-left:1px solid #484C55;
	background:#FFF url(theme/img/content_bottom.jpg) bottom center repeat-x;
	width:680px;
	height:auto;
	padding:20px 20px 20px 20px;
}
#search
{
	width:350px;
	height:20px;
	border:0px solid;
	font-family:Tahoma, Geneva, sans-serif;
}
#box_search
{
	background-color:#FFF;
	border:0px solid;
	width:480px;
	height:25px;
	margin:4px 4px 0px 4px;
	padding-left:10px;
}
#submit
{
	width:60px;
	height:25px;
	border:0px solid;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	background-color: #CCC;
	float: right;
}

#info_song
{
	border-bottom:1px solid #CCC;
	padding-bottom:3px;
	float:left;
	padding-right:10px;
	width:319px;
	padding-left: 10px;
	height: 118px;
	background: url(theme/img/play_blue.png);
}
#info_song:hover
{
	background: url(theme/img/play_blue_hover.png);
}

#list_result
{
	width:100%;
}

#song_name
{
	font-size:16px;
	color: #060;
}

#song_name:hover
{
	font-size:16px;
	color: #750075;
}
