/* COUNTDOWN BOX */
.msl_countdown
{
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 7px 0px;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	font-family: Georgia, Serif;
	font-size: 15px;
	color: #000000;
	text-align: center;
	overflow: hidden;
}
/* COUNTDOWN ROW */
.countdown_row
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
	font-family: Georgia, Serif;
	font-size: 15px;
	color: #000000;
}
/* 1 COUNTDOWN FIELD DISPLAYED */
.countdown_show1 .countdown_section
{
	width: 98%;
}
/* 2 COUNTDOWN FIELDS DISPLAYED */
.countdown_show2 .countdown_section
{
	width: 48%;
}
/* 3 COUNTDOWN FIELDS DISPLAYED */
.countdown_show3 .countdown_section
{
	width: 32.5%;
}
/* 4 COUNTDOWN FIELDS DISPLAYED */
.countdown_show4 .countdown_section
{
	width: 24.5%;
}
/* 5 COUNTDOWN FIELDS DISPLAYED */
.countdown_show5 .countdown_section
{
	width: 19.5%;
}
/* 6 COUNTDOWN FIELDS DISPLAYED */
.countdown_show6 .countdown_section
{
	width: 16.25%;
}
/* 7 COUNTDOWN FIELDS DISPLAYED */
.countdown_show7 .countdown_section
{
	width: 14%;
}
/* COUNTDOWN FIELD */
.countdown_section
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Serif;
	font-size: 15px;
	color: #000000;
	text-align: center;
}
/* COUNTDOWN FIELD NUMBER */
.countdown_amount
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Serif;
	font-size: 18px;
	color: #000000;
	line-height: 90%;
}

