/*ArtistList*/

#artistListArea{
margin:0px;
padding:0px;
position:relative;
z-index:10000;
text-align:left;
position:absolute;
top:17px;
right:0px;
}

#artistListArea ul{
margin:0px 20px 0px 0px;
padding:0px 0px 10px 0px;
display:none;
width:150px;
}

#artistListArea #aList li.artistBt{
margin:0px;
padding:0px;
background:none;
}

#artistListArea #aList li.artistBt a img{
width:150px;
height:46px;
}

#artistListArea #aList{
margin:0px;
padding:0px;
display:block;
}

#artistListArea #aList li{
margin:1px 0px 0px 0px;
padding:0px 10px;
background:url(../../images/main/common/bgb85.png);
line-height:1em;
font-size:13px;
}

#artistListArea #aList li span{font-size:10px;}

#artistListArea #aList .aName a{
margin:0px;
padding:6px 0px 6px 15px;
color:#fff !important;
display:block;
background:url(../../images/sys/ar01_or01.gif)left center no-repeat;
}
#artistListArea #aList .aName a:link{text-decoration:none;}
#artistListArea #aList .aName a:hover{text-decoration:underline;}