/* ---------------------------------------------
	LASTFM.CSS
-----------------------------------------------*/

#lastfm dl {
	position:relative;
	/*float:left;
	width: 100%;
	height:28px;*/
	padding: 12px 0 0 44px;
	/*margin:0 20px 20px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:solid 1px #333;
	background:#1a1a1a; */
	margin-top: 12px;
	background: transparent url(../img/global/divider.png) repeat-x left top;
	}
	
#lastfm dl:hover,
#lastfm dl.hover {
	/*padding:7px 7px 7px 79px;
	border:solid 2px #444;
	cursor:pointer;*/
	}
	
#lastfm dl:hover dt,
#lastfm dl.hover dt {
	/*left:7px;
	top:7px;*/
	}

#lastfm dl dt {
	position:absolute;
	top: 14px;
	left: 0;
	width:28px;
	height:28px;
	}
	
#lastfm dl dt a {
	position:absolute;
	top: 14px;
	left: 0;
	width:28px;
	height:28px;
	z-index:100;
	}
	
#lastfm dl dt a:hover{
	background:none;
	}
	
#lastfm dl dd {
	font-size: 12px;
	line-height: 16px;
	}

#lastfm .lfm_art img {
	width:28px;
	height:28px;
	border: 1px solid #ccc;
	cursor:pointer;
	}

#lastfm dl dd.lfm_song {
	font-weight:bold;
	font-size:13px;
	padding-bottom:4px;
	/*white-space:nowrap;
	overflow:hidden;*/
	text-shadow: #000 0 -1px 0
	}
	
#lastfm dl dd.lfm_artist,
#lastfm dl dd.lfm_album{
	color:#ccc;
	}