
/*
 *	AUDIO PLAYLIST FORMATTING...
 *
*/
th.ti_playlist_list_header	{
	font-size: 75%;
	font-weight: bold;
	
}


td.ti_playlist_list_title, td.ti_playlist_list_artist, 
td.ti_playlist_list_player, td.ti_playlist_list_number	{
	font-size: 75%;
	padding: 5px;
}

img.ti_playlist_list_thumbnail	{
	width:64px;
	
}


/* TOUT LIST FORMATTING... */

div.playlist_tout_container	{ }

div.playlist_tout {
	float: left;
	margin-left: 4px;
	margin-right: 3px;
	margin-bottom: 20px;
}

p.playlist_tout_headline { font-weight: bold; }

div.playlist_tout_body{ font-size: 80%; }


/*
 *  PHOTO GALLERY FORMATTING
 *
 *
 */
 
div.playlist_gallery { }

div.playlist_gallery_item {
	margin: 0;
	float: left;
}

p.playlist_gallery_title {
	margin: 0;
	text-align: center;
	width: 146px;
	font-size: 14px;
	color: #c839a8;
	padding-top: 3px;
	line-height: 14px;
}

p.playlist_gallery_subtitle {
	margin: 0;
	text-align: center;
	width: 146px;
	font-size: 11px;
	color: #54075b;
}

img.playlist_gallery_image {
	width: 146px;
	height: 120px;
	margin:0 5px 0 0;
	border: 1px solid #dd2996;
} 
 	
