/* Документ CSS*/
#trigger {
	text-align:center;
}

/* Стили для модальных всплывающих окон, можно менять по желанию */


.popupbox {
	width:688px;
	height:388px;
 padding: 20px;
//	background-image:url(images/pop-up_03.png);
	background-repeat:no-repeat;
	display: none; /* Скрыто по умолчанию */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.popupbox2 {
	width:454px;
	height:307px;
	background-image:url(images/pu_03.png);
	background-repeat:no-repeat;
	display: none; /* Скрыто по умолчанию */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.popupbox3 {
	width:502px;
	height:302px;
	background-image:url(images/3_03.png);
	background-repeat:no-repeat;
	display: none; /* Скрыто по умолчанию */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
#fade { 
	display: none; /* Скрыто по умолчанию */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
#intabdiv {
	text-align:center;
}
#close img {
	text-decoration:none;
}
#close {
	width:50px;
	height:50px;
	position: absolute;
	float:right;
}

#intabdiv2 {
	padding:70px;
}
#intabdiv2  h2 {
	font-size:24px;
	color:#696868;
	font-family:Verdana, Geneva, sans-serif;
}
#intabdiv2 p {
	font-size:12px;
	color:#696868;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
}

#intabdiv3 {
	padding:70px;
}
#intabdiv3  h2 {
	font-size:24px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
}
#intabdiv3 p {
	font-size:12px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
}

.bg_main {
	background-color: #282828;
	text-align:center;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_footer {
	background-color: #282828;
	text-align:center;
	background-attachment: scroll;
	background-image: url(images/bgfooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* tables */
#container{ width:1024px; margin:0 auto; text-align:center; background:#131313;	position:static;}

.thumbs { text-align:center}
.thumbs img { margin:1px; border:1px solid #000000}
.thumbs img:hover { margin:1px; border:1px solid #5c5c5c}
.description {
	margin:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFCC00;
	padding: 20px;
}
.description a {
	letter-spacing:-0.06em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.trailer { width:960px; height:540px; border:0px; margin:0 auto 3px; position:relative; z-index:0;}
.trailer:hover { border:1px solid #5c5c5c; margin:-1px auto 2px;  }

.movie-info { width:1024px; position:absolute; z-index:10; background:url(images/timeline.png); z-index:30; font-size:18px; color:#fff }
.title { float:left; padding-left:5px; }
.time { float:right; padding-right:5px; }
.title, .time { font:normal 18px/30px Arial, Helvetica, sans-serif; color:#000000}
.terms {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.terms_links {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.copyright {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}
.terms_links:hover {

	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.network_titles {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.network_info {
	font-family: tahoma;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

/* pages  */
ul#pages {
	margin:0;
	padding:0;
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul#pages li {
	padding:0;
	margin:0 7px;
	list-style-type:none;
	display:inline;
	font-size:22px;
	color:#FF0033;
	margin:0 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul#pages li a {
	font-size:22px;
	color:#FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
