/* jQuery Countdown styles 2.0.0. */
#defaultCountdown {
    height: 45px;
    padding-top: 10px;
    width: 100%;
}

.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 0px;
	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: 23.9%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}

.countdown-section:first-child{ margin:0}

.countdown-section {
 	background: none repeat scroll 0 0 #333333;
    box-shadow: 0 0 10px #000000 inset;
    display: block;
    float: left;
    font-size: 75%;
    margin: 0 0 0 2px;
    padding: 5px 0;
    text-align: center;
}
.countdown-amount {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 -1px 2px #000000;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}
.events_countdown {
    font-family:"georgiaregular";
}

.events_countdown marquee {
	color: #8B001A;
    font-size: 13px;
}
.chosen-container {
	margin:5px;
}