﻿.clpaginator, .clpagActive, .clpagPlace {
	display: inline-block;
	margin-right: 1%;
	border: 1px;
	border-style: solid;
	border-color: rgba(210,0,0,0.9);
	width: 10%;
	max-width: 40px;
	text-align: center;
	vertical-align: middle;
	border-radius: 4%;
	background-color: #181818;
	cursor: pointer;
}

.clpagscroll {
	width: 20%;
	max-width: 80px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 1.0);
	font-family: 'homepagefonts', arial, sans-serif;
	font-size: 100%;
}

.clpagsort {
	width: 40%;
	max-width: 160px;
	margin-top: 10px;
	margin-left: 10px;
	color: rgba(255, 255, 255, 1.0);
	font-family: 'homepagefonts', arial, sans-serif;
	font-size: 100%;
}

.clpagHidden {
	display: none;
}

.clpagActive {
	background-color: #808080;
	cursor: cell;
}

.clpagPlace {
	display: inline-block;
	border-style: none;
	background-color: #000000;
	cursor: cell;
}

.clpaginator:hover {
	background-color: #404040;
}

.Lines {
	display: block;
	width: 100%;
	height: 480px;
}

#imgContainerVideo {
	float: left;
	margin-right: 1%;
	width: 20%;
	height: auto;
}

@media only screen and (max-width: 1000px) {
	#imgContainerVideo {
		width: 27%;
	}
}

@media only screen and (max-width: 500px) {
	#imgContainerVideo {
		width: 34%;
	}
}

#ImgFirstLine, #ImgSecondLine {
	display: block;
}

#imgCoverThumb1, #imgCoverThumb2 {
	display: block;
	width: 100%;
	border:1px;
	border-color:#C80A0A;
	border-style:solid;
	border-radius: 10px;
	vertical-align: middle;
	cursor: pointer;
}

#imgLast {
	display: inline-block;
	width: 20%;
	height: 50px;
	margin-left:5%;
	float: left;
	background-image: url('images/build/Arr_LinksNorm.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size: 80% auto;
	cursor: pointer;
}

@media only screen and (max-width: 1000px) {
	#imgLast {
		width: 30%;
		height: 40px;
	}
}

@media only screen and (max-width: 500px) {
	#imgLast {
		width: 40%;
		height: 30px;
	}
}

#imgLast:hover {
	background: url("images/build/Arr_LinksHover.png") no-repeat center center;
	background-size: 80% auto;
}

#imgNext {
	display: inline-block;
	width: 20%;
	height: 50px;
	margin-right:5%;
	float: right;
	background-image: url('images/build/Arr_RechtsNorm.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size: 80% auto;
	cursor: pointer;
}

@media only screen and (max-width: 1000px) {
	#imgNext {
		width: 30%;
		height: 40px;
	}
}

@media only screen and (max-width: 500px) {
	#imgNext {
		width: 40%;
		height: 30px;
	}
}

#imgNext:hover {
	background: url("images/build/Arr_RechtsHover.png") no-repeat center center;
	background-size: 80% auto;
}

#videoTitleMain {
	display: block;
	margin-bottom: 0px;
}

#videoTitleSub {
	display: block;
	margin-bottom: 6px;
}

#videoSerNo {
	display: inline;
	margin-bottom: 0px;
}

#videoOrderNo {
	display: inline;
	margin-bottom: 0px;
}

#videoPubDate {
	display: inline;
	margin-bottom: 0px;
}

#videoBrand {
	display: inline;
}

#videoComp {
	display: inline;
}

#compName {
	font-style: italic;
}

#videoDescr {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}

#videoTags {
	display: block;
	margin-bottom: 0px;
}

#videoRating {
	display: block;
}

.videoRatingStars {
	display: inline-block;
	float:left;
	margin: 15px 5px 0% 0%;
	width: 30px;
	height: 30px;
	background-image: url('images/build/Star.gif');
	background-position:center;
	background-repeat:no-repeat;
	background-size: 100% 100%;
}

.videoRatingNoStars {
	display: inline-block;
	float:left;
	margin: 15px 5px 0% 0%;
	width: 30px;
	height: 30px;
	background-image: url('images/build/noStar.gif');
	background-position:center;
	background-repeat:no-repeat;
	background-size: 100% 100%;
}

.after {
	position: fixed;
	text-align: center;
	top: 0px;
	left: 0px;
	padding: 15px;
	width: 100%;
	height: 100%;
	display: none;
    	background: rgba(0, 0, 0, 0.6);
}

.cross {
	margin-right: 2%;
	margin-left: 1%;
	float: right;
	width: 5%;
	height: auto;
	cursor: pointer;
}

.showX {
	max-width: 90%;
}