/* HOMEPAGE.CSS 
	Contains everything used for the Homepage on the site.  Do not put any non-homepage-specific information in this document.	*/
/*	----------------------------------------------------------------------------
	Table Of Contents
	1.	Structure
		A. Ceiling Files
			1. Expandable Ad
		B. Main Content
			1. Game Tracker
			2. T1 Modules
				a. T1 Rotation
				b. 300 Ad
				c. 300 Text Pod
			3. T2 Modules
				a. Video Pod
					1. Video Carousel
				b. Headline Pod
			4. Below the Fold	
				a. Pods
					1. Top Pods
					2. Middle Pods
					3. Bottom Pods
					4. NBATV Pod
					5. Ad Pods
*/			
/*  -----------------------------------------------------------------------------
	(1) STRUCTURE  */
#nbaMainSection {
	margin:0px;
}	
#nbaLogoGeo {
	left:0px;
	position:absolute;
	top:436px !important;
	z-index:1000;
}
	#nbaINFlag {
		left:0px;
		position:absolute;
		top:40px !important;
	}
#nbaContent {
	overflow:hidden;
}
.hide {
	display:none;
}
.show{
	display:block;
}
/*  ----------------------------------------
	(1a1) CEILING FILES - EXPANDABLE AD  */	
#nbaExpandPod {
	float:left;
	position:relative;
	width:1002px;
}	
#nbaExpandAd {
	float:right;
	margin:5px auto;
	min-width:938px;
	position:relative;
}	
/*  -----------------------------------------------------------------------------
	(1b) MAIN CONTENT  */
#nbaLeaf {
	/*margin:0 0 10px;*/
	position:relative;
	width:938px;
}	
/*  ----------------------------------------
	(1b1) MAIN CONTENT - GAME TRACKER  */	
#nbaGameTracker {
	float:left;
	height:120px;
	padding:0 10px;
	position:relative;
	width:918px; 
	z-index:5000;
}
	.nbaAboveGameTracker {
		float:left;
		height:20px;
		line-height:20px;
		margin:0;
		position:relative;
		width:938px;
	}
		.nbaAboveGTLeft {
			float:left;
			font-size:12px;
			font-weight:bold;
			height:20px;
			position:relative;
			width:350px;
		}
			.nbaAboveGTLeft a {
				font-size:12px;
				font-weight:bold;
			}
			.nbaFullCalen {
				padding:0 5px 0 28px;
				_padding:0 5px 0 18px;
			}
			.nbaFullCalen a {
				font-size:11px;
				font-weight:normal;
			}
/* CALENDAR COPY */
			#nbaCalendarBox {
				height:202px;
				position:absolute;
				width:924px;
				top:55px;
				left:7px;
				z-index:500;
				display:none;
				}
			.nbaCalTop {
				background:url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/CalBarTop.gif) no-repeat;
				height:12px;
				}
			.nbaCalBox {
				background-color:#FFFFFF;
				border-left:1px solid #cfcfcf;
				border-right:1px solid #cfcfcf;
				height:155px;
				_margin-top:-2px;
				padding:10px 6px 0;
				_padding:5px 3px 0;
				}
			.nbaCalBtm {
				background:url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/gameline/CalBarBtm.gif) no-repeat;
				height:5px;
				}
		/*  -----------------------------------------------------------------------------
			(2c1) Month */
				#nbaCalMonthList {
					paddimg:0;
					margin:0;
					float:left;
					}
				.nbaCalMonth {
					width:140px;
					margin:0 1px;
					float:left;
					}
				.nbaCalMonthRed {
					border:1px solid #cc0000;
					}
				.nbaCalMonthText {
					padding:4px 0;
					margin-bottom:3px;
					text-transform:uppercase;
					font-weight:bold;
					text-align:center;
					border-bottom:1px solid #cfcfcf;
					}
				.nbaCalCellLt {
					background-color:#f2f2f2;
					border:1px solid #f2f2f2;
					}
				.nbaCalCell {
					font-size:10px;
					color:#9b9b9b;
					text-align:center;
					}
				.nbaCalCellDk {
					background-color:#dcdcdc;
					font-size:10px;
					color:#999999;
					text-align:center;
					border:1px solid #dcdcdc;
					width:11px;
					}
				.nbaCalCellDk a {
					font-size:10px;
					color:#999999;
					text-align:center;
					text-decoration:none;
					}
				.nbaCalCellRed {
					background-color:#ffffff;
					font-size:10px;
					color:#000000;
					text-align:center;
					border:1px solid #cc0000;
					}
				.nbaCalCellWht {
					background-color:#cc0000;
					font-size:10px;
					color:#ffffff;
					text-align:center;
					border:1px solid #cc0000;
					}
				.nbaCalCellRed a {
					font-size:10px;
					color:#000000;
					text-align:center;
					text-decoration:none;
					}
		/*  -----------------------------------------------------------------------------
			(2c2) Scroll */
				.nbaCalArLft {
					width:20px; 
					height:43px; 
					margin:70px 2px 0 0; 
					background:url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/gameline/flStrLft.jpg) no-repeat; 
					float:left;
					}
				.nbaCalArLftOut {
					width:20px; 
					height:43px; 
					margin:70px 2px 0 0; 
					background:url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/gameline/flStrLft_out.jpg) no-repeat; 
					float:left;
					}
				.nbaCalArRt {
					width:20px; 
					height:43px; 
					margin:70px 0 0 2px; 
					background:url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/gameline/flStrRt.jpg) no-repeat; 
					float:left;
					}
				.nbaCalArRtOut {
					width:20px; 
					height:43px; 
					margin:70px 0 0 2px; 
					background:url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/gameline/flStrRt_out.jpg) no-repeat; 
					float:left;
					}
		/*  -----------------------------------------------------------------------------
			(2c3) Close */
				.nbaCalFooter {
					width:870px;
					height:20px;
					margin:7px 20px 0 20px;
					*margin:0 20px 0 20px;
					}
				.nbaCalToday {
					display:none;
					}
				a.closeCaltext{
					text-decoration:none;
					}
				.closeCal {
					width:100px;
					height:16px;
					padding-top:3;
					font-size:10px;
					font-weight:bold;
					float:right;
					color:#999999;
					background:url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/gameline/closeBtn.gif) no-repeat;
					}			
		.nbaAboveGTRight {
			float:right;
			height:20px;
			margin-right:22px;
			position:relative;		
		}		
