*{margin:0;padding:0}html{height:100%}


h1,h2{text-indent:-9999px;background-repeat:no-repeat;}

h3{margin-top:5px;font-size:12px}a{color:white;outline-style:none;text-decoration:none;border-bottom:0px dotted white}

a:hover{border-bottom:0px solid white; text-decoration:none;}

ol{margin-top:10px;padding-bottom:12px}

ol li{margin-bottom:3px}

li{margin-left:30px}

a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7; text-decoration:none;
}


#head_blank{widht:960px; height:0px; background-repeat:no-repeat; background-position:center;}

#top_up_content{width:960px; height:40px;}

#artist_profile{width:915px; height:100%; background-color:#000000; margin-left:5px; border:solid 2px #999999;}

#foot_line{background-image:url(../images/footline_white.png); background-repeat:repeat-x;}


#tooltip{
    margin:70px 0  0  30px;
}
#tooltip li{
    width:150px;
    height:50px;
    display:block;
    float:left; 
    position:relative;      
}
#tooltip li > div {
    width: 150px;
    min-height: 20px;
    position: absolute;
    top:-50px;
    margin-left: -25px;
    padding: 5px;
    visibility:hidden;
    opacity: 0;
    background: #ffffff;
    font-size:1em;

/* Setting the border-radius property for all Browsers */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and Chrome */
    border-radius: 5px; /* Browsers that Support it like Opera */

/* Setting the box-shadow property for all Browsers */
    -moz-box-shadow: 0 0 8px gray; /* Firefox */
    -webkit-box-shadow: 0 0 8px gray; /* Safari and Chrome */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3); /* IE */
    box-shadow: 0 0 8px gray; /* Browsers that Support it like Opera */
/* Setting the transition property for all Browsers */
    -moz-transition: all 0.5s ease-in-out; /* Firefox */
    -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
    -o-transition: all 0.5s ease-in-out; /* Opera */
    transition: all 0.5s ease-in-out; /* Browsers that Support it */         
    }
#tooltip li > div:after {
    content:"\25B8"; 
    display:block;
    font-size:2em;
    height:0;
    line-height:0;
    position:absolute;
    color:#fff;
    bottom:-3px;
    left:1px;
    text-align:center;
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    width:100%;
    text-shadow: 3px 0 2px #ccc;
}
#tooltip li:hover > div {
    visibility:visible;
    opacity: 1;
    top:-50px;
/* Setting the transition property for all Browsers */
    -moz-transition: all 0.5s ease-in-out; /* Firefox */
    -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
    -o-transition: all 0.5s ease-in-out;  /* Opera */
    transition: all 0.5s ease-in-out; /* Browsers that Support it */
}

