/*
   Copyright e-point S.A.
*/
#artistsList {
	float: left;
}
.artistC {
	float: left;
	width: 100%;
	padding: 6px 0px;
	border-top: 1px solid #d9e1f0;
	cursor: pointer;
}
#artistsList .isFirst {
	border: none;
}
.artistD {
	float: left;
}
.artistD span {
	color: #ff6600;
}
.artistO {
	float: right;
	color: #3399cc;
}
