@charset "utf-8";
/**
 * Copyright (c) 2013 Chris Roberts <chris45964596@msn.com>
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * @category   Joomla 2.5
 * @package    com_sam2joom
 * @subpackage nowplaying
 * @version    1.1.12
 * @link       http://www.sam2joom.com/
 */
 
/* Top Songs */

.topsongs-background {
	margin: 20px 0 -10px;
	min-height: 95px;
	border-radius: 8px;
	background: #EEEEEE;
	padding: 5px 0;
}

.topsongs-header {
	width: 100%;
	background: #000000;
	opacity: 0.8;
	border-radius: 3px;
	height: 40px;
	color: #F5DEB3;
	margin: 20px 0;
}

.topsongs-ranking {
	font-weight: bold;
	float: left;
	font-size: 16px;
	padding-top: 12px;
	margin: 25px 10px 20px 20px;
	color: #095197;
}

.topsongs-requests {
	margin-right: 10px;
	float: left;
	font-style: italic;
	font-size: 16px;
	padding-top: 12px;
	color: #095197;
}

.topsongs-trackInfo {
	padding-top: 15px;
}

/* End Top Songs */

