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

.clear {clear:both;}


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

#contentArtisteContainer a{
	color:#000;
}


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

#sepBorder {
	
	height:1000px;
	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;
}

#alphabet {position:absolute; margin-top:-42px; margin-left:120px; list-style:none; border-left:2px solid #333; padding-left:5px;}
#alphabet li {float:left; display:block; color:#cccccc}
#alphabet li a {display:block; cursor:pointer; padding:5px; }
#alphabet li a.active {color:#fff; font-weight:bold;}
#alphabet li a:hover {color:#fff; text-transform: uppercase;}
#alphabet li a#alphabet_all:hover {color:#fff; text-transform:none;}

#disciplines {float:right; background:url(../../img/display/descBar.png) repeat; padding-left:5px;}
#disciplines li {float:left; display:block; color:#cccccc}
#disciplines li a {display:block; cursor:pointer; padding:5px; }
#disciplines li a.active {color:#fff; font-weight:bold;}
#disciplines li a:hover {color:#fff; }


#alphabetical_artist_lists {width:100%; border-top:solid 4px #2b004a;}
#alphabetical_artist_lists h2 {font-size:72px; font-family:'Times New Roman',Times,serif !important; color:#fff; padding:0px; margin:0px; float:left;}
#alphabetical_artist_lists .artist_left_col {float:left;}

#alphabetical_artist_lists .artists_letter {display:block; border-top:1px dotted #212121;}
#alphabetical_artist_lists .artists_letter .artist_list {list-style:none; float:right; padding:0px; width:90%; *width:88%; *margin-bottom:20px; *margin-top:15px;}
#alphabetical_artist_lists .artists_letter .artist_right_col {float:right;}
#alphabetical_artist_lists .artists_letter .artist_list li {display:block; float:left; margin-top:-1px; margin-left:15px; *margin-left:5px; padding:2px; background:url(../../img/display/descBar.png); margin-bottom:15px;}
#alphabetical_artist_lists .artists_letter .artist_list li:hover {display:block; float:left; margin-top:-1px; padding:2px; background:#333;}

#alphabetical_artist_lists .artists_letter .artist_list li a {text-decoration: none; color:#ccc;}
#alphabetical_artist_lists .artists_letter .artist_list li a:hover {background-color:#fff; color:#fff;}
#alphabetical_artist_lists .artists_letter .artist_list li p.artist_name {position:absolute; font-size:12px; background:url(../../img/display/descBar_dark.png); padding:1px 2px 1px 5px; margin-top:-51px;}
