/* jQuery Countdown styles 2.0.0. */

#defaultCountdown { width: 300px; height: 35px; } /* xxxxxxxxxxxxxxxxxxxxxx */


.is-countdown {
	/* [disabled]border: 2px solid #000000; */
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	webkit-border-radius: 0px 0px 5px 5px;
	/* [disabled]background-color: #ffffff; */
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: navy;
}
.countdown-row {
	clear: both;
	width: 100%;
	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 {
	float: left;
	font-size: 12px;
	/* [disabled]font-weight: bold; */
	color: #fff;
	/* [disabled]text-shadow: 1px 1px black; */
	text-align: center;
}
.countdown-amount {
	font: 30px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0;
	text-shadow: 1px 1px black;
	padding: 5px;
}
.div-odbrojavanje-n-r-d {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 1px 1px black;
	border: 1px solid #000;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	webkit-border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 2px #000, 
                2px 2px 2px #000;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 140px;
	background-image: url(../../images/information.png);
	background-repeat: no-repeat;
	background-position: 15px;
}