/*  ----------------------------------------
	(1b1) MAIN CONTENT - BREAKING NEWS/LIVE VIDEO/PROMO POD  */	
.nbaTopNewsPod {
	color:#FFF;
	float:left;
	font-size:18px;
	height:40px;
	margin:10px 12px;
	_margin:10px 7px;
	position:relative;
	width:914px;
}
	.nbaBrkNews {
		background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/bg-breakingnews.jpg) no-repeat center top;
	}
	.nbaLiveVid {
		background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/bg-livevideo.jpg) no-repeat center top;
	}
	.nbaTopPromoFull {
		background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/bg_nbagreen_fortext.jpg) no-repeat center top;	
		color:#333 !important;
	}
		.nbaTopPromoFull a {
			color:#333 !important;
		}
		.nbaTopPromoFull a:hover {
			color:#333 !important;
		}		
	.nbaTopPromoNoText {
		background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/910x40_xmas.jpg) no-repeat center top;	
	}
		.nbaTopPromoNoText p {
			display:none !important;
		}
	.nbaNBATV {
		background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/bg-nbatv.jpg) no-repeat center top;	
		color:#333 !important;
	}	
		.nbaNBATV a {
			color:#333 !important;
		}	
		.nbaNBATV a:hover {
			color:#333 !important;
		}			
	.nbaTopNewsPod p {
			float:left;
			overflow:hidden;
			padding-left:160px;
			padding-top:8px; 
			position:relative;
			white-space:nowrap;
			/*width:570px;*/
	}	
	.nbaTopNewsPod a {
		color:#FFF;
		font-size:17px;
		font-weight:bold;
	}
		.nbaTopNewsPod a:hover {
			color:#FFF !important;
			font-size:17px;
			font-weight:bold;
		}
	#nbaBrkNewsAd {
		display:none;
		float:right;
		height:40px;
		padding-right:7px;
		position:relative;
		width:168px; 
	}
/*  ----------------------------------------
	(1b2) MAIN CONTENT - T1 MODULES  */	
#nbaT1Module {
	float:left;
	_height:280px;
	margin:5px 15px 0;
	_margin: 5px 5px 0;
	position:relative;
	width:910px;
}	
/*  ----------------------------------------
	(1ab2a) T1 MODULES - T1 ROTATION  */	
#nbaT1Pod {
	float:left;
	height:360px;
	position:relative;
	width:605px;
}
	#nbaT1PodNav {
		float:left;
		position:relative;
		width:72px;
	}
		#nbaT1PodNav ul {		
			float:left;
			position:relative;
			left:0px;
			_margin-left:-18px;
			list-style:none inside;
			width:72px;
		}
		*:first-child+html #nbaT1PodNav ul {
			left:-15px;
			width:72px;
		}
		#nbaT1PodNav li {
			list-style:none inside;
			padding-bottom:5px;
			width:72px;
		}		
			#nbaT1PodNav .nbaT1ThImg {
				position:relative;
				width:72px;
				height:55px;
				margin:0 auto;
				cursor:pointer;
			}
			#nbaT1PodNav .nbaSpanOverlay {
				background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/vid.tb.overlay.gif) no-repeat center;
				display:block;
				height:55px;
				left:0;
				margin:0;
				position:absolute;
				top:0;
				width:72px;
			}
	#nbaT1PodContent {
		float:left;
		margin-left:5px;
		position:relative;	
		width:528px;
	}
	.nbaPlayOverlay {
		background: url(http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/playoffs2009/nbaT1PlayBtn.png) no-repeat;
		cursor:pointer;
		display:block;
		height:34px;
		margin:100px 0 0;
		position:absolute;
		right:20px;
		top:110px;
		width:66px;
		z-index:4;
	}
		#nbaT1Tease {
			padding:10px;
			position:relative;
		}
			#nbaT1Tease h1 {
				font-size:20px;
				line-height:25px;
			}
				#nbaT1Tease h1 a {
					color:#333;
				}
			#nbaT1Tease h2 {
				font-size:14px;
				line-height:20px;
			}
				#nbaT1Tease h2 a {
					color:#333;
				}			
			#nbaT1Tease p {
				padding:2px 0px;
				width:75%;
			}
			#nbaT1Tease li {
				list-style-position:inside; 
			}
			#nbaT1PlayBtn {
				position:absolute;
				right:30px;
				top:20px;
			}
/*  ----------------------------------------
	(1ab2b) T1 MODULES - 300 AD  */
#nba300Ad {
	float:left;
	height:262px;
	margin:0 0 5px 5px;
	position:relative;
	width:300px;
}
	div.nba300Ad  div.nbaAdbanner {
		height:12px;
		position:relative;
		_top:-3px;
		width:300px;
	}
		*:first-child+html div.nba300Ad  div.nbaAdbanner {
			top:-3px;
		}
/*  ----------------------------------------
	(1ab2c) T1 MODULES - 300 TEXT POD  */	
#nba300TxtPod {
	background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/solbrgt.bkgrnd.jpg) no-repeat center top;
	float:left;
	height:70px;
	margin:5px 0 0 5px;
	padding:15px 5px;
	position:relative;
	width:290px;
}	
	#nba300TxtPod h2 {
		font-size:14px;
	}
	#nba300TxtPod p {
		font-size:10px;		
	}
		.nbaTxtPres {
			color:#BABABA;
		}
	#nba300TxtPod img {
		float:right;
	}
/*  ----------------------------------------
	(1b3) MAIN CONTENT - T2 MODULES  */	
	/* GEO-TARGET ADDED T2 */
	#nbaT2IndiaContent {
		float:left;
		height:602px;
		position:relative;
		width:938px;
	}		
