@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - JUKEBOX : 	BLACK JOE LEWIS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bjl_jukebox.css
	Date:			October 15, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Jukebox Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	body {
		width:351px;
		background:#8f6e43 url(../../images/jukebox.jpg) 0 0 no-repeat;
	}
	#jukebox {
		width:351px;
	}
	#playerHolder {
		width:351px; height:121px;
		outline:none;
	}
	object {
		outline:none;
	}
	table {
		width:316px; height:186px;
		margin:0 0 0 8px;
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#fff;
	}
		table td {
			border-bottom:solid 1px #876b40;
			background:url(../../images/bg_juke.png) 0 0 repeat;
		}
			table td.song {
				width:276px; 
				padding:1px 0 1px 10px;
			}
			table td.buy {
				width:40px;
				padding:1px 4px 1px 0;
			}
	a {
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
	}
		a:hover td {
			text-decoration:underline;
		}
