

#videoPlayer {
	
	width:425px;
	float:left;

}

#videoPlaylist {
	
	padding:0px;
	margin-top:0px;
	float:right;
	width:340px;
	height:276px;
	border:1px solid #000;
}

.playlistItem {
	background:  #282828 url('../../../data/images/icons/headphone_webdisco.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_webdisco.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;
}



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

.title {
	color:#73b440;
	font-size:95%;
}

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

h1.playlist {
	background:   url('../../../data/images/icons/core_nav.jpg');

	color: #FFF;
	font-size:100%;
	margin:0px;
	text-transform: uppercase;
	padding:5px 10px;
	padding-left:10px;
	margin-bottom:10px;
}

h1.playlist2 {
	background:   url('../../../data/images/icons/core_nav.jpg');

}

.topPlaylist {
	background: url('../../../data/images/skin/webdisco/toplist.jpg');
	color:#000;
	padding:4px;
	padding-left:5px;
	
}

.pos {
	width:60px;
	font-size:280%;
	text-align:center;
	margin:0 auto;
	padding:26px 0px;
	background:#000;
	color:#FFF;
}


.playlist .pos {
	background:#414141;
	color:#FFF;
	padding:4px;
	font-size:9px;
	
}


.playlist1 div {
	background:#414141;
	color:#FFF;
	padding:4px;
	margin:0px 1px;
	padding-left:5px;
	margin-bottom: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:100px;
	height:80px;

	overflow:hidden;
	border:4px solid #2d5012;
	
}

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

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

.videoClip {
	padding:10px 100px;
	background:#000;
	height:420px;
	margin-bottom:10px;
}

.awhite a:hover {
	color:#000;
}