div.playlist .fl {
	float: left;
}

div.playlist .fr {
	float: right;
}

div.playlist .clear {
	clear: both;
	line-height: 0px !important;
	font-size: 0px !important;
	height: 0 !important;
}

div.playlist a {
	color: #555555;
	font-weight: bold;
}

div.playlist b {
	color: #555555;
	font-weight: bold;
}

div.playlist .duration {
	font-size: 13px;
/*	color: #777777; */
}

div.playlist .btn.play {
	width: 16px;
	height: 17px;
	background-image: url(/Content/drPlayer/play.gif);
	display: inline-block;
}

div.playlist .btn.pause {
	width: 16px;
	height: 17px;
	background-image: url(/Content/drPlayer/pause.gif?2);
}

div.playlist .btn.paused {
	width: 16px;
	height: 17px;
	background-image: url(/Content/drPlayer/play.gif?3);
	display: inline-block;
}

div.playlist {
	width: 250px;
	margin-top: 15px;
	padding-left: 10px;
}
.box div.playlist {
	width: 160px;
}

div.playlist.tracks {
	width: 400px;
	padding-left: 5px;
}
box div.playlist.tracks {
	width: 160px;
}

div.player {
	width: 258px;
	margin-top: 0px;
	padding-left: 2px;
}
.box div.player {
	width: 160px;
}
div.player.inactive {
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: dashed 1px #555555;
}
div.playlist.tracks div.player {
	padding-left: 18px;
	width: 380px;
}
div.playlist.tracks div.player.inactive {
	margin-top: 2px;
	margin-bottom: 4px;
	border-top: dashed 1px #555555;
}

.player .item {
	width: 250px;
}
.player.tracks .item {
	width: 400px;
}
.box .player .item {
	width: 160px;
}
.box .player.tracks .item {
	width: 160px;
}

.playlist .item .title {
	-vertical-align: middle;
	font-size: 12px;
}

.playlist .item .btn {
	display: inline;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
