
#videoFrame {
	background: url('../../../data/images/videoFrame.png');
	background-repeat:no-repeat;
	
	width: 605px;
	height:223px;
	margin-bottom:10px;
}


#videoPlaylist {
	margin-left:306px;
	padding:5px;
	margin-top:12px;
	position:absolute;
	width:282px;
	height:200px;
	
}

.playlistItem {
	background:  #282828 url('../../../data/images/icons/headphone.png');
	background-repeat:no-repeat;
	background-position: 3% 47%;
	color:#949494;
	padding:5px;
	padding-left:50px;
	border-bottom:1px solid #626262;
	height:45px;
	opacity:0.8;
	
}

.playlistItemActive  {
	background:  #414141 url('../../../data/images/icons/headphone_on.png');
	background-repeat:no-repeat;
	background-position: 3% 47%;
	color:#FFF;
	font-weight:bold;
	font-size:110%;
	padding:5px;
	padding-left:50px;
	border-bottom:1px solid #626262;
	height:45px;
	opacity:0.8;
}

#videoPlayer {
	margin-left:10px;
	margin-top:15px;
	position:absolute;
	border:1px solid #626262;
}

.artist {
	
	font-weight:bold;
	font-size:95%;
	margin-top:8px;
}

.title {
	
	font-size:95%;
}

.removePlayListItem {
	position:absolute;
	z-index:5;
	margin-left:250px;
	margin-top:-50px;
}

h1.playlist {
	background:   url('../../../data/images/bar.png');
	background-repeat:no-repeat;
	height:20px;
	color: #222222;
	font-size:100%;
	margin:0px;
	text-transform: uppercase;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:10px;
}

h1.playlist2 {
	background:   url('../../../data/images/bar2.png');
	background-repeat:no-repeat;
}

.playlist1 div {
	background:#414141;
	color:#FFF;
	padding:4px;
	padding-left:5px;
	margin:0px 1px;
	
}

.playlist2 div {
	background:#313131;
	color:#FFF;
	padding:4px;
	margin:0px 1px;
	padding-left:5px;
	margin-bottom:1px;
	
}

.playlist2 div#clear, .playlist1 div#clear {
	margin:0px;
	background:none;
}

.playlist2 div.icon , .playlist1 div.icon {
	width:10px;
	padding:6px 4px;
	
	margin:0px 1px;
}

.thumbBlock {
	width:140px;
	height:120px;

	overflow:hidden;
	border:1px solid #626262;
	
}

.thumbBlock img {
	margin-left:-80px;
	margin-top:-60px;
}

.thumbBlockSmall {
	width:80px;
	height:60px;

	overflow:hidden;
	border:1px solid #626262;
	
}

.thumbBlockSmall img {
	margin-left:-20px;
	margin-top:-30px;
}

.videoDetail {
	background: #252525;
	border:1px solid #474747;
	padding:4px;
}
