@charset "utf-8";
/* CSS Member Videos */

/* video */
#vidcontainer
{
background:#ccc;
border:1px solid #aaa;
float:left;
margin: 0;
padding:3px;
position:relative;
width: 580px;
}
#extvidcontainer{
	/*background:#ccc;
	border:1px solid #aaa;*/
	float:left;
	margin-bottom:5px;
	padding:3px;
	position:relative;
	width: 580px;
}
#extvid {
width:340px;
margin-right:5px;
float: left;
}
#vidplaylist, #vidborder{
	color: #000066;
	float: right;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom:5px;
	margin-top: 2px;
	margin-right: 2px;
	height: 238px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px 5px 0px 7px;
	width: 236px;
}

#extvidplaylist {
	border:none;
	color: #000066;
	float: right;
	font-size: 0.8em;
	font-style: italic;
	height:255px;
	margin-right: 2px;
	margin-top:0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px 5px 0px 7px;
	width:220px;
}
#vidplaylist a, #vidborder a,#extvidplaylist a{
color:#e1e1e1;
position:relative;
z-index:3;
}
#vidplaylist a:hover, #vidborder a:hover, #extvidplaylist a:hover {
color:#ffffff;
text-decoration:none;
}
#vidplaylist a:visited, #vidborder a:visited, #extvidplaylist a:visited {
color:#cdcdcd;
}
.vidthumb {
float:left;
position:relative;
width:60px;
z-index:3;
}

.vidtext {
width:115px;
margin-left:75px;
margin-top:3px;
text-align:left;
}

#extvidplaylist .vidtext{
	width:190px;
	margin:0px 5px;
}

.clearboth {
clear:both;
}
#vidcap {
color:#444444;
float:left;
font-style:italic;
font-weight:normal;
font-size:.85em;
margin:0px 5px 0px 10px;
overflow:auto;
position:relative;
text-align:left;
bottom:-10px;
width:580px;
z-index:100;
}

#extvidcap{
	margin:0px;
	overflow:auto;
	font-size:.8em;
	font-style:italic;
	font-weight:normal;
	height:80px;
	text-align:justify;
	width:350px;
}

#playerdiv1_wrapper{
	float:right;
	top:2px;
	right:7px;
}

.vidlist-item{
	background-image: url(/lib/mediaplayer-5.8/skins/beelden/playlist/itemMid.png);
	background-repeat: repeat-y;

	margin-top:3px;
	min-height:50px;
	padding:5px 5px 10px 5px;
	position:relative;
	width:225px;
}

#extvidplaylist .vidlist-item{
	width:195px;
}

#extvidplaylist .vli-top, #extvidplaylist .vli-bot{
	width:205px;
}

.vli-top{
	background-image: url(/lib/mediaplayer-5.8/skins/beelden/playlist/itemTB.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:27px;
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
}
.vli-bot{
	background-image: url(/lib/mediaplayer-5.8/skins/beelden/playlist/itemTB.png);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	height:27px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:220px;
}

#vidmore{
	float:right;
	margin:5px 5px 0px 10px;
	width:210px;
}
