.countdown {
	width: 240px; color: white; float: left;
}
.is-countdown {
	padding: 5px; border: 1px solid rgb(204, 204, 204); background-color: rgb(0, 62, 126);
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: rgb(136, 136, 136);
}
.countdown-row {
	padding: 0px 2px; width: 100%; text-align: center; clear: both;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	text-align: center; font-size: 75%; float: left; display: block;
}
.countdown-amount {
	font-size: 200%;
}
.countdown-period {
	display: block;
}
.countdown-descr {
	width: 100%; display: block;
}
body {
	
}
#slideout {
	top: 45%; width: 300px; height: 80px; right: 0px; padding-left: 20px; position: absolute;
}
#clickme {
	left: 0px; top: -40px; width: 20px; height: 70px; color: white; vertical-align: top; position: absolute;
}
#slidecontent {
	background: rgb(0, 62, 126); padding: 0px 10px 10px; width: 265px; color: white; font-family: Trade-Gothic-Light,arial,sans-serif; float: left;
}
