.countdown
{
	height:40px;
}

.number_wrap
{
	vertical-align: top;
	position:relative;
	width:25px;
	height:40px;
	line-height:40px;
	display:inline-block;
	margin:0 1px;
}

.number_wrap.separator
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: -moz-linear-gradient(top, #d6d6d6, #FFFFFF);
	background-image: -ms-linear-gradient(top, #d6d6d6, #FFFFFF);
	background-image: -o-linear-gradient(top, #d6d6d6, #FFFFFF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d6d6d6), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #d6d6d6, #FFFFFF);
	background-image: linear-gradient(top, #d6d6d6, #FFFFFF);

	color:black;
	font-size:25px;
	overflow:hidden;
	text-align: center;
	font-weight: bold;
	font-family:Arial;
	width:18px;
	height:40px;
	line-height:40px;

}

.number_upper,
.number_bottom
{
	position:absolute;
	bottom:20px;
	left:0;
	width:25px;
	height:20px;
	line-height:40px;
	color:black;
	font-size:25px;
	overflow:hidden;
	text-align: center;
	font-weight: bold;
	font-family:Arial;

	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-image: -moz-linear-gradient(top, #d6d6d6, #FFFFFF);
	background-image: -ms-linear-gradient(top, #d6d6d6, #FFFFFF);
	background-image: -o-linear-gradient(top, #d6d6d6, #FFFFFF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d6d6d6), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #d6d6d6, #FFFFFF);
	background-image: linear-gradient(top, #d6d6d6, #FFFFFF);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.number_bottom
{
	top:20px;
	bottom:auto;

	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.number_bottom .number_bottom_padding
{
	position:absolute;
	top:-20px;
	width:25px;
	height:20px;
}

.flash_sales_product_action p
{
	margin-top:8px;
}
.flash_sales_product_action
{
	text-align: center;
}