
#videos {
	width:420px;height:610px;
	top:150px;
	left:690px;
	position:absolute;
}
#video_scroller {
	position:absolute;
	top:150px;left:1100px;
	width:10px;height:600px;
	background-color:#999;
}

#video_filter {
	top:5px;
	left:0px;
	width:420px;
	height:16px;
	position:relative;
	margin-bottom:15px;
	background-image:url(http://www.nrw.tv/static/gfx/videoarchiv/trenner-filter.png);
	background-repeat:no-repeat;
	background-position:0% 99%;
}
#video_filter div {
	cursor:pointer;
	color:#808080;
	font-size:1.0em;
	font-weight:bold;
	float:left;
	padding-right:10px;
}
#video_filter div:hover {
	cursor:pointer;
	color:#cccccc;
}
#video_filter div.selected {
	cursor:pointer;
	color:#efefef;
	height:25px;
	background-image:url(http://www.nrw.tv/static/gfx/videoarchiv/trenner-filter-pfeil.png);
	background-repeat:no-repeat;
	background-position:48% 100%;
}

.video {
	padding: 5px 0px 5px;
	position:relative;
	width:410px;
	min-height:72px;
}
#videos .video.active {
	background-image:url(http://www.nrw.tv/static/gfx/videoarchiv/list-activemarker.png);background-repeat:no-repeat;background-position:0px 2px;
}
#videos .video.active  .video_thumb {
	opacity:0;
}


#videos .video .video_thumb {
	width:100px; height:70px;
	border:1px solid #111111;
}
#videos .video .info {
	position:absolute;
	top:5px;left:115px;
	width:295px;
	
}
#videos .video .info .date {
	font-size:0.8em;
	height:12px;
}
#videos .video .info .headline {
	font-size:1.1em;
	height:45px;
	overflow:hidden;
	margin-top:2px;
}

#videos .video .info .meta {
	color:#808080;
	font-size:0.8em;
	width:100%;
	height:10px;
	margin-top:3px;
	position:relative;
}
#videos .video .info .meta .info_btn {
	position:absolute;
	right:0px;
	top:0px;
}
#videos .video .info .meta .play_btn {
	position:absolute;
	left:70px;
	top:-4px;
}
#videos .trenner {
	background-image:url(http://www.nrw.tv/static/gfx/videoarchiv/trenner-gaps.png);
	background-repeat:no-repeat;
	height:5px; width:100%;
}

#videos .more_infos {
	padding-top:10px;
	display:none;
}
#videos .more_infos .tags {
	color:#808080;
	font-size:0.9em;
	padding-bottom:5px;
}
#videos .more_infos .desc {
	padding-bottom:5px;
	font-size:0.9em;
}

