/* Playlist Page/Table Styles
--------------------------------- */

/* REMOVE COMMENTS/RECOMMEND/DATE */
.dateblock,
.commentbox,
.recommendStoryTool, 
.commentStoryTool { display: none; }

/* PLAYLIST HEADER */
#storyspan03 #res130006471 h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 10px;
}
#storyspan03 #res130006471 h3 em {
	font-weight: normal; font-style: normal;
	text-transform: none;
	padding-left: 10px;
	color: #555;
	font-size: 12px;
}

/* PLAYLIST */

#music .playlistwrap { 
	font-size: 12px;
	color: #333;
	margin: 0 0 30px 0;
	border-top: 5px solid #D7311F;
	border-bottom:1px solid #D7311F;
}
#music .playlistwrap table {
	border-collapse: collapse;
	margin: 0; padding: 0;
	width: 100%;
}
#music .playlistwrap table th, #music .playlistwrap table td {
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
}
#music .playlistwrap table th {
	color: #666;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
	white-space: nowrap;
}
#music .playlistwrap table td {
	border-bottom: 1px dotted #ccc;
}

#music .playlistwrap td.buy { 
	white-space: nowrap;
	font-size: 11px;
	color:#999;
	background:transparent url(https://media.npr.org/chrome/music/icon_purchase.gif) no-repeat scroll 10px 5px;
	padding-left: 27px;
}
#music .playlistwrap td.buy a { color: #666; }


#music .playlistwrap td.about { 
	white-space: nowrap;
	font-size: 11px;
}
#music .playlistwrap td.about a { color: #666; }

/* HIDE RIGHT RAIL ELEMENTS */
#pluckdiscoverybucket { display: none; }
#main_sidebar .search { display: none; }