/* NOW */
div.NowContentCountDown div.CountdownStarts
{
  background-image: url(../../images/global/header/next_game/started.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 345px;
  top: 245px;
  width: 342px;
  height: 60px
}

div.NowContentCountDown div.Countdown
{
  background-image: url(../../images/global/header/next_game/background.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 345px;
  top: 245px;
  width: 342px;
  height: 60px
}

div.NowContentCountDown div.Countdown div.Days img,
div.NowContentCountDown div.Countdown div.Hours img,
div.NowContentCountDown div.Countdown div.Minutes img,
div.NowContentCountDown div.Countdown div.Seconds img
{
  margin: 0px 0px 0px 2px;
}

div.NowContentCountDown div.Countdown div.Days
{
  position: absolute;
  top: 20px;
  left: 176px;
  width: 30px;
  height: 15px;
  white-space: nowrap;
  text-align: center;
}

div.NowContentCountDown div.Countdown div.Hours
{
  position: absolute;
  top: 20px;
  left: 215px;
  width: 30px;
  height: 15px;
  white-space: nowrap;
  text-align: center;
}

div.NowContentCountDown div.Countdown div.Minutes
{
  position: absolute;
  top: 20px;
  left: 255px;
  width: 30px;
  height: 15px;
  white-space: nowrap;
  text-align: center;
}

div.NowContentCountDown div.Countdown div.Seconds
{
  position: absolute;
  top: 20px;
  left: 294px;
  width: 30px;
  height: 15px;
  white-space: nowrap;
  text-align: center;
}

div#NowBox
{
	position: relative;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #666;
	background-color: #FFF;
	height: 345px;
	width: 697px;
}

div.NowContent
{
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	color: #666;
	height: 305px;
	width: 687px;
	display: none;
}

div.NowContent.Selected
{
	display: block;
}

div.NowContent img.GreenArrow
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div.NowContent div.NowBuyNow
{
	position: absolute;
	top: 0px;
	left: 459px;
}


div.NowContentText
{
	position: absolute;
	top: 60px;
	left: 346px;
	color: #FFF;
	font-family: Arial, san-serif;
	font-size: 16px;
	line-height: 24px;
}
div.NowContentText h2
{
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	text-transform: inherit;
	letter-spacing: .9px;
	padding: 0px 0px 0px 5px;
}
div.NowContentText h3
{
	color: #CCFF00;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	text-transform: inherit;
	letter-spacing: .9px;
	padding: 0px 0px 0px 5px;
}
div.HorizontalBar
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: #666;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
}
div.NowContentText div.transparent
{
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 29px;
	vertical-align: middle;
	border-bottom: #666;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	height: 29px;
	width: 335px
}
div.NowContentText>div.transparent
{
	background-image: url(../../images/global/now/black_30.png);
	background-repeat: repeat;
	background-position: left 2px;
}
div.NowContentText div.transparent a
{
	text-decoration: none;
	color: #CCFF00;
	font-size: 12px;
	line-height: 29px;
	vertical-align: middle;
}
div.NowContentText div.transparent a.small
{
	text-decoration: none;
	color: #CCFF00;
	font-size: 10px;
	line-height: 29px;
	vertical-align: middle;
	float: left;
}
div#NowNavigation
{
	position: absolute;
	top: 315px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: #666;
	background-image: url(../../images/global/now/full_background.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 697px;
	overflow: none;
}
div#NowNavigation div
{
	margin: 0px;
	padding: 0px;
	color: #000;
	height: 30px;
	float: left;
	display: inline;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
}
div#NowNavigation div a
{
	color: #000;
	text-decoration: none;
}
div#NowNavigation div.NowFirstTabOn
{
	background-image: url(../../images/global/now/first_tab_on.png);
	width: 156px;
}
div#NowNavigation div.NowFirstTabOff
{
	background-image: url(../../images/global/now/first_tab_off.png);
	width: 156px;
}
div#NowNavigation div.NowTabOn
{
	margin: 0px 0px 0px -30px;
	background-image: url(../../images/global/now/tab_on.png);
	width: 168px;
}
div#NowNavigation div.NowTabOff
{
	margin: 0px 0px 0px -30px;
	background-image: url(../../images/global/now/tab_off.png);
	width: 168px;
}
div#NowNavigation div.NowFifthTabOn
{
	margin: 0px 0px 0px -30px;
	background-image: url(../../images/global/now/tab_fifth_on.png);
	width: 157px;
}
div#NowNavigation div.NowFifthTabOff
{
	margin: 0px 0px 0px -30px;
	background-image: url(../../images/global/now/tab_fifth_off.png);
	width: 157px;
}

table.TwoColumnsWhite td.White,
table.TwoColumnsWhite td.Black
{
  height: 600px;
}

table.TwoColumnsWhite
{
  width: 702px;
}

/* NOW NAVIGATON 4 */
div#NowNavigationFour
{
	position: absolute;
	top: 315px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: #666;
	background-image: url(../../images/global/now/full_background.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 697px;
}
div#NowNavigationFour div
{
	margin: 0px;
	padding: 0px;
	color: #000;
	height: 30px;
	float: left;
	display: inline;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
}
div#NowNavigationFour div a
{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
}
div#NowNavigationFour div.NowFirstTabOn
{
	background-image: url(../../images/global/now/first_four_tab_on.png);
	width: 195px;
}
div#NowNavigationFour div.NowFirstTabOff
{
	background-image: url(../../images/global/now/first_four_tab_off.png);
	width: 195px;
}
div#NowNavigationFour div.NowTabOn
{
	margin: 0px 0px 0px -30px;
	background-image: url(../../images/global/now/tab_four_on.png);
	width: 198px;
}
div#NowNavigationFour div.NowTabOff
{
	margin: 0px 0px 0px -30px;
	background-image: url(../../images/global/now/tab_four_off.png);
	width: 198px;
}
div#NowNavigationFour div.NowFourthTabOn
{
	margin: 0px 0px 0px -30px;
	background-image: url(../../images/global/now/tab_four_fourth_on.png);
	width: 196px;
}
div#NowNavigationFour div.NowFourthTabOff
{
	margin: 0px 0px 0px -30px;
	background-image: url(../../images/global/now/tab_four_fourth_off.png);
	width: 196px;
}