/*	-------------------------------------------------------------
	Table layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	table#mostDownloaded, table#playlistBar {
		color: #FFFFFF;
		width: 496px;
		}
	
	table#playlistBar {
		width: 497px;
		height: 36px;
		line-height: 28px;
		margin: 10px 0 0 0;
		background-color: #494949;
		border-radius: 7px;
		-moz-border-radius: 7px; 
		-webkit-border-radius: 7px;
		-o-border-radius: 7px; 
		/* background: url(/site/default/staticimg/titles/threeColumnBar-noBullet.png) no-repeat; */
		}
	
	table#playlistBar td {
		background: none;
		}

/*	-------------------------------------------------------------
	Button boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	td.buttonBoxTopLight {
		/* height: 5px; */
		width: 138px;
		/* background: url(/site/default/staticimg/redboxes/buttonBoxes/buttonBoxTopLight.gif); */
		}
	
	td.buttonBoxBottomLight {
		/* height: 5px; */
		width: 138px;
		/* background: url(/site/default/staticimg/redboxes/buttonBoxes/buttonBoxBottomLight.gif); */
		}
	
	td.buttonBoxTopDark {
		/* height: 5px; */
		width: 138px;
		/* background: url(/site/default/staticimg/redboxes/buttonBoxes/buttonBoxTopDark.png); */
		}
	
	td.buttonBoxBottomDark {
		/* height: 5px; */
		width: 138px;
		/* background: url(/site/default/staticimg/redboxes/buttonBoxes/buttonBoxBottomDark.png); */
		}

/*	-------------------------------------------------------------
	Tops
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	td.topLight {
		/*height: 5px;*/
		width: 357px;
		/* background: url(/site/default/staticimg/redboxes/357/lightTop.gif); */
		}
	
	td.topDark {
		/*height: 5px;*/
		width: 357px;
		/* background: url(/site/default/staticimg/redboxes/357/darkTop.png); */
		}

/*	-------------------------------------------------------------
	Bottoms
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	td.bottomLight {
		/*height: 5px;*/
		width: 357px;
		/* background: url(/site/default/staticimg/redboxes/357/lightBottom.gif); */
		}
	
	td.bottomDark {
		/*height: 5px;*/
		width: 350px;
		/*background: url(/site/default/staticimg/redboxes/357/darkBottom.png);*/
		}

/*	-------------------------------------------------------------
	Buttons
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	table#mostDownloaded div.star, table#mostDownloaded div.paper, table#mostDownloaded div.speaker {
		float: left;
		margin: 0 8px 0 0;
		}
	
	div.playlist {
		margin: 3px 0 0 0;
		float: left;
		}
	
	.playlistSubmit {
		float: left;
		margin: 3px 0 0 0;
		}
		
	div.playListButton {
		height: 22px;
		width: 24px;
		margin: 4px 0 0 0;
		}

/*	-------------------------------------------------------------
	Box surrounds
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.buttonBoxPadding {	padding: 2px 0 0 8px; }
	.buttonBoxInput { float: left; }
	.buttonBoxPrice {float:left;font-size:110%;font-weight:bold;}		/*[28-06-07 MT] added for new single price, instead of showing dropdown*/

/*	-------------------------------------------------------------
	Col groups
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	


	col.position { padding-left:4px; width: 20px; }
	col.name { width: 125px; white-space:nowrap;}
	col.playlist { width: 250px; }
	col.type { width: 155px; }


/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	table#playlistBar p {
		margin: 0;
		padding-right: 8px;
		padding-left: 10px;
		}

	table#playlistBar select {
		margin: 4px 5px 0 0;
		}
		
/*	-------------------------------------------------------------
	Most downloading links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.most { margin: 3px 5px 0 0; }

/*	-------------------------------------------------------------
	Faux columns
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	div#fauxColumns { background: url(/site/default/staticimg/fauxColumns/threeColumn.png) repeat-y; }
	div#fauxColumnsBottom {	background: url(/site/default/staticimg/fauxColumns/threeColumnBottom.png); }

div.position { display:block;float:left;height:50px;margin-left:5px;}

