@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------------
	nbaPOrightPods.CSS 
	Contains everything specific to the Sprite Slam Dunk 2009. Do not put any non-Playoffs Right Column Pod-specific information in this document.	*/
	/* NOTE: Anything beginning with [*:first-child+html] is an IE7-specific hack */
/*	----------------------------------------------------------------------------
	Table Of Contents
	1.	Playoff 300x75 banner
	2.  Playoff Scores & Games
			A. Header
	3.  Video Highlights
			A. Overlay
	4.  Playoff Headlines
	5. Sponsor Banner
		
*/	
	.nbaClear {
		  position: relative;
		  font-size: 0px;
		  height: 0px;
		  clear: both;
	 }
h1.nbaStoryH1 {
	padding-bottom:15px;
}	 
div.nbaStoryRightColumn li {
	list-style:inside none none;
	padding-left:10px;
	_padding-left:0px;
}	 
div.nbaStoryText p {
	padding:5px 0px;
}
/*  -----------------------------------------------------------------------------
	(1) Playoff 300x75 banner  */	
		#nbaPObannerPod {
			position: relative;
			width: 300px;
			margin: 0 0 10px 0;
		}
/*  -----------------------------------------------------------------------------
	(2) Playoff Scores & Games */
		div.nbaPOInfoPod {
			position: relative;
			width: 300px;
			margin: 0 0 10px 0;
			border: 1px solid #D1D1D1;
		}
		div.nbaPOInfoPod table.nbaPOGameTbl {
			font-weight: normal;
			font-size: 10px;
		}
		.nbaPOWinRed {
			color: #FF0000;
		}
		.nbaPOInfoFoot {
			position: relative;
			width: 300px;
			height: 8px;
			background-color: #EFEFEF;
			border-top: 1px solid #D1D1D1;
		}
		div.nbaPOInfoPod table {
			color: #999999;
			font-weight:bold;
			}
		div.nbaPOInfoPod table tr td {
			padding:3px;
			}
		div.nbaPOInfoPod table tr.odd {
			background-color:#F3F3F3;
			}
		/*	-----------------------------------------------------------------------
				(A) Header */
				.nbaPOInfoHd {
					position: relative;
					width: 290px;
					margin: 0 0 5px 0;
					padding: 5px;
					border-bottom: 1px solid #D1D1D1;
					background-color: #EFEFEF;
				}
				#nbaPOInfohdText {
					text-transform: uppercase;
					color:#000000;
					font-size: 12px;
					font-weight:bold;
					}
				#nbaPOInfohdText2 {
					color:#003366;
					font-weight:bold;
					}
/*  -----------------------------------------------------------------------------
	(3) Video Highlights  */
	#nbaPlayoffRailVid {
		position:relative;
		width:300px;
		height:230px;
		margin:10px 0;
	}	
	div.nbaPOvideo {
		width: 300px;
		text-transform: uppercase;
		font-weight:bold;
		clear:left;
		padding:0 0 3px 0;
	}
	div.nbaPOvideoHolder {
		width: 75px;
		float: left;
		padding:0 0 7px 0;
	}		
/*	-----------------------------------------------------------------------
	(A) Overlay */
	div.nbaPOvideoWrapper {
		position:relative;
	}
		.nbaPOvideoOverlay {
			border-width:0;
			display:inline-block;
			left:0;
			position:absolute;
			top:0;
		}
/*  -----------------------------------------------------------------------------
	(4) Playoff Headlines  */
	div.nbaPOInfoPodList {
		position: relative;
		width: 300px;
		margin: 0 0 10px 0;
	}	
	div.nbaPOInfoPodList li {
		list-style:inside none none;
		padding:2px;
	}
	div.nbaPOInfoPodList li.odd {
		background:#F3F3F3;
	}	
	div.nbaPOInfoPodList li a {
		font-weight:bold;
		font-size: 11px;
	}
/*  -----------------------------------------------------------------------------
	(5) Sponsor Banner  */
		#nbaPlayoffsSponHdr {
			position: relative;
			width: 924px;
			height: 50px;
			margin: 5px;
		}

