@charset "UTF-8";
/* CSS Document */


.jw_playlist_playlist {
	width: 640px;
	height: 200px;
	margin: 0 0 20px 0;
	color: #000;
	overflow-y: auto;
	background-color:#F6F6F6;
	}

.audio .jw_playlist_playlist {
width: 480px;
}

.jw_playlist_image {
	width: 60px;
	height: auto;
}

.jw_playlist_image_div {
	border: 1px solid #666;
	padding: 0 5px;
	margin: 0 5px;
	float:left;
	background-color:#000;
}

.jw_playlist_item {
	padding: 5px 20px;
}

.clear {
	clear:both;
	height: 0;
}

.jw_playlist_title {
	color: #DE2108;
	margin: 5px 50px 5px 100px;
	font-size: 13px;
	font-weight: bold;
}
.playing .jw_playlist_title {
color: #FFF;
}

.jw_playlist_description {
margin: 5px 50px 5px 100px;
font-size: 11px;
}

.jw_playlist_duration {
width: 60px;
margin: 5px;
font-size: 11px;
float:right;
text-align: right;
}

.even {
	background-color: #EEE;
}

.even:hover {
	color: #000;
	background-color: #CCC;
	cursor: pointer;
}

.odd {
	background-color: #FFF;
}
.odd:hover  {
	color: #000;
	background-color: #CCC;
	cursor: pointer;
}

.playing {
	background-color: #DE2108;
	color: #FFF;
}