@charset "utf-8";
/* CSS Document */

body {
	background-color: #fafafa;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

/*===========================*/


#artist {
	width:100%;
	height:auto;
	color:#000;
	}
	
#artistleft {
	width:130px;
	height:auto;
	float:left;
	clear:left;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	color:#666;
	display:block;
	line-height:25px;
	margin:0px;
	font-weight:bold;
	}	
	
#artistnav {
	width:320px;
	height:30px;
	height:auto;
	float:right;
	clear:right;
	margin:0px;
	line-height:25px;
	}

#artistnav ul {
	width:100px;
	float:left;
	list-style:none;
	margin:0px;
	text-align:left;
	clear:left;
	}

#artistnav ul li {
	width:30px;
	float:left;
	display:block;
	line-height:20px;
	font-family:Arial;
	font-size:12px;
	color:#999;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 15px;
	}
	
#artistnav ul li a:link,#artistnav ul li a:visited {
	color:#999; 
	text-decoration: none; 
	font-family:"Segoe UI", Arial; 
	font-size: 10pt;
	hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
	outline: none;  /* for firefox 1.5 + */
	}
	
#artistnav ul li a:hover{
	color:#000; 
	}
	
#navurl {
	width:130px;
	float:left;
	display:block;
	line-height:25px;
	font-family:Arial;
	font-size:12px;
	color:#999;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 30px;
	padding-left:50px;
	clear:right;
	}
	
#navurl a:link,#navurl a:visited {
	color:#999;
	text-decoration:none;
	font-family:"Segoe UI", Arial; 
	font-size: 10pt;
	hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
	outline: none;  /* for firefox 1.5 + */
	}

#navurl a:hover {
	color:#000;
	}

#tablenav a {
	table-layout:fixed;
	width:440px;
	height:25px;
	line-height:25px;
	border-collapse:collapse; 
	border-width:0;
	border-spacing:0;
	text-align:left;
	font-family:"Segoe UI", Arial; 
	font-size: 10pt;
	color:#999;
}
#table tr,table td {
	border-collapse:collapse; 
	border-spacing:0;
	border-width:0;
	}
#tablenav a {
	text-decoration:none;
	}
	
#c1 {
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:bold;
	padding:0 0 0 2px;
	}
#c2 {width:40px;}
#c3 {width:35px;}
#c4 {width:180px;}

#s1 {width:10px;}
#s2 {width:25px;}


/*===========================*/

#artistslist1 {
	width:100%;
	height:30px;
	float:left;
	clear:both;
	}

#artistslist2 {
	width:100%;
	height:30px;
	float:left;
	clear:both;
	}

#artisttexttitle {
	width:485px;
	height:35px;
	float:left;
	clear:both;
	padding:5px 0px 10px 15px;
	text-align:justify;
	font-family:"Segoe UI", Arial, "黑体";
	font-size:22px;
	font-weight:bold;
	color:#aaa;
}

#artisttext {
	width:440px;
	height:auto;
	float:left;
	clear:both;
	padding:5px 5px 20px 55px;
	text-align:justify;
	font-family:"Segoe UI", Arial, "宋体";
	font-size:11px;
	color:#666;
}
