﻿/* ---- Global Custom --- */

/* -- CountDown Box -- */
.countdown {}
.countdown .spacer_horizontol_border {
	margin:30px 20px 0px 20px;
}
#construction_box_small {
	height:46px;
	padding:20px 260px; /* 260 + 260 + 420 = 940
	width:420px;*/
	text-align:center;
	display:block
}
#construction_box_small h6 {
	font-size:20px;
	word-spacing:4px;
	font-style:normal;
	display:inline;
	float:left;
	vertical-align:middle;
	padding-top:2px;
	padding-right:6px;
}
#countdown_dashboard_small {
	height: 46px;
	/*padding: 0px;
	width: 248px;
	margin: 0px;
	position: relative;
	display:inline;*/
}
#countdown_dashboard_small .dash {
	width: 42px;
	height: 46px;
	background: transparent url('/images/Template/dash_small.png') no-repeat center top;
	float: left;
	margin-left: 6px;
	position: relative;
}
#countdown_dashboard_small .dash .digit {
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	float: left;
	width: 21px;
	text-align: center;
	font-family: "Times New Roman" , Times, serif;
	color: #555;
	position: relative;
}
#countdown_dashboard_small .dash .digit .bottom {
	font-size: 22px;
	line-height: 34px;
}
#countdown_dashboard_small .dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0;
	font-size: 8px;
	color: #555;
	text-transform: uppercase;
	width: 42px;
	text-align:center;
}


/* ---- UnderConsteuction Page ----- Begins
---------------------------------------*/
#construction_box {
	min-height: 400px;
	width:auto;
	text-align:center;
}
#construction_box .inside {
	padding: 10px;
}
#construction_box .button {
	position: relative;
}
#construction_box header {
	border-bottom: 1px dotted #dedee5;
}
#construction_box h1, #construction_box h2, #construction_box h3 {
	font-size:3em;
	margin-bottom: 80px;
	line-height: 1.2em;
	letter-spacing: 1px;
	padding:0px;
}
#construction_box h2 {
		font-size:3.2em;
		margin-bottom:40px;
}

#construction_box h3 {
		font-size:2em;
}
/* Countdown */
#countdown_dashboard {
	height: 110px;
	padding: 30px 0 40px 0;
	width: 650px;
	margin: 0 auto;
	position: relative;
}
#countdown_dashboard .dash {
	width: 110px;
	height: 114px;
	background: transparent url('/images/Template/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}
#countdown_dashboard .dash:first-child {
	margin-left: 0px;  
}
#countdown_dashboard .dash .digit {
	font-size: 75px;
	line-height: 85px;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: "Times New Roman" , Times, serif;
	color: #555;
	position: relative;
}
#countdown_dashboard .dash .digit .bottom {
	font-size: 75px;
	line-height: 85px;
}
#countdown_dashboard .dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0;
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 110px;
}
#countdown_dashboard .dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}
#construction_box table {
	table-layout:fixed;
}
#construction_box table td {
	text-align:left;
	vertical-align:middle;
}
