/*	-------------------------------------------------------------
	Import the returns css file for the featured tracks table
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	@import url(/site/default/styles/returns.css);

/*	-------------------------------------------------------------
	table setup
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	table#albumDetails {
		width: 650px;
		color: #FFFFFF;
		}
	
	table#albumTracks {
		width: 670px;
		color: #FFFFFF;
		}
	
	table#albumTracksTitle {
		height: 28px;
		width: 670px;
		color: #FFFFFF;
		font-weight: bold;
		margin: 10px 0 0 0;
		/*background: url(/site/default/staticimg/titles/fourColumnBar-noBullet.gif);*/
		background-color: #494949;
		border-radius: 7px;
		-moz-border-radius: 7px; 
		-webkit-border-radius: 7px;
		-o-border-radius: 7px;		
		}
	
	table#albumTracksTitle td {
		background: none;
		}

/*	-------------------------------------------------------------
	button box tops and bottoms
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	td.buttonBoxTopLight {
		height: 5px;
		width: 232px;
		/*background: url(/site/default/staticimg/redboxes/232/lightTop.gif) no-repeat;*/
		}
	
	td.buttonBoxBottomLight {
		height: 5px;
		width: 232px;
		/*background: url(/site/default/staticimg/redboxes/232/lightBottom.gif) no-repeat;*/
		}
	
	td.buttonBoxTopDark {
		height: 5px;
		width: 232px;
		/*background: url(/site/default/staticimg/redboxes/232/darkTop.gif);*/
		}
	
	td.buttonBoxBottomDark {
		height: 5px;
		width: 232px;
		/*background: url(/site/default/staticimg/redboxes/232/darkBottom.gif);*/
		}

/*	-------------------------------------------------------------
	table row tops
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	td.topLight {
		height: 5px;
		width: 436px;
		/*background: url(/site/default/staticimg/redboxes/436/lightTop.gif);*/
		}
	
	td.topDark {
		height: 5px;
		width: 436px;
		/*background: url(/site/default/staticimg/redboxes/436/darkTop.gif);*/
		}

/*	-------------------------------------------------------------
	table row bottoms
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	td.bottomLight {
		height: 5px;
		width: 436px;
		/*background: url(/site/default/staticimg/redboxes/436/lightBottom.gif);*/
		}
	
	td.bottomDark {
		height: 5px;
		width: 436px;
		/*background: url(/site/default/staticimg/redboxes/436/darkBottom.gif);*/
		}

/*	-------------------------------------------------------------
	colgroups
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	col.track {	width: 438px; }

/*	-------------------------------------------------------------
	buttons
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	div.star {
		float: left;
		display: inline;
		margin: 5px 0 5px 6px;
		}
	
	div.paper, div.speaker {
		float: left;
		margin: 5px 0 5px 6px;
		}
	
	div.zip {
		float: left;
		display: inline;
		margin: 0 10px 0 10px;
		}
	
	.buttonBoxInput {
		float: left;
		margin: 6px 0 0 6px;
		}
	
	.albumSubmit {
		margin: 5px 0 0 6px;
		float: left;
		}

	div.playListButton {
		margin: 4px 0 0 5px;
		}

/*	-------------------------------------------------------------
	general
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	table#albumDetails p {
		padding: 0 0 5px 10px;
		margin: 0;
		}
		
	table.longTrackBox .buttonBoxInput {
		margin: 0 4px 0 0;
		padding: 0;
	}

/*	-------------------------------------------------------------
	faux column bit
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	div#fauxColumns {background: url(/site/default/staticimg/fauxColumns/fourColumn.png) repeat-y; }
	div#fauxColumnsBottom {	background: url(/site/default/staticimg/fauxColumns/fourColumnBottom.png); }

