
/**


	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 { 
	height: 55px; 
	position: relative;
	width:210px;
}

#t7_timer_over { 
	height: 55px; 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding: 0px;
	width:210px;
	text-align:right;
}

#t7_timer_over span {
   color:#990000;
   font-weight:bold;
   font-size:110%;
}


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

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

#t7_y {
	background-image: url(/images/countdown/Countdown3.png);
	background-repeat: no-repeat;
	float:right;
	width: 48px;
	height:35px;
	background-color:#ffffff;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_d {
	background-image: url(/images/countdown/Countdown2.png);
	background-repeat: no-repeat;
	float:right;
	width: 48px;
	height:35px;
	background-color:#ffffff;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_h {
	background-image: url(/images/countdown/Countdown2.png);
	background-repeat: no-repeat;
	float:right;
	width: 48px;
	height:35px;
	background-color:#ffffff;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_m {
	background-image: url(/images/countdown/Countdown2.png);
	background-repeat: no-repeat;
	float:right;
	width: 47px;
	height:35px;
	background-color:#ffffff;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_s {
	background-image: url(/images/countdown/Countdown2-nc.png);
	background-repeat: no-repeat;
	float:right;
	width: 42px;
	height:35px;
	background-color:#ffffff;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}

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

.t7_labs {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#t7_yl {
	float:right;
	width: 51px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_dl {
	float:right;
	width: 58px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_hl {
	float:right;
	width: 50px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_ml {
	float:right;
	width: 55px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_sl {
	float:right;
	width: 46px;
	height:15px;
	padding:0px;
	margin: 0px;
}

.hide {
   display:none;
}


#defaultCountdown { width: 300px; height: 55px; text-align: center;}

