﻿.list
{
	height:15px;
}

.listbuttion
{
	width:100%;
	height:100%;
	border:solid 1px #000000;
	text-decoration:none;
	padding:2px 1px 2px 1px;
	text-transform:uppercase;
}
.listbuttion:hover
{
    width:100%;
	height:100%;
	border:solid 1px #000000;
	text-decoration:none;
	padding:2px 1px 1px 2px;
	background-color:#606060;
	color:#fff;

}
/* Recnet Audio */

.recnetTable
{
	width:100%;
}
.recentTable tr
{
 height: 60px;
 margin-top:10px;
 margin-bottom:10px;
}
.RectSongimg
{
	width:60px;
	height:60px;
	margin:0px 10px 0px 2px;
}
.recentTable a
{
	float:left;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}