#nbaT2Module {
	background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.bkgrnd.gif) no-repeat center top;
	float:left;
	height:301px;
	margin:15px 0 5px;
	position:relative;
	width:938px;
}
	#nbaT2Top {
		float:left;
		margin:0 0 0 15px;
		_margin:0 0 0 7px;
		position:relative;
		width:908px;
		z-index:2000;
	}
		#nbaT2Nav {
			float:left;
			position:relative;
			width:630px;
			_width:658px;
		}
			#nbaT2Nav ul {
				margin-top:8px;
			}
			#nbaT2Nav li {
				float:left;
				font-weight:bold;
				height:33px;
				line-height:30px;
				list-style:none inside;
				text-indent:10px;
				_text-indent:15px;
				text-transform:uppercase;
				width:111px;
			}
					#nbaT2Nav li a {
						color:#626262;
						line-height:35px;
					}
				.nbaT2NewsTab {
					background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/news.off.gif) no-repeat center bottom;
				}					
				#nbaT2Nav .nbaT2NewsTab.active {
					background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/news.on.gif) no-repeat center bottom !important;
				}
				.nbaT2TeamTab {
					background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/team.off.gif) no-repeat center bottom;
					width:127px !important;
					position:relative;
				}
				.nbaT2TeamTab.active {
					background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/team.on.gif) no-repeat center bottom !important;
					width:127px !important;
					position:relative; 
				}			
					.nbaT2Close {
						background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/team.tabs.close.gif) no-repeat center; 
						cursor:pointer;
						height:20px;
						position:absolute;
						right:10px;
						top:7px;
						width:20px;
						z-index:10;
					}				
				#nbaT2AddTeam {
					background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/add.tab.jpg) no-repeat center top;
					color:#626262;
					float:left;
					font-weight:bold;
					height:27px;
					_height:26px;
					padding-top:8px;
					position:relative;
					text-indent:20px !important;
					text-transform:uppercase;
					top:-8px;
					width:132px !important;
				}
					#nbaT2AddTeam  a {
						color:#626262;
					}
				#nbaT2Overlay {
					background:#FFF;
					border:1px solid #C3C3C3;
					height:230px;
					left:0px;
					position:absolute;
					top:30px;
					width: 908px;
					z-index:400;					
				}			
					.nbaT2OverHalf {
						float:left;
						padding:10px 2px;
						position:relative;
						width:450px;
					}
						.nbaT2OverHalf h3 {
							border-bottom:1px solid #BABABA;
							font-size:11px;
							font-weight:bold;
							line-height:30px;
							margin-bottom:5px;
							text-indent:10px !important;
						}
				#nbaT2Overlay .nbaInnerList {
					padding:3px 2px;
					font-size:11px;
					float:left;
					margin-top:0px;					
					width:145px;
				}
					.nbaInnerList li {
						height:auto !important;
						line-height:normal !important;
						text-indent:0 !important;
						text-transform:none !important;
						white-space:nowrap;
					}
						.nbaInnerList li a {
							line-height:24px !important;
						}
						.blue {
							color:#1274BF !important;
						}
						.red {
							color:#CD1A00 !important;
						}
			.nbaT2OverOne {
					background:#FFF;
					border:1px solid #C3C3C3;
					color:#5D5D5D;
					height:130px;
					left:0px;
					padding:30px;
					position:absolute;
					text-align:center;
					top:30px;
					width: 843px;
					z-index:400;					
			}			
				.nbaT2OverOne h2 {
					font-size:16px;
					padding:10px 30px;
				}
				.nbaT2OverOne p {
					padding:10px 30px;
				}
			.nbaT2OverTwo {
					background:#FFF;
					border:1px solid #C3C3C3;
					color:#5D5D5D;
					height:100px;
					left:270px;
					padding:20px;
					position:absolute;
					text-align:center;
					top:0px;
					width: 320px;
					z-index:500;				
			}	
				.nbaT2OverTwo p {
					padding:10px 30px;
				}		
					.nbaT2OverlayClose {
						background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/team.tab.close.gif) no-repeat top right; 
						color:#5D5D5D;
						cursor:pointer;
						float:right;
						font-size:14px;
						font-weight:bold;
						height:25px;
						line-height:20px;
						margin-right:10px;
						position:relative;
						width:150px;
					}
						.nbaT2OverlayClose:hover {
						background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/team.tab.over.gif) no-repeat top right; 						
						}
					.nbaT2OverOne .nbaT2OverlayClose {
						top:25px;
						left:30px;
					}						
					.nbaT2OverTwo .nbaT2OverlayClose {
						top:-2px;
						left:20px;
					}
					#nbaT2Overlay .nbaT2OverlayClose {
						width:125px; 
					}
		#nbaT2TopAd {
			float:right;
			margin-top:4px;
		}
	#nbaT2Content {
		background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/inner.t2.bkgnd.jpg) no-repeat center top;
		float:left;
		height:245px;
		left:1px;
		margin-left:15px;
		_margin-left:7px;
		padding-top:10px;
		position:relative;
		top:-2px;
		width:906px;
		z-index:80;
	}	
/*  ----------------------------------------
	(1b3a) MAIN CONTENT - T2 MODULES -VIDEO POD  */		
		.nbaT2ConVideo {
			float:left;
			left:10px;
			position:relative;
			width:635px;
		}
			.nbaT2VidNav {
				border-bottom:1px solid #999;
				height:23px;
				margin:2px 0 0 10px;
				position:relative;
			}
				.nbaT2VidNav a {
					color:#626262;
				}
				.nbaT2VidNav a:hover {
					text-decoration:none !important;
				}				
					#nbaT2VidAll {
						float:right;
						position:relative;
						top:5px;
					}
					#nbaT2VidAll a {
						color:#1274BF;
					}		
				#nbaPrvRnd1 #nbaPrvRndnav4 {
					background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/TNTOT_Tab_Off.gif) no-repeat center bottom !important;
					font-size:0;
				}		
			a.nbaPrvRndNavItem {
				background:transparent;
				text-align:center;
				width:105px;
				height:20px;
				cursor:pointer;
				float:left;
				white-space:nowrap;
				font-weight:bold;
				padding-top:3px;
				line-height:18px;
			}		
				a.nbaPrvRndNavSelected {
					background:#FFF url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/inner.t2.tab.gif) no-repeat center bottom !important;
					color:#FFF;
				}	
				#nbaPrvRnd1 #nbaPrvRndnav4.nbaPrvRndNavSelected {
					background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/TNTOT_Tab_On.gif) no-repeat center bottom !important;
					font-size:0;
				}					
		.nbaT2Title{
			float:left;
			line-height:20px;
			margin-left:10px;
			position:relative;
			width:60%;
			top:4px;
		}
		.nbaT2RSS {
			float:right;
			font-weight:bold;
			position:relative;
			width:60px;
			padding:2px 0px;
		}
			.nbaT2RSS img {
				float:left;
				padding-right:3px;
			}
				.nbaT2RSS a {
					color:#626262;
				}
			#nbaVideoContainer .nbaT2RSS {
					top:4px;
					font-weight:normal;
					width:50px;
			}
			#nbaHeadlineContainer .nbaT2RSS {
					top:4px;
					font-weight:normal;
					width:50px;
			}			
		.IDOLhide {
			display:none;
		}		
