@charset "utf-8";


.timer-wrap 
	{
	height: 379px;
	width: 295px;
	margin-left:1px;
	padding-top:10px;
	background:url(../images/Countdown-Timer-back.png) no-repeat center bottom;
	
	}
.countdown-text-wrap
	{
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #2d5384;
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 85px;
	float: left;
	
	}
.timer-count-wrap
	{
	height: 54px;
	display: block;
	float: left;
	width: auto;
	margin-left: 10px;
	margin-top: 1px;
	line-height: normal !important;
	}
.timer-count-l
	{
	background-image: url(../images/timer-l.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 9px;
	float: left;
	}
.timer-count-c
	{
	background-image: url(../images/timer-c.png);
	background-repeat: repeat-x;
	height: 54px;
	width: auto;
	float: left;
	}
.timer-count-r
	{
	background-image: url(../images/timer-r.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 9px;
	float: left;
	}
.timer-ul
	{
	list-style-type: none;
	width: 247px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	}
.timer-ul li
	{
	font-family: Arial;
	font-size: 30px;
	color: #2d5384;
	width: auto;
	float: left;
	height: auto;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	}
.timer-ul li span
	{
	font-family: Calibri;
	font-size: 11px;
	color: #888888;
	font-weight: bold;
	padding-top: 0px;
	display: block;
	}	
.margin-10
	{
	margin-right: 5px;
	margin-left: 5px;
	}
.margin-20
	{
	}
.world-cup-text-wrap
	{
	color: #2d5384;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: auto;
	margin-left: 14px;
	margin-top: 5px;
	line-height: normal !important;
	}	
.timer-download-wrap
	{
	float: left;
	height: 18px;
	width: auto;
	margin-top: 2px;
	margin-left: 55px;
	}
.timer-download-l
	{
	background-image: url(../images/timer-download-l.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 5px;
	float: left;
	}
.timer-download-c
	{
	background-image: url(../images/timer-download-c.png);
	background-repeat: repeat-x;
	float: left;
	height: 16px;
	width: auto;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 2px;
	}
.timer-download-c a
	{
	color:#FFFFFF;
	text-decoration:none;
	}
.timer-download-c a:hover
	{
	color:#CCCCCC;
	}
.timer-download-r
	{
	background-image: url(../images/timer-download-r.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 5px;
	float: left;
	}
