/* jQuery Countdown styles 1.6.3. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
		
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	display:block;
}
.countdown_section {
	display: block;
	font-size: 80%;
	text-align: center;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}
.countdown_amount {
	font-size: 300%!important;
}
.countdown_descr {
	display: block;
	width: 100%;
}
.countdown_block{
	display:inline-block;
}
.countdown_title{
	display:inline-block;
	background:#333;
	width:72px;
}
.countdown{
	display:block;
	clear:both;
	width:70px;
}
.countdown_title .date{
	color:#fff;	
}
.countdown_title strong{
	color:#fff;
	font-size:25px;
	padding-top:20px;
}
.sidebar{
	text-align:center;
}
