div.CountdownBox
{
	position: relative;
	padding: 6px 0 30px 26px;

}

div.CountdownTitle
{
	color: #003478;	
	background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 11px;
	padding: 0 4px 0 4px;
	background-color: #fff;
	z-index: 10000;
}

#countdown
{
		background-image: url(../gr/bg-fadingship.jpg);
	width: 269px;
	height: 85px;
	background-repeat: no-repeat;
	overflow: hidden;
	border: 1px solid #8ebae5;
}



/* countdown styles */
.hasCountdown 
{

	
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding div {

}
.countdown_row {
	clear: both;
	width: 150px;
	float: right;
	text-align: center;
	margin: 20px 0 0 0;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 47%;
}
.countdown_show3 div {
	width: 30%;
}
.countdown_show4 div {
	width: 22%;
}
.countdown_show5 div {
	width: 17%;
}
.countdown_show6 div {
	width: 13%;
}
.countdown_show7 div {
	width: 11%;
}
.countdown_section {
	float: left;
	font-size: 90%;
	color: #002a6d;
	background: url(../gr/bg-teller.png) no-repeat 3px 0;
}
.countdown_amount {
	font-size: 220%;
	width: 55px;
	height: 45px;
	text-align: center;
	color: #002a6d;
	line-height: 1.8em;
	display: inline-block;

}
.countdown_descr {
	width: 100%;
	font-size: 180%;

}
