#countdown_dashboard {
	background:#000000;
	float:left;
	width:266px;
	margin:120px 0 100px 120px;
	padding: 0 5px 5px 5px;
}

#countdown_dashboard .hours_dash, #countdown_dashboard .minutes_dash, #countdown_dashboard .seconds_dash {
	margin-left:10px;
}

#countdown_dashboard .dash {
	background:url("../images/dash.png") no-repeat bottom transparent;
	float:left;
	height:53px;
	position:relative;
	width:59px;
}

#countdown_dashboard .dash_title {
	color:#ffffff;
	background:#000000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	width:100%;
	text-align:center;
}

#countdown_dashboard font {
	color:#ffffff;
	float:left;
	width:100%;
	text-align:center;
	font-size:26px;
	line-height:45px;
}

#countdown_dashboard .dash .digit {
	width:49%;
	position:relative;
	text-align:center;
	float:left;
	height:40px;
	line-height:40px;
	font-size:38px;
	font-weight:bold;
}

.fruity h1 {
	float:left;
	width:100%;
	text-align:center;
	color:#da192c;
	font-size:24px !important;
	line-height:24px;
	font-weight:normal;
}

.fruity h2 {
	margin:0 !important;
	float:left;
	width:100%;
	text-align:center;
	color:#da192c;
	font-size:30px !important;
	line-height:30px;
	font-weight:normal;
}

#countdown_dashboard2 {
	width:188px;
	position:absolute;
	z-index:100;
}

#countdown_dashboard2 .dash {
	background:url("../images/dash2.png") no-repeat bottom transparent;
	float:left;
	height:45px;
	margin-left:5px;
	position:relative;
	width:48px;
}

#countdown_dashboard2 .days_dash {
	margin:15px 70px 6px 70px;
}

#countdown_dashboard2 .hours_dash {
	margin-left:17px;
}

#countdown_dashboard2 .dash_title {
	color:#ffffff;
	background:#000000;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	width:100%;
	text-align:center;
}

#countdown_dashboard font {
	color:#ffffff;
	float:left;
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:45px;
}

#countdown_dashboard2 .dash .digit {
	width:50%;
	position:relative;
	text-align:center;
	float:left;
	height:30px;
	line-height:30px;
	font-size:32px;
	font-weight:bold;
}

.fruity h1 {
	float:left;
	width:100%;
	text-align:center;
	color:#da192c;
	font-size:24px !important;
	line-height:24px;
	font-weight:normal;
}

.fruity h2 {
	margin:0 !important;
	float:left;
	width:100%;
	text-align:center;
	color:#da192c;
	font-size:30px !important;
	line-height:33px;
	font-weight:normal;
}