/* ----------------------------------------------------------------------------
	iTunesStyles.CSS
	Contains everything specific to iTunes Landing page */
/*	----------------------------------------------------------------------------
	Table Of Contents
	Page Content
			1. Background Structure
			2. Left Column
			   a. Copy 
			   b. iTunes Items 
			   c. iTunes Modules
				
*/
	.nbaClear{
			clear:both;
		}
/*  -----------------------------------------------------------------------------
	(1) Background Sturcture  */

		#nbaItunesBG_top {
			background: url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/iTunes/iTunesAmazingBg_top.jpg') no-repeat;
			position:relative;
			top: 0px;
			margin:0 0 20px;
			width:934px;
			background-color:#000;
			/*border: 1px solid white;*/
		}
		
		#nbaItunesBG_bottom {
			width:934px;
			height:16px;
			background: url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/iTunes/iTunesAmazingBg_bot.jpg') no-repeat; 
		}
	
	
/*  -----------------------------------------------------------------------------
	(2) LEFT COLUMN  */
	
		#nbaItunesBG_box {
			color:#fff;
			margin-top: 0px; 
			width: 585px;
		}
	/*  -----------------------------------------------------------------------------
		(2a) COPY  */
		
			.nbaItunesTopCopy {
				margin: 0 0 20px 25px; 
				-margin: 0 0 20px 12px;
				-width:560px; 
				float:left;
				}
			.nbaItunesLogo {
				margin: 80px 0 10px; 
				float:left;
				}
			.nbaItunesTopCopy p {
				font-family: arial, helvetica, sans-serif; 
				font-size:10pt; 
				font-weight:normal; 
				line-height:15pt; 
				top:15px;
				float:left;
				}
			.nbaItunesTopCopy span {
				position:relative; 
				top:35px; 
				padding-bottom:60px;
				}
		
	/*  -----------------------------------------------------------------------------
		(2b) iTUNES ITEMS  */
		
			#nbaItunesBox {
				margin-left: 20px;
				}
			#nbaItunesItemsBG_top {
				width:529px;
				height:30px;
				float:left;
				background: url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/iTunes/greyContainer_top.jpg') no-repeat;
				position:relative;
				left:0px;
				
				}
			
			#nbaItunesItemsBG_box {
				float:left;
				width:529px;
				background: url('http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/iTunes/greyContainer_box.jpg') repeat-y;
				/*font:12px 'trebuchet ms', arial, verdana, sans-serif;*/
				color:#fff;
				}
				
			#nbaItunesItemsBG_bottom {
				float:left;
				width:529px;
				height:30px;
				background: url(' http://i.cdn.turner.com/nba/nba/.element/img/1.1/sect/iTunes/greyContainer_bot.jpg') no-repeat;
			}
	/*  -----------------------------------------------------------------------------
		(2c) iTUNES MODULES  */
		
			#nbaItunesModules {
				margin:5px 0 0 20px; 
				width:490px;
				clear:both;
				}
			#nbaItunesModulesNxt {
				margin:35px 0 0 20px; 
				width:490px;
				clear:both;
				}
			#nbaItunesModules img, #nbaItunesModulesNxt img {
				float:left; 
				margin:0 18px 0 0;
				}
			
			.nbaItunesModulesTxt {
				font-family: geneva, arial, helvetica, sans-serif; 
				font-size:8pt; 
				font-weight:normal;
				float:left;
				width:300px;
				}
			.nbaItunesModulesTxt h1{
				margin:0 0 0 5px; 
				font-size:8pt;
				font-weight: bold;
				}
			.nbaItunesModulesTxt p{
				margin:0 0 15px 5px; 
				clear:both;
				}
