/* jQuery Countdown styles 1.6.0. */

#countdownWrapper {
	background: transparent url(bg.gif) no-repeat 0 0;
	width: 150px;
	height: 90px;
	margin: 10px auto;
}

.hasCountdown {
	margin: 0 auto;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 36px;
	margin: 0;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	float: left;
	font-size: 9px;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.countdown_amount {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	height: 26px;
	display: block;
	margin-bottom: -10px;
	margin-right: 4px;
	background: #fff url("http://static2.traveltek.net/images/www.cruisenation.com/v2/tile.gif") repeat-x 0 0;
	text-shadow: 0px 1px 0px #000;
	width: 36px;
	padding-top: 14px;
}

.countdown_descr {
	width: 100%;
	text-shadow: 0px 1px 0px #000000;
}

#finished {
	text-align: center;	
	font: bold normal 18px/18px Arial, Helvetica, sans-serif;
	width: 140px;
	text-shadow: 0px 1px 0px #000000;
	color: #fff;
}
