@charset "utf-8";
/*********************************************************************
   Global Defaults
*********************************************************************/
* { margin:0; padding: 0; }
body { margin: 0; font-family: Arial, Helvetica, Verdana, sans-serif;  }
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, table, address {
	margin: 0 0 14px 0; padding: 0;
}
body, iframe, form, input, select, textarea { 
	margin: 0; border: 0; padding: 0; 
}  
img{ border: 0; }
ul, dl { padding-left: 22px;}
ol { padding-left: 32px;}
dt { font-weight: bold; }
blockquote { padding: 0 20px; font-style: italic; }
a { cursor:pointer; color:#4C688F; text-decoration: underline; }
a:hover { text-decoration: none; }
label { cursor: pointer; cursor: hand; }

/* Footer */
#footer {
	font-size: 10px; 
	line-height: 14px;
	width: 960px;
	margin: 0px auto 50px auto;
}
#footer a {
   text-decoration:none;
   color:#51709f;
}
#footer a:hover {
} 
#footer ul {
   list-style: none;
   width: 450px;
   float: left;
   padding: 0;
}
#footer li {
   width: 150px;
   float: left;
}
#footer #footerbox {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
}
#footer #footerbox {
	display: block;
}
#footer #footerbg {
	/*height:43px;*/
}
#footer .linkList {
	float: left;
	width: 450px;
}	
#footer .linkList a:hover {
  text-decoration: underline;
}
#footer #esrb {
   width: 144px; 
   height: 44px;
   display: block;
   background: url(/images/_img/privacycert.gif) no-repeat;
   float: left;
   position: relative;
   left: -10px;
}
#footer #copyright {
   width: 305px;
   float: left;
   text-align: right;
}
#footer #copyright a {
	color: #fff;
}
#footer #copyright a .not_white {
   color: #51709f;
}


/*********************************************************************
   EA TRAX : Global Styles
*********************************************************************/
body {
	background: #000 url(/images/ea/eatrax/_img/_v2/bg.jpg) repeat-x;
}

/* GUS Overides */
#gus-quicknav {
}
#gus-comphdr {
}
#info-quick {
}
#adu-header .adu-label {
	color: #c0c0c0;
}

#container {
	margin: 115px auto 15px auto;
	width: 960px;
	background: url(/images/ea/eatrax/_img/_v2/bg_middle.jpg) top center repeat-y;	
	
}
#page {
	background: url(/images/ea/eatrax/_img/_v2/bg_top.jpg) top center no-repeat;
	position: relative;
}
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content {
	background: url(/images/ea/eatrax/_img/_v2/bg_bot.jpg) bottom center no-repeat;
	width: 960px;
	min-height: 972px;
	padding: 0 0 28px 0;
	display: inline-block;	
}

	/* Typography */
	#content p, #content ul, #content ol, 
	#content table, #content dl, #content blockquote {
		font-size: 11px;
		line-height: 16px;
	}
	#content table p {
		margin-bottom: 0;
	}
	#content .date, #content .title {
		display: block;
		font-weight: bold;
	}
	#content .date {
		color: #325280;
	}
	#content .button, #content .header {
		text-indent: -3000px;
		background-repeat: no-repeat;
		overflow: hidden;	
	}
	#content .button {
		display: block;	
	}
	/* Buttons */
	#content a.read, #content a.view {
		width: 38px;
		height: 14px;
		float: right;
	}
	#content a.view:hover {
		backgroud-position: 0 -14px;
	}	
	#content a.read {
		background-image: url(/images/ea/eatrax/_img/_v2/btn_read.gif);
	}
	#content a.view {
		background-image: url(/images/ea/eatrax/_img/_v2/btn_view.gif);
	}	
	#content a.itunes {
		background-image: url(/images/ea/eatrax/_img/_v2/btn_itunes.gif);
		background-position: 0 -20px;
		width: 80px;
		height: 20px;
		margin-bottom: 3px;
	}
	#content a.itunes:hover {
		background-position: 0 -20px;		
	}
	#content a.preview {
		background-image: url(/images/ea/eatrax/_img/_v2/btn_preview.gif);
		width: 79px;
		height: 20px;
	}
	#content a.eatrax {
		background-image: url(/images/ea/eatrax/_img/_v2/btn_eatrax.gif);
		width: 77px;
		height: 20px;
		margin-bottom: 3px;
	}
	#content a.phone {
		background-image: url(/images/ea/eatrax/_img/_v2/btn_phone.gif);
		width: 87px;
		height: 20px;
	}
	#content a.preview:hover,
	#content a.eatrax:hover,
	#content a.phone:hover {
		background-position: 0 -20px;
	}	
	#content a.website {
		background-image: url(/images/ea/eatrax/_img/_v2/btn_website.gif);
		width: 55px;
		height: 15px;
	}
	#content a.website:hover {
		background-position: 0 -15px;
	}
	#content a.visit_website,
	#content a.buy_game  {
		width: 95px;
		height: 15px;
	}
	#content a.visit_website {
		background-image: url(/images/ea/eatrax/_img/_v2/btn_visit_website.gif);
	}
	#content a.buy_game {
		background-image: url(/images/ea/eatrax/_img/_v2/btn_buy_the_game.gif);	
	}
	/*#content a.visit_website:hover,
	#content a.buy_game:hover{
		background-position: 0 -15px;
	}*/	
	/* Clear Floats */
	#content .clear {
		overflow: hidden;
		display: inline-block;
	}
	#content .clear {
		display: block;
	}
	/* Paganation Styles */
	#content li.paganation {
		text-align: center;
		padding-top: 5px;
	}
		#content li.paganation a {
			color: #000;
			text-decoration: none;
			padding-right: 5px;
		}
		#content li.paganation a:hover, #content li.paganation a.current {
			color: #f14e23;
		}
		#content li.paganation a.pageNav  {
			width: 15px;
			height: 15px;
			overflow: hidden;		
			background-repeat: no-repeat;
		}
		#content li.paganation a.pageNav span {
			display: none;
		}
		#content li.paganation a#btnPrev{
			float: left;
			background-image: url(/images/ea/eatrax/_img/_v2/btn_prev.gif);
		}
		#content li.paganation a#btnNext{
			float: right;
			background-image: url(/images/ea/eatrax/_img/_v2/btn_next.gif);	
		}		
			

