.countdown {
	float: left;
	display: block;
	width: 390px;
}
.countdown_2 {
	display: block;
	height: 243px;
	width:388px;
	background-color: #eeeeee;
	border: solid #cccccc;
	float:left;
	border-top:none;
	border-width: 0px 1px 1px 1px;
}
.count_out {
	margin: 0px 30px;
}
.count_space {
	height: 43px;
	display: block;
}
.count_space_short {
	height: 30px;
	display: block;
}

a.count_up {
	display: block;
	width: 328px;
	height: 43px;
	background-image: url(../countdown/up_down.png);
	line-height: 43px;
	text-align: center;
	border: 0px;
}

a.count_up:hover {
	background-position: right top;
}
a.count_down {
	display: block;
	width: 328px;
	height: 43px;
	background-image: url(../countdown/up_down.png);
	line-height: 43px;
	text-align: center;
	border: 0px;
	background-position: left bottom;
}
a.count_down:hover  {
	background-position: right bottom;
}

.count_n {
	background-image: url(../countdown/back.png);
	width: 328px;
	height: 157px;
}
.count_n_t {
	line-height: 65px;
	font-family: "Microsoft YaHei", "FZLTXHK";
	text-align: center;
	font-size: 24px;
	color: #FFF;
}
.count_time {
	padding: 8px 25px 8px 35px;
	text-align: center;
}
.count_time .day {
	font-family: tw_cen_mt_condensedregular, "Arial Narrow";
	font-size: 60px;
	color: #7cb748;
}
.count_time .time {
	font-family: tw_cen_mt_condensedregular, "Arial Narrow";
	font-size: 40px;
	color: #7cb748;
}
.count_time .unit {
	font-size: 14px;
	color: #444;
	font-weight: bold;
	padding: 0px 5px 0px 3px;
}
.count_title {
	height: 54px;
	background-color: #FFF;
	border: 1px solid #cccccc;
}
.count_title .name {
	color: #4f87d1;
	line-height: 54px;
	font-size: 14px;
	padding: 0px 10px 0px 54px;
	float: left;
	background-repeat: no-repeat;
	font-weight: bold;
	background-image: url(../images/icon_lm_countdown.png);
}


.count_title a.more {
	display: block;
	float: right;
	line-height: 24px;
	width: 24px;
	text-align: center;
	text-decoration: none;
	margin: 15px 0px;
	background-image: url(../countdown/select.png);
}
.count_title a.cur {
	display: block;
	float: right;
	line-height: 24px;
	width: 24px;
	text-align: center;
	text-decoration: none;
	margin: 15px 0px;
	background-position: left bottom;
	background-image: url(../countdown/select.png);
}




.count_title a.more:link ,.count_title a.more:visited{
	color: #444444;
	background-image: url(../countdown/select.png);
}
.count_title a.more:hover {
	background-position: left bottom;

}
