﻿@charset "UTF-8";
/*
 * Example of zLastFM Styling
 *
 * Version: 1.0.0
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.lastFM
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px 10px 10px 20px;
	width: 235px;
	color: #fff;
}
.lastFM a
{
	color: #ffff00;
	text-decoration: none;
}
.lastFM a:hover
{
	color: #fff;
	text-decoration: underline;
}

.lastFMHeader
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 1em 0;
}

.lovedtracks, .recenttracks, .topablums, .topartists, .toptracks {}

.lastFMBody ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.itemRow
{
	clear: left;
	margin: 0;
	padding: 0.4em 0; 
	height: 32px;
	line-height: 1.2em;
}
.itemName a
{
	font-weight: bold;
}