@charset "utf-8";

/**
 * -----------------------------------------------------------------------------
 * com_muscol	Music Collection component for Joomla
 * -----------------------------------------------------------------------------
 *
 * @package		Muscol
 * @copyright	Copyright (C) 2009 - 2016 JoomlaThat!. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL v2 or later
 * @author		JoomlaThat!
 * website		http://www.joomlathat.com
 * support		support@joomlathat.com
 */

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:#ebebeb;
	/*background:url(images/back_artist.png) repeat-x;*/
}
.artist_detailed a, .artist_detailed a:hover{
	text-decoration:none;
}
.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:#999999;
	font-size:10px;
	padding-left:20px;
	padding-bottom:3px;
}
.num_songs{
	background:transparent url(images/music.png) no-repeat scroll 0 0;
	color:#999999;
	font-size:10px;
	padding-left:20px;
	padding-bottom:3px;
}

a.artists_album img{
	border:1px solid #CCC;
}
a.artists_album:hover img{
	border:1px solid #000;
}
.player{
	padding-bottom:10px;
}
input#keyword_search_input{
	
}

.tt-menu {
	width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 16px;
    line-height: 24px;
}
.tt-suggestion.tt-cursor{
	color: #fff;
	background-color: #0097cf;
}