@charset "utf-8";

div#videoEmbed {
	width:400px;
	height:350px;
	border:#333 1px dotted;
	float:left;
}

div#videoList{
	height:350px;
	overflow:hidden;
}

div#videoListInner {
	height:350px;
	overflow:hidden;
}


.videoBoxPfeil {
	width:20px;
	height:20px;
	margin-top:45px;
	float:left;
}

.videoBoxContent {
	overflow:hidden;
	border:#333 1px dotted;
	cursor:pointer;
	margin-left:20px;
}

.videoBoxContentText {
	width:210px;
	float:left;
	height:100px;
	overflow:hidden;
	font-size:10px;
}

.videoBoxContentViewcount {
	font-size:10px;
	color:#666;
	margin-top:3px;
	border-top:#1D1D1D 1px dotted;
	padding-left:5px;
}

.videoBoxContentText h1 {
	padding:0px;
	margin:0px;
	border-bottom:#161616 1px dotted;
	color:#FFF;
	font-size:10px;
	padding:3px;
}

.videoBoxContentText h2 {
	padding:0px;
	margin:0px;
	color:#CCC;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}


.videoBoxContentImage {
	width:120px;
	overflow:hidden;
	margin-top:5px;
}

.videoBox {
	width:380px;
	margin-bottom:5px;
}


.hImage {display:none};

