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

/** 
 * @version		1.0.1
 * @package		muscol
 * @copyright	2009 JoomlaMusicSolutions.com
 * @license		GPLv2
 */

tr.tr_llista_artists td.artista {
    border-bottom: 1px solid #eeeeee;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #858585;
}

tr.tr_llista_artists td.album {
    border-bottom: 1px solid #eeeeee;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #858585;
    border-left: 1px solid #eeeeee;
    text-align: right;
}

.icons {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: right;
}

.artist_detailed {
    -moz-border-radius: 4px; /*border:1px solid #858585;*/
    margin-bottom: 5px;
    padding: 10px;

    /*background-image:url(images/small_star.png);*/
    /*background-position:top right;*/
    /*background-repeat:no-repeat;*/
     background-color: #523F3A;
}

.artist_name {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}

.num_albums {
   /* background: transparent url( images/cdr.png ) no-repeat scroll 0 0;
    color: #bbaa99;
    font-size: 10px;
    padding-left: 20px;
    padding-bottom: 3px;*/
    display:none;
}

.num_songs {
    background: transparent url( images/music.png ) no-repeat scroll 0 0;
    color: #bbaa99;
    font-size: 10px;
    padding-left: 20px;
    padding-bottom: 3px;
}

a.artists_album img {
    color:orange;
    font-weight:bold;
    /*color:#fff;*/
    /*border: 1px solid #CCC;*/
}

a.artists_album:hover img {
    /*border: 1px solid #000;*/
       color: #D57B00;
}

.player {
    padding-bottom: 10px;
}