/* CSS Document */
body{ 
	margin: 0; 
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	color: #fff;
	text-decoration: none;
	background-color: #000000;
}

a:hover{
	color: #ffff00;
}

/* GELERAL CLASSES */
#recordMenu{
	width: 50px;
	height: 100px;
	overflow: hidden;
}

.btnListen, .btnListenDisabled, .btnBuy, .btnBuyDisabled, .btnDownload, .btnDownloadDisabled{
	display: block;
	width: 50px;
	height: 30px;
	margin-bottom: 5px;
	overflow: hidden;
}

.btnListenDisabled, .btnBuyDisabled, .btnDownloadDisabled{
	display: block;
	padding: 0 0 0 50px;
}

.btnListen a, .btnBuy a, .btnDownload a{ display: block; padding-top:30px;  width:30px; height: 30px;}

.btnListen a{ background: url(../images/grfx/btn_listen.gif) no-repeat; }
.btnBuy a{ background: url(../images/grfx/btn_buy.gif) no-repeat; }
.btnDownload a{ background: url(../images/grfx/btn_download.gif) no-repeat; }

.btnListen a:hover{ width: 50px; background-image: url(../images/grfx/btn_listen_rollover.gif);}
.btnBuy a:hover{ width: 50px; background-image: url(../images/grfx/btn_buy_rollover.gif);}
.btnDownload a:hover{ width: 50px; background-image: url(../images/grfx/btn_download_rollover.gif);}

.btnListenDisabled{ background: url(../images/grfx/btn_listen_off.gif) no-repeat; }
.btnBuyDisabled{ background: url(../images/grfx/btn_buy_off.gif) no-repeat; }
.btnDownloadDisabled{ background: url(../images/grfx/btn_download_off.gif) no-repeat; }

.moreLink {
	display: block;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 13px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

.moreLink:hover{
	color: #000000;
	background-color: #FFFFFF;
}

.myspaceLink {
	display: block;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 13px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

.myspaceLink:hover{
	color: #000000;
	background-color: #FFFF00;
}

.clear{ clear: both; }