/**
	By Ten Seven Interactive
	http://ten7i.com/
	
	May 10, 2009 - after years of practice

	If you use this & don't acknowledge it,
	we will cry a global tear. Be fair!
**/

#defaultCountdown {
	clear: both;
	width: 170px;
	height: 42px;
	margin: 15px auto;
	display: block;
	text-align: center;
	
}

#t7_timer {
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
}

#t7_vals {
	width: 100%;
	display: block;
	clear: both;
	margin: 0 auto;
}

.t7_numbs {
	font-size: 19px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

#t7_y, #t7_d, #t7_h, #t7_m, #t7_s {
	background-image: url(../images/countdown/digit_double.png);
	background-repeat: no-repeat;
	float:left;
	width: 38px;
	height: 24px;
	background-color:#ffffff;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: 5px;
}
/* Days are displayed in three digits, the other numbers in two digits */
/*#t7_d {
	background-image: url(../images/countdown/digit_triple.png);
	width: 55px;
}
*/
#t7_labels {
	width: 100%;
	display: block;
	clear: both;
	margin: 0 auto;
}

.t7_labs {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#t7_yl, #t7_dl, #t7_hl, #t7_ml, #t7_sl {
	float:left;
	width: 35px;
	height: 12px;
	padding: 0;
	margin: 0;
}
/*#t7_dl {
	width: 52px;
}
*/