/**


	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: 300px; */
	width: 200px; 
	height: 55px; 
	position: relative;
}

#t7_timer_over { 
	width: 300px; 
	height: 55px; 
	background-image: url(Countdown-over2.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: 1px;
	margin: 0px;
	padding: : 0px;
}


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

.t7_numbs {
	/*font-size: 28px;*/
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	/*color: #ffffff;*/
	color: #fff;
}

#t7_y {
	background-image: url(Countdown2.png);
	background-repeat: no-repeat;
	float:left;
	/*width: 48px;*/
	width: 38px;
	height:35px;
	/*background-color:#ffffff;*/
	background-color:#000;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_d {
	background-image: url(Countdown3.png);
	background-repeat: no-repeat;
	float:left;
	/*width: 71px;*/
	width: 50px;
	height:35px;
	/*background-color:#ffffff;*/
	background-color:#000;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_h {
	background-image: url(Countdown2.png);
	background-repeat: no-repeat;
	float:left;
	/*width: 48px;*/
	width: 33px;
	height:35px;
	/*background-color:#ffffff;*/
	background-color:#000;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_m {
	background-image: url(Countdown2.png);
	background-repeat: no-repeat;
	float:left;
	/*width: 47px;*/
	width: 31px;
	height:35px;
	/*background-color:#ffffff;*/
	background-color:#000;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_s {
	background-image: url(Countdown2-nc.png);
	background-repeat: no-repeat;
	float:left;
	/*width: 42px;*/
	width: 32px;
	height:35px;
	/*background-color:#ffffff;*/
	background-color:#000;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}

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

.t7_labs {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	/*color: #000000;*/
	color: #fff;
}
#t7_yl {
	float:left;
	/*width: 51px;*/
	width: 48px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_dl {
	float:left;
	/*width: 74px;*/
	width: 34px;
	height:15px;
	padding:0px;
	padding-left:18px;
	margin: 0px;
}
#t7_hl {
	float:left;
	/*width: 54px;*/
	width: 46px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_ml {
	float:left;
	/*width: 55px;*/
	width: 36px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_sl {
	float:left;
	/*width: 46px;*/
	width: 32px;
	height:15px;
	padding:0px;
	margin: 0px;
}


#defaultCountdown { border: 0px solid pink; width: 290px; height: 55px; text-align: center; margin-top: 20px; overflow: hidden; }


#cal-icon-jan, #cal-icon-feb, #cal-icon-mar, #cal-icon-apr, #cal-icon-may, #cal-icon-jun, #cal-icon-jul, #cal-icon-aug, #cal-icon-sep, #cal-icon-oct, #cal-icon-nov, #cal-icon-dec {
    background-repeat: no-repeat;
    height: 44px;
    width: 44px;
    font-size: 23px;
    font-weight: bold;
    padding-top: 16px;
    font-family: Arial, sans-serif;
    padding-right: 10px;
    margin-left: 15px;
}

#cal-icon-jan { background-image: url(cal-icons/jan.jpg); }
#cal-icon-feb { background-image: url(cal-icons/feb.jpg); }
#cal-icon-mar { background-image: url(cal-icons/mar.jpg); }
#cal-icon-apr { background-image: url(cal-icons/apr.jpg); }
#cal-icon-may { background-image: url(cal-icons/may.jpg); }
#cal-icon-jun { background-image: url(cal-icons/jun.jpg); }
#cal-icon-jul { background-image: url(cal-icons/jul.jpg); }
#cal-icon-aug { background-image: url(cal-icons/aug.jpg); }
#cal-icon-sep { background-image: url(cal-icons/sep.jpg); }
#cal-icon-oct { background-image: url(cal-icons/oct.jpg); }
#cal-icon-nov { background-image: url(cal-icons/nov.jpg); }
#cal-icon-dec { background-image: url(cal-icons/dec.jpg); }

#cd-text-style {
    color: #fff;
    font-size: 9px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    float: left;
    margin-top: -10px;
}
