/* DRAFT2009_Profile.CSS */
/* ----------------------------------------------------------------------------
	DRAFT2009_Profile.CSS 
	Contains everything specific to the Draft 2009 - Profile Pages.  Do not put any non-Profile-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
			1. Player Profile Header
			2. Player Profile Header Content
				a. Player Info
				b. Player Store
				c. Player Data
			3. Player Full Content
				a. EVP Player
*/			
/*  -----------------------------------------------------------------------------
	(1) STRUCTURE  */
	
/*  -----------------------------------------------------------------------------
	(1a) HEADER  */		
#nbaDraftHeader {
	position:relative;
	width:918px;
	height:50px;
	margin:5px 10px 10px;
}
/*  -----------------------------------------------------------------------------
	(1b) CONTENT  */
/*  ------------------------------------	
	(1b1) CONTENT - PLAYER PLAYER PROFILE HEADER  */
#nbaDProfileHeader {
	background: url(http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/draft2009/profiles/pg.header.jpg) no-repeat center top;
	height:55px;
	float:left;
	position:relative;
	width:609px;	
}	
	#nbaDProfileHeadAd {
		float:right;
		margin:1px;
		position:relative;
	}
/*  ------------------------------------	
	(1b2) CONTENT - PLAYER PROFILE HEADER CONTENT  */	
#nbaProfileContent {
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	float:left;
	position:relative;
	width:607px;
	overflow:hidden;
}	
/*  --------------------------------------------
	(1b2a) PLAYER PROFILE HEADER CONTENT - PLAYER INFO  */
#nbaPlayerProfile {
	float:left;
	margin:20px 0px;
	position:relative;
	width:48%;
}	
	#nbaPlayerProfile img {
		float:left;
		margin:5px 10px 25px;
		padding:2px;
		border:1px solid #D2D2D2;
	}
		#nbaPlayerProfile h1 {
			font-size:26px;
			line-height:30px;
			padding-bottom:5px;
		}
		#nbaPlayerProfile ul {
			padding-left:0px;
		}
			#nbaPlayerProfile li {
				list-style:inside none none;
			}
/*  --------------------------------------------
	(1b2b) PLAYER PROFILE HEADER CONTENT - PLAYER PROFILE STORE  */	
#nbaProfileStore {
	float:left;
	padding:10px;
	position:relative;
	width:48%;
}
	#nbaProfileStoreImg {
		float:left;
		width:48%;
		padding:15px 2px;
	}
	#nbaProfileStrContent {
		float:left;
		padding:15px 2px;
		position:relative;
		width:48%;
	}
		#nbaProfileStrContent p {
			padding:10px;
		}
		#nbaProfileStrContent a {
			font-weight:bold;
		}
	#nbaProfileStrContent div.nbaStorePodBtn {
		margin:5px auto;
		text-align:center;
	}	
/*  --------------------------------------------	
	(1b2c) PLAYER HEADER CONTENT - PLAYER DATA  */	
#nbaDPlayerData {
	float:left;
	margin:5px 10px;
	position:relative;
	width:585px;
}	
	#nbaDPlayerData table {
		width:100%;
	}
	#nbaDPlayerData td {
		padding:5px 4px;
	}
	#nbaDPlayerData a {
		font-weight:normal;
	}
		tr.nbaDraftPlyrDataHead, tr.nbaDraftPlyrDataHead td {
			background:#E9E9E9;
			font-size:12px;
			font-weight:bold;
			height:20px;
		}
		tr.nbaDraftPlyrDataYear, tr.nbaDraftPlyrDataYear td {
			font-weight:bold;
		}
			#nbaDPlayerData table .even {
				background:#F1F1F1;
			}
		tr.nbaPlyrDataTotal, tr.nbaPlyrDataTotal td {
			border-top:1px solid #D2D2D2;
			background:#FFF;
			font-weight:bold;
		}		
/*  --------------------------------------------	
	(1b3) PLAYER PROFILE FULL CONTENT */		
#nbaProfileFullContent {
	float:left;
	margin:0 10px;
	position:relative;
	width:585px;
}	
	div.nbaProfilePod {
		position:relative;
		margin:10px 5px;
	}
		div.nbaProfilePod ul {
			padding-left:0px;
		}
			div.nbaProfilePod li {	
				list-style:inside;
			}
		div.nbaProfilePod a {
			font-weight:normal;
		}		
/*  --------------------------------------------	
	(1b3a) Profile FULL CONTENT - EVP PLAYER */
#nbaProfileEVP {
	border:1px solid #CCC;
	float:right;
	height:250px;
	margin:10px 0px 10px 10px;
	position:relative;
	width:388px;
	z-index:1000;
	overflow:hidden;
}	
	
	
	
