#playList1 {
	width: 100%;
	height: auto;
}

.playListPlayer {
	display: block;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	height: 450px;
	width: 100%;
}
.playListPlayerObject {
	height: 100%;
	width:75%;
	bottom: 0;
	left: 0;
	display: inline-block;
	right: 300px;
	top: 0;
	float: left;
}
.playListEntries {
	bottom: 0;
	height: 100%;
	right: 0;
	top: 0;
	width: 24%;
	overflow-y:scroll;
	color: #6C6C6C;
	font-size: 12px;
	line-height: 14px;
	float: left;
	margin: 0 0 0 1%;
}
.playListControls {
	width: 100%;
	height: 30px;
	color: white;
	display: none;
}
.playListControl {
	cursor: pointer;
	padding: 2%;
}
.disabled {
	cursor: default;
	color: grey;
}
.playListEntry {
	height: auto;
	cursor: pointer;
	margin: 0 0 3% 0;
	padding: 0 0 3% 0;
	border-bottom: dashed 1px #D3D3D3;
}
.nowPlaying {
	width: 96%;
	padding: 2%;
	background-color: #D3D3D3;
	color: #6C6C6C;
}
.playListEntry:hover {
	width: 96%;
	background-color: #6C6C6C;
	color: #FFF;
	font-weight: 700;
	margin: 2% 0 3% 0;
	padding: 2% 2% 3% 2%;
	border-bottom: dashed 1px #6c6c6c;
}
div.playListEntryThumbnail {
	display: block;
	width: 100%;
	margin: 0 0 1% 0;
}
div.playListEntryThumbnail img {
	width: 100%;
	height: auto;
}
.playListEntryDescription {
	display: block;
	width: 100%;
	font-size: 12px;
}
.playListEntryTitle {
	vertical-align:top;
	/* height:20%; */
}
.playListEntryNote {
	vertical-align:bottom;
}
.timeLink {
	border: 1px solid transparent;
	border-radius: 5px;
	cursor: pointer;
}
.timeLink:hover {
	border: 1px solid red;
}
.randomizeActive {
	color: #008110;
}
.playListButtons {
	position: relative;
	top: 1px;
	display: inline-block;
	font-weight: 400;
}
