
/**


	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: 48px;
	position: relative;
	background:url(../images/countdown.gif) repeat-x;
	line-height:22px;
}

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

.t7_numbs {
	font-size: 30px;
	text-align: left;
	color: #d22244;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline;
}

#t7_d, #t7_h, #t7_m, #t7_s {
	float:left;
	width: 40px;
	height:20px;
	padding: 0px;
	margin: 1px;
	display:inline;
}

#t7_d {
	padding: 0px 0px 0px 11px;
	margin: 1px 4px 1px 8px;
}
#t7_h {
	padding: 0px 0px 0px 3px;
}

#t7_labels {
	width: 100%;
	clear:both;
	margin: 0px auto;
	line-height:14px;
}

.t7_labs {
	font-size: 9px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #c0c0c0;
}

#t7_dl, #t7_hl, #t7_ml, #t7_sl {
	float:left;
	width: 40px;
	height:15px;
	padding:1px 0 0 0;
	display:inline;
}

#t7_dl {margin: 0 0 0 15px;}
#t7_hl {margin: 0 0 0 9px; _margin:0 0 0 16px;}
#t7_ml {margin: 0; _margin:0 0 0 4px;}
#t7_sl {margin: 0 0 0 4px; _margin:0 0 0 6px;}


#defaultCountdown { 
	position:absolute;
	top:101px;
	right:0px;
	width:195px;
	_width:207px;
	height: 48px; text-align: center;
	padding-right:9px;
	background:url(../images/count-right.gif) right top no-repeat;
}
	
#count {
	position:absolute;
	top:101px;
	right:204px;
	_right:216px;
	height:28px;
	width:94px;
	background:url(../images/count-left.gif) no-repeat;
	text-align:right;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	padding-top:20px;
	text-shadow: #fff 2px 2px 0px;
}

