/* countdown stuff */
#timer span span {
	display:inline-block;
	border-spacing:0px;
	background:url(../img/counter.png) repeat 0px 506px;
	width:28px;
	height:46px;
}

#sold-out {
	width:260px;
	padding:18px 25px 19px;
	font-size:12px;
	line-height:18px;
}

.counter.home #sold-out {
	width:226px;
	padding:18px 25px 19px;
}

#sold-out strong {
	font-size:14px;
	color:#C02D33;
}
	    