@charset "utf-8";
/* CSS Document */

#countdown {
	width:370px;
	height:131px;
	background:url('/images/countdown/countdown_bg.jpg') no-repeat;
	margin-bottom:7px;
	float:left;
}

/* timer general */
#timer {
	position:absolute;
	right:25px;
	top:582px;
}

/* timer numbers */
.timer_numbers {
	color:#3c205c;
	font-family:Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight:bold;
	text-align:left;
}

#timer_days,
#timer_hours, 
#timer_mins,
#timer_seconds {
	background:url("/images/countdown/countdown1.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:35px;
	letter-spacing:16px;
	margin:0 7.5px;
	padding:0 5px;
	width:61px;
}

/* timer labels */
.timer_labels {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#ffffff;	
}

#timer_labels {
	position:relative;
}

#timer_days_label,
#timer_hours_label,
#timer_mins_label,
#timer_seconds_label {
	position:absolute;
	top:36px;
}

#timer_days_label {
	left:21px;	
}

#timer_hours_label {
	left:105px;	
}

#timer_mins_label {
	left:194px;	
}

#timer_seconds_label {
	left:279px;
}
