/* CSS Document */


#pagetitle {
    margin:0 auto 20px;
    width:930px;
    height:40px;
    background:url(../images/pagetitle_bg.png) repeat;
    padding:10px;
}

#pagetitle h2 {
    font-size:20px;
    font-weight:bold;
    background:url(../images/pagetitle_bg_inner.jpg) no-repeat left top;
    padding:4px 10px 0;
    width:910px;
    height:36px;
    letter-spacing:1px;
}




#main {
    clear:both;
    width:950px;
    margin:0 auto;
    min-height:500px;
}

#left {
    width:665px;
    padding:0 20px 0 0;
    margin:0;
    float:left;
    display:inline;
}

#right {
    width:265px;
    padding:0;
    margin:0;
    float:right;
    display:inline;
}




div.artistname {
    padding:0 0 0 0;
    height:70px;
    width:645px;
    margin:0 20px 10px 0;
}

div.artistname img {
    float:left;
    display:inline;
    margin-right:10px;
}

div.artistname h2 {
    font-size:24px;
    font-weight:bold;
    padding:15px 0 0 0;
    letter-spacing:1px;
}

div.artistname h2 a {
    text-decoration:none;
}


.artistpage {
    width:645px;
    text-align:right;
    margin-bottom:20px;
    font-size:14px;
    font-weight:bold;
}





div.news {
    width:645px;
    margin:0 20px 40px 0;
    clear:both;
}

div.news p.date {
    width:635px;
    height:25px;
    font-size:14px;
    font-weight:bold;
    padding:2px 0 0 10px;
    background:url(../images/title_bg_dotted.png) repeat-x left top;
    margin-bottom:10px;
}
    
div.news h3 {
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
    padding:0;
}

div.news p.info {
    padding:0;
}

div.news div.live {
    font-size:14px;
}

div.news p.photos img {
    display:inline;
    padding:15px 10px 0 0;
}

div.news table.cd {
    border-collapse:collapse;
    margin-top:15px;
}

div.news table.cd td.jacket {
    width:102px;
    text-align:left;
    vertical-align:top;
}

div.news table.cd td.buttons {
    vertical-align:top;
}

div.news table.cd td.buttons img {
    margin-bottom:6px;
}





/* right colomun-------------------------------------------------------------- */

.selectartist_top {
    background:url(../images/right_search_bg_top.png) no-repeat left top;
    width:265px;
    height:10px;
}

div.selectartist {
    background:#fff;
    width:235px;
    padding:5px 15px;
    color:#000033;
}

div.selectartist p.title {
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}

div.selectartist ul li {
    font-size:14px;
    list-style:none;
    margin-bottom:5px;
}

div.selectartist ul li a {
    display:block;
    color:#000033;
    background:#eee;
    padding:0 10px;
    text-decoration:none;
    height:25px;
}

div.selectartist ul li.on {
    display:block;
    color:#000033;
    padding:0 10px;
    text-decoration:none;
    height:25px;
    background:#ccc;
}

div.selectartist ul li a:hover {
    color:#fff;
    background:#70B0F0;
    background:url(../images/right_search_artist_bg_on.gif) no-repeat left top;
    text-decoration:none;
    font-weight:bold;
}

.selectartist_bottom {
    background:url(../images/right_search_bg_bottom.png) no-repeat left top;
    width:265px;
    height:10px;
    margin-bottom:20px;
}