/*above the dashboard*/
.carbonlite-tophtml {
	margin: 0;
	padding: 0;
}

/*above the dashboard*/
.carbonlite-dashboard {
	height: 63px;
	width: 250px;
	margin: 0 auto;
	padding-top: 10px;
	background: transparent url('images/bg_countdown.png') 0 0 no-repeat;
	text-align: center;
}

.carbonlite-dash {
    display: inline-block;
	width: 42px;
	height: 44px;
	margin-left: 2px;
	padding-left: 2px;
	padding-top: 10px;
	position: relative;
	color: #FFF;
}

.carbonlite-tripdash {
	display: inline-block;
	width: 62px;
	height: 44px;
	margin-left: 2px;
	padding-left: 2px;
	padding-top: 10px;
	position: relative;
	color: #FFF;
}

.carbonlite-hours_dash, .carbonlite-minutes_dash, .carbonlite-seconds_dash  {
	background: transparent url('images/bg_dash.png') 0 0 no-repeat;
}

.carbonlite-days_dash  {
	margin-left: 2px;
	background: transparent url('images/bg_dash.png') 0 0 no-repeat;

}

.carbonlite-days_trip_dash  {
	background: transparent url('images/bg_trip_dash.png') 0 0 no-repeat;
}

.carbonlite-weeks_dash  {
	margin-left: 2px;
	background: transparent url('images/bg_dash.png') 0 0 no-repeat;
}

.carbonlite-weeks_trip_dash  {
	margin-left: 2px;
	background: transparent url('images/bg_trip_dash.png') 0 0 no-repeat;
}

.carbonlite-digit {
	font: normal normal normal 12pt/normal arial;
	float: left;
	width: 17px;
	text-align: center;
	position: relative;
}

.carbonlite-dash .carbonlite-dash_title {
	display: block;
	position: absolute;
	text-transform:uppercase;
	top: 33px;
	color: #AAA;
	text-align: center;
	font-size: 9px;
}

.carbonlite-tripdash .carbonlite-dash_title {
	display: block;
	position: absolute;
	text-transform: uppercase;
	top: 33px;
	left: 17px;
	color: #AAA;
	text-align: center;
	font-size: 9px;
}

/*below the dashboard*/
.carbonlite-bothtml {
	margin: 0;
	padding: 0;
}
