

.top10 {
    font-size: 0.9em;
}

.top10 .artist,
.top10 .song,
.top10 .label
{
    width: 152px; white-space: nowrap; overflow-x: hidden; line-height: 1.3;
}
.top10 tr+tr td { border-top: 1px dashed #DDDDDD }

.top10 .position { font-weight: bold; font-size: 11px; }
.top10 .info { vertical-align: top; padding-top: 3px; line-height: 1.5;}
.top10 .artist { font-weight: bold;  font-size: 11px;  }
.top10 .song {  }
.top10 .label { font-style: italic; color: grey }
.top10 .image { padding: 5px; }
.top10 .image img { width: 80px; height: 80px; }
.top10 .play-link { float: right; }
.top10 .more-link { font-size: 1.2em; color: #272727; }
.top10 .shop-links {vertical-align: bottom; position: relative; top:47px;left: 47px;}


