@charset "UTF-8";
/* CSS Document */

/*
* Countdown Start
*/
div.page-section {
	padding: 20px 20px 0 20px;
	width: 400px;
	background: transparent url(../_img/cbox_bgrnd.png) no-repeat top left;
}
div.page-section-bottom {
	padding: 0;
	width: 440px;
	height: 20px;
	background: transparent url(../_img/cbox_bottom.png) no-repeat top left;
}
h2.page-section-label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px:
	line-height: 22px;
	color: #b31702;
	border-bottom: solid 1px #ccc;
}
div.page-section-text p {
	padding: 10px 0 0 0;
	font-size: 12px;
	line-height: 1.4em;
}
div.page-section-text p.borderTop {
	clear: left;
	border-top: solid 1px #ccc;
}	
div.page-section-text a {
	font-size: 12px;
	text-decoration: none;
	color: #b31702;
}
div.page-section-text a:hover {
	text-decoration: underline;
}
div#countdown-wahl {
	float: left;
	width: 98%;
	padding: 20px 0;
}
.countdown_row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 50%;
}
.countdown_show3 div {
	width: 33%;
}
.countdown_show4 div {
	width: 25%;
}
.countdown_show5 div {
	width: 20%;
}
.countdown_show6 div {
	width: 16%;
}
.countdown_show7 div {
	width: 14%;
}
.countdown_section {
	float: left;
	font-size: 75%
}
.countdown_amount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 300%;
	line-height: 120%;
}
.countdown_descr {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
