/** March 2010 CSS additions to 'Artist' list page **/

.artist-list-container {
	border:0;
	height:20px;
	width:200px;
}


.artist-list {
	height:100%;
	width:100%;
	background-color:transparent;
}

.artist-list a {
	display:block;
	line-height:16px;
	color:#333333;
	font-size:16px;
	font-weight:normal;
	font-family:'Verdana','Arial',sans-serif;
	padding-bottom:10px;
}

.artist-list a:hover {
	color:#999999;
}
