/* xml artists */
div.artists_container
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 662px;
	
	float:left;	
	text-align:left;
}

div.artists_item
{
	float:left;
	width: 214px;
	height:100px;
	background-color: #000000;
	margin: 0px 0px 10px 0px;
}

div.artists_item a.ImgLink,
div.artists_item a.ImgLink:hover
{
	text-decoration:none;
	background-color: transparent;
}

div.artists_item a.ContentLink
{
	display:block;	
	float: left;
	
	width: 204px;
	height: 50px;
	
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	
	color: rgb(188,0,0);	
	background-color: transparent;
}

div.artists_item a.ContentLink span.Name
{
	color: #ffffff;
	font-weight: bold;
}

div.artists_item a.ContentLink span.Job
{
	font-weight: bold;
}

/* end of xml artists */
