@charset "utf-8";
/* CSS Document */

.content .csc-header{
	position:absolute;
	margin-top:-14px;
}
.english_texts {
	background:url(img/countdown_timer/timer_bg_en.jpg) no-repeat;
}
.norwegian_texts {
	background:url(img/countdown_timer/timer_bg_no.jpg) no-repeat;
}
.finish_english_texts {
	background:url(img/finish_timer/bg_en.jpg) no-repeat;
}
.finish_norwegian_texts {
	background:url(img/finish_timer/bg_no.jpg) no-repeat;
}
.countdown_timer,
.finish_timer{ 
	margin:-38px -56px 0 -56px;
	width:980px;
	height:603px; 
}
.countdown_timer .holder,
.finish_timer .holder{ 
	width:370px; height:80px;
	position:relative; left:70px; top:310px;  
	color:#727272;
}
.finish_english_texts .button,
.finish_norwegian_texts .button{
	background:url(img/finish_timer/launch_app_en.png) no-repeat left top;
	width:215px;
	height:75px;
	display:block;
	text-indent:-9999px;
}
.finish_norwegian_texts .button{
	background-image:url(img/finish_timer/launch_app_no.png);
	width:215px;
}
.countdown_timer .box { 
	width:64px; height:90px;
	float:left; 
}
.countdown_timer .spacing1 { margin-right:29px;}
.countdown_timer .spacing2 { margin-right:29px;}
.countdown_timer .spacing3 { margin-right:29px;}
.countdown_timer .box .number {
	width:64px; height:55px;
	font-family:Arial, Helvetica, sans-serif; font-size:44px; font-weight:bold; text-align:center;
}
.countdown_timer .box .day { 
	color:#000;
}
.countdown_timer .box .unit {
	width:64px; height:20px;
}; height:20px;
}
