
/* start /styles/securityupdate/soe.css*/
body {
	margin: 0;
	padding: 0;
	background-color: #dbdfdd;
	background-image: url('https://www-cdn.soe.com/images/soe_images/site_background.png?v=906392206');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
}
a {
	color: #0e78c9;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline-style:none;
}
img {
	border:0;
}
a img {
	border: 0px;
}
#top_bar {
	margin: 0;
	padding: 0;
	background-color: #000;
	height: 40px;
}
#top_bar #sony_logo {
	margin: auto;
	padding: 7px 0 0 0;
	width: 975px;
	text-align: right;
}
.header_add {
	display:block;
	margin:0 auto;
	padding: 0;
	height: 13px;
	background: url('https://www-cdn.soe.com/images/soe_images/header_border_addition.png?v=2442311037') no-repeat center top;
}
.flushit {
	clear:both;
}
.site_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background:url('https://www-cdn.soe.com/images/soe_images/retro_bg.jpg?v=3658097064') no-repeat scroll center top #000000;
	height: 413px;
}
.header {
	margin: 0;
	padding: 0;
}
.align_content {
	position:relative;
	margin:0 auto;
	padding: 0;
	width: 992px;
	min-height: 346px;
}
.align_content .navigation {
	margin: 0 auto 0 auto;
	padding: 0;
	background: #000 url('https://www-cdn.soe.com/images/soe_images/navigation_bg.png?v=2472606193') repeat-x bottom;
	height: 53px;
	z-index: 600;
	position: relative;
	width: 992px;
}
.align_content #navigation {
	width: 992px;
	height: 54px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image:  url('https://www-cdn.soe.com/images/themes/soe/navigation-bg-tile.png?v=2472606193');
	background-position: 0 0;
	background-repeat: repeat-x;
	position: relative;
	z-index: 500;
}
.align_content #navigation a.soe-logo {
	float: left;
	margin: 5px 5px 0 10px;
	display: block;
	width: 221px;
	height: 42px;
	background-image: url('https://www-cdn.soe.com/images/themes/soe/soe-logo.png?v=3987263223');
	background-position: center top;
	background-repeat: no-repeat;
}
.align_content #navigation #menuItems {
	float: right;
	height: 53px;
}
.align_content #navigation #menuItems ul.top-nav {
	margin: 0;
	padding: 0;
}
.align_content #navigation #menuItems ul.top-nav li{
	float: left;
	list-style: none;
	margin: 0;
}
.align_content #navigation #menuItems ul.top-nav li a {
	margin:3px 0 0 0;
	padding: 0 15px 0 15px;
	color: #fff;
	font-family: 'Trebuchet MS', Arial;
	font-size: 0.938em;
	font-weight: bold;
	display: block;
	background-image: url('https://www-cdn.soe.com/images/themes/soe/nav-divider.png?v=334761343');
	background-position: 0 -5px;
	background-repeat: no-repeat;
	line-height: 45px;
	height: 54px;
	text-decoration: none;

	border: 1px solid transparent;
	border-bottom-width: 0;
}
.align_content #navigation #menuItems ul.top-nav li:hover a.has-sub-nav {
	border: 1px solid #4b4b4b;
	border-bottom-width: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color: #383838;
	background-image: none;
	position: relative;
	z-index: 40;
}
/* styles for drop down menus */
.align_content #navigation #menuItems ul.top-nav li ul.sub-nav {
	position: absolute;
	top: 58px;
	display:none;
	border: 1px solid #4b4b4b;
	border-top-width: 0;
	font: normal 0.750em Verdana;
	font-family: Verdana;
	font-size: 0.750em;
	font-weight: normal;
	line-height: 18px;
	padding: 0;
	margin: 0;
	z-index: 35; /* zIndex should be greater than that of shadow's below */
	background-color: #383838;
	width: 185px; /* default width for menu */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	-webkit-box-shadow: -1px 3px 10px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -1px 3px 10px 1px rgba(0, 0, 0, 0.5);
	box-shadow: -1px 3px 10px 1px rgba(0, 0, 0, 0.5);
}
/* ACTIVATE */
.align_content #navigation #menuItems ul.top-nav li.has-sub-nav:hover ul.sub-nav {
	display:block;
}
.align_content #navigation #menuItems ul.top-nav li ul.sub-nav li{
	float:left;
	list-style: none;
	clear: left;
	padding:3px 0 0 2px;
	margin:0;
}
.align_content #navigation #menuItems ul.top-nav li ul.sub-nav li a{
	display: block;
	border-bottom: 1px solid #4b4b4b;
	background-image: none;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #9c9c9c;
	padding:0 0 0 5px;
	margin:0 0 0 10px;
	width: 160px;
	line-height: 18px;
	height:24px;
}
.align_content #navigation #menuItems ul.top-nav li ul.sub-nav li a:first-child{
	height:26px;
	line-height: 21px;
}
.align_content #navigation #menuItems ul.top-nav li ul.sub-nav li a.last-item{
	border-bottom: none;
	height:28px;
}
.align_content #navigation #menuItems ul.top-nav li ul.sub-nav li a:hover{
	color:#ffffff;
}
.align_content #navigation #menuItems ul.top-nav li a.blue-nav{
	color: #45a7f1;
}
.align_content #navigation #menuItems ul.top-nav li a.red-nav{
	color: #ff2d4f;
}
.align_content .navigation div.menuitems {
	float: right;
}
.align_content .navigation div.menuitems a {
	margin:0;
	padding: 15px 15px 0 15px;
	color: #fff;
	font-family: 'Trebuchet MS', Arial;
	font-size: 15px;
	display: block;
	float: left;
	background: url('https://www-cdn.soe.com/images/soe_images/nav_divider.png?v=334761343') no-repeat;
	height: 35px;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 0.03em;
	text-decoration: none;
}
.align_content .navigation div.menuitems a:hover {
	text-decoration: none;
	color: red;
}
.align_content .navigation a.soe_logo {
	margin: 0;
	padding: 5px 5px 0 10px;
	float: left;
}
.main_content {
	margin: 10px auto 15px auto;
	padding: 0;
	width: 979px;
}
.footer {
	margin: 20px auto 35px auto;
	padding: 0 0 10px 0;
	width: 100%;
	background: #fff;
	background-repeat: repeat-x;
}
.footer .ulitems {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
}
.footer .ulitems ul {
	float: left;
	width: 120px;
	font-family: Arial;
	margin: 15px 7px 0 7px ;
	padding: 0;
	border-right: 1px solid #e3e3df;
}
.footer .ulitems ul li {
	font-size: 11px;
	list-style-type: none;
	text-align: left;
	color: #909090;
	font-weight: bold;
}
li.footer_header {
	padding: 0 0 10px 0;
}
.footer .ulitems ul li a {
	color: #909090;
	text-decoration: none;
	font-weight: normal;
	line-height: 21px;
}
.footer .ulitems ul li a:hover {
	text-decoration: underline;
}
a:focus {
  outline: 0;
}
/* Default class for drop down menus */
.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 9999; /* zIndex should be greater than that of shadow's below */
	background: #383838;
	width: 185px; /* default width for menu */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding: 0 0 0 10px;
	margin: 0;
}
.anylinkcss ul {
	margin: 0;
	padding: 10px 10px 15px 10px;
	list-style-type: none;
	float: left;
	display: block;
	width: 130px;
}
.anylinkcss ul li.header {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	text-align: left;
}
.anylinkcss ul li a {
	display: block;
	border-bottom: 1px solid #4b4b4b;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #9c9c9c;
	padding: 3px 0 2px 0;
}
.anylinkcss a:hover{
	color: white;
}
.selectedanchor{
	background: #383838 center 5px !important;
	color: #fff !important;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
.footer_images {
	height: 65px;
	margin: 15px 10px 0 20px;
	float: left;
	width: 285px;
}

.footer_images a {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}
.current_lang {
	position:relative;
	top:2px;
	left:8px;
}
.main_content {
	position: relative;
    width: 992px;
    min-height: 1000px;
	font-family: Arial;
	font-size: 10pt;
	background:#ffffff;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 10px 10px #B1B1B1;
	-moz-box-shadow: 0px 10px 10px #B1B1B1;
	box-shadow: 0px 10px 10px #B1B1B1;
	height:auto;
	margin:0;
}
.content_hdr {
	position: relative;
	width:940px;
	margin:0 auto;
}
.content_hdr h2 {
	margin:0;
	padding:0;
	color: #2E8AD0;
	text-transform: uppercase;
	text-align: left;
	position:relative;
	top:20px;
	font-family:'Trebuchet MS',Helvetica,sans-serif;
}
.content_hdr ul.locale_menu {
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 101;
}
.content_hdr ul.locale_menu li {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.content_hdr ul.locale_menu li .label {
	display: inline-block;
	background: url('https://www-cdn.soe.com/securityupdate/images/langDropdownArrow.png?v=2830575852') right center no-repeat;
	padding: 7px 10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
	color: #1D5478;
	text-decoration: underline;
	vertical-align: middle;
}
.content_hdr ul.locale_menu li ul.dropdown {
	display: none;
	background: #383838;
	font-size: 9pt;
	list-style: none outside none;
	margin: 0;
	padding: 5px 15px;
	position: absolute;
	top: 28px;
	right: 0;
	width: 50px;
	z-index: 5000;
	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topright: 0;
	border-radius: 3px;
	border-top-right-radius: 0;
}
.content_hdr ul.locale_menu:hover li .label {
	background: #383838;
	color: #9C9C9C;
	text-decoration: none;
}
.content_hdr ul.locale_menu:hover li ul.dropdown {
	display: block;
}
.content_hdr ul.locale_menu li ul.dropdown li {
	border-top: 1px solid #4B4B4B;
	padding: 5px 0;
}
.content_hdr ul.locale_menu li ul.dropdown li:first-child {
	border-top: none;
}
.content_hdr ul.locale_menu li ul.dropdown li a {
	color: #9C9C9C;
	display: block;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
.content_hdr ul.locale_menu li ul.dropdown li a:hover {
	color: #CFCFCF;
}
.content_hdr ul.locale_menu li ul.dropdown li a img {
	margin-right: 3px;
	vertical-align: baseline;
}
.content_page {
	position: relative;
	color: #303232;
	clear: both;
}
.content_page p{
	color:#4b4b4b;
	font-weight:bold;
}
.main_content h3 {
	margin: 0.8em 0;
	font-size: 16pt;
	color: #4b4b4b;
	text-transform: uppercase;
}
.content_landing{
	border-top:1px solid #ccc;
	width:950px;
	height:auto;
	margin:25px auto 0 auto;
	text-align:left;
}

/* end /styles/securityupdate/soe.css*/
