@CHARSET "UTF-8";

/* common styles */

.green {
	color: #5cb85c;
}

.orange {
	color: #f0ad4e;
}

.red {
	color: #d9534f;
}

.ui-dialog .loading img {
	height: 13px;
	left: 50%;
	margin-top: -7px;
	margin-left: -100px;
	position: absolute;
	top: 50%;
	width: 208px;
}

/* end common styles */

/* countdown */
.countdown_container {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px 0;
	margin: 0;
	font-size: 20px;
	text-align: center;
}

.countdown_container .small {
	font-size: 50%;
}

.highlight {
	color: #AA0000;
}

.countdown_container.highlight {
	border: 1px solid #AA0000;
	background-color: #FFEAEA;
}

.countdown-rtl {
	direction: rtl;
}

.countdown-holding span {
	color: #888;
}

.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	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: 24.5%;
}

.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;
}

.countdown-amount {
    font-size: 20px;
}

.countdown-period {
    display: block;
    font-size: 11px;
}

.countdown-descr {
	display: block;
	width: 100%;
}

/* end countdown */