@charset "utf-8";
/* CSS for DigitFlip - Underconstruction/Coming Soon Page by @nique info@aniqueahmad.com

1 - General HTML Structure
2 - header with logo
3 - main container
4- footer with twitter and subscribe

*/

/* 1- General HTML Structure 
---------------------------------------------------*/

#wrap {
	position:relative;
	margin-left: 2px;
	top:0px;
	width:190px;
	height:184px;
	text-align:center;
	cursor: pointer;
}
/* 2- header with logo
---------------------------------------------------*/
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:190px;
	height:97px;
	text-align:center;
	padding-top:0px;
}
/* 3- main container with image/message and countdown
---------------------------------------------------*/
#container {
	position:absolute;
	left:0px;
	top:0px;
	width:190px;
	height:184px;
	background-image:url('/fileadmin/templates/rap/lib/WebTimer/images/main-en.png');
	background-repeat:no-repeat;	
}

#ucimage {
	position:left;
	left:0px;
	top:2px;
	width:50px;
	height:20px;	
}

#uctext {
	position:absolute;
	left:0px;
	top:0px;
	width:190px;
	height:43px;
}

#uccounter {
	position:absolute;
	left:1px;
	top:16px;
	width:184px;
	height:190px;
}


.countdown_section {
	display: block;
	float:left;
	font-size:9px;
	text-align:centre;
	font-weight:normal;
	color: #ffffff;
	width: 37px;
	padding-top:-10px;
	line-height:-inherit;
}

.countdown_amount {
	font-size:22px;
	line-height:150%;
}

#overlay { 
	width:186x; 
	height:31px;
	background-image: url('/fileadmin/templates/rap/lib/WebTimer/images/flipoverlay.png');
	background-repeat:repeat-x;
	display: block; position: absolute; top: 148px; right: 0px; bottom: 20px; left: 2px;
}

#defaultCountdown { 
	width:186px; 
	height:31px;
	background-image: url('/fileadmin/templates/rap/lib/WebTimer/images/flipbg.png');
	background-repeat:repeat-x;
	display: block; position: absolute; top: 132px; right: 0px; bottom: 20px; left: 2px
}
