/**** General styles and resets ****/
body {
	margin:0;
	font:0.7em/1.05em Verdana, Arial, serif;
	color: #B31B00;
	background:#FFFFFF;
		}
a:link, a:visited {
	color: #FFFFFF;
	line-height:1.3em;
	text-decoration:underline;		
	}
a:hover, a:active {
	color: #E0E0E0;
	}
img { border:none; }
li, ul {
	padding:0;
	margin:0;
}
div	{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	}
table {
	padding: 0;
	margin: 0;
	border:0;
	border-collapse: collapse;
	}
br {
	height:8px;
	line-height:8px;
	}
/*Content Styles*/		
#wrap {
	width:700px;
	background:#000000;
	}
.content-right {
	float:left;
	text-align:left;
	width:443px;
	}	
/* Intro box styles */
.intro {
	margin:70px 0 0 35px;
	width:355px;
	}	
#intro-choice, #intro-heading {
	font-size:14px;
	padding-bottom:5px;
	line-height:14px;	
	font-weight:bold;	
	}	
#intro-heading {
	font-size:13px;
	}
#intro-copy, #intro-chosen {
	height:120px;
	overflow:auto;
	scrollbar-Arrow-Color: #B31B00;
	scrollbar-Base-Color: #B31B00;
	scrollbar-DarkShadow-Color: #B31B00;
	scrollbar-Face-Color: #628A9A;
	scrollbar-Highlight-Color: #628A9A;
	scrollbar-Shadow-Color: #628A9A;
	scrollbar-Track-Color: #628A9A;		
	padding-right:7px;
	color:#FFFFFF;
	font-size:0.8em;	
	}
#intro-copy {	
	color:#FFFFFF;
	}
#intro-chosen {
	height:147px; /* included due to lack of 2 headings, apparent in the intro-copy HTML */
	padding-top:2px;
	}		
/* Offer box styles */
#offer-box-left {
	width:178px;
	}
#offer-box-copy, #offer-box-chosen {
	padding:18px 20px 18px 5px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:1.3em;
}
#offer-box-chosen {
	font-weight:normal;
	padding:0 20px 12px 5px;	
	width:240px;
	}	
#xbox-link {
	line-height:16px;
	font-size:1.3em;
	}
#instructive-copy, #instructive-copy-2 {
	line-height:30px;
	}
#instructive-copy-2 {
	line-height:15px;
	}	
#code-btn-wrap {
	margin-left:0;
	}	
#code-btn-wrap-2 {
	margin-left:0;
	}	
#code-btn-wrap div, #code-btn-wrap-2 div{
	float:left;
	}	
#code-btn {
	height:43px;
	width:190px;
	background:url(../images/ea/ea_landing/code_btn_bg.gif) repeat-x;
	font:bold 0.8em/40px Verdana, Arial, serif;
	}
/* Terms and Conditions / Footer styles */
#footer {
	clear:both;
	margin:0 25px 10px 275px;
	padding-top:20px;
	color:#FFFFFF;
	line-height:1.2em;
	text-align:left;
	}
#tandc {
	width:600px;
	margin-top:20px;
	font-size:0.8em;
	color:#939393;
	}
#tandc A {
	color:#939393;	
	}
#tandc A:hover {
	color:#FFFFFF;	
	}		