/*  ----------------------------------------
	(1b3a1) MAIN CONTENT - T2 MODULES - VIDEO POD CAROUSEL */				
.nbaT2VidCarousel {
	float:left;
	height:210px;
	position:relative;
	width:638px;
}
.nbaT2VidCarousel .container {
	color:#626262;
	float: left;
	width: 575px;
	height: 160px;
	position: relative;    
	overflow: hidden;
}
.nbaT2VidCarousel ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 110px;
}   
.nbaT2VidCarousel ul li {
	width: 143px;
	height: 110px;
	text-align: center; 
	list-style:none;   
	float:left;
}
.nbaT2VidCarousel .previous_button {
	float:left;  
	width: 30px;
	height: 100px;
	background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.caros.lft.gif) no-repeat center;
	z-index: 100;
	cursor: pointer;
}
.nbaT2VidCarousel .previous_button_over {
    background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.caros.lft.over.gif) no-repeat center;
}
.nbaT2VidCarousel .previous_button_disabled {
    background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.caros.lft.dis.gif) no-repeat center;
	cursor: default;
	float:left;  
	width: 30px;
	height: 100px;	
}
.nbaT2VidCarousel .next_button {
  float:left;  
  width: 28px;
  height: 100px;
  background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.caros.rgt.gif) no-repeat center;
  z-index: 100;
  cursor: pointer;
  margin-left:4px;
}
.nbaT2VidCarousel .next_button_over {
  background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.caros.rgt.over.gif) no-repeat center;
}
.nbaT2VidCarousel .next_button_disabled {
  background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.caros.rgt.dis.gif) no-repeat center;
  cursor: default;
  float:left;  
  width: 30px;
  height: 100px;
}				
.nbaT2VidCarousel div.nbaVidThumbItem {
		float:left;
		height:auto;
		margin:10px 0 0;
		position:relative;
		width:150px;
		text-align:center;
	}
		.nbaT2VidCarousel div.nbaVidThumbImg {
			position:relative;
			width:136px;
			height:96px;
			margin:0 auto;
			cursor:pointer;
		}
			.nbaT2VidCarousel .nbaSpanOverlay {
				background:transparent url(http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/video/vid.thumb.overlay.gif) no-repeat center;
				display:block;
				height:96px;
				left:0;
				margin:0;
				position:absolute;
				top:0;
				width:136px;
}
		.nbaT2VidCarousel div.nbaVidThumbItem  p {
			text-align:left;
			padding:2px 5px;
		}		
		.nbaT2VidAdded {
			color:#979797;
			font-size:10px;
		}
	.nbaT2VidCarousel div.nbaVidThumbItem  ul {
		position:relative;
		padding-left:0;
		margin:5px;
		text-align:left;
	}
		.nbaT2VidCarousel div.nbaVidThumbItem  li {
			list-style:inside none none;
			padding:2px;
		}	
			.nbaT2VidCarousel div.nbaVidThumbItem  li a {
				font-weight:normal;
			}		
.nbaT2CarBot {
	background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.botnav.bkgrnd.gif) no-repeat center top;
	float:left;
	height:31px;
	left:235px;
	overflow:hidden;
	position:absolute;
	top:178px;
	width:152px;
}		
.nbaT2CarBot .left {
	background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/vid.lft.arrow.gif) no-repeat center top;
	cursor:pointer;
	float:left;
	height:19px;
	margin:7px;
	_margin:7px 4px;
	position:relative;
	width:19px;
}	
.nbaT2CarBot .nbaDotPod {
	background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.botdot.bkgrnd.gif) no-repeat center top;
	float:left;
	height:17px;
	margin:7px 0px;
	padding:1px 10px;
	position:relative;
	width:65px;
}	
	.nbaDot {
		background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.botdot.gif) no-repeat center top;
		cursor:pointer;
		float:left;
		height:8px;
		margin:4px 6px;
		_margin:4px 5px;
		position:relative;
		width:9px;
	}
		.nbaDot.selected {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.botdot.active.gif) no-repeat center top !important;
			width:9px !important;
		}
.nbaT2CarBot .right {
	background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/vid.rgt.arrow.gif) no-repeat center top;
	cursor:pointer;
	float:left;
	height:19px;
	margin:7px;
	_margin:7px 4px;
	position:relative;
	width:19px;
}	
.nbaT2VidCarousel .nbaHPPodsMore {
	position:absolute;
	right:0px;
	top:190px;
	width:150px;
}
div.nbaT2Messages {
	margin:30px 0 0 30px;
	position:relative;
}
/*  ----------------------------------------
	(1b3b) MAIN CONTENT - T2 MODULES -HEADLINE POD  */	
		.nbaT2ConHdline {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/t2.hdline.lft.gif) no-repeat center left;
			float:left;
			height:230px;
			margin:8px 0 0 15px;
			overflow:hidden;
			position:relative;
			width:250px;
		}			
			.nbaT2ConHdline .nbaT2Title {	
				font-weight:bold;
			}
			.nbaT2ConHdline ul{
				margin:5px 5px 5px 10px;
			}
			.nbaT2ConHdline li{
				list-style:none inside;
				padding:2px 0px;
				white-space:nowrap;
			}
			.nbaT2ConHdline li.even{
				background:#FFF;
			}
			.nbaT2SeeAll {
				right:0px;
				position:absolute;
				top:209px;
			}
/*  ----------------------------------------
	(1b4) MAIN CONTENT - BELOW THE FOLD  */	
#nbaBelowFold {
	float:left;
	margin:5px 10px 10px;
	_margin:10px 5px;
	position:relative;
	width:920px;
}	
/* MIDDLE ADS */
#nbaMidAds {
	float:left;
	margin:0 0 10px;
	position:relative;
	width:928px;
}
	#nbaMid181Ad {
		float:left;
		height:90px;
		margin-right:10px;
		width:181px;
	}
	#nbaMid728Ad {
		float:left;
		height:90px;
		width:728px;
	}
/*  ----------------------------------------
	(1b4a) MAIN CONTENT - BELOW THE FOLD - PODS */
