/* CSS Document */
.featuredArtists {
	border-left:1px solid #b9ca8c;
	padding-left:35px;
	margin-left:35px;
	width:200px;
	height:330px;
	overflow:hidden;
	float:right;
}
.featuredArtists div {
	width:200px;
	height:265px;
	overflow:hidden;
}
.featuredArtists .iconBox {
	display:block;
	width:75px;
	height:15px; /*65 + 25*/
	overflow:hidden;
	margin-right:25px;  /*65 + 25*/
	margin-bottom:10px;
	padding-top: 67px;
	float:left;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:9px;
	color:#FFFFFF;
}
.featuredArtists .iconBox:hover {
	text-decoration:underline;
}
.featuredArtists .artist1 {background:url(../image/artists/small/amethystium.png) center top no-repeat;}
.featuredArtists .artist2 {background:url(../image/artists/small/deep_forest.png) center top no-repeat;}
.featuredArtists .artist3 {background:url(../image/artists/small/enya.png) center top no-repeat;}
.featuredArtists .artist4 {background:url(../image/artists/small/kevin_wood.png) center top no-repeat;}
.featuredArtists .artist5 {background:url(../image/artists/small/mehdi.png) center top no-repeat;}
.featuredArtists .artist6 {background:url(../image/artists/small/secret_garden.png) center top no-repeat;}

/* -----------------------------------------------------------------------------------------------------------  */
div.ArtistPage_row1 {
	width:710px;
	height:460px;
	overflow:hidden;
	border-bottom: 2px solid #96bf21;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}
div.ArtistPage_row1 p {
	width:235px;
	height:225px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	text-align:center;
	float:left;
	font-weight:bold;
}
div.ArtistPage_row1 p a img {border:0px;display:block;width:190px;margin-bottom:7px;margin-left:auto;margin-right:auto;}

div.ArtistPage_row2 {
	width:740px;
	height:200px;
	padding:0px;
	margin:0px;
	padding-top:30px;
}
div.ArtistPage_row2 p {
	width:147px;
	height:145px;
	padding:0px;
	margin:0px;
	text-align:center;
	float:left;
}
div.ArtistPage_row2 p a img {border:0px;display:block;width:115px;margin-bottom:5px;margin-left:auto;margin-right:auto;}
/* -----------------------------------------------------------------------------------------------------------  */
/* -----------------------------------------------------------------------------------------------------------  */