@charset "UTF-8";

/* PLAYLIST */
#playlist{
	border: 0px solid #333; 
	padding: 0px;  
	margin: 0 0 0 0;
	width: 700px;

}
#playlist_search{
	border: 1px solid #efefef; 
	padding: 4px; 
	float: right; 
	margin: -50px 0 0 0;
}
#playlist_search a{
	font-size: 12px; 
	padding: 4px; 
}
#playlist_search div{
	margin: 0 6px 0 0;
	padding: 2px; 
	font-size: 11px; 
	float: left; 
	line-height: 30px;
}
#playlist_search input{
	width: 160px;
	font-size: 12px;
	padding: 4px;
	margin: 2px 0 8px 0;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-right: 1px solid #f3f0f9;
	border-bottom: 1px solid #f3f0f9;
}
#playlist_search .go_but{
	width: 25px; 
	height: 19px;
	background-image: url(../images/go_search_but.gif);
	text-align: center;
	border: none;
	padding: 2px;
}
#playlist_search .go_but:hover {
    filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
}
#playlist_viewing{
	font-size: 10px; 
	margin: 0 0 0 20px; 
	padding: 4px; 
	width: 95%; 
	border: 0px solid #ccc;
}
#playlist_viewing .view_last{
	width: 40%;
	line-height: 30px;
	float: left;
}
#playlist_viewing .view_drop{
	width: 200px; 
	text-align: right; 
	line-height: 30px; 
	float: right;
	overflow: visible;
}

#playlist_viewing .track_drop{
	width: 50px;
	margin: 3px 6px 0 6px;
}

#playlist_show{
	width: 660px; 
	display: table; 
	margin: 10px 10px 10px 30px;
	padding: 12px;
	background-color: #e2e2e2;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#playlist_show img{
	float: left; 
	margin: 0 8px 0 0; 
	border: 4px solid #193a72;
}
#playlist_show img:hover{
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
	border: 4px solid #000;
}
#playlist_show h3{
	color: #193a72;
	margin: 0 0 0 0;
}
#playlist_show h3:hover{
	margin: 0 0 0 0;
}
#playlist_show p{
	margin: 0 0 0 0;
}


#playlist_tracks{
	width: 640px; 
	display: block; 
	margin: 0 auto 0 auto;
	text-align: left; 
	border: 0px solid #333;
}





#playlist_track_item ul{
	list-style-type: none;
}


#playlist_track_item ul li a{
	list-style-type: none;
	display: table;
	#display: block;
	width: 100%;
	border: 0px solid #333;
}








#playlist_track_item li a:link, #playlist_track_item li a:visited, #playlist_track_item li a:active{
	background-color: #fff;
	margin: 0px;
	padding: 10px;
	color: #333;
	font-weight: normal;
	text-decoration: none;	
	border-bottom: 1px dotted #ccc;
}
#playlist_track_item li img{
	float: right; 
	border: 0px solid #999; 
	margin: -8px 8px 0 8px;
}
#playlist_track_item li a:hover, #playlist_track_item li img:hover{
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}
#playlist_track_item .song_title{
	font-size: 14px;
	font-weight: bold;
	color: #193a72;
	text-decoration: none;
}
#playlist_track_item a:link .song_title, #playlist_track_item a:visited .song_title, #playlist_track_item a:active .song_title{
	text-decoration: none;
}
#playlist_track_item a:hover .song_title{
	color: #000;
	text-decoration: none;
}
#playlist_track_item .song_date{
	margin: 0 8px 0 0; 
	font-size: 10px; 
	text-align: center; 
	float: left; 
	border: 0px solid #333; 
	width: 100px;
}
#playlist_track_item .artist_album{
	font-size: 11px;
}
#playlist_track_item .album_art{
	float: left;
	display: block; 
	width: 50px; 
	height: 50px; 
	margin: 0 10px 0 0; 
	overflow: hidden; 
	border: 2px solid #036; 
	text-align: center;
	background: #000;
}
#playlist_track_item .album_art img{
	width: 100%; 
	margin: 0; 
	padding: 0;
}
#playlist_track_item .album_art img:hover{
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7;
	border: 0; 
}

/* PLAYLIST */