#artists, #artistsActive {
	width:480px;
}
#artistsActive {
	border-bottom: 1px dotted #999999;
	margin-bottom:12px;
}
#artist {
	display:block;
	clear:left;
	border-top: 1px dotted #999999;
}
#clearboth {
	height:0;
	padding:0;
	margin:0;
	display:block;
	clear:left;
}
#artists div.selected .title {
	font-weight: normal;
}
#artistsActive div.title, #artistsActive a div.titleNon, #artists div.title, #artists a div.titleNon { padding: 4px 0 0 0; }
#artists div.title h1, #artists a div.titleNon h1 { display:inline; }
#artists div.title:hover img, #artists a:hover div.titleNon h1 img {
	background: #fff url(images/site/pinkdot.gif) no-repeat scroll center right;
	padding:0 10px 0 0;
	cursor: pointer;
}
#artists a div.titleNon h1 img {
	border:none;
}
/*ARTISTS*/
#artistImg {
	float:left;
	width:160px;
	padding:2px 0 10px 5px;
	margin:0;
}
#artistInfo {
	float:left;
	width:290px;
	margin:0;
	padding:0 0 0 10px;
	position:relative;
}
#artistInfo p {
	margin:0;
}

@media print {
	#artists div{
		display: block!important;
		height: auto!important
	}
}
