*{
	font-family: Arial, Helvetica, sans-serif;
}

body{
	font-size: 8pt;
	background: #000000 url('images/ea_bkg.jpg') repeat-x top left;
	margin: 0;
	text-align: center;
}

a{
	font-family: arial,helvetica,sans-serif;
	font-size: inherit;
	font-weight: normal;
	color: #816db1;
	cursor: pointer;
}

a:hover{
	text-decoration: underline;
}

h1{
	text-transform: uppercase;
	color: #3c3c3c;
	margin: 0;
	font-size: 15pt;
}

h2{
	text-transform: uppercase;
	color: white;
	text-align: center;
	margin: 10px 0;
	font-size: 12pt;
}

h3{
	text-transform: uppercase;
	color: #3c3c3c;
	margin: 0 0 0 168px;
	padding: 25px 0 12px 0;
	font-size: 9pt;
}

hr{
	clear: both;
	border: 0;
	border-top: #999999 1px solid;
}

#wrapper{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#top{
	width:740px;
	height:90px;
	background-image: url('images/ea_header.png');
}

#middletop{
	margin-top: 15px;
	background: url('images/ea_middle_top.jpg') no-repeat top left;
}

#middle{
	vertical-align: middle;
	background: #ffffff url('images/ea_middle_bkg.jpg') no-repeat top left;
}

#middlebtm{
	margin-bottom: 15px;
	background: url('images/ea_middle_btm.jpg') no-repeat top left;
}

#bottom{
	width: 710px;
	padding: 15px;
	color: white;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#left{
	width: 185px;
	background: url('images/ea_bkg_bold.jpg') no-repeat top left;
	position: relative;
	margin-left: 15px;
	padding-top: 480px;
	font-size: 10pt;
	text-align: center;
	color: #816db1;
	clear: right;
	float: left;
}

#left a{
	font-weight: bold;
}

#right{
	width: 480px;
	background: url('images/ea_right_bkg.jpg') no-repeat top left;
	position: relative;
	margin-right: 15px;
	padding: 0 15px 0 15px;
	float: right;
}

.tab{
	height: 36px;
	width: 138px;
	margin-left: 10px;
	padding-top: 5px;
	float: left;
}

.desc {
	color: white;
	margin-left: 5px;
}

#step1{
	width: 480px;
	height: 286px;
	background: url('images/ea_step1_bkg.jpg') no-repeat top left;
	color: #999999;
}

#ea_info{
	width: 460px;
	height: 225px;
	margin: 0 5px 0 5px;
	padding: 5px;
	font-weight: bold;
}

#country{
	float: left;
	width: 200px;
	height: 45px;
	padding: 5px 15px 0 15px;
	text-transform: uppercase;
}

#carrier{
	float: right;
	width: 200px;
	height: 45px;
	padding: 5px 15px 0 15px;
	text-transform: uppercase;
}

#device{
	clear: both;
	float: left;
	width: 199px;
	height: 145px;
	padding: 5px 15px 5px 15px;
	border-right: #999999 1px solid;
	text-transform: uppercase;
}

#country_select, #carrier_select, #device_select{
	text-transform: none;
}

#deviceImage{
	float: right;
	width: 230px;
	height: 155px;
}

.notice{
	color: red;
	padding: 5px;
}

#devbutton {
	margin-top: 10px;
}

#step2_top{
	width: 480px;
	height: 59px;
	background: url('images/ea_step2_top.jpg') no-repeat top left;
	margin-top: 24px;
}

.close{
	
}

#step2{
	width: 470px;
	background: url('images/ea_step2_middle.jpg') repeat-y top left;
	padding: 5px;
}

#games{
	margin: 0;
}

.gameitem{
	width: 150px;
	height: 160px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}

.game_thumb{
	margin-left: 14px;
	margin-right: 14px;
	border: #A6A6A6 solid 1px;
}

#step2_btm{
	width: 480px;
	height: 12px;
	background: url('images/ea_step2_btm.jpg') no-repeat top left;
	margin: 0;
}

#step3{
	width: 480px;
	height: 126px;
	background: url('images/ea_step3_bkg.jpg') no-repeat top left;
	margin-top: 24px;
}

#cartbutton{
	margin-top: 14px;
	margin-left: 91px;
}

a#cartbutton:hover{
	background: url('images/ea_add2cart_hover.jpg') no-repeat top left;
	text-decoration: underline;
}

.emph{
	color: #3c3c3c;
}

.clear{
	clear: both;
}

#popup{
	width: 100%;
	height: 100%;
	z-index: 500;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: left;
}

#popuptrans{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#popupclose{
	position: relative;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: right;
	background-color: #DEDFDE;
}

#topclose{
	margin-right: 5px;
}

#bottomclose{
	text-align: right;
	margin: 0;
	padding: 0;
}

#popupcontent{
	width: 535px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-bottom: 15px;
	background: #ffffff url('images/ea_popup_bkg.jpg') repeat-x top left;
	position: relative;
	text-align: left;
}

#popuptop{
	width: 521px;
	height: 48px;
	padding: 25px 0 0 10px;
	background: url('images/ea_popup_top.jpg') no-repeat top left;
}

#popupinfo{
	width: 499px;
	background: url('images/ea_popup_box.jpg') repeat-y top left;
	padding: 0 10px 0 12px;
}

#banner{
	width: 476px;
	height: 218px;
	border: #a6a6a6 solid 10px;
	margin-bottom: 10px;
}

#screenshot{
	margin-left: 5px;
	margin-right: 5px;
}

#popupbtm{
	width: 521px;
	height: 12px;
	background: url('images/ea_popup_btm.jpg') no-repeat top left;
}