/* ----------------------------------------------------------------------------
	DRAFT2009.CSS 
	Contains everything specific to the Draft 2009 - Index Page.  Do not put any non-index-page-specific information in this document.	*/
	/* NOTE: Anything beginning with [*:first-child+html] is an IE7-specific hack */
/*	----------------------------------------------------------------------------
	Table Of Contents
	1.	Structure
		A. Header
		B. Content
		C. Right Column
			1. 300 Ad
			2. Rail Pods
			3. NBA Store Pod
*/			
/*  -----------------------------------------------------------------------------
	(1) STRUCTURE  */
* {
	padding:o;
	margin:0;
}
.nbaClear {
	position: relative;
	font-size: 0px;
	height: 0px;
	clear: both;
}	
a {
	color:#36649C;
}
.b {
	font-weight:bold;
}
.l {
	text-align:left !important;
}
.show {
	display:block;
}
.hide {
	display:none;
}
.last {
	border-right:none;
}
/*  -----------------------------------------------------------------------------
	(1a) HEADER  */	

/*  -----------------------------------------------------------------------------
	(1b) CONTENT  */
#nbaFullContent {
	position:relative;
	float:left;
	width:610px;
	margin:0 5px 10px 10px;
	_margin:0 5px 10px 5px;
}	

/*  -----------------------------------------------------------------------------
	(1c) RIGHT COLUMN  */
#nbaFullRight {
	position:relative;
	float:left;
	width:300px;
	margin-left:5px;
}	
/*  ------------------------------------------
	(1c1) RIGHT COLUMN - 300 AD  */
div.nba300Ad {
	position:relative;
	float:left;
	width:300px;
	height:262px;
	overflow:hidden;
	margin:0 0 10px;
}
	div.nba300Ad  div.nbaAdbanner {
		position:relative;
		_top:-3px;
		width:300px;
		height:12px;
	}
		*:first-child+html div.nba300Ad  div.nbaAdbanner {
			top:-3px;
		}		
/*  ------------------------------------------
	(1c2) RIGHT COLUMN - RAIL PODS  */		
#nbaDrftRailPods {
	float:left;
	position:relative;
	text-align:center;
	width:300px;
}		
	div.nbaDrftAdPods {
		float:left;
		margin:2px 0px;
		position:relative;
	}
/*  ------------------------------------------
	(1c3) RIGHT COLUMN - NBA STORE POD  */	
#nbaStorePod {
	position:relative;
	width:300px;
	height:100%;
	float:left;
	margin:10px 0;
}	
	#nbaStorePodHeader {
		position:relative;
		height:25px;
		text-transform:uppercase;
		background:url(http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/playoffs2009/nbaPlayoffTopTab.gif) no-repeat center top;
	}
		#nbaStorePodHeader h3{
			color:#454545;
			font-size:14px;
			text-indent:5px;
			padding:5px 0 0;
		}
	#nbaStorePodContent {
		position:relative;
		float:left;
		border:1px solid #E9E9E9;
		border-bottom:10px solid #E9E9E9;
		width:294px;
		background:#FFF;
		padding:2px;
	}
	div.nbaStorePodContainer {
		position:relative;
		float:left;
		width:48%;
		height:200px;
		background:#FFF;
		text-align:center;
		color:#0C2D50;
		font-weight:bold;
		margin:0 1px;
	}
		div.nbaStorePodContainer img {
			position:relative;
			margin:5px auto;
			width:48%;
		}
		div.nbaStorePodContainer p {
			padding:5px 10px;
		}
		div.nbaStorePodBtn {
			position:absolute;
			display:block;
			top:145px;
			left:35px;
			margin:5px auto;
			width:70px;
			height:18px;	
			z-index:999;
		}
			div.nbaStorePodBtn  img{
				position:absolute;
				left:-5px;
				width:70px;
				height:18px;	
			}
	#nbaStorePodContent div.nbaFillerSpace {
		position:relative;
		width:2px;
		height:200px;
		float:left;
		background:#E9E9E9;
		_display:none;
	}		
