#Artist_docs {
	width: 250px;
	background-color: #E9E9E9;
	padding:12px;
	color:#999;
	margin-bottom:12px;
}

#Artist_docs .label {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	margin-bottom:12px;
}

#Artist_docs ul, #Artist_docs ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}

#Artist_docs ul li {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#Artist_docs a:link, #Artist_docs a:visited {
	color:#999;
}