#left_col {
	width: 231px;
	float: left;
}
	#left_col h1 {
		width: 195px;
		height: 170px;
		background: url(/images/ea/eatrax/_img/_v2/logo_trax.jpg) no-repeat;
		margin-bottom: 0;
		padding: 15px 0 0 18px;
		margin-left: 18px;
	}
	#left_col h1 a {
		display: block;
		width: 165px;
		height: 155px;	
		text-indent: -3000px;
	}
	#left_col h2 {
		width: 196px;
		height: 22px;
		margin: 0 0 0 18px;
		background-image: url(/images/ea/eatrax/_img/_v2/hdr_other_news.jpg);
	}
	#left_col ul {
		list-style: none;
		padding-left: 0;
		width: 196px;
		margin: 0 0 0 18px;
	}
	#left_col ul#news_listing, #left_col ul#artist_listing {
		min-height: 600px;
	}
	#left_col ul#soundtrack_list {
		min-height: 490px;
	}
	#left_col ul#news_listing p {
		float: left;
		margin-bottom: 0;
	}
	#left_col li {
		border-bottom: solid 1px #bcbcbc;
		font-weight: bold;
		padding: 11px 0 5px 0; /* 15 */
		overflow: hidden;
		display: inline-block;
	}
	#left_col li {
		display: block;
	}
	#left_col li.bottom {
		border: none;
	}
	#left_col .button {
		margin-top: 5px;
	}
	#left_col .title {
		color: #325280;
	}
	#left_col li.selected {
		border-bottom: solid 5px #f14e23;
	}	
	#left_col li.paganation {
		border-top: solid 1px #bcbcbc;
	}
		
		#left_col #newsletter {
			margin: 25px 0 0 18px;
			width: 183px;
		}
		#left_col #newsletter p { 
			background: url(/images/ea/eatrax/_img/_v2/newsletter_eatrax.gif) no-repeat;
			width: 183px;
			height: 29px;
			text-indent: -3000px;
			margin-bottom: 7px;
		}
		#left_col #newsletter a {
			margin: 0 0 0 50px;
			width: 79px;
			height: 19px;
			background-image: url(/images/ea/eatrax/_img/_v2/btn_sign_up.gif);	
			
		}
#right_col {
	width: 729px;
	float: left;
}
	#nav {
		list-style: none;
		padding-left: 0;
		margin-bottom: 11px;
	}
	#nav li {
		float: left;
	}
	#nav a {
		display: block;
		height: 37px;
		background-repeat: no-repeat;
		text-indent: -3000px;
	}
	#nav a:hover, #nav a.current {
		background-position: 0 -37px;
	}
	#nav #nav_home a {
		background-image: url(/images/ea/eatrax/_img/_v2/nav_home.jpg);	
		width: 147px;
	}
	#nav #nav_news a {
		background-image: url(/images/ea/eatrax/_img/_v2/nav_news.jpg);	
		width: 150px;
	}
	#nav #nav_featured a {
		background-image: url(/images/ea/eatrax/_img/_v2/nav_featured.jpg);	
		width: 214px;
	}
	#nav #nav_preview a {
		background-image: url(/images/ea/eatrax/_img/_v2/nav_preview.jpg);	
		width: 218px;
	}	
	#content_top {
		width: 710px;
		background: url(/images/ea/eatrax/_img/_v2/bg_inner_middle.jpg) top center repeat-y;		
	}
	#content_mid {
		background: url(/images/ea/eatrax/_img/_v2/bg_inner_top.jpg) top center no-repeat;
	}
	#content_bot {
		background: url(/images/ea/eatrax/_img/_v2/bg_inner_bot.jpg) bottom center no-repeat;
		min-height: 835px; /*784px;*/
		padding: 45px 19px 20px 19px;
	}
	#right_col h1 {
		height: 25px;
		margin-bottom: 21px;
		padding-bottom: 6px;
		border-bottom: groove 2px #fff;
		~border-bottom-color: none;		
	}
	#right_col a {
		font-weight: bold;
	}
	#right_col .date {
		font-size: 12px;
	}
	#right_col .title {
		font-size: 14px;
	}
	#right_col img {
		margin: 0 15px 10px 0;
	}	
	#right_col .right_img {
		margin: 0 0 10px 15px;
	}

#adunit_container {
	display: none;
}
