
/* Navigation für Videoliste (Tabreiter) */
@import url("tabnavigation.css");

* {

outline:0;

-moz-outline:0;

}

#splaytv {
	width: 790px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
#c_middle, #videoplayer {
	width: 480px; margin:0;
}
#c_middle {
	position: absolute;
	top: 0;
	left: 0;
}
#videoplayer {
	height: 270px;
	background: black;
	float: left;
	margin: 5px 0 0 0;
}
#c_right {
	position: absolute;
	top: 0;
	right: 5px;
	padding: 5px;
	background: none;
	width: 290px;
}
.clearfix {
	clear:both;
	height: 0;
}
#RCon1 {
	background: #dcdcdc;
	padding: 15px 5px 5px 5px;
	width: 280px;
}
#RCon2,.RCon2 {
	background: #dcdcdc;
	padding: 15px 5px 5px 5px;
	width: 280px;
}
#RCon3 {
	background: #dcdcdc;
	padding: 15px 5px 5px 5px;
	width: 280px;
}
#RCon1 .clip_container,#RCon1 .clip_container_hover {
	background: #fff;
	padding: 2px;
	margin: 0 0 3px 0;
	height: 48px;
	width: 276px;
}
.top5clip, .recommendclip, .top5clip_hover, .recommendclip_hover {
	background: #fff;
	padding: 2px;
	margin: 0 0 3px 0;
	height: 70px;
	width: 276px;
}
#RCon1  .mini-clip-bild {
	background: #dcdcdc;
	width: 40px;
	height: 26px;
	margin: 7px 0;
	float: left;
}
.top5thumb, .recommendthumb {
	background: #dcdcdc;
	width: 90px;
	height: 68px;
	float: left;
}
#RCon1 .text_container {
	float: left;
	width: 204px;
	height: 48px;
	padding-left: 5px;
	position: relative;
}
.top5text, .recommendtext {
	float: left;
	width: 176px;
	height: 68px;
	padding-left: 5px;
	position: relative; border: 0px solid red;
}
.filmcliptitle, .top5cliptitle, .recommendcliptitle {
	position:absolute;
	top: 2px;
	left: 4px;
	margin: 0;
	padding: 0;	
}
.filmclipdate, .top5clipdate, .recommendclipdate {
	position: absolute;
	bottom: 2px;
	right: 2px;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#RCon1, #RCon2, #RCon3, #playertext, .RCon2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #BA0D5D;
}

#RCon1, #RCon2, #RCon3,#RChannel,.RCon2{
	float:left;
}


.pagination_container {
	background: #dcdcdc;
	text-align: center;
	padding: 3px 0;
}
#playertext {
	width: 480px;
	position: relative;
}
.movietitle, .relatedvideos {
	padding: 5px 0 0 0;
	margin:0;
}
.movietitle {
	width:320px;
	float:left;
}
.moviedate {
	width:80px; float:right;
	text-align:right;
	padding: 0 3px 0 0;
	margin: 0;
}
.relatedvideos {
	text-transform: uppercase;
	font-weight: normal;
	clear:both;
	width: 475px;
}
.relatedvideos a, .top5cliptitle a, .recommendcliptitle a {
	text-decoration:none;
	color: #BA0D5D;
}
.relatedvideos a:hover, .top5cliptitle a:hover, .recommendcliptitle a:hover{
	text-decoration:underline;
}
.left { float:left; }
.right { float:right; }
#RSearch .close_btn{
	color:#000;
	float:right;
	cursor:pointer;
	font-weight:bold; 
	background:url(../imgs/skin/showcase/close.png) no-repeat;
	width:18px;
	height:18px;
	margin-right:3px;
}
#Top5_List div.top5clip:hover,
#movieList div.clip_container:hover,
#Recomended div.recommendclip:hover,
#searchList div.recommendclip:hover,
#Top5_List div.top5clip_hover,
#movieList div.clip_container_hover,
#Recomended div.recommendclip_hover,
#searchList div.recommendclip_hover  {
	background: #DCDCDC;
	cursor: pointer;
}

