@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/
 */
 
/* Playlist Block */

.albumList img {
    margin: 4px 7px;
    border: 1px solid #CCCCCC;
}

.playlistArtist {
    margin-bottom: 10px;
    min-height: 80px;
    border-radius: 8px;
    background: #EEEEEE;
    padding: 5px 0 10px;
}

.playlistArtistTitle {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
}

.playlistAlbumsSongs {
    width: 140px;
    float: left;
    padding: 0 0 0 10px;
    font-size: 12px;
}

.songListTable {
    border: none;
    float: right;
    font-size: 12px;
    width: 545px !important;
}

.songListHeadings {
    font-weight: bold;
    background-color: #EEEEEE;
    padding: 5px;
}

.songListHeadings td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.songListTable td {
    padding: 0 5px;
}

.poolButtons {
    float:right;
    margin-bottom: 20px;
}

.albumCoverSelected {
	width: 160px;
	height: 160px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px black;
        float: left;
}

.albumsBG {
    background: url('../images/cdr.png') no-repeat;
    padding-left: 23px;
	height: 20px;
}

.songsBG {
    background: url('../images/music.png') no-repeat;
    padding-left: 23px;
	height: 20px;
}

/* End Playlist Block */

