#counter
{
	float: right;
	width: 380px;
	height: 76px;
	margin: 10px 0 0 0;
	padding: 8px 10px 0 10px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_amount td {	
	color: #2d7ead;
	font-size: 48px;
	font-weight: bold;	
	padding-left: 2px;
	text-align: center;
}
.countdown_amount .time_txt td {
	font-size: 28px;
	color: #8e8e8e;
	font-weight: normal;	
}
