/* jQuery Countdown styles 1.6.3. */
@import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono|Share+Tech+Mono);


.hasCountdown {
	font-family: 'Bebas', sans-serif;
	width: 117px;									/* mit der width kann man den ganzen Abstand bestimmen Orig:120px*/
	margin-left: 18px;								/* mit der width kann man den ganzen Abstand bestimmen Orig:120px*/
	border: 0px solid #fff;
	background-color: transparent;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: red;
}
.countdown_row {
;
	width: 80%;
	size: 8px;
	padding: 0px -8px;
	color: red;
	text-align: center;
}
.countdown_show1 .countdown_section {
margin: 0 0 0 0;
	width: 80%;
}
.countdown_show2 .countdown_section {
	width: 48%;

}
.countdown_show3 .countdown_section {

	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 23.5%;
}

.countdown_section {

	color: black;
	display: block;
	float: left;
	font-size: 10px;
	text-align: center;
	z-index:-1;
}
.countdown_amount {
margin: 0 0 -14px 0;
	color: #d87f54;
	margin: 0 0 -8px 0;
	font-size: 150%;
}
.countdown_descr {

	display: block;
	width: 100%;
}