/* Global
----------------------------------*/
* 
{
	margin: 0; 
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

html, body 
{
	height: 100%;
}

body 
{
	background-color: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	display: none;
}

table
{
  	border: 0;
  	border-collapse: collapse;
}

	table td
	{
		margin: 0;
		padding: 0;
	} 

	
a
{
	color: black;
	text-decoration: underline;
	outline: none;
}	

img
{
	border: 0;
	margin: 0;
}



/* Body
----------------------------------*/
.replication
{
	background: url(../img/bg_replication.jpg) no-repeat top center;
}

.wrapper 
{
	width: 690px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -122px;
}

.header-text
{
	float: left;
}

.main-menu
{
	font-size: 0;
}

	.side
	{
		top: 42%; 
		position: absolute;
	}


/* Main Frame
----------------------------------*/
.center-upper,
.center-lower,
.left-side,
.right-side,
.left-upper-corner,
.right-upper-corner,
.left-lower-corner,
.right-lower-corner
{
	position: fixed;
	z-index: 2000;
}

* html .center-upper,
* html .center-lower,
* html .left-side,
* html .right-side,
* html .left-upper-corner,
* html .right-upper-corner,
* html .left-lower-corner,
* html .right-lower-corner { 
	position: absolute;
}


.center-upper
{
	background: url(../img/upper_center.png) repeat-x top left;
	width: 100%;
	height: 42px;
	text-align: center;
	top: 0;
}

.center-lower
{
	background: url(../img/lower_center.png) repeat-x bottom left;
	width: 100%;
	height: 63px;
	text-align: center;
	vertical-align: bottom;
	bottom: 0; 
	display: block;
}
	
	.c-l
	{
		position: absolute;
		bottom: 0; 
		width: 100%; 
		height: 42px;
	}
	
	#dlogo
	{
		text-align: left;
		background: white;
		bottom: 22px;
		padding: 3px;
	}

		#dlogo a
		{
			color: #00ccff;
			font-size: 7pt;
		}

		#dlogo p
		{
			color: black;
			font-size: 8pt;
			margin-top: 5px;
		}


.left-side
{
	background: url(../img/side_left.png) repeat-y top left;
	width: 42px;
	height: 100%;
	vertical-align: middle;
	display: block;
	top: 0; 
	left: 0;
}

.right-side
{
	background: url(../img/side_right.png) repeat-y top right;
	width: 42px;
	height: 100%;
	vertical-align: middle;
	display: block;
	top: 0; 
	right: 0;
}	
	
.left-upper-corner
{
	background: url(../img/upper_corner_left.png) no-repeat top left;
	width: 42px;
	height: 42px;
	display: block;
	top: 0; 
	left: 0;
}


.right-upper-corner
{
	background: url(../img/upper_corner_right.png) no-repeat top left;
	width: 42px;
	height: 42px;
	display: block;
	top: 0; 
	right: 0;
}

	
.left-lower-corner
{
	background: url(../img/lower_corner_left.png) no-repeat top left;
	width: 42px;
	height: 63px;
	display: block;
	bottom: 0; 
	left: 0;
}

.right-lower-corner
{
	background: url(../img/lower_corner_right.png) no-repeat top left;
	width: 42px;
	height: 63px;
	display: block;
	bottom: 0; 
	right: 0;
}


/* Title
----------------------------------*/
.replication-title
{
	background: white url(../img/title_replication.png) no-repeat center left;
	width: 100%;
	height: 80px;
}

.download-title
{
    background: white url(../img/title_download.png) no-repeat center left;
    width: 100%;
    height: 80px;
}


/* Content
----------------------------------*/
.content
{
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 42px;
	margin-bottom: 60px;
}
	
	.content p
	{
		margin-bottom: 10px;
	}
	
	.content ul
	{
		margin-top: 0;
		padding-left: 0px;
		list-style-image: url(../img/bullet_orange.gif);
	}	

        .content ul li
        {
            margin-bottom: 10px;
        }
        
            .content ul ul
            {
                list-style-image: url(../img/bullet_blue.gif);
            }
            
                .content ul ul li
                {
                    margin-bottom: 2px;
                }


    .content ul.big
    {
        position: relative;
        margin-top: 0;
        padding-left: 0px;
        list-style-image: url(../img/bullet_logo.gif);
    }   

        .content ul.big li
        {
            margin-bottom: 40px;
        }
        
            .content ul.big p
            {
                width: 100%;
            }
        
            .content ul.big ul
            {
                list-style-image: url(../img/bullet_big.gif);
                float: left;
                margin-right: 5px;
                width: 340px;
            }
            
                .content ul.big ul li
                {
                    margin-bottom: 25px;
                }
                
                .content ul.big ul li.last
                {
                    margin-bottom: 0px;
                }
                
                    .rington
                    {
                        width: 100%;
                        color: #23d3ff;
                    }
                    
                        .rington object
                        {
                            margin-top: 10px;
                        }
                        
                        .rington a
                        {
                            color: #23d3ff;
                        }
                        
                        a.rington-name
                        {
                            font-weight: bold;
                            font-size: 11pt;
                            color: #23d3ff;
                            width: 100%;
                            margin-bottom: 10px;
                        }
                            
                            a.rington-name span
	                        {
	                            font-weight: normal;
	                            font-size: 11pt;
	                            color: #a5edff;
	                            text-decoration: underline;
	                        }
	                        
	                            a.rington-name span span
	                            {
	                                font-weight: normal;
	                                font-size: 11pt;
	                                color: #23d3ff;
	                                text-decoration: none;
	                            }
	                    
	                    
	                    .player-info
	                    {
	                       float: left;
	                       width: 60px;
	                       height: 24px;
	                       color: #23d3ff;
	                       font-size: 8pt;
	                       text-align: right;
	                       margin-top: 8px;
	                       margin-right: 5px;
	                    }
                

	.logo
	{
		float: left;
		margin-right: 20px;
		margin-top: 3px;
		margin-bottom: 15px;
	}
	
	.txt-block
	{
		width: 300px;
		margin-right: 0px;
		float: left;
	}
	
	.plus5
	{
		width: 305px;
	}

		.rm-blue
		{
			color: #00ccff;
		}
		
		.txt-block a
		{
			color: #00ccff;
		}
	
	a.download-catalog,
	span.download-catalog
	{
		font-size: 12pt;
		margin-top: 0px;
	}
		
		a.download-catalog span
		{
			text-decoration: underline;
		}
		
	
	.bluebox-header
	{
		background: white url(../img/bluebox_header.png) no-repeat top left;
		width: 402px;
		height: 6px;
		margin-top: 10px;
	}
	
	.bluebox-body
	{
		background: white url(../img/bluebox_body.png) repeat-y top left;
		width: 382px;
		padding: 5px 10px;
		color: white;
		font-size: 12pt;
	}
	
		.bluebox-body a,
		.bluebox-body a:hover
		{
			color: white;
			font-size: 12pt;
		}	
		
		
	.bluebox-footer
	{
		background: white url(../img/bluebox_footer.png) no-repeat top left;
		width: 402px;
		height: 6px;
	}	
		

.album-info
{
	width: 690px;
	margin: 10px auto 20px;
}

	a.album-link
	{
		margin: 0 0 25px; 
		display: block; 
		height: 1px;
	}

	.album-name
	{
		font-size: 7pt;
		width: 100%;
		float: left;
		display: block;
	}
		
		.album-name p
		{
			margin-bottom: 2px;
		}
	
		.album-name p:first-child
		{
			font-weight: bold;
		}

	
	.album-cover
	{
		float: left;
		margin-right: 20px;
	}
	
	.album-description
	{
		float: left;
		width: 512px;
	}
		
		.album-description p
		{
			margin-bottom: 5px;
		}

		.album-description a
		{
			color: #00ccff; 
		}
	

.thumbnails
{
	margin: 10px 0 0 0px;
	text-align: center;
}

	.thumbnail
	{
		text-decoration: none;
		display: inline-block;
		display: -moz-inline-box;
		vertical-align: top;
		text-align: left;
		margin: 0px 25px 10px 0px;
	}

	.thumbnail .t-inside
	{
		width: 150px;
		/*margin: 10px 15px;*/
		float: left; 
		text-align: left;
	}	

		.t-inside p
		{
			font-size: 7pt;
			margin-bottom: 2px;
		}

		.t-inside p:first-child
		{
			font-weight: bold;
		}
		
			.t-inside p a
			{
				text-decoration: none;			
			}
			
			.t-inside p a:hover
			{
				text-decoration: blink;			
			}

	
	.margin0
	{
		margin-right: 0px;
	}


.fb-like
{
    position: relative;
    float: right;
    right: 0px;
    top: 12px;
}

.shift-left
{
	margin-left: -5px;
}


/* new clearfix */
.cf:after 
{
    visibility: hidden;
    display: block;
    font-size: 1px;
    content: " ";
    clear: both;
    height: 0;
}

.cf 
{
    font-size: 1px;
}

* html .cf             
{
    zoom: 1; 
} /* IE6 */

*:first-child+html .cf 
{ 
    zoom: 1; 
} /* IE7 */


/* Footer
----------------------------------*/
.footer, 
.push 
{
	height: 112px;
}

	#partners_div
	{
		text-align: left;
		margin: 10px auto;
		width: 690px;
		height: 45px;
	}
	
		#partners_div img
		{
			margin-right: 33px;
		}
	
		#partners_div img.last_img
		{
			margin-right: 0;
		}

	
	#copyright
	{
		text-align: left;
		margin: 22px auto 0;
		width: 690px;
		height: 45px;
		font-size: 11px;
	}


