@charset "utf-8";
/* CSS Document */


#artistesContainer {
	background-image:url(../../img/display/descBar.png);
	color:#000;
	width:80%;
	margin:auto;
	padding:3%;
}

#contentArtisteContainer a{
	color:#000;
}


#artistesContainer h1 {
	color:#CCC;
	font-size:30px;
	margin-bottom:10px;
	background-image:url(../../img/display/descBar.png);
	
}

#sepBorder {
	
	height:750px;
	float:right;	
	width:1px;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#444;
	margin-right:544px;
	margin-top:-90px;
	visibility:hidden;
}



#menuContent {
	margin:auto;
	text-align:center;
	margin-top:25px;
	text-align:left;

}

.singleDiscCont {
	color:#CCC;
	margin:auto;
	width:222px;
	padding:5%;
	margin-bottom:50px;
}

.discTitle {
	background-image:url(../../img/display/descBar.png);
	border-top:solid;
	border-right:solid;
	border-color:#141414;
	font-size:16px;
	border-top-width:1px;
	border-right-width:2px;
	text-align:center;	
	width:200px;
	margin-left:20px;
	cursor:default;
}

.discContent {
	padding:6%;
	background-image:url(../../img/display/txtBar.png);	
	margin-bottom:-70px; /*different in ie*/
}

.discContent .singleArtist:hover {
	background-image:url(../../img/display/descBar.png);
	cursor:pointer;
}

.discContent .singleArtist a:link {
	text-decoration:none;
	color:#CCC;
}


.discContent .singleArtist a:visited {
	text-decoration:none;
	color:#CCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#240024;
}

.discContent .divHr {
	width:85%;
	margin-left:10%;
	margin-top:-5px;
	margin-bottom:10px;
	height: 0px; 
	border-bottom: 2px dotted #999; 
	border-bottom-style:dotted;
}

.discContent .singleArtist{
	color:#FFF;
	font-weight:bold;
	width:298px;
}

#newSearch {
	background-image:url(../../img/display/descBar.png);
	color:#CCC;
	width:30%;
	line-height:normal;
	padding:30px;
	margin-left:7%;
	margin-top:25px;
	margin-bottom:50px;
}

	#newSearchContent {
		width:100%;
		margin:auto;
	}
	
.discLink {
	color:#CCC;
	font-size:16px;
	text-align:center;
	margin:auto;

}

#discLinkGroup {
	margin:auto;
	text-align:center;
}


#discLinkGroup a:hover {
	background-color:#333;
	color:#333;
	cursor:pointer;
}

#discLinkGroup a:link {
	text-decoration:none;
	color:#CCC;
}


#discLinkGroup a:visited {
	text-decoration:none;
	color:#DDD;
}

.returnBtn {
	font-size:9px;
	color:#666;
	margin-top:70px; /*diff ie*/
	margin-bottom:-80px; /*diff ie*/
}


.returnBtn a:hover {
	background-color:#333;
	color:#333;
	cursor:pointer;
}


.returnBtn a:link {
	text-decoration:none;
	color:#CCC;
}


.returnBtn a:visited {
	text-decoration:none;
	color:#DDD;
}

.artBanner {
	margin:0;
	overflow:hidden;
	height:0;
}