.nbaHPPodContain {
	float:left;
	margin-right:9px;
	_margin-right:5px;
	position:relative;
	width:300px;
}	
.nbaHPPods {
	background:#FFF url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/pod.footer.gif) no-repeat center bottom;
	float:left;
	margin:0 0 9px;
	position:relative;
	width:300px;
}	
	.nbaHPodHead {
		background:#FFF url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/blnk.pod.header.gif) no-repeat center bottom;
		float:left;
		height:31px;
		position:relative;
		width:300px;
	}
	.nbaHPodContent {
		border-left:1px solid #CCCBCB;
		border-right:1px solid #CCCBCB;
		float:left;
		overflow:hidden;
		position:relative;
		width:298px;
	}
	.nbaHPPodsMore {
		float:left;
		padding-right:7px;
		position:relative;
		right:0px;
		text-align:right;
		width:292px;
	}
.nbaHPodContent ul{
	margin:7px 12px 5px 0;
	}
	.nbaHPodContent li{
		list-style:none inside;
		padding:2px 0px;
		white-space:nowrap;
	}
		.nbaHPodContent li a {
			padding-left:5px;
			_padding-left:0px;
		}
	.nbaHPodContent li.even{
		background:#EFEFEF;
	}	
/*  ----------------------------------------
	(1b4a1) BELOW THE FOLD - PODS - TOP PODS */	
.nbaTopPod {
	height:275px;
}
	.nbaTopPod .nbaHPodContent {
		height:224px;
	}
/*  ----------------------------------------
	(1b4a2) BELOW THE FOLD - PODS - MIDDLE PODS */
.nbaMidPod {
	height:225px;
}
	.nbaMidPod .nbaHPodContent {
		height:190px;
	}
/*  ----------------------------------------
	(1b4a2a) BELOW THE FOLD - PODS - SMALL PODS */
.nbaSmPod {
	height:120px;
	margin:5px 0;
}
	.nbaSmPod .nbaHPodContent {
		height:85px;
	}	
	.nbaUpGames {
		float:left;
		position:relative;
	}
		.nbaTVGamesPod {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/playoffs/2010/homepage/games.pod.bk.gif) no-repeat center;
			float:left;
			font-weight:bold;
			height:64px;
			margin:10px 5px;
			_margin:10px 0;
			position:relative;
			text-align:center;
			width:64px;
		}
			.nbaTVGamesPod .nbaTeams {
				font-size:12px;
				margin:3px auto 0; 
			}
			.nbaTVGamesPod .nbaDates {
				font-size:10px;
				font-weight:normal;
				line-height:10px;
				margin:0 auto;				
			}			
			.nbaTVGamesPod .nbaTimes {
				font-size:10px;
				font-weight:normal;
				line-height:10px;
				margin:0 auto;
			}
			.nbaTVGamesPod .nbaChannel {
				color:#FFF;
				font-size:14px;
				padding:5px 0 0;
			}
/*  ----------------------------------------
	(1b4a3) BELOW THE FOLD - PODS - BOTTOM PODS */
.nbaBotPod {
	height:320px;
}
	.nbaBotPod .nbaHPodContent {
		height:285px;
	}
.nbaBottomPod {
	float:left;
	margin-right:9px;
	position:relative;
}	
	.nbaBotPodLast { 
		float:left;
		margin-right:0 !important;
		position:relative;
	}
/*  ----------------------------------------
	(1b4a4) BELOW THE FOLD - PODS - NBATV POD */
