/* CSS Document */
@charset "utf-8";
/* ----------------------------------------------------------------------------
	NBA LIVE10.CSS 
	Contains everything specific to the NBA LIVE10. Do not put any non-NBA LIVE10 information in this document.	*/
	/* NOTE: Anything beginning with [*:first-child+html] is an IE7-specific hack */
/*	----------------------------------------------------------------------------
	Table Of Contents
	1. Content Shell	
	2. Logo Header
		A. Text Area
	3. Image Header
		A. Buy Games
	4. Divider (Features)
	5. Game Preview Area (Flip)
		A. Text Area
		B. Image
		C. Pagination
	6. Divider
	7. Game Data
		A. Header
		B. Teams & Stats
		C. Leaders
		D. Team Logo
	8. Game Footer

*/		
/*  -----------------------------------------------------------------------------
	(1) CONTENT SHELL  */

		#nbaLivePage {
			width:918px;
			height:100%;
			margin:0 auto;
			color:#FFFFFF;
			background-color:#000000;
			position:relative;
			}
/*  -----------------------------------------------------------------------------
	(2) LOGO HEADER  */
		#nbaLiveLogoHeader {
			width:390px;
			height:150px;
			float:left;
			padding:394px 10px 0 40px;
			background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/EALiveLogoHd.jpg') no-repeat;
			}
/*  -----------------------------------------------------------------------------
	(3) IMAGE HEADER  */
		#nbaLiveImgHeader {
			width:408px;
			height:190px;
			float:left;
			padding:354px 10px 0 40px;
			background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/EALiveImgHd.jpg') no-repeat;
			}
/*  -----------------------------------------------------------------------------
		(3a) BUY GAMES  */
			#nbaLiveAvailBox {
				width:300px;
				height:170px;
				float:left;
				margin:0 15px;
				}
			.nbaLiveGameBox {
				width:187px;
				height:180px;
				float:left;
				margin:0 15px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/nbaLiveGames.gif') no-repeat;
				}
			.nbaLiveGameText {
				width:115px;
				height:80px;
				float:left;
				margin:75px 0 0 0;
				font-size:14px;
				font-weight:bold;
				}
			.nbaLiveGameBuy {
				width:86px;
				height:26px;
				margin:10px 0 0 0;
				}
/*  -----------------------------------------------------------------------------
	(4) IMAGE HEADER  */
		#nbaLiveFeature{
			width:918px;
			height:34px;
			background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/feature.gif') no-repeat;
			}
/*  -----------------------------------------------------------------------------
	(5) GAME PREVIEW AREA  */
		#nbaLiveFlipBox{
			width:852px;
			margin:10px 0 10px 40px;
			position:relative;
			}
			.nbaLiveFlip {
				width:631px;
				float:left;
				position:relative;
				*margin:20px 0 0 0;
				z-index:1;
				}
			.nbaLiveFlipOff {
				width:631px;
				float:left;
				position:relative;
				*margin:20px 0 0 0;
				display:none;
				}
/*  -----------------------------------------------------------------------------
		(5a) TEXT AREA  */
			.nbaLiveFlipTextBox {
				width:400px;
				height:100px;
				float:left;
				position:relative;
				}
			.nbaLiveFlipTextBox h1 {
				font-size:24px;
				font-weight:bold;
				margin-bottom:15px;
				}
			.nbaLiveFlipButton {
				width:100px;
				height:40px;
				padding:60px 0 0 0;
				float:left;
				position:relative;
				}
/*  -----------------------------------------------------------------------------
		(5b) IMAGE AREA  */
			.nbaLiveFlipImageBox {
				width:631px;
				height:359px;
				float:left;
				margin:10px 0 20px 0;
				position:relative;
				}
/*  -----------------------------------------------------------------------------
		(5c) PAGINATION  */
			#nbaLivePager{
				width:260px;
				height:35px;
				position:absolute;
				z-index:5;
				margin:15px 0 0 600px;
				}
			#nbaLivePager li.btn1{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag1_button.gif') no-repeat;
				list-style-type: none;
				}
			#nbaLivePager li.btn1:hover{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag1_button_ovr.gif') no-repeat;
				list-style-type: none;
				cursor:pointer;
				}
			#nbaLivePager li.btn2{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag2_button.gif') no-repeat;
				list-style-type: none;
				}
			#nbaLivePager li.btn2:hover{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag2_button_ovr.gif') no-repeat;
				list-style-type: none;
				cursor:pointer;
				}
			#nbaLivePager li.btn3{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag3_button.gif') no-repeat;
				list-style-type: none;
				}
			#nbaLivePager li.btn3:hover{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag3_button_ovr.gif') no-repeat;
				list-style-type: none;
				cursor:pointer;
				}
			#nbaLivePager li.btn4{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag4_button.gif') no-repeat;
				list-style-type: none;
				}
			#nbaLivePager li.btn4:hover{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag4_button_ovr.gif') no-repeat;
				list-style-type: none;
				cursor:pointer;
				}
				#nbaLivePager li.btn5{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag5_button.gif') no-repeat;
				list-style-type: none;
				}
			#nbaLivePager li.btn5:hover{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag5_button_ovr.gif') no-repeat;
				list-style-type: none;
				cursor:pointer;
				}
			#nbaLivePager li.btn6{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag6_button.gif') no-repeat;
				list-style-type: none;
				}
			#nbaLivePager li.btn6:hover{
				width:35px;
				height:35px;
				float:left;
				margin:0 7px 0 0;
				background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/pag6_button_ovr.gif') no-repeat;
				list-style-type: none;
				cursor:pointer;
				}
/*  -----------------------------------------------------------------------------
	(6) DIVIDER  */
		#nbaLivedivier{
			width:918px;
			height:34px;
			background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/divider.gif') no-repeat;
			}
/*  -----------------------------------------------------------------------------
	(7) GAME DATA  */
		#nbaLiveData{
			width:842px;
			margin:20px auto 50px;
			}
		#nbaLiveData table th{
			text-align:left;
			text-transform:uppercase;
			font-weight:bold;
			padding:7px 0;
			}
		#nbaLiveData table td{
			padding:7px 0;
			}
		#nbaLiveData table tr{
			text-align:left;
			color:#FFFFFF;
			}
		#nbaLiveData table tr.gray{
			text-align:left;
			color:#000000;
			background-color:#CCCCCC;
			}
/*  -----------------------------------------------------------------------------
	(8) GAME FOOTER  */
		#nbaLiveFooter {
			width:872px;
			height:100px;
			margin:0 auto;
			}
		.nbaLiveElogo {
			float:left;
			width:120px;
			height:60px;
			background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/Elogo.jpg') no-repeat;
			margin:0 15px 0 15px;
			}
		.nbaLiveFtrText {
			float:left;
			width:600px;
			height:20px;
			font-size:10px;
			color:#FFFFFF;
			margin:40px 5px 0 5px;
			}
		.nbaLiveEAlogo {
			float:right;
			width:57px;
			height:56px;
			background:url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/nbaLive10/EAlogo.jpg') no-repeat;
			margin:0 0 0 10px;
			}
