#defaultCountdown {
	WIDTH: 295px; HEIGHT: 120px
}
.hasCountdown {
	
}
.countdown_rtl {
	DIRECTION: rtl
}
.countdown_holding SPAN {
	BACKGROUND-COLOR: #ccc
}
.countdown_row {
	TEXT-ALIGN: center; PADDING-BOTTOM: 0px; PADDING-LEFT: 2px; WIDTH: 100%; PADDING-RIGHT: 2px; CLEAR: both; PADDING-TOP: 0px
}
.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; DISPLAY: block; FLOAT: left; FONT-SIZE: 75%
}
.countdown_amount {
	FONT-SIZE: 200%
}
.countdown_descr {
	WIDTH: 100%; DISPLAY: block
}
#timer {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 45px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 0px
}
.timer_numbers {
	TEXT-ALIGN: left; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #fff; FONT-SIZE: 36px; FONT-WEIGHT: bold
}
.timer_label {
	TEXT-ALIGN: center; PADDING-BOTTOM: 4px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: "微软雅黑"; COLOR: #ddd; FONT-SIZE: 18px; FONT-WEIGHT: bold; PADDING-TOP: 4px
}
#timer_days {
	TEXT-ALIGN: center; MARGIN: 0px 2px; WIDTH: 80px; BACKGROUND: url(dash4.png) no-repeat; FLOAT: left; LETTER-SPACING: 6px; HEIGHT: 45px
}
#timer_hours {
	TEXT-ALIGN: center; MARGIN: 0px 2px; WIDTH: 60px; BACKGROUND: url(dash.png) no-repeat; FLOAT: left; LETTER-SPACING: 5px; HEIGHT: 45px; COLOR: #555
}
#timer_mins {
	TEXT-ALIGN: center; MARGIN: 0px 2px; WIDTH: 60px; BACKGROUND: url(dash.png) no-repeat; FLOAT: left; LETTER-SPACING: 5px; HEIGHT: 45px; COLOR: #555
}
#timer_seconds {
	TEXT-ALIGN: center; MARGIN: 0px 2px; WIDTH: 60px; BACKGROUND: url(dash.png) no-repeat; FLOAT: left; LETTER-SPACING: 5px; HEIGHT: 45px; COLOR: #555
}
.timer_labels {
	TEXT-ALIGN: center; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #ddd; FONT-SIZE: 11px
}
#timer_labels {
	POSITION: relative
}
#timer_days_label {
	POSITION: absolute; TOP: 35px; FONT-WEIGHT: bold; LEFT: 30px
}
#timer_hours_label {
	POSITION: absolute; TOP: 35px; FONT-WEIGHT: bold; LEFT: 100px
}
#timer_mins_label {
	POSITION: absolute; TOP: 35px; FONT-WEIGHT: bold; LEFT: 165px
}
#timer_seconds_label {
	POSITION: absolute; TOP: 35px; FONT-WEIGHT: bold; LEFT: 230px
}
.timer_label SPAN.day {
	COLOR: #faeb2f; FONT-SIZE: 24px
}