#nbaTVPod {
	float:left;
	height:505px;
	margin-right:0;
	position:relative;
	width:300px;
}	
	.nbaTVPodAd {
		float:left;
		height:150px;
		position:relative;
		text-align:center;
		width:300px;
	}
	.nbaTVBotPod {
		background:#FFF url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/pod.footer.gif) no-repeat center bottom;
		float:left;
		height:224px;
		margin:4px 0 9px;
		overflow:hidden;
		position:relative;
		width:300px;
	}
		.nbaTVBotPod .nbaHPodHead {
			height:67px;
			z-index:100;
			_z-index:auto;
		}
		.nbaTVBotPod .nbaHPodContent {
			height:190px;
			top:-40px;
			_top:-42px;			
		}
			*:first-child+html .nbaTVBotPod .nbaHPodContent {
				z-index:300;
			}
		#nbaTVNav {
			border-bottom:1px solid #CCCBCB;
			_border-bottom:none;
			float:left;
			height:30px;
			left:-1px;
			margin-top:10px;
			position:relative;
			width:298px;
			z-index:200;
			_z-index:auto;
		}
			*:first-child+html #nbaTVNav {
				background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/nbaTVIE7.gif) no-repeat center right;
				left:1px;
				top:-3px;
			}
			#nbaTVNav a:hover {
				text-decoration:none !important;
			}			
		#nbaTVNav1 a.nbaTVPodNavItem {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/poll.tab.off.gif) no-repeat center bottom;
			color:#626262;
			cursor:pointer;
			float:left;
			font-weight:bold;
			height:32px;
			line-height:30px;
			text-align:center;
			text-transform:uppercase;
			white-space:nowrap;
			width:85px;
		}		
		#nbaTVNav1 a.nbaTVPodNavSelected {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/poll.tab.on.gif) no-repeat center bottom !important;
		}
		#nbaTVNav2 a.nbaTVPodNavItem {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/sched.tab.off.gif) no-repeat center bottom;
			color:#626262;
			cursor:pointer;
			float:left;
			font-weight:bold;
			height:32px;
			line-height:30px;
			text-align:center;
			text-transform:uppercase;
			white-space:nowrap;
			width:95px;
		}		
		 #nbaTVNav2 a.nbaTVPodNavSelected {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/sched.tab.on.gif) no-repeat center bottom !important;
		}	
	#nbaTVContent {
		float:left;
		position:relative;
		width:298px;
		z-index:auto;
	}
		#nbaTV1 {
			position:relative;
		}
			.nbaTVTopContent {
				background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/playoffs/2010/homepage/nbatv.round.gif) no-repeat center top;
				height:26px;
				margin:5px auto;
				position:relative;
				width:290px;
			}
					.nbaTVTopContent span.b {
						display:block;
						font-weight:bold;
						position:relative;
						text-indent:15px;
						top:5px;
					}
						.nbaTVTopContent span.b a {
							color:#626262;
						}
			.nbaTVFanContent {
				float:left;
				height:100px;
				margin:5px 10px;
				_margin:5px 0;
				position:relative;
				width:280px;
			}			
				.nbaTVFanContent img {
					float:left;
					padding:2px 5px;
				}
				.nbaTVFanBullets {
					float:left;
					width:260px;
				}
					.nbaTVFanBullets li {
						float:left;
						width:260px;
					}
					.nbaTVFanBullets li.odd {
						background:#EFEFEF;
					}	
			#nbaTV1 .nbaHPPodsMore {
				position:absolute !important;
				top:245px !important;
			}
	#nbaTVContent .nbaHPPodsMore {
		position:relative;
		top:10px;
		left:-45px;
	}	
			#nbaTV1 iframe {
				left:-1px;
				_left:-279px;
				position:absolute;
				top:-34px;
				z-index:0;
			}
		#nbaTVFrame {
			background:#FFF;
			float:left;
			height:270px;
			position:relative;
			width:298px;
		}
			.nbaNBATVPromo {
				background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/nbatv.ad.pod.gif) no-repeat center;
				float:left;
				height:40px;
				margin:10px 0 0;
				_margin:7px 0 0;
				padding:20px 10px;
				_padding:15px 7px;
				position:relative;
				width:278px;
			}	
				.nbaTVPromoHead {
					padding:0 5px;
					font-size:12px;
				}
				.nbaNBATVPromo p {
					padding:0 5px;
				}
			.nbaTVVotePod {
				float:left;
				height:150px;
				margin:5px 20px 0;
				_margin:5px 10px 0;
				position:relative;
				width:260px;
			}
				.nbaTVVotePod form {
					float:left;
					height:150px;
					position:relative;
					width:260px;
				}
				.nbaTVVoteBtn {
					background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/vote.pod.gif) no-repeat center top;
					float:left;
					height:33px;
					margin:1px;
					overflow:hidden;
					position:relative;
					text-align:center;
					width:82px;
				}
					.nbaTVTeams {
						float:left;
						font-weight:bold;
						color:#000;
						margin:9px 5px;
						_margin:9px 2px;
						text-align:left;
						white-space:nowrap;
						width:70px;
					}
					.nbaTVTime {
						float:left;
						margin:2px 5px;	
						_margin:2px 2px;						
					}		
					.nbaVoteRadio {
						float:left;
						margin:10px 0px;
						_margin:4px 0px;
					}
					.nbaTVVotePod .nbaPollSubmit {
						margin:10px 90px;
						_margin: 0 90px;
						text-align:center;
					}
						a.nbaTVFullBtn, a.nbaTVFullBtn .nbaPollSubmit {
							position:relative;
							margin:5px 90px !important;
						}
					.nbaTVRed {
						color:#CD0720;
						float:right;
						font-weight:bold;
						margin:8px 1px;
						position:relative;
						right:-9px;
						text-align:center;
						top:-22px;
						width:30px;
					}
					.nbaTVBlue {
						color:#092F5E;
						font-weight:bold;
					}					
						.nbaTVVoteCounted {
							float:left;
							position:relative;
							text-align:center;
							width:100%;
						}
				.nbaTVResultsPod {
					float:left;
					height:175px;
					padding:0 10px;
					position:relative;
					text-align:center;
					width:278px;
				}
					.nbaTVResultsPod .nbaTVVoteBtn {
						margin:30px 100px 10px;
						position:relative;
					}
					.nbaTVResultsPod table {
						font-size:16px;
						font-weight:bold;
						width:100%;
					}
						.nbaTVResultsPod td {
							vertical-align:middle;
						}
						.nbaTVResultsAt {
							border:1px solid #D2D2D2;
						}
					.nbaTVResultsAd {
						height:78px;
						left:-9px;
						margin:10px 0px 0px;
						position:relative;
						width:296px;
					}
				.nbaTVOtherThumb {
					float:left;
					margin:0 10px;	
					_margin:5px;
					position:relative;
				}
					.nbaOtherVidImg {
						float:left;
						padding:0px 5px; 
						position:relative;
					}
					.nbaTVOtherThumb .nbaSpanOverlay {
						background: url(http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/draft2009/homepage/sm.vid.overlay.gif) no-repeat center center;
						display:block;
						height:53px;
						left:5px;
						margin:0;
						position:absolute;
						top:0px;
						width:70px;
					}
				.nbaTVOtherList {
					float:left;
					margin:5px 10px 0;	
					_margin:10px 0px 0px;
					position:relative;
					width:278px;
				}	
					.nbaTVOtherList ul {
						padding:0px;
						margin:0px;
					}
					.nbaTVOtherList li {
						list-style:none none inside;
						padding:2px;
						width:268px;
					}
						.nbaTVOtherList li.odd {
							background:#EAEAEA;
						}
			.nbaTVSchedule {
				float:left;
				height:140px;
				margin:5px 10px;
				_margin:5px;
				overflow-x: hidden;
				overflow-y: auto;
				position:relative;
				width:278px;
			}	
				*:first-child+html .nbaTVSchedule {
					margin:5px;
				}
				.nbaTVSchedHead {
					border-bottom:1px solid #626262;
					margin-bottom:2px;
					padding:3px 5px;
					width:268px;
				}
				.nbaTVSchedule table {
					width:100%;
				}
				.nbaTVSchedule td {
					padding:2px;
				}

					.nbaTVSchedule tr.even,.nbaTVSchedule tr.even td {
						background:#EFEFEF;
					}
/*  ----------------------------------------
	(1b4a5) - PHOTO GALLERY POD */					
.nbaPhotoGall {
	float:left;
	margin:10px 4px;
	height:270px;
	position:relative;
	width:288px;
}
	.nbaPhotoGall .container {
		float:left;
		height:260px;
		overflow: hidden;
		position:relative;
		width:264px;			
	}
.nbaPhotoGall .previous_button {
	float:left;  
	width: 12px;
	height: 215px;
	background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/photo.lft.arrow.gif) no-repeat center;
	z-index: 100;
	cursor: pointer;
}
.nbaPhotoGall .previous_button_disabled {
	float:left;  
	width: 12px;
	height: 215px;
	background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/photo.lft.arrow.dis.gif) no-repeat center;
	z-index: 100;
	/*cursor: pointer;*/
}
.nbaPhotoGall .next_button {
  float:left;  
  width: 12px;
  height: 215px;
  background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/photo.rgt.arrow.gif) no-repeat center;
  z-index: 100;
  cursor: pointer;
}
.nbaPhotoGall .next_button_disabled {
  float:left;  
  width: 12px;
  height: 215px;
  background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/photo.rgt.arrow.dis.gif) no-repeat center;
  z-index: 100;
  /*cursor: pointer;*/
}	
		.nbaPhotoItem {
			float:left;
			height:260px;
			left:-10px;
			position:relative;
			text-align:center;
			width:260px;
		}
		.nbaPhotoImg {
			height:198px;
			position:relative;
			width:259px;
			z-index:4000;
		}
			.nbaPhotoOverlay {
				background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/photo.overlay.gif) no-repeat center bottom;
				cursor:pointer;
				height:198px;
				position:absolute;
				top:0px;
				width:259px;
				z-index:1000;
			}
	.nbaPhotoNum {
		float:left;
		margin:5px;
		position:relative;
		width:50px;
	}	
	.nbaPhotoTease {
		float:left;
		margin:5px;
		position:relative;
		text-align:center;
		width:190px;
		_width:180px;
	}
	.nbaPhotoGall .nbaHPPodsMore {
		position:absolute;
		top:255px;
		_top:252px;
	}
