/* jQuery Countdown styles 1.5.8. */
#CountDown{
	width:195px;
	height:91px;
	background-image:url(../img/BgContdown.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
#CountDownHead{
	border-top:1px solid #0049ba;
	border-left:1px solid #0049ba;
	border-right:1px solid #0049ba;
	background-image:url(../img/BgCount1.jpg);
	background-repeat:repeat-x;
	color:#fff;
	width:180px;
	padding:4px 0 0 10px;
	text-transform:uppercase;
	height:21px;
	font-size:12px;
	overflow:hidden;
}
#defaultCountdown { 
	width: 190px; 
	height: 48px;
	border:1px solid #0049ba;
	background-image:url(../img/BgCount2.jpg);
	background-repeat:repeat-y;
}
.hasCountdown {
	text-transform:uppercase;
	padding:12px 0 0 0;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
}
.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: 42px;
	margin-left:4px;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	color:#464648;
	line-height:22px;
}
.countdown_amount {
	font-size: 200%;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.countdown_descr {
	display: block;
	width: 100%;
}
