@charset "windows-1251";

/*reset*/


html, body {
	height:100%;
	background:white;
	margin:0px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
}
hr{
	border:0px;
	height:1px;
	background:#FFCADB;
}
p{
	margin:5px 0px 5px 0px;
	background:#FF6699;
}
a{
	color:white;
	font-size:13px;
	text-decoration:underline;
}
dl{
	margin:0px;	
	background:#FF6699;
}
dt{
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
dd{
	margin:5px 0px 5px 2px;	
}
dd a{
    padding:2px 5px 2px 5px;
}
dd a:hover{
    background:white;
    color: #fc3a7b;
    border-radius:2px;
}
dd.description {
	text-align:justify;
	margin:20px 0px 20px 0px;
}

#container{
	width:683px;
	margin:0px auto;
	background:#FF6699;
	padding:30px 0px 30px 0px;
}
div.part-1{
	padding:0px 15px 0px 15px;
	width:45%;
	float:left;
	font-size:12px;
}
div.part-2{
	padding:0px 15px 0px 15px;
	width:46%;
	height:30px;
	float:left;
	font-size:12px;
}
div.part-2 div.poster{
	float:left;
	margin:0px 10px 15px 0px;
	border:1px solid #FFCADB;
	padding:1px;
}

p.header{
	margin-bottom:30px;
	text-align:center;
	padding:5px;
}
p.copyright{
	text-align:center;
	clear:both;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:20px;
}
div.part-1 p.ident{
	margin:5px 0px 15px 0px;
	font-weight:bold;
	font-size:13px;
}
div.part-1 p.ident a{
	font-size:18px;
	color:white;
	
}
div.part-1 p.ident a:hover{
	font-size:18px;
	color:#0FF;
}
div.soon{
	clear:both;
	text-align:center;
}
div.soon p{
	clear:both;
	text-align:center;
	padding:10px;
}
div.soon img{
	padding:1px;
	border:1px solid white;
}
/* tooltip */
.tooltip{
	position:absolute;
	z-index:999;
	left:-9999px;
	background-color:black;
	border:1px solid #fff;
	width:auto;
}
.tooltip p{
	margin:0;
	padding:0;
	color:black;
	background-color:white;
	padding:5px;
}
.tooltip_soon{
	position:absolute;
	z-index:999;
	left:-9999px;
	background-color:black;
	border:1px solid #fff;
	width:auto;
}
.tooltip_soon p{
	margin:0;
	padding:0;
	color:black;
	background-color:white;
	padding:5px;
}
dd.pr strong{
	padding-left:10px;
	color:white;
}