/*  ----------------------------------------
	(1b4a5) - FOLLOW POD */
#nbaSMNav {
	border-bottom:1px solid #CCCBCB;
	_border-bottom:none;
	float:left;
	height:30px;
	left:-2px;
	margin-top:10px;
	position:relative;
	width:298px;
}
		#nbaSMNav1 a.nbaSMPodNavItem {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/twit.tab.off.gif) no-repeat center bottom;
			color:#626262;
			cursor:pointer;
			float:left;
			font-weight:bold;
			height:32px;
			line-height:30px;
			text-align:center;
			text-transform:uppercase;
			white-space:nowrap;
			width:90px;
		}
			#nbaSMNav1 a.nbaSMPodNavItem img, #nbaSMNav2 a.nbaSMPodNavItem img, #nbaSMNav3 a.nbaSMPodNavItem img {
				padding:2px 0px;
				position:relative;
				top:5px;
			}
		#nbaSMNav1 a.nbaSMPodNavSelected {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/twit.tab.on.gif) no-repeat center bottom !important;
		}
		#nbaSMNav2 a.nbaSMPodNavItem {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/fb.tab.off.gif) no-repeat center bottom;
			color:#626262;
			cursor:pointer;
			float:left;
			font-weight:bold;
			height:32px;
			line-height:30px;
			text-align:center;
			text-transform:uppercase;
			white-space:nowrap;
			width:100px;
		}		
		 #nbaSMNav2 a.nbaSMPodNavSelected {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/fb.tab.on.gif) no-repeat center bottom !important;
		}
		#nbaSMNav3 a.nbaSMPodNavItem {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/rss.tab.off.gif) no-repeat center bottom;
			color:#626262;
			cursor:pointer;
			float:left;
			font-weight:bold;
			height:32px;
			line-height:30px;
			text-align:center;
			text-transform:uppercase;
			white-space:nowrap;
			width:66px;
		}		
		 #nbaSMNav3 a.nbaSMPodNavSelected {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/rss.tab.on.gif) no-repeat center bottom !important;
		}		
	a.nbaSMPodNavItem:hover {	
		text-decoration:none;
	}
#nbaSMContent {
	float:left;
	position:relative;
	width:298px;
	_width:288px;
}	
	.nbaTwitterPod {
		float:left;
		margin:7px 10px;
		_margin:5px 3px;
		position:relative;
	}
		.nbaTwitterPod img{
			float:left;
			height:50px;
			margin:5px 0px;
			padding-bottom:60px;
			position:relative;
			width:50px;
		}
	.nbaTweet {
		float:left;
		margin:2px 0px 3px;
		position:relative;
		width:220px;
	}
	.nbaTwitterPop {
		margin:5px 10px 0px;
		_margin:0px 3px;
		position:absolute;
		right:0px;
		top:135px;
	}	
		.nbaTwitPopHead {
			border-bottom:1px solid #626262;
			margin-bottom:10px;
			padding:5px 5px 2px;
			width:268px;
		}
			.nbaTwitPopHead img {
				float:left;
			}
		#nbaSM1 .nbaHPPodsMore {
			position:absolute;
			top:225px;
		}		
	.nbaFBPod {
		float:left;
		margin:20px 7px;
		position:relative;		
	}	
		.nbaFBHead {
			border-bottom:1px solid #626262;
			padding-bottom:2px;
			margin-bottom:10px;
			width:268px;
		}	
		.nbaFBTop {
			font-weight:bold;
			margin-bottom:3px;
		}
			.nbaGray {
				font-weight:normal;
				color:#B2B1B1;
			}
		.nbaFBPod img {
			float:left;
			margin:5px;
		}
		.nbaFBBottom {
			border-top:1px solid #626262;
			float:left;
			padding-top:5px;
			width:268px;
		}
			.nbaFBBottom table {
				width:100%;
				text-align:center;
			}
			.nbaFBBottom .dd {
				height:20px;
				position:relative;
				width:150px;
			}
	.nbaRSSPod {
		float:left;
		margin:20px 10px 0;
		position:relative;
		width:278px;
	}	
		.nbaRSSPod table{
			width:100%;
		}
			.nbaRSSPod img {
				float:left;
				margin-bottom:7px;
				padding:2px;
				position:relative;
			}
			.nbaRSSPod td {
				padding:5px;
			}
			.nbaRSSPod tr, .nbaRSSPod td { 
				border-bottom:1px solid #626262;
			}
			.nbaRSSPod .nbaHPPodsMore {
				position:relative;
				top:20px;
				width:282px;
			}
/*  ----------------------------------------
	(1b4a5) - AROUND NBA POD */			
.nbaAroundNBA {
	float:left;
	margin:20px 19px;
	_margin:20px 10px;	
	position:relative;
	width:258px;
}	
	.nbaAroundAd1 {
		float:left;
		height:200px;
		margin-bottom:10px;
		position:relative;
		width:260px;
	}
		.nbaAroundAd1 h4 {
			color:#333;
			font-size:12px;
			font-weight:bold;
			margin:5px 0;
		}
		.nbaAroundAd1 p {
			color:#666;
			margin:3px 0;
		}
	.nbaAroundAd2 {
		float:left;
		height:40px;
		position:relative;
		width:260px;
		background:#001F4E;
	}	
/*  ----------------------------------------
	(1b4a5) - NBA PERSONALITIES ACCORDION */
