
/**


	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!


**/
			
#t7_timer { 
	width: 425px; 
	height: 71px; 
	position: relative;
}

#t7_timer_over { 
	width: 425px; 
	height: 71px; 
	background-image: url(Countdown-over-lg.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding: : 0px;
}


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

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

#t7_y {
	background-image: url(Countdown2-lg.png);
	background-repeat: no-repeat;
	float:left;
	width: 100px;
	height:71px;
	background-color:#ffffff;
	padding: 2px 0px 0px 8px;
	margin: 1px;
	letter-spacing: 25px;
}
#t7_d {
	background-image: url(Countdown2-lg.png);
	background-repeat: no-repeat;
	float:left;
	width: 100px;
	height:71px;
	background-color:#ffffff;
	padding: 2px 0px 0px 5px;
	margin: 1px;
	letter-spacing: 20px;
}
#t7_h {
	background-image: url(Countdown2-lg.png);
	background-repeat: no-repeat;
	float:left;
	width: 100px;
	height:71px;
	background-color:#ffffff;
	padding: 2px 0px 0px 5px;
	margin: 1px;
	letter-spacing: 20px;
}
#t7_m {
	background-image: url(Countdown2-lg.png);
	background-repeat: no-repeat;
	float:left;
	width: 100px;
	height:71px;
	background-color:#ffffff;
	padding: 2px 0px 0px 5px;
	margin: 1px;
	letter-spacing: 20px;
}
#t7_s {
	background-image: url(Countdown2-nc-lg.png);
	background-repeat: no-repeat;
	float:left;
	width: 91px;
	height:71px;
	background-color:#ffffff;
	padding: 2px 0px 0px 5px;
	margin: 1px;
	letter-spacing: 20px;
}

#t7_labels {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_labs {
	font-size: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#t7_yl {
	float:left;
	width: 51px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_dl {
	float:left;
	width: 100px;
	height:25px;
	padding:0px;
	margin: 0px;
}
#t7_hl {
	float:left;
	width: 108px;
	height:25px;
	padding:0px;
	margin: 0px;
}
#t7_ml {
	float:left;
	width: 108px;
	height:25px;
	padding:0px;
	margin: 0px;
}
#t7_sl {
	float:left;
	width: 109px;
	height:25px;
	padding:0px;
	margin: 0px;
}


#defaultCountdown { width: 425px; height: 100px; text-align: center;}
