
table.nextDrawInfo { background-color: #FFF; }

table.nextDrawInfo td.ndTitle {
	background-color: #1B3991;
	width: 409px;
	height: 56px;
}

table.nextDrawInfo td.ndEstimate {
	background-color: #1F3962;
	width: 180px;
	/*height: 163px;*/
	vertical-align: top;
}

table.nextDrawInfo td.ndPlay {
	vertical-align: top;
	background-color: #ab2929;
	width: 227px;
	/*height: 105px;*/
}

table.nextDrawInfo td.ndCountDown {
	vertical-align: top;
	background-color: #960C0C;
}

table.nextDrawInfo td.ndNumbers { background-color: #F3F3F3; }

/* Draw area
================================================== */
div.playWrapper {
	width: 227px;
	height: 105px;
	background: #850001;
}

div.playWrapper a#playButton {
	display: block;
	width: 227px;
	height: 105px;
	border: none;
	background: #850001 top center url(/images/frontend/playbutton.jpg)  no-repeat;
}

div.playWrapper a#playButton:hover { background-position:  bottom center !important; }

div.playWrapper a#playButton img {
	display: block;
	width: 227px;
	height: 105px;
	border: none;
}

div.countWrapper {
	width: 227px;
	height: 58px;
	text-align: center;
	background: #850001 top left no-repeat url(/images/frontend/countdown/countdown.jpg);
}

div#countDownClosed {
	background-color: #96342B;
	padding-top: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DB8880;
	padding: 10px 4px;
	margin: 0px 10px;
}

/* COUNTDOWN TIMER
=================== */
table#timeLeft { margin: 6px 0px 0px 4px; }

table#timeLeft td {
	width: 17px;
	height: 19px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle !important;
}

table#timeLeft td.sep {
	width: 3px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

/* Fix for IE 6 */

table#timeLeft td img#cdDay0 {
	width: 11px;
	height: 11px;
}

table#timeLeft td img#cdDay1 {
	width: 11px;
	height: 11px;
}

table#timeLeft td img#cdDay2 {
	width: 11px;
	height: 11px;
}

table#timeLeft td img#cdHrs0 {
	width: 11px;
	height: 11px;
}

table#timeLeft td img#cdHrs1 {
	width: 11px;
	height: 11px;
}

table#timeLeft td img#cdMin0 {
	width: 11px;
	height: 11px;
}

table#timeLeft td img#cdMin1 {
	width: 11px;
	height: 11px;
}

table#timeLeft td img#cdSec0 {
	width: 11px;
	height: 11px;
}

table#timeLeft td img#cdSec1 {
	width: 11px;
	height: 11px;
}



div#nd { width: 409px; height: 350px; border: 1px solid #ddd; background-color: #F3F3F3; text-align: center;}
div#nd div.container {width: 409px; height: 350px;  color: #333; text-align: left; font-size: 16px;}
div#nd div.countdown {border: 1px solid #ddd; height:32px; width:151px; position:absolute; top:172px; left:219px; font-size:11px; color:#FFF; font-family: Verdana, Arial, Tahoma; font-weight:bold; text-align:center; line-height:15px; }
div#nd span.count{ width:37px; float:left; display:block;};