#nbaAccordion {
	float:left;
	position:relative;
}
	.nbaAccordBar {
		background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/accord.dd.gif) no-repeat center top;
		color:#626262;
		cursor:pointer;
		display:block;
		font-size:12px;
		font-weight:bold;
		height:28px;
		line-height:30px;
		overflow:hidden;
		padding:0 10px;
		position:relative;
		text-decoration:none;
		width:278px;
	}
	.nbaAccordHead {
		background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/plus.btn.gif) no-repeat right;
	}
	#nbaAccordion .open {
		background:url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/minus.btn.gif) no-repeat right;		
	}
	#nbaAccordion .nbaAccordBox {
		background:#FFF url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/accord.bkgd.gif) repeat-x center bottom;
		display: none;
		height: 100px;
		margin:0px 5px;
		padding:3px;
		position:relative;		
		text-align: left;
		width:282px;
	}
			.nbaAccordBox img {			
				float:left;
				padding:0px 5px 5px;
				position:relative;
			}	
			.nbaAccordBox h2 {
				font-size:11px;
			}
			.nbaAccordBox p {
				padding:1px 0px;
			}	
		#nbaAccordion .nbaHPPodsMore {
			position:absolute;
			top:210px;
			padding-right:12px;
		}		
/*  ----------------------------------------
	(1b4a6) - FAN VOICE STYLES */
#nbaFVNav {
	border-bottom:1px solid #CCCBCB;
	_border-bottom:none;
	float:left;
	height:30px;
	left:-1px;
	margin-top:10px;
	position:relative;
	width:298px;
}
			#nbaFVNav a:hover {
				text-decoration:none !important;
			}		
		#nbaFVNav1 a.nbaFVPodNavItem {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/blog.tab.off.gif) no-repeat center bottom;
			color:#626262;
			cursor:pointer;
			float:left;
			font-weight:bold;
			height:32px;
			line-height:30px;
			text-align:center;
			text-transform:uppercase;
			white-space:nowrap;
			width:129px;
		}		
		#nbaFVNav1 a.nbaFVPodNavSelected {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/blog.tab.on.gif) no-repeat center bottom !important;
		}
		#nbaFVNav2 a.nbaFVPodNavItem {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/forum.tab.off.gif) no-repeat center bottom;
			color:#626262;
			cursor:pointer;
			float:left;
			font-weight:bold;
			height:32px;
			line-height:30px;
			text-align:center;
			text-transform:uppercase;
			white-space:nowrap;
			width:95px;
		}		
		 #nbaFVNav2 a.nbaFVPodNavSelected {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/homepage/forum.tab.on.gif) no-repeat center bottom !important;
		}		
#nbaFVContent {
	float:left;
	height:200px;
	position:relative;
	width:298px;
}
	#nbaFVContent h2 {
		font-size:11px;
		line-height:30px;
		text-indent:5px;  
	}
	#nbaFVContent img {
		float:left;
		padding:0px 4px 0px 0px;
	}	
	#nbaFVContent h3 {
		font-size:11px;
	}	
	#nbaFVContent .nbaHPPodsMore {
		position:absolute;
		right:0px;
		top:170px;
		_top:167px;
	}
.nbaFVBlogs {
	float:left;
	margin:10px;
	_margin:3px;
	width:278px;
}	
	.nbaDraftList {
		float:left;
		margin:10px;
		_margin:3px;
		width:278px;
	}
		.nbaDraftList h2 {
			background: url(http://i.cdn.turner.com/nba/nba/.element/img/2.0/sect/playoffs/2010/homepage/draft.espn.header.gif) no-repeat center left;
			float:left;
			height:41px;
			position:relative;
			text-indent:20px;
			width:280px;
			_left:0px;
		}
				.nbaDraftList span {
					float:left;
					text-indent:80px;
					width:290px;
				}
					.nbaDraftList span.b {
						font-weight:bold;
						line-height:20px;
					}
						.nbaDraftList span.datetext {
							font-weight:normal;
							line-height:14px;
						}
		.nbaDraftHalf {
			float:left;
			position:relative;
			width:130px;
		}
			.nbaDraftHalf li {
				
				padding:1px 0;
			}
	.nbaDraftNews {
		float:left;
		margin:2px 0;
	}	
		.nbaDraftNews h4 a{
			font-size:11px;
		}
		.nbaDraftNews li.even {
			background:#EFEFEF;
		}
.nbaFVForum {
	float:left;
	margin:10px;
}
.nbaFVForum	table {
	width:100%;
}
.nbaFVForum	td {
	padding:5px;
}
	.nbaFVForum	tr.nbaTblHead, tr.nbaTblHead td {
		font-weight:bold;
	}
	.nbaFVForum tr, .nbaFVForum td {
		border-bottom:1px solid #626262;
	}
/*  ----------------------------------------
	(1b4a7) BELOW THE FOLD - PODS - POLL POD */		
.nbaPollPod {
	float:left;
	margin:10px 5px;
	_margin:7px 3px;
	width:288px;
}	
	.nbaPollPod img {
		float:left;
		padding:0px 5px 10px;
	}
	.nbaPollSubmit {
		margin:20px 90px;
		text-align:center;
	}
	.nbaPollPod input {
		float:left;
		margin-right:5px;
		_margin-right:0px;
	}
/*  ----------------------------------------
	(1b4a7) BELOW THE FOLD - PODS - AD PODS */	
.nbaAdPodRow {
	float:left;
	left:10px;
	margin:7px 0 0;
	position:relative;
	width:938px;
}
	.nbaAdPodContain{
		float:left;
		margin:0 10px 0 0;
		position:relative;
	}
/*  ----------------------------------------
	(1b4a8) BELOW THE FOLD - PODS - POTG PODS */	
	#nbaPOTGpromoShell {
		width:300px;
		height:125px;
		margin:5px 0 0;
		float:left;
		position:relative;
		background:url(http://i2.cdn.turner.com/nba/nba/.element/img/2.0/sect/POTG/Vote_HP_Mod_bck.jpg) no-repeat;
		}
	.gameplayer {
		width:71px;
		margin: 12px 5px 0 15px;
		-margin: 12px 2px 0 7px;
		float: left;
		}
	.gameplayerTxt {
		width:50px;
		margin: 40px 10px 0 0;
		-margin: 40px 5px 0 0;
		float: left;
		}
		.gameplayerTxt h1{
			text-transform:uppercase;
			font-size:14px;
			font-weight:bold;
			color:#ec008c;
			}
		.gameplayerTxt p{
			font-weight:bold;
			color:#fff;
			}
	.gameplayerBtn {
		width:115px;
		margin: 90px 0 0 20px;
		float: left;
		}
