/* @override http://www.scubadiving.com.au:9999/css/jquery.countdown.css */

/* jQuery Countdown styles 1.5.8. */
.hasCountdown {
	background: url(/img/graphics/Timer.jpg) no-repeat; 
	width: 180px;
	height: 60px;
	padding-top: 18px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #CCCCCC;
}
.countdown_row {
	clear: left;
	width: 100%;
	padding: 0px 0px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 40px;
}
.countdown_show2 .countdown_section {
	width: 40px;
}
.countdown_show3 .countdown_section {
	width: 40px;
}
.countdown_show4 .countdown_section {
	width: 24%;
}
.countdown_show5 .countdown_section {
	width: 40px;
}
.countdown_show6 .countdown_section {
	width: 40px;
}
.countdown_show7 .countdown_section {
	width: 40px;
}
.countdown_section {
	float: left;
	font-size: 9px;
	text-align: center;

}
.countdown_amount {
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-weight: bold;
}
.countdown_descr {
	display: block;
	width: 100%;
	text-align: center;
}

