/*
frontend.css "Vplayer" video player
*/



.playlist {
  padding-left: 46px;
  font-size: 10px;
  margin: 0px;
  color: #000000;
  list-style-type:decimal;
  list-style-position:inside;
}
.video-player {
  width: 473px;
	background-image: url('videoplayer.jpg');
	background-repeat: no-repeat;
	margin-left: 4px;
  border: 0px solid #060606;
  border-bottom: 0px solid #171717;
  padding-bottom: 0px;
}
.video-player a:hover, .video-player a:visited, .video-player a:link, .video-player a:active {
  color: #000000;
  text-decoration: none;
}

.playlist a:hover, .playlist a:visited, .playlist a:link, .playlist a:active, .playlist a {
  color: #000000;
  text-decoration: none;
}

.video-player a{
  color: #000000;
  text-decoration: none;
}
#titleVideoName{
  text-decoration: none;
}
.playing {
margin-left: 64px;
padding-top: 0px;
}


#vPlayerAudio {
padding-top: 34px;
height: 288px;
}


.playliste {
  width: 407px;
	background-image: url('playlist-bg.jpg');
	background-repeat: repeat-y;
	background-position: left bottom;
	margin-left: 0px;
  border: 0px solid #060606;
}
.playliste-top {
  width: 407px;
  margin-top: 35px;
  height: 40px;
	background-image: url('playlist-top.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 0px;
  border: 0px solid #060606;
}
.playliste-foot {
  width: 407px;
  height: 56px;
	background-image: url('playlist-foot.jpg');
	background-repeat: no-repeat;
	margin-left: 0px;
  border: 0px solid #060606;
}
.liste {
  width: 407px;
	margin-left: 32px;
  border: 0px solid #060606;
}

