
p {line-height:180%;}


div.item_box {
	
	cursor:pointer;
	position:relative;
	margin-bottom:20px;
	width:680px;
	height:100px;
	float:left;
	background:url(../images/default/artists_item.png) no-repeat;
	
}

div.artist_name {
	
	width:500px;
	float:left;
	margin-top:0px;
	
}

div.description {
	
	float:left;
	margin:5px;
	width:500px;
	
}




div.item_box img {
	
	float:left;
	margin-left:30px;
	margin-top:7px;
	margin-right:10px;
	padding:1px;
	border:1px solid #AF9D83;
	
}


div.item_box a.more {
	
	position:absolute;
	color:#222211;
	text-decoration:none;
	float:right;
	bottom:25px;
	right:25px;
	
}

