<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

/* JDorado */

/* site styles */



body
{
	background: #000 url('../images/bg.jpg') no-repeat;
	font-family: Helvetica,Arial,sans-serif;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 130%;
    /*
    filter: alpha(opacity=50); 
    opacity:0.5; 
    */
}
	


a, a:link, a:visited
{
    text-decoration: none;
    color: #7a7a7a;
} 

a:hover
{
     text-decoration: underline;
}


/* #### background #### */


#ie_background
{
	z-index: -1;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}

#dim_background
{
	z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}


/* #### main container #### */
#main
{
    margin: 0 auto;
    width: 960px;
    clear: both;
    padding: 0px 30px;
}



/* #### content #### */
#content
{
	z-index: 100;
    padding-bottom: 5px;
    margin: 0 auto;
    margin-top: 10px;
    clear: both;
    color: #fff;
   	height: 770px; 
    width: 728px;
    overflow: hidden;
    
}


/* trailer styles */
#content_trailer
{
	display: none;
	clear: both;
	margin-top: 60px;
}


#content_trailer #video_toolbar
{
	margin-top: 10px;
	
}

#video_toolbar .share_links
{
	clear: none;
	width: 210px;
	float: left;
}


#video_toolbar .share_links span.tag
{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	display: block;
}

#video_toolbar a.link_share, 
#video_toolbar a:link.link_share,
#video_toolbar a:visited.link_share
{
	display: block;
	padding: 0px 2px;
	margin-left: 4px;
	float: left;
}


#video_toolbar .download_links span.tag
{
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	display: inline-block;
}


#video_toolbar .download_links
{
	clear: none;
	float: right;
	width: 300px;
}

#video_toolbar a.link_download, 
#video_toolbar a:link.link_download,
#video_toolbar a:visited.link_download
{
	display: inline-block;
	background: #333;
	color: #fff;
	padding: 2px 10px;
	margin-left: 4px;
	float: right;
}

#video_toolbar a.link_download:hover
{
	background-color: #444;
}
	
	
/* story styles*/
#content_story
{
	display: none;
	text-transform: uppercase;
	margin-top: 350px; 
	clear: both;
	color: #f5f5f5;
	padding-top: 0px;
	word-spacing: 2px;
	letter-spacing: 1px;
	
}


#content_story span.story_title
{
	background: url("../images/story.png");
	float:left;
	margin-top: -50px;
	width: 135px;
	height: 45px;
	display: inline-block;

}

#content_story span.story_foto
{
	background: url("../images/zdrojovy_kod_1.jpg");
	float:left;
	margin-top: -50px;
	width: 600px;
	height: 281px;
	display: inline-block;

}

#flashplayer
{   
    padding-top: 10px;
    width:728px;
    height:410px;
    z-index: -100;
}


#content span.close
{
    z-index: 100;
	background: url("../images/button_close.jpg") no-repeat;
	float: right;
	margin-top: -50px;
    
}

#content span.close:hover
{
	background: url("../images/button_close_over.jpg") no-repeat;
}

#content div
{
	clear: both;
	
}

/* nav */

#nav_buttons
{
	z-index: -100;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -80px;
	width: 380px;
}


#nav_buttons span.trailer, 
#nav_buttons span.story, 
#content span.close
{
	width: 135px;
	height: 45px;
	display: inline-block;
	cursor: pointer;
}	

#nav_buttons span.trailer
{
	background: url("../images/button_trailer.jpg");
}

#nav_buttons span.trailer:hover
{
	background: url("../images/button_trailer_over.jpg") no-repeat;
}
	
	
	
#nav_buttons span.story
{
	background: url("../images/button_story.jpg");
	margin-left: 105px;	
}

#nav_buttons span.story:hover
{
	background: url("../images/button_story_over.jpg") no-repeat;
}




/* ####  main_footer  #### */
#footer
{
    text-align: center;
    margin-top: 60px;
    clear: both;
    padding: 20px 20px;
    font-size: 90%;
    line-height: 170%;
}

#footer_share 
{
	width: 600px;
	margin: 0 auto;
	clear: both;	

}

#footer_share .findus_links
{
	width: 230px;
	float: left;
}

#footer .findus_links span.tag
{
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	display: inline-block;
}


#footer_share .findus_links a
{
	margin-right: 5px;
}

#footer_share .share_links
{
	padding-top: 4px;
}


#footer_share .facebook_likeit
{
	width: 100px;
	float: left;
	margin-left: 30px;
	margin-top:  4px;
}


#footer_privacy
{
	clear: both;
}

#footer_logos
{
	width: 768px;
	margin: 0 auto ; 
}

#footer_logos .left
{	
	clear: none;
	float: left;
}


#footer_logos .right
{	
	clear: none;
	float: right;
}

#footer_logos .center
{	
	width:160px;
	margin: 0 auto ; 
}

</pre></body></html>