/**
 * myband
 * Created on 03/11/07 by Manager
**/

.even {
	background-color:#ccc;
}
.odd {
	background-color:#ddd;	
}

ul.songs {
	border:solid 1px #000;
	border-bottom:0;
}
li.song {
	padding:0.5em;
	border:solid 1px #000;
	border-top:0;
	border-right:0;
	border-left:0;
}
span.song_name {
	font-weight:bold;
	display:block;
	padding:0.05em;
	background:url(img/ice_plus.gif) no-repeat top right;	
}
li.open span.song_name {
	background-image:url(img/ice_minus.gif);	
}
li.song:hover {
	cursor:pointer;
}

ul.song_files {
	display:none;
	margin:1em 0.5em;
}
ul.song_files li {
	padding:0.2em;
}
ul.song_files a {
	color:#444;
}

/** icones **/
a.file {
	background:no-repeat;
	padding:0.1em 0.1em 0.1em 20px;	
}
a.file:hover {
	background-color:#fff;	
}
a.mp3 {
background-image:url(img/ext/mp3.gif);
}
a.txt {
background-image:url(img/ext/txt.gif);
}
a.rar {
background-image:url(img/ext/rar.gif);
}
a.folder {
background-image:url(img/ext/folder.gif);
}
a.gp5, a.gp3, a.gp4 {
background-image:url(img/ext/gp5.gif);
}
a.wav, a.mid {
background-image:url(img/ext/wav.gif);
}
