/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #00b5ff; color: #fff; text-shadow: none; }
::selection { background: #00b5ff; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== non-semantic helper classes - O&WE===================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	height: 1px;
	width: 100% !important;
	margin: 0 !important;
}

.page-large .display-small { display: none !important; }
.page-large .display-medium { display: none !important; }
.page-large .display-large { display: block !important; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

/* ==|== print styles ======================================================= */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* ==|== site styles ===================================================== */

html, button, input, select, textarea { font-family: 'ProximaNova',sans-serif;}

body {
	font-family: 'ProximaNova',sans-serif;
    background-color: #EBEBEB;
    color: #333;
    font-size: 16px;
}

h1 { font-size: 1.5em; font-weight: normal; line-height: 1.4em; margin: 0px; padding: 0px; text-transform: uppercase; color: #000}
h2 { font-size: 1em; font-weight: normal; line-height: 1em; margin: 0px; padding: 0px; color: #000}
h3 { font-size: 0.9em; font-weight: normal; line-height: 1em; margin: 0px; padding: 0px; text-transform: uppercase; font-weight: 100; color: #000}

a { color: #006fd5; font-weight: bold; text-decoration: none; }
a:active, a:visited {
    color: #006fd5;
}

#header {
	position:fixed;
	top:0px;
	width:100%;
	height:51px;
	z-index:900;
	text-align:center;
}

#content {
    margin-top: 80px;
    margin-bottom: 40px;
}

.backgrounds div {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	width: 100%;
	top:0px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	/*display: none;*/
	z-index: 1;
	background-color: #EBEBEB;
}

.touch .backgrounds div {
	display: none;
}
.touch .panel.gamepusher .pagetitle img.tablet {
	display:block;
}

.bg0 { z-index: -90;}
.bg1 { z-index: -89;}
.bg2 { z-index: -88;}
.bg3 { z-index: -87;}
.bg4 { z-index: -86;}
.bg5 { z-index: -85;}
.bg6 { z-index: -84;}
.bg7 { z-index: -83;}

.button { display: block; padding: 3px 5px; background: #629BB6; color: #FFF; border: 2px solid #CCC; text-decoration: none; font-size: 0.8em; font-weight: bold;}
.button:hover { color: #fff}
.button:focus { outline: none}


/* Main container */
#main_container {
    position: relative;
    max-width: 980px;
    min-width: 336px;
    margin: 0 auto;
    z-index: 5;
}


/*
 * General Panel
 */
.panel {
    padding: 10px 20px;
    background: white;
    position: relative;
    margin: 15px 0;
	border-radius:1px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.15), 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.15), 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.15), 0 1px 1px rgba(0,0,0,.2);
}

.panel header {
    padding: 0;
    margin-bottom: 20px;
}

/*get the header positioning pixel-perfect*/
.panel header h1 {
    height: 16px;
 	line-height: 16px;
	margin-top: 10px;
}

.panel header h2 {
    font-size: 1.5em;
    height: 16px;
 	line-height: 16px;
	margin-top: 10px;
}

.panel.no-gap {
    margin: 0;
}

/* Thinner is used where a smaller side padding is required */
.panel.thinner {
    padding: 0 10px;
    padding-top: 10px;
}

.panel.thinner header {
    padding: 0 10px;
}

/* Buttons */
.sega-button-1 .label { text-transform: uppercase; float:left; line-height:35px; margin-right: 8px;}
.sega-button-1 .arrow { margin-top:9px; float: right; display: block; width: 11px; height: 18px; background: url('../images/buttons/button-arrow.png') 0 0 no-repeat; }
.sega-button-1 .arrow, .sega-button-1 .label { vertical-align: middle; }
.sega-button-1 {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;		
background-color: #00b5ff;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,.23);
-moz-box-shadow: inset 0 1px rgba(0,0,0,.23);
box-shadow: inset 0 1px rgba(0,0,0,.23);
background-image: -webkit-linear-gradient(bottom, #00a8ff, #00c9ff);
background-image: -moz-linear-gradient(bottom, #00a8ff, #00c9ff);
background-image: -o-linear-gradient(bottom, #00a8ff, #00c9ff);
background-image: -ms-linear-gradient(bottom, #00a8ff, #00c9ff);
background-image: linear-gradient(to top, #00a8ff, #00c9ff);
text-shadow:0px 1px 0px rgba(0,0,0,0.2);
min-width: 120px;
height: 34px;
color: #fff;
padding:0 8px 0 12px;
font-size: 0.875em;
border:none;
display:inline-block;
text-decoration: none;
white-space: nowrap;
font-family: ProximaNovaRgBold;
font-weight: 900;
}
.sega-button-1:visited { color: #fff}
.sega-button-1:hover {
background-color: #00b5ff;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15);
-moz-box-shadow: inset 0 1px rgba(0,0,0,.15);
box-shadow: inset 0 1px rgba(0,0,0,.15);
background-image: -webkit-linear-gradient(bottom, #00b2ff, #00d5ff);
background-image: -moz-linear-gradient(bottom, #00b2ff, #00d5ff);
background-image: -o-linear-gradient(bottom, #00b2ff, #00d5ff);
background-image: -ms-linear-gradient(bottom, #00b2ff, #00d5ff);
background-image: linear-gradient(to top, #00b2ff, #00d5ff);
color: #fff;
}

.sega-button-1:active {
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #00b5ff; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.35); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.35); box-shadow: inset 0 1px 2px rgba(0,0,0,.35); background-image: -webkit-linear-gradient(top, #009aff, #00a9ff); background-image: -moz-linear-gradient(top, #009aff, #00a9ff); background-image: -o-linear-gradient(top, #009aff, #00a9ff); background-image: -ms-linear-gradient(top, #009aff, #00a9ff); background-image: linear-gradient(to bottom, #009aff, #00a9ff);
}

.sega-button-2 .label { text-transform: uppercase; float:left; height: 34px;line-height: 34px; margin-right: 8px;}
.sega-button-2 .arrow { margin-top:9px; float: right; display: block; width: 11px; height: 18px; background: url('../images/buttons/button-arrow.png') 0 0 no-repeat; }

.sega-button-2 {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #006ed4;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,.23);
-moz-box-shadow: inset 0 1px rgba(0,0,0,.23);
box-shadow: inset 0 1px rgba(0,0,0,.23);
background-image: -webkit-linear-gradient(top, #008adf, #0065d1);
background-image: -moz-linear-gradient(top, #008adf, #0065d1);
background-image: -o-linear-gradient(top, #008adf, #0065d1);
background-image: -ms-linear-gradient(top, #008adf, #0065d1);
background-image: linear-gradient(to bottom, #008adf, #0065d1);
text-shadow:0px 1px 0px rgba(0,0,0,0.2);
min-width: 120px;
height: 34px;

color: #fff;
padding:0 8px 0 12px;
font-size: 0.875em;
border:none;
display:inline-block;
text-decoration: none;
white-space: nowrap;
font-family: ProximaNovaRgBold;
font-weight: 900;
cursor: pointer;
}

.sega-button-2:visited { color:#fff;}
.sega-button-2:hover {
background-color: #006ed4;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15);
-moz-box-shadow: inset 0 1px rgba(0,0,0,.15);
box-shadow: inset 0 1px rgba(0,0,0,.15);
background-image: -webkit-linear-gradient(bottom, #006cd3, #0093e2);
background-image: -moz-linear-gradient(bottom, #006cd3, #0093e2);
background-image: -o-linear-gradient(bottom, #006cd3, #0093e2);
background-image: -ms-linear-gradient(bottom, #006cd3, #0093e2);
background-image: linear-gradient(to top, #006cd3, #0093e2);
text-align: left;
color: #fff;
}

.sega-button-2:active {
background-color: #006ed4; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.4); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.4); box-shadow: inset 0 1px 2px rgba(0,0,0,.4); background-image: -webkit-linear-gradient(top, #004cc3, #0061cd); background-image: -moz-linear-gradient(top, #004cc3, #0061cd); background-image: -o-linear-gradient(top, #004cc3, #0061cd); background-image: -ms-linear-gradient(top, #004cc3, #0061cd); background-image: linear-gradient(to bottom, #004cc3, #0061cd);
}

.ie7 .sega-button-1,
.ie7 .sega-button-2 {
    zoom: 1;
    display: inline;
}

.sega-button-3 .arrow { margin-top: 8px; margin-right: 8px; float: right; display: block; width: 11px; height: 18px; background:  url('button-arrow.png') 0 0 no-repeat; }

.sega-button-3 {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #e9eced;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15);
-moz-box-shadow: inset 0 1px rgba(0,0,0,.15);
box-shadow: inset 0 1px rgba(0,0,0,.15);
background-image: -webkit-linear-gradient(bottom, #e3e6e8, #f0f2f2);
background-image: -moz-linear-gradient(bottom, #e3e6e8, #f0f2f2);
background-image: -o-linear-gradient(bottom, #e3e6e8, #f0f2f2);
background-image: -ms-linear-gradient(bottom, #e3e6e8, #f0f2f2);
background-image: linear-gradient(to top, #e3e6e8, #f0f2f2);
width:300px;
padding:10px;
text-transform: uppercase;
color:#333333;
font-weight: normal;
font-size:18px;
text-shadow:0px 1px 0px rgba(255,255,255,1);
border:none;
display:block;
line-height:1.8em;
text-decoration:none;
text-align:center;
cursor:pointer;
}

.sega-button-3:visited { color: #333}

.sega-button-3:hover {
background-color: #e9eced; -webkit-box-shadow: inset 0 1px rgba(0,0,0,.15); -moz-box-shadow: inset 0 1px rgba(0,0,0,.15); box-shadow: inset 0 1px rgba(0,0,0,.15); background-image: -webkit-linear-gradient(bottom, #e7eaeb, #f2f4f4); background-image: -moz-linear-gradient(bottom, #e7eaeb, #f2f4f4); background-image: -o-linear-gradient(bottom, #e7eaeb, #f2f4f4); background-image: -ms-linear-gradient(bottom, #e7eaeb, #f2f4f4); background-image: linear-gradient(to top, #e7eaeb, #f2f4f4);
}

.sega-button-3:active {
background-color: #e9eced; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.25); box-shadow: inset 0 1px 2px rgba(0,0,0,.25); background-image: -webkit-linear-gradient(top, #d3d9db, #e8ebec); background-image: -moz-linear-gradient(top, #d3d9db, #e8ebec); background-image: -o-linear-gradient(top, #d3d9db, #e8ebec); background-image: -ms-linear-gradient(top, #d3d9db, #e8ebec); background-image: linear-gradient(to bottom, #d3d9db, #e8ebec);
}








.sega-button-4 .label { text-transform: uppercase; float:right; height: 34px;line-height: 35px;}
.sega-button-4 .arrow { 
	margin-top:9px; 
	float: left; 
	display: block; 
	width: 9px; 
	height: 15px; 
	background: url('../images/buttons/button-arrow-left.png') 0 0 no-repeat;
}

.sega-button-4 {
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	background-color: #ababab; 
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.23); 
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.23); 
	box-shadow: inset 0 1px rgba(0,0,0,.23); 
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.3), rgba(255,255,255,.3)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.3), rgba(255,255,255,.3)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.3), rgba(255,255,255,.3)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.3), rgba(255,255,255,.3)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.3), rgba(255,255,255,.3));
	text-shadow:0px 1px 0px rgba(0,0,0,0.2);
	width: 77px; 
	height: 34px; 
	color: #fff;
	padding:0 12px 0 8px;
	font-size: 0.875em;
	border:none;
	display:block;
	text-decoration: none;
	white-space: nowrap;
	font-family: ProximaNovaRgBold;
	font-weight: 900;
	cursor: pointer;
}


.sega-button-4:visited { color:#fff;}
.sega-button-4:hover {/*
background-color: #006ed4;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15);
-moz-box-shadow: inset 0 1px rgba(0,0,0,.15);
box-shadow: inset 0 1px rgba(0,0,0,.15);
background-image: -webkit-linear-gradient(bottom, #006cd3, #0093e2);
background-image: -moz-linear-gradient(bottom, #006cd3, #0093e2);
background-image: -o-linear-gradient(bottom, #006cd3, #0093e2);
background-image: -ms-linear-gradient(bottom, #006cd3, #0093e2);
background-image: linear-gradient(to top, #006cd3, #0093e2);*/
color: #fff;
}

.sega-button-4:active {
/*background-color: #006ed4; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.4); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.4); box-shadow: inset 0 1px 2px rgba(0,0,0,.4); background-image: -webkit-linear-gradient(top, #004cc3, #0061cd); background-image: -moz-linear-gradient(top, #004cc3, #0061cd); background-image: -o-linear-gradient(top, #004cc3, #0061cd); background-image: -ms-linear-gradient(top, #004cc3, #0061cd); background-image: linear-gradient(to bottom, #004cc3, #0061cd);*/
}



/*  General flags */
.flag-circle { background: url('../images/buttons/region-flags.png') 0px 25px no-repeat; width: 25px; height: 25px; display: block}
.flag-circle.en_GB { background-position: 0px -36px;}       .flag-circle.en_GB.faded { background-position: -24px -36px;}
.flag-circle.en_US { background-position: 0px -4px;}        .flag-circle.en_US.faded { background-position: -24px -4px;}
.flag-circle.en_AU { background-position: 0px -68px;}       .flag-circle.en_AU.faded { background-position: -24px -68px;}
.flag-circle.fr_FR { background-position: 0px -100px;}      .flag-circle.fr_FR.faded { background-position: -24px -100px;}
.flag-circle.de_DE { background-position: 0px -132px;}      .flag-circle.de_DE.faded { background-position: -24px -132px;}
.flag-circle.it_IT { background-position: 0px -196px;}      .flag-circle.it_IT.faded { background-position: -24px -196px;}
.flag-circle.es_ES { background-position: 0px -164px;}      .flag-circle.es_ES.faded { background-position: -24px -164px;}
.flag-circle.nl_NL { background-position: 0px -228px;}      .flag-circle.nl_NL.faded { background-position: -24px -228px;}
.flag-circle.ru_RU { background-position: 0px -74px;}       .flag-circle.ru_RU.faded { background-position: -24px -74px;} /* there is no russian flag currently */
.flag-circle.jp_JP { background-position: 0px -256px;}      .flag-circle.jp_JP.faded { background-position: -24px -256px;}


.pagerdots {
	float: left;
	height: 15px;
	padding: 15px 0 5px 0;
}
.pagerdots .button {
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px 7px 0px 0px;
	padding: 0px;
	background: url('../images/icons/dots.png') no-repeat #FFF;
	border: none;
	display: block;
}

.pagerdots .button:hover {
	/*background-position: -20px 0;*/
}

.pagerdots .button.active,
.pagerdots .button.active:hover {
	background-position: -40px 0;
}

.pagerdots.center { text-align: center; float: none; }
.pagerdots.center .button { float: none; display: inline-block; }

.pagerdots .text {
	display: none;
	position: relative;
    top: -4px;
}

.gridx3 { clear: both; margin: 10px 0px}
.gridx3 > * { display: block; width: 300px; float: left;}
.gridx3 .col2 { margin: 0px 20px;}

.panel.panelset { background: #FFF; overflow: hidden; }
.panel.panelset .slideplayer {
	width: 940px !important;
	overflow: auto;
}
.panel.panelset .slideplayer ul { margin: 0px; padding: 0px}
.panel.panelset .slideplayer li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
.panel.panelset article {
	float: left;
	margin-right: 20px;
	position: relative;
}


.panel.panelset article.last { margin-right: 0px;}

.panel.panelset article.sectionx1 { width: 940px;}
.panel.panelset article.sectionx2 { width: 460px;}
.panel.panelset article.sectionx3 { width: 300px;}
.panel.panelset article.sectionx4 { width: 220px;}


.starrating .blob { background: url('../images/icons/tmp_ratingstars.png'); width: 16px; height: 15px; display: block; float: left; margin: 2px;}
.starrating .blob.half { background-position: -16px 0px;}
.starrating .blob.empty { background-position: -32px 0px;}

.shortcuts { overflow: auto}
.shortcuts a { font-size: 1.125em; display: inline-block; text-decoration: none; line-height: 24px; color: #333; margin: 0 0 10px 20px; font-weight: normal}
.shortcuts a:hover { text-decoration: underline }
.shortcuts a.count { 
	height: 24px;
	min-width: 24px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	background-color: #06b4ff; 
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15); 
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.15); 
	box-shadow: inset 0 1px rgba(0,0,0,.15); 
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.05), rgba(255,255,255,.05));
	color: #fff; 
	text-shadow: 0 1px rgba(0,0,0,.2);
	font-weight: normal;
	padding: 0 1px;
	margin: 0 0 0 10px;
	font-size: 1em;

}
.shortcuts a.count:hover { text-decoration: none }
.shortcuts a.count.noresult { 
	background-color: #999;
}

.ajaxwait { width: 100%; height: 100%; vertical-align: middle; text-align: center;}

/* ==|== specific panel styles  - O&WE============================================ */


/*
 * Site navigation (topnav)
 */
#topnav {
    position: fixed;
    top: 0px;
	left: 50%;
	margin-left: -490px;
	z-index: 90;
    padding-top: 0;
    padding-bottom: 0;
    width: 940px;
    height: 48px;
    -webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;

	-webkit-transition: box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    -moz-transition: box-shadow .3s linear;
    -ms-transition: box-shadow .3s linear;
    -kthtml-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
}

#topnav-spacer { height: 48px; width:100%; overflow: auto;}

#topnav .segalogo {
    display: block;
    background: url('../images/logos/sega-beta-logo.png') no-repeat;
    width: 88px;
    height: 37px;
    float: left;
    margin: 6px 10px 0 0;
}

#topnav .navigation-bar {
    float: left;
    width: 600px;
}

/* Main navigation */
#topnav ul.mainmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav ul.mainmenu > li {
    display: block;
    float: left;
    font-weight: bold;
    position: relative;
}

#topnav ul.mainmenu li > a {
    text-decoration:none;
    color: #000;
    display: block;
    padding: 13px 15px;
    text-transform: uppercase;
}

#topnav ul.mainmenu li span {
    font-size: 1em;
}

#topnav ul.mainmenu li span.nubble {
    display: none;
    background: url('../images/icons/topnav_nubble.png') no-repeat;
    left: 50%;
	position: absolute;
	width: 24px;
	height: 13px;
	bottom: -6px;
	z-index: 4;
	margin-left: -12px;
}

#topnav ul.mainmenu li:hover,
#topnav ul.mainmenu li.active {
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.2);
    background: #006fd5; /* Old browsers */
    background: -moz-linear-gradient(top,  #008ce0 0%, #005cce 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ce0), color-stop(100%,#005cce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #008ce0 0%,#005cce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #008ce0 0%,#005cce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #008ce0 0%,#005cce 100%); /* IE10+ */
    background: linear-gradient(top,  #008ce0 0%,#005cce 100%); /* W3C */
	/*this filter prevents the submenu from appearing in ie7*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ce0', endColorstr='#005cce',GradientType=0 );*/ /* IE6-9 */
}

.topmenuover {
    background-color: #006ed0; 
    -webkit-box-shadow: inset 0 3px 10px rgba(0,0,0,.4); 
    -moz-box-shadow: inset 0 3px 10px rgba(0,0,0,.4); 
    box-shadow: inset 0 3px 10px rgba(0,0,0,.4); 
    background-image: -webkit-linear-gradient(bottom, #0061c8, #004cbe); 
    background-image: -moz-linear-gradient(bottom, #0061c8, #004cbe); 
    background-image: -o-linear-gradient(bottom, #0061c8, #004cbe); 
    background-image: -ms-linear-gradient(bottom, #0061c8, #004cbe); 
    background-image: linear-gradient(to top, #0061c8, #004cbe);
}

.topmenulinkover {
    color: #ffffff !important;
}

#topnav ul.mainmenu li:hover .nubble {
	display: block;
}
.touch #topnav ul.mainmenu li:hover .nubble {
	bottom: -7px;
}

#topnav ul.mainmenu li:hover > a,
#topnav ul.mainmenu li.active > a {
    color: #FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#topnav ul.mainmenu .submenu {
    position: absolute;
    left: 0;
    top: 48px;
    font-weight: normal;
    line-height: 1.1em;
    z-index: 3;
    display: none;
}

#topnav ul.mainmenu .submenu > div { 
	background: #FFF; 
	overflow: auto;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15) inset, 0 9px 12px 0 rgba(0, 0, 0, 0.5);
	padding: 19px;
	margin-top: 5px;
}

#topnav ul.mainmenu li:hover .submenu {
	/* Displays the submenus when hovered */
    display: block;
}

#topnav ul.mainmenu .submenu .col { float: left; margin-right: 14px }
#topnav ul.mainmenu .submenu.gamesmenu { width: 720px;  }
#topnav ul.mainmenu .submenu.gamesmenu .col1 { width: 170px }
#topnav ul.mainmenu .submenu.gamesmenu .col2 { width: 170px; }
#topnav ul.mainmenu .submenu.gamesmenu .col3 { width: 170px; }
#topnav ul.mainmenu .submenu.gamesmenu .col4 { width: 130px; margin-right: 0  }
#topnav ul.mainmenu .submenu.signin div { width: 284px; }
#topnav ul.mainmenu .submenu dl { list-style: none; padding: 0; margin: 0px; }
#topnav ul.mainmenu .submenu dl.special { padding-bottom: 30px;}
#topnav ul.mainmenu .submenu dl.special a { font-weight: bold; color: #0070d9}
#topnav ul.mainmenu .submenu dt { color: #333; font-weight: bold; text-transform: uppercase }
#topnav ul.mainmenu .submenu dd { margin: 6px 0; }
#topnav ul.mainmenu .submenu dd a { color: #666; font-weight: normal; text-decoration: none;  }
#topnav ul.mainmenu .submenu dd a.viewall { font-weight: 600; color: #333 }
#topnav ul.mainmenu .submenu dd a:hover { text-decoration: underline;  }
#topnav ul.mainmenu .submenu dd a.tag:hover { text-decoration: none;  }
#topnav ul.mainmenu .submenu dd.image { padding: 10px 0 15px; background: url(../images/panels/pack-shadow.png) no-repeat 0 bottom }
#topnav ul.mainmenu .submenu .trending {line-height: 1em;}
#topnav ul.mainmenu .submenu .trending a { color: #303030; font-weight: 600 }

#topnav ul.mainmenu .submenu .tags {margin-top: 0; font-size: 1em}
#topnav ul.mainmenu .submenu .tags .tag {clear: left; margin-bottom: 8px;}

/* Search box */
#searchtrigger > a {
	display: none;
}

#search .text {
	padding: 0 0 0 8px;
    border: none;
    font-family: 'ProximaNova',sans-serif; color: #727f84;
	font-size:16px;
	font-weight:400;
    color: #000;
    width: 170px;
	height: 32px;
	line-height: 32px;
	display:block;
	float:right;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.15);
	box-shadow: inset 0 1px rgba(0,0,0,.15);
	background-color: #eef2f3;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
}

#search .text:focus {
	background-color: #D8E8F0;
	background-image: -webkit-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: -moz-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: -o-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: linear-gradient(to bottom, #cbdfea, #e3f0f5);
	outline: none;
}
.oldie #search.hover .text {
	background-color: #D8E8F0;
}

#search .submit {
	float: right;
	width: 30px;
	height: 32px;
	border: none;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.15);
	box-shadow: inset 0 1px rgba(0,0,0,.15);
	background-color: #eef2f3;
	background-image: url('../images/icons/tmp_magnifier.png');
	background-image: url('../images/icons/tmp_magnifier.png'), -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: url('../images/icons/tmp_magnifier.png'), -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: url('../images/icons/tmp_magnifier.png'), -o-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: url('../images/icons/tmp_magnifier.png'), linear-gradient(to bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-repeat: no-repeat;
	background-position: top right;
}

.oldie #search .submit {
	background: #eef2f3 url('../images/icons/tmp_magnifier.png') no-repeat top right;
}

#search.hover .submit {
	background-color: #D8E8F0;
	background-image: url('../images/icons/magnifier2.png');
	background-image: url('../images/icons/magnifier2.png'), -webkit-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: url('../images/icons/magnifier2.png'), -moz-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: url('../images/icons/magnifier2.png'), -o-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: url('../images/icons/magnifier2.png'), linear-gradient(to bottom, #cbdfea, #e3f0f5);		
}

.oldie #search.hover .submit {
	background: #D8E8F0 url('../images/icons/magnifier2.png') no-repeat top right;
}

#topnav .search-holder {
	float: right;
    margin: 6px 0 0 0;
    padding: 0;
	position: relative; 
}

#topnav .search-holder .search-button-outer {
    border: 3px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

#topnav .search-holder .search-button-inner {
    border: 1px solid #BBB;
    padding: 0px 5px;
    position: relative;
}

/* This enables the search holder to control the search bar size - as the input
   is now able to go 100% width. */
#topnav .search-holder .search-button-holder {
    margin-right: 21px;
}

#topnav .search-holder input[name='q'] { border: 0; } /* border: 0 for IE */
#topnav .search-holder input[name='q']:focus { }

#topnav .search-holder .suggestions {
    top: 46px;
    right: -4px;
    position: absolute;
    width: 300px;
    z-index: 10;
    display: none;
	-webkit-border-radius: 1px; 
	-moz-border-radius: 1px; 
	border-radius: 1px; 
	background-color: #fff; 
	-webkit-box-shadow: 0 9px 12px rgba(0,0,0,.4), inset 0 1px rgba(0,0,0,.15); 
	-moz-box-shadow: 0 9px 12px rgba(0,0,0,.4), inset 0 1px rgba(0,0,0,.15); 
	box-shadow: 0 9px 12px rgba(0,0,0,.4), inset 0 1px rgba(0,0,0,.15);
}

#topnav .search-holder .suggestions .nubble {
	display: block;
	position: absolute;
	background: url(../images/icons/topnav_nubble.png) no-repeat 0 0;
	width: 24px;
	height: 12px;
	left: 138px;
	top: -11px;
}

#topnav .search-holder .suggestions .loading {
	width: 40px;
	height: 40px;
	background: url(../images/panels/preloader.gif) no-repeat 0 0;
	margin: 20px auto;
}

#topnav .search-holder .suggestions dl {
	border-bottom: 1px solid #EBEBEB;
	padding: 20px 0 5px 0;
	margin: 0;
}

#topnav .search-holder .suggestions dt {
	font-weight: 600;
	color: #000;
	margin: 0 0 3px 0;
	padding: 0 20px;
}

#topnav .search-holder .suggestions dd  {
	margin: 0;
	padding: 5px 20px;
}

#topnav .search-holder .suggestions dd .left,
#topnav .search-holder .suggestions dd .right {	
	float: left;
	width: 50%;
}


#topnav .search-holder .suggestions dd.image .left {
	float: left;
	width: 89px;
	background: url(../images/panels/pack-shadow-sm.png) no-repeat 7px bottom;
	padding-bottom: 8px;
}

#topnav .search-holder .suggestions dd.image .right {
	float: left;
	width: 170px;
}

#topnav .search-holder .suggestions dd.result:hover {
	background-color: #006dd4;
	background-image: -webkit-linear-gradient(top, #0088df, #0059cc);
	background-image: -moz-linear-gradient(top, #0088df, #0059cc);
	background-image: -o-linear-gradient(top, #0088df, #0059cc);
	background-image: -ms-linear-gradient(top, #0088df, #0059cc);
	background-image: linear-gradient(to bottom, #0088df, #0059cc);
}

#topnav .search-holder .suggestions dd.result:hover a,
#topnav .search-holder .suggestions dd.result:hover a:link,
#topnav .search-holder .suggestions dd.result:hover a:active,
#topnav .search-holder .suggestions dd.result:hover a:hover,
#topnav .search-holder .suggestions dd.result:hover a:visited {
	color: #fff;
	text-decoration: underline;
}

#topnav .search-holder .suggestions .viewall {
	text-align: right;
	margin-bottom: 0;
}

#topnav .search-holder .suggestions .viewall a:hover {
	text-decoration: underline;
}

#topnav .search-holder .suggestions .viewall a,
#topnav .search-holder .suggestions .viewall a:link,
#topnav .search-holder .suggestions .viewall a:active,
#topnav .search-holder .suggestions .viewall a:hover,
#topnav .search-holder .suggestions .viewall a:visited {
	display: inline;
	padding-right: 14px;
	background: url(../images/icons/arrow-right.png) no-repeat right 7px;
}

#topnav .search-holder .suggestions a.title,
#topnav .search-holder .suggestions a.title:link,
#topnav .search-holder .suggestions a.title:active,
#topnav .search-holder .suggestions a.title:hover,
#topnav .search-holder .suggestions a.title:visited {
	color: #333;
	font-weight: 600;
	font-size: 0.875em;
}

/*for ipad landscape we want to hide the images.. (and show them again on portrait!)*/
.touch #topnav .search-holder .suggestions dd.image .left {
	display: none;
}
.touch #topnav .search-holder .suggestions dd.image .right {
	width: 259px;
}


/* Small navigation - for the small version of the site */
#topnav .mainmenu-alt {
    display: none;

}
#topnav .customSelect {
    display: none !important;
}

#topnav.shadow {
	-moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .5);

}

/*
 * Homepage pusher
 */
#homepage_pusher { position: relative; margin: 0px; padding-top: 0px; }
#homepage_pusher .slideplayer { width: 940px; height: 529px; overflow: hidden; position: relative; }
#homepage_pusher .slideplayer ul { 
	margin: 0; 
	padding: 0; 
	list-style: none outside none;
	position: relative;
/*
    -webkit-transition: left .2s linear;
    -moz-transition: left .2s linear;
    -o-transition: left .2s linear;
    transition: left .2s linear;*/
	/*only animate for website - safari and chrome*/
	-webkit-transition-property: left;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: linear;
}

#homepage_pusher .slideplayer li { 
	list-style: none;
	position: relative;
	float: left;
    height: 529px;
    width: 940px;
}

#homepage_pusher .slideplayer li.linked { 
	cursor: pointer;
}

#homepage_pusher .slideplayer {
    max-width: 100% !important;
}

#homepage_pusher .slideplayer img {
    max-width: 100% !important;
    height: 100% !important;
}

#homepage_pusher .leftArrowBtn { 
	position: absolute; 
	top: 223px; 
	left: 20px; 
	width: 40px; 
	height: 80px; 
	background: #FFF; 
	z-index: 71; 
	display: none; 
	cursor: pointer; 
	font-size: 40px; 
	color: #aaa; 
	text-align: center;
	-webkit-border-radius: 0 2px 2px 0; 
	-moz-border-radius: 0 2px 2px 0; 
	border-radius: 0 2px 2px 0;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}	
#homepage_pusher .leftArrowBtn .text { display: none}
#homepage_pusher .leftArrowBtn .arrow {width: 25px; height: 36px; margin: 22px 0px 0px; background: url('../images/panels/homepage_pusher/arrow-sprite.png') 0px -72px no-repeat #FFF; display: block; float: left;}
#homepage_pusher .leftArrowBtn:hover .arrow { background-position: 0px -109px;}
#homepage_pusher .rightArrowBtn { -moz-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2); box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2); position: absolute; top: 223px; right: 20px; width: 40px; height: 80px; background: #FFF; z-index: 71; display: none; cursor: pointer; font-size: 40px; color: #AAA; text-align: center; -webkit-border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px; }
#homepage_pusher .rightArrowBtn .text { display: none}
#homepage_pusher .rightArrowBtn .arrow {width: 25px; height: 36px; margin: 22px 0px 0px; background: url('../images/panels/homepage_pusher/arrow-sprite.png') 0px 0px no-repeat #FFF; display: block; float: right;}
#homepage_pusher .rightArrowBtn:hover .arrow { background-position: 0px -36px;}
/*hide the buttons on touch devices - iPad and phone*/
.touch #homepage_pusher .leftArrowBtn,
.touch #homepage_pusher .rightArrowBtn {
	display: none !important;
}

#homepage_pusher .videoCloseBtn { right: 40px; }
#homepage_pusher .playBtn { position: absolute; top: 207px; left: 420px; width: 110px; height: 112px; z-index: 71; background: url('../images/panels/homepage_pusher/play-button-large.png'); cursor: pointer; font-size: 40px; color: #AAA; text-align: center}
#homepage_pusher .playBtn:hover { background-position: 0px -112px}
#homepage_pusher .playBtn span { display: none}
#homepage_pusher_video { position: absolute; z-index: 80; top: 0px; left: 20px; height: 529px; width: 940px; visibility:hidden; border: 0px}



#homepage_pusher .controls { position: relative; width: 100%; margin: 0; padding: 0; height: 43px; }

#homepage_pusher .pusherbuttonbar { float: right; margin-top: 8px; width: 600px;/* changed width as requested by Ted on 04 April 2013  */ }
#homepage_pusher .pusherbuttonbar .sega-button-1,
#homepage_pusher .pusherbuttonbar .sega-button-2 {
    float: right;
    margin-left: 10px;
}

#homepage_pusher .pusherbuttonbar .sega-button-2 {
	position: relative;
}

#homepage_pusher .textanimator {
	display: none;
    position: absolute;
    bottom: 53px;
    width: 940px;
    height: 120px;
}
/* classes alongside pushertext are the textBoxFormat, based on the default of strip_bottomleft */
#homepage_pusher .pushertext {
	position: absolute;
	bottom: 20px;
	color: #000;
	background: #FFF;
	padding: 15px 15px 15px 0px;
	float: left;
	line-height: 1.4em;
	z-index: 31;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.15), 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#homepage_pusher .pushertext.strip_bottomright { bottom: 20px; right: 0px; padding: 15px 15px 15px 0px}
#homepage_pusher .pushertext.strip_topright { top: 20px; right: 0px; padding: 15px 15px 15px 0px}
#homepage_pusher .pushertext.strip_topleft { top: 20px; left: 0px; padding: 15px 15px 15px 0px}
#homepage_pusher .pushertext .title { font-family: ProximaNovaRgBold; font-size: 1.750em; font-weight: 900; white-space: nowrap;}
#homepage_pusher .pushertext .tagline { color: #333; font-size: 1.125em; line-height: 1.3em; padding: 3px 0}
#homepage_pusher .pushertext .platform { color: #333; font-size: 0.875em; line-height: 1.3em}

/*age gate popup*/
#agegate,
#externallink {
	width: 660px; 
	height: 213px; 
	background-color: #fff;
	-webkit-box-shadow: 0 10px 24px rgba(0,0,0,.8), inset 0 1px rgba(255,255,255,.1); 
	-moz-box-shadow: 0 10px 24px rgba(0,0,0,.8), inset 0 1px rgba(255,255,255,.1); 
	box-shadow: 0 10px 24px rgba(0,0,0,.8), inset 0 1px rgba(255,255,255,.1);
	position: fixed;
	top: 50%;
	margin-top: -121px;
	left: 50%;
	margin-left: -330px;
	z-index: 10;
	padding-top: 29px;
}

#agegate p,
#externallink p {
	font-family: 'ProximaNovaRgBold';
	font-size: 1.125em;
	font-weight: 900;
	text-align: center;
}

#agegate a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/buttons/close-btn-grey.png) no-repeat 0 0;
	position: absolute;
	top: 20px;
	right: 20px;
}

#agegate div.logo {
	background-image: url(../images/panels/agegate/default.png);
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center 0;
	height: 73px;
}


#agegate .text {
	border: none;
	margin-right: 8px;
	width: 73px; 
	height: 30px; 
	line-height: 30px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	background-color: #eff2f3; 
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15); 
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.15); 
	box-shadow: inset 0 1px rgba(0,0,0,.15); 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.05), rgba(255,255,255,.05)); 
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.05), rgba(255,255,255,.05)); 
	background-image: -o-linear-gradient(top, rgba(0,0,0,.05), rgba(255,255,255,.05)); 
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.05), rgba(255,255,255,.05)); 
	background-image: linear-gradient(to bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	color: 727f84;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
}

#agegate .submit {
	border: none;
	padding: 0 10px;
	vertical-align: middle;
	height: 32px; 
	line-height: 32px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	background-color: #00b5ff;
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.23);
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.23);
	box-shadow: inset 0 1px rgba(0,0,0,.23);
	background-image: -webkit-linear-gradient(bottom, #00a8ff, #00c9ff);
	background-image: -moz-linear-gradient(bottom, #00a8ff, #00c9ff);
	background-image: -o-linear-gradient(bottom, #00a8ff, #00c9ff);
	background-image: -ms-linear-gradient(bottom, #00a8ff, #00c9ff);
	background-image: linear-gradient(to top, #00a8ff, #00c9ff);
	color: #fff;
	font-size: 0.938em;
	font-family: 'ProximaNovaRgBold';
	font-weight: 900;
	margin-bottom: 10px;
}

#agegate form {
	text-align: center;
}

#agegatebg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 9;
}

#agegate .error {
	color: #f00;
}

/*external link popup*/
#externallink {
	width: 620px;
	padding: 29px 20px 0;
}

#externallink a.close {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/buttons/close-btn-grey.png) no-repeat 0 0;
	position: absolute;
	top: 20px;
	right: 20px;
}

#externallink div.logo {
	background-image: url(../images/logos/sega-external.png);
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center 0;
	height: 43px;
}

#externallink .content {
	text-align: center;
}

#externallink .sega-button-1 {
	width: 100px;
}

#externallink .sega-button-4 {
	margin-right: 11px;
}

#externallink .sega-button-1,
#externallink .sega-button-4 {
	display: inline-block;
}

#externallinkbg {
	background: url(../images/backgrounds/semi.png) repeat 0 0;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9;
}

/*
 * Sega Gamepage Pusher
 * gamepusher
 */
.gamepusher {box-shadow:none !important;}
.panel.gamepusher {     
	background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}
.panel.gamepusher .panelinner {
	position: relative;
	height: 551px;
	width: 100% !important;
}
.panel.gamepusher .playbtn-holder {
	height: 120px;
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 120px;
}
.panel.gamepusher .playbtn { 
	display: block; 
	background-image: url('../images/panels/homepage_pusher/play-button-large.png'); 
	width: 110px; 
	height: 112px; 
	overflow: hidden; 
	position: absolute; top: 50%; left: 50%; 
	margin-top: -66px; 
	margin-left: -60px; text-indent: -1000px; overflow: hidden}
.panel.gamepusher .playbtn:hover { background-position: 0px -112px}

.panel.gamepusher .pagetitle {
  position: relative;
	/* margin-bottom: 60px; */
	/* padding-top: 45px */
}
.panel.gamepusher .pagetitle img,
 .panel.gamepusher .texts {
	display: block;
	margin: 0px auto;
	text-align: center;
}

.panel.gamepusher .pagetitle img {
	display:none;
}

.panel.gamepusher .video-player {
    background: none repeat scroll 0 0 #111111;
    height: 551px;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.panel.gamepusher .video-player iframe { border: 0px}

.videoCloseBtn { 
	position: absolute; 
	top: 20px; 
	right: 20px;
	background: #000 url('../images/panels/homepage_pusher/video-close.png') 9px 8px no-repeat; 
	width: 32px; 
	height: 32px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	background-color: rgba(0,0,0,.6); 
	-webkit-box-shadow: 0 1px rgba(255,255,255,.4), inset 0 1px rgba(0,0,0,.3); 
	-moz-box-shadow: 0 1px rgba(255,255,255,.4), inset 0 1px rgba(0,0,0,.3); 
	box-shadow: 0 1px rgba(255,255,255,.4), inset 0 1px rgba(0,0,0,.3);
	display: none;
	z-index: 81;
	cursor: pointer;
	overflow: hidden;
	text-indent: 32px;
}
.videoCloseBtn span {
	display: none;
}


/*reposition close button on tablet*/
.touch #homepage_pusher .videoCloseBtn {
	top: 529px;
}

.touch .gamepusher .videoCloseBtn {
	top: 551px !important;
}

.touch #gamevideo_generic .videoCloseBtn {
	top: 551px !important;
}

.touch .videoCloseBtn {
	width: 115px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-family: 'ProximaNovaRgBold';
	font-weight: 900;
	font-size: 0.875em;	
	text-indent: -10px;
	text-align: center;
	background-color: #000; 
	-webkit-box-shadow: 0 0 30px rgba(255,255,255,.5), inset 0 1px rgba(0,0,0,.15); 
	-moz-box-shadow: 0 0 30px rgba(255,255,255,.5), inset 0 1px rgba(0,0,0,.15); 
	box-shadow: 0 0 30px rgba(255,255,255,.5), inset 0 1px rgba(0,0,0,.15); 
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.22), rgba(255,255,255,.22)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.22), rgba(255,255,255,.22)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.22), rgba(255,255,255,.22)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.22), rgba(255,255,255,.22)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.22), rgba(255,255,255,.22));
	background-position: 0 0;
	right: 426px !important;
}

.touch .videoCloseBtn span {
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 97px;
	top: 10px;
	background-image: url(../images/panels/homepage_pusher/video-close-small.png);
}

.panel.gamepusher .texts {
	font-weight: 900;
	line-height: 70px;
	margin-top: 0px;
	position: absolute;
	top: 275px;
	right: 130px;
	text-shadow: 1px 2px 2px #000000, 0 0 30px rgba(0, 0, 0, 0.5)
}
.panel.gamepusher .texts .tagline1 { font-size: 54px}
.panel.gamepusher .texts .tagline2 { font-size: 116px}

.panel.gamepusher .pusherbuttons {
	float:right;
	width:300px;
	padding-top:5px;
}

.panel.gamepusher .pusherbuttons a {
	display: block;
	float: left;
	margin-left: 4px;
}

.panel.gamepusher .pusherbuttons a.first {
	margin-left: 0;
}

.panel.gamepusher .gamepusher-title {
	width: 600px;
	display: table-cell;
  	font-size: 16px;
}

.ie7 .panel.gamepusher .gamepusher-title {
	display: block;
	float: left;
}

.panel.gamepusher .gamepusher-title span {
	font-weight: 900;
	display:block;
}

.panel.gamepusher .gamepusher-title-text {
	font-size: 30px;
	font-family: ProximaNovaRgBold;
	color: black;
	margin: 14px 0;
}

.panel.gamepusher .gamepusher-title .gamepusher-platforms {
	display: none;
}

.panel.gamepusher .gamepusher-buynow {
	display: table-cell;
	width: 340px;
	line-height: 66px;
	font-weight: 600;
	text-align: right;
	padding-top: 2px;
	vertical-align: middle;
}

.ie7 .panel.gamepusher .gamepusher-buynow {
	display: block;
	float: right;
}

.panel.gamepusher .gamepusher-buynow span.from {
	color: #999;
	margin-top: 2px;
}

.panel.gamepusher .gamepusher-buynow span.price {
	color: #999;
	color: #000;
	font-size: 2.500em;
}

.panel.gamepusher .gamepusher-buynow .sega-button-2 {
	display: inline-block;
	margin-left: 20px;
	text-align: left;
	position: relative;
	top: 5px;
	cursor: pointer;
}

.ie7 .panel.gamepusher .gamepusher-buynow .sega-button-2 {
	zoom: 1;
	*display: inline;
}

.sega-button-2:hover .nubble {
	display: block;
}

.buynowpop {
	display: none;
	text-shadow: none;
	position: absolute;	
	bottom: 28px;
	right: -20px;
	width: 340px;
	font-size: 1.143em;
	padding-bottom: 11px;
	z-index: 81;
}

.buynowpop dl {
	background: #fff;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	-webkit-box-shadow: 0 12px 20px rgba(0,0,0,.4); 
	-moz-box-shadow: 0 12px 20px rgba(0,0,0,.4); 
	box-shadow: 0 12px 20px rgba(0,0,0,.4);
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.buynowpop dt {
	color: #333;
	font-size: 	1.125em;
	font-weight: normal;
	text-align: center;
	text-shadow: 0 1px #fff;
	height: 44px; 
	line-height: 44px;
	background-color: #eff2f3;
	-webkit-box-shadow: inset 0 -1px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 -1px rgba(0,0,0,.15);
	box-shadow: inset 0 -1px rgba(0,0,0,.15);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: linear-gradient(to top, rgba(0,0,0,.05), rgba(255,255,255,.05));
}

.buynowpop dd {
	float: left;
	width: 50%;
	margin: 0;
}

.buynowpop dd a,
.buynowpop dd a:visited,
.buynowpop dd a:focus {
	height: 32px;
	line-height: 32px;
	display: block;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 10px;
	font-weight: 600;
	color: #666;
	font-size: 	14px;
	position: relative;
}

.buynowpop dd a:hover {
	color: #fff;
	background-color: #006dd4;
	background-image: -webkit-linear-gradient(top, #0088df, #0059cc);
	background-image: -moz-linear-gradient(top, #0088df, #0059cc);
	background-image: -o-linear-gradient(top, #0088df, #0059cc);
	background-image: -ms-linear-gradient(top, #0088df, #0059cc);
	background-image: linear-gradient(to bottom, #0088df, #0059cc);
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

.buynowpop dd a:hover span {
	background: url(../images/buttons/button-arrow.png) 0 0 no-repeat;
	width: 11px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: 9px;
	top: 8px;
}

.buynowpop dd a.last {
	border-right: none;
}

.sega-button-2 .nubble {
	display: none;
	position: absolute;
	background: url(../images/icons/bottom_nubble.png) no-repeat 0 0;
	width: 24px;
	height: 12px;
	left: 50%;
	margin-left: -12px;
	top: -6px;
	z-index: 81;
}

/*smaller version when there are fewer than 6 platforms*/
.buynowpop.small {
	width: 200px;
}
.buynowpop.small dd {
	width: 100%;
}
.buynowpop.small dd a {
	border-right: none;
}
.buynowpop.small .nubble {
	left: 90px;
}

/*tweaks for the centred version*/
.sega-button-2.centre .buynowpop {
	margin-right: -170px;
	right: 50%;
}


/*centered and small*/
.sega-button-2.centre .buynowpop.small {
	margin-right: -100px;
	right: 50%;
}

/*buy now popup that appears underneath the button*/
.sega-button-2.bottom .buynowpop {
	bottom : auto;
	top: 28px;
	padding-bottom: 0;
	padding-top: 11px;
}
.sega-button-2.bottom .nubble {
	top: 27px;
	background-image: url(../images/icons/top_nubble.png);
}


.panel.gamepusher .title-background {
	background-color:white;
	width: 940px;
	padding: 0 20px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.15), 0 1px 1px rgba(0,0,0,.2) !important;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.15), 0 1px 1px rgba(0,0,0,.2) !important;
	box-shadow: 0 0 1px rgba(0,0,0,.15), 0 1px 1px rgba(0,0,0,.2) !important;
	display: table;
}


/*
 * Sega latest
 */

.panel.latest .container {
    margin-top: -10px; /* Counters the top margin from first row of items */
    padding-bottom: 10px;
}

.panel.latest article {
    width: 300px;
    height: 210px;
    float: left;
    margin: 0 10px;
    margin-top: 10px;
	position: relative;
}

.panel.latest article h2 {
    padding: 7px 0px 12px;
    color: #333;
	font-weight: 600;
}

.panel.latest a {
    color: #333;
}

.panel.latest h2 a:hover {
    text-decoration: underline;
}

article .hover {
	height: 0;
    position: absolute;
    top: 169px;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	overflow: hidden;
	text-align:center;
	left: 0;
}

article .hover .sega-button-1,
article .hover .sega-button-2 {
	margin: 3px 10px;
	color: #fff;
}

article .hover .sega-button-2 {
	margin-top: 45px;
}

article .hover.onebutton > a,
article .hover.onebutton > div {
	margin-top: 68px;
}

article .hover .sega-button-2 {
	position: relative;
}

article .hover.full {
	overflow: visible !important;
}

.panel.latest article .ribbon,
.panel.mobilegames article .ribbon {
	width: 87px;
	height: 88px;
	background: url(../images/panels/ribbon.png) no-repeat 0 0;
	position: absolute;
	top: -3px;
	right: -2px;
	z-index: 5;
	color: #fff;
	font-family: ProximaNovaRgBold;
	font-weight: 900;
	text-align: center;
	overflow: hidden;
}

.panel.latest article .ribbon span,
.panel.mobilegames article .ribbon span {
	display: block;
	width: 121px;
    padding-top: 21px;
    text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);		
}

.oldie .panel.latest article .ribbon,
.oldie .slideplayer article .ribbon {
	background: url(../images/panels/ribbon2.png) no-repeat 0 0;
	width: 53px;
	height: 27px;
	padding-left: 9px;
	top: 12px;
	right: 12px;
}

.oldie .panel.latest article .ribbon span,
.oldie .slideplayer article .ribbon span {
	padding-top: 0;
	line-height: 27px;
	width: 53px;
}

/*
 * Social Feeds
 */
.panel.socialfeed header { height: 26px }
.panel.socialfeed h1 {
    float: left;
}

/* Feed tabs */
.panel .paneltabs { float: right; position: relative; top: 4px;}
.panel .paneltabs ul { margin: 2px 0 0 0; padding-bottom: 5px }
.panel .paneltabs li { float: left; list-style: none; margin-left: 10px; padding: 0 5px; height:24px; text-transform: uppercase; cursor: pointer; position: relative; color: #999}
.panel .paneltabs li:hover { color: #333}
.panel .paneltabs li.active { 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #006dd4;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,.23);
-moz-box-shadow: inset 0 1px rgba(0,0,0,.23);
box-shadow: inset 0 1px rgba(0,0,0,.23);
background-image: -webkit-linear-gradient(top, #0088df, #0059cc);
background-image: -moz-linear-gradient(top, #0088df, #0059cc);
background-image: -o-linear-gradient(top, #0088df, #0059cc);
background-image: -ms-linear-gradient(top, #0088df, #0059cc);
background-image: linear-gradient(to bottom, #0088df, #0059cc);
color:#fff !important;
text-shadow: 0 1px rgba(0,0,0,.4);
}
.panel .paneltabs li.nubble,
.panel .filtertemp {
	display: none;
}


.panel .paneltabs.small {
	display: inline-block;
	background: url(../images/buttons/filter.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
	position: relative;
	top: 2px;
	cursor: pointer;
}
/*
.panel .paneltabs.small:hover div {
	display: block;
}*/

.panel .paneltabs.small div {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 200px;
	padding-top: 37px;
}

.panel .paneltabs.small ul {
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	background-color: #fff; 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15), 0 4px 12px rgba(0,0,0,.4); 
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.15), 0 4px 12px rgba(0,0,0,.4); 
	box-shadow: 0 0 4px rgba(0,0,0,.15), 0 4px 12px rgba(0,0,0,.4);
	margin: 0;
	padding: 0;
}

.panel .paneltabs.small li {
	margin: 0;
	float: none;
	padding: 6px 0 0 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 	0.875em;
	font-weight: 600;
	color: #666;
	list-style-type: none;
}



.panel .paneltabs.small li span {
	padding-left: 10px;
}

.panel .paneltabs.small li.active {
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	color: #fff;
}

.panel .paneltabs.small li.nubble {
	display: block;
    background: url('../images/icons/topnav_nubble.png') no-repeat;
    width: 24px;
    height: 15px;
    position: absolute;
    top: 24px;
    right: 4px;
    margin-left: -12px;
    z-index: 80;
	border-bottom: 0;
}

/*tweaks for small version*/

.panel .paneltabs li span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Feed panel */
.panel.socialfeed .feedpanels { padding-bottom: 10px; clear: both }
.panel.socialfeed .feedpanels .feedview { overflow: hidden; height: 285px; }
.panel.socialfeed .feedpanel { height: 560px; z-index: 1; position: relative; }


/* Article */
.panel.socialfeed article {
    position: relative;
    float: left;
    height: 124px;
    padding: 0;
    margin: 0 10px 20px;
	background:url('../images/panels/social_panel/bg_white.png') no-repeat 0 0;
	border-radius:3px;
	z-index: 1;
}

/*.panel.socialfeed article:after
{
content: "";
position: relative;
bottom: -15;
left: 275.63px;
border-style: solid;
border-width: 7px 7px 0;
border-color: #f6f7f9 transparent;
display: block;
width: 0;
z-index: 1;
top:89px;
}

.panel.socialfeed article:before
{
content: "";
position: relative;
top: 97px;
left: 275.63px;
border-style: solid;
border-width: 7px 7px 0;
border-color: #cdd4d6 transparent;
display: block;
width: 0;
z-index: 0;
}*/

.panel.socialfeed article .content {
    width: inherit;
    height: 96px;
    float: left;
    display: table;
}

.panel.socialfeed article .content a {
	
}

.panel.socialfeed article .content .text {
    padding: 0 10px;
    /*max-height: 62px;*/
    overflow: hidden;
	font-weight:100;
	font-size:16px;
    line-height: 1.125em;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}

.panel.socialfeed article.blogs .content .text {
	/*height: 64px;*/
}

.panel.socialfeed article .content a.text {
	/*display: block;*/
	color: #333;
	font-weight: 100;
}

.panel.socialfeed article.itemx2, .panel.socialfeed article.itemx2 .content { width: 140px; }
.panel.socialfeed article.itemx4, .panel.socialfeed article.itemx4 .content { width: 300px; }
.panel.socialfeed article.itemx6, .panel.socialfeed article.itemx6 .content { width: 46%; min-width: 300px; }
.panel.socialfeed article.itemx8, .panel.socialfeed article.itemx8 .content { width: 300px; }

.panel.socialfeed article.youtube {
    border: 0px;
}

.panel.socialfeed article.youtube,
.panel.socialfeed article.flickr {
    border: 0px;
    width: 140px;
    height: 124px;
	background-image:none !important;
	overflow:hidden;
}

.ie7 .panel.socialfeed article.youtube footer,
.ie7 .panel.socialfeed article.flickr footer {
    width: 140px;
}

.panel.socialfeed article.youtube .feedlogo,
.panel.socialfeed article.flickr .feedlogo {
    border: 0px;
    margin: 2px 8px 0px 0px;
}

.panel.socialfeed article.youtube .content,
.panel.socialfeed article.flickr .content {
    width: 140px;
}

.panel.socialfeed article.youtube .content .picmask,
.panel.socialfeed article.flickr .content .picmask {
    position:absolute;
	background-image:url('../images/panels/social_panel/pic_mask.png');
	top:0;
	z-index:300;
	height:8px;
	width:300px;
	top:94px;
}

.panel.socialfeed article a.image,
.panel.socialfeed article a.video {
    width: 100%;
    height: 102px;
    display: block;
    float: left;
	border-radius:3px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.panel.socialfeed article.news {
	height: 268px;
	background: url(../images/panels/social_panel/bg_white-news.png) no-repeat 0 0;
}

.panel.socialfeed article.news:hover {
	background-image: url(../images/panels/social_panel/bg_blue-news.png);
}

.panel.socialfeed article.news .content{
	height: 244px;
}

.panel.socialfeed article:hover { background-image: url('../images/panels/social_panel/bg_blue.png');}
.panel.socialfeed article:hover .feedlogo {  border-color: #006dcc}
/*.panel.socialfeed article:hover * { color: #fff !important; text-shadow: 0 1px rgba(0,0,0,.4);}*/
.panel.socialfeed article:hover .content .text { color: #fff !important; text-shadow: 0 1px rgba(0,0,0,.4);}
.panel.socialfeed article:hover .content .text a { color: #fff !important; text-shadow: 0 1px rgba(0,0,0,.4);}
.panel.socialfeed article:hover .content .text a:hover { text-decoration: underline;}

.panel.socialfeed article.textoverlay .text { padding: 0px; position: absolute; width: 100%; height:102px; display: table; visibility: hidden; cursor: pointer; border-radius:3px;}
.panel.socialfeed article.textoverlay .text span { 
    color: #fff;
    display: block;
    height: 102px;
    line-height: 1.125em;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	width:140px;
	vertical-align:middle;
	word-wrap:break-word;
	display:table-cell;
	font-size:14px;
}

.panel.socialfeed article.textoverlay:hover .text {
    visibility: visible;
    background: rgb(0, 110, 212);               /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 110, 212, 0.75);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf006fd5, endColorstr=#bf006fd5);    /* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf006fd5, endColorstr=#bf006fd5)";    /* For IE 8*/
}

.panel.socialfeed .feedpanels > footer { text-align: center; padding: 10px 0px; clear: both; text-transform: uppercase; cursor: pointer; margin: 7px 10px 10px; width: 940px; font-size: 1.125em}


/* Footer */
.panel.socialfeed article footer {
    width: inherit;
    height: 25px;
    font-size: 12px;
    float: left;
    z-index: 10;
	margin-bottom:20px;
}

.panel.socialfeed article footer .details {
    float: left;
    height: 20px;
    padding-top: 0px;
	margin-top: 9px;
}

.panel.socialfeed article footer span.date,
.panel.socialfeed article footer span.source {
    float: left;
    padding-right: 6px;
    color: #999 !important;
	text-shadow: none !important;	
}

.panel.socialfeed article footer span.source span {
    color: #333;
    font-weight: bold;	
}

.panel.socialfeed article footer .details a,
.panel.socialfeed article footer .details a:visited,
.panel.socialfeed article footer .details a:hover,
.panel.socialfeed article footer .details a:focus {
	color: #666;
}

.panel.socialfeed article footer .details a:hover {
	text-decoration: underline;
}

.panel.socialfeed article .feedlogo {
    position: absolute;
    right: 0;
    height: 25px;
    margin: 8px 8px 0px 0px;
	font-weight: bold;
}

.panel.socialfeed article .feedlogo a {
	color: #333;
}

.panel.socialfeed article .feedlogo a:hover {
	text-decoration: underline;
}

.panel.socialfeed article .feedlogo a.logo {
    height: 20px;
    width: 20px;
    margin: 0 0px 0px 5px;
    background: url('../images/icons/social-icons-small.gif');
	vertical-align: middle;
	display: inline-block;
}

.panel.socialfeed article .feedlogo a.logo:hover {
	text-decoration: none;
}

.panel.socialfeed article.facebook .feedlogo a.logo { background-position: 0px 0px; }
.panel.socialfeed article.twitter .feedlogo a.logo { background-position: -20px 0px; }
.panel.socialfeed article.youtube .feedlogo a.logo { background-position: -40px 0px; }
.panel.socialfeed article.flickr .feedlogo a.logo { background-position: -60px 0px; }
.panel.socialfeed article.blogs .feedlogo a.logo,
.panel.socialfeed article.news .feedlogo a.logo { background-position: -80px 0px; }

/* IE7 Isotope workaround */
.ie7 .panel.socialfeed .feedpanels .feedpanel,
.ie7 .panel.socialfeed .feedpanels .feedview {
    height: 560px !important;
    overflow: hidden !important;
}

.ie7 .panel.socialfeed .feedpanels > footer {
    display: none;
}

.ie7 .textoverlay .text {
    position: absolute;
    top: 0;
    left: 0;
}

/* IE8 Isotope workaround */
.ie8 .panel.socialfeed .feedpanels .feedpanel,
.ie8 .panel.socialfeed .feedpanels .feedview {
    height: 560px !important;
    overflow: hidden !important;
}

.ie8 .panel.socialfeed .feedpanels > footer {
    display: none;
}

.ie8 .panel.socialfeed article footer .feedlogo {
    float: right;
    position: static;
    margin-bottom: 0px;
}

/*
 * Latest deals
 */
#homepage_deals {
	padding-bottom: 8px;
}
#homepage_deals .slideplayer, 
#homepage_deals article {
	height: 302px;
}

#homepage_deals .marginfix { position: absolute; right: 0px; width: 20px; top: 0px; z-index: 99; height: 260px; background: #FFF} /* related to https://cms-svn.sega.co.uk/svn/repos/dantest/frontend/sites/branches/poc_dealscarousel work */
#homepage_deals article .images img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	height: 260px;
	width: 100%;
}

#homepage_deals article .buttons {
	bottom: 0px;
	right: 0px;
	position: absolute;
	z-index: 58;
	padding: 8px 0;
	bottom: -8px;


}

#homepage_deals article .buttons .sega-button-2 {
	/*position: relative;*/

}

#homepage_deals article .images {
	cursor: pointer;
}

#homepage_deals article .text { 
	cursor: pointer;
	background: url(../images/panels/latest_deals/bg.png);
	height: 240px;
	width: 190px;line-height: 1.1; 
		font-family: ProximaNovaRgBold; 
		font-weight: 900; top: 0; right: 0; position: absolute; z-index: 51; padding: 10px 20px; text-align: right; color: #FFF; text-shadow: 0 1px rgba(0,0,0,.5);}
#homepage_deals article .text .title { font-size: 1.875em; margin-bottom: 25px;}
#homepage_deals article .text .copy {   }
#homepage_deals article .text .price {  position: absolute; bottom: 10px; right: 20px; font-size: 3.250em; margin-top: 15px; line-height: 50px}
#homepage_deals article .text .price span { line-height: 10px; display: block; font-family: ProximaNova; font-weight: 600; font-size: 0.308em;}
#homepage_deals article .images .pack { margin-top: 20px}


#homepage_deals.panel.panelset article.sectionx1 { width: 300px;}
#homepage_deals.panel.panelset article.sectionx2 { width: 460px; !important; }

#homepage_deals.panel > .slideplayer > ul {
	-webkit-transition-property: left;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: linear;
}

#homepage_deals.panel > .slideplayer > ul > li {
	width: 480px !important;
	float: left;
}

#homepage_deals .pagerdots {
	float:left;
	margin-top:-42px;
	margin-left:0;
	position:relative;
	z-index:56;
	background: #fff;
	padding-bottom: 7px;
}

#homepage_deals .sideshadow {
	display: none;
}


/* Mobile Games */
#homepage_mobilegames {
	padding-bottom: 10px;
}

#homepage_mobilegames header {
	margin-bottom: 10px;
	height: 26px;
}

#homepage_mobilegames article {
	/*float: left;*/
	width: 300px;
	height: 213px;
	margin: 10px 10px 0;
	/*margin-right: 20px;*/
}

#homepage_mobilegames article h3 {
	font-size: 1em; 
	font-weight: 600; 
	margin-top: 8px;
	text-transform: none;	
}

#homepage_mobilegames article h3 a,
#homepage_mobilegames article h3 a:visited,
#homepage_mobilegames article h3 a:hover,
#homepage_mobilegames article h3 a:focus {
	color: #333;
}

#homepage_mobilegames article h3 a:hover {
    text-decoration: underline;
}

#homepage_mobilegames .price { font-weight: bold; font-size: 0.8em; font-family: Verdana,sans-serif; }

.panel.mobilegames h1 { float:left; }
.panel.mobilegames article {
	
}

/* Games Page Game Related */
#gamespage_game_related header {
	margin-bottom: 10px;	
}

#gamespage_game_related article {
	float: left;
    height: 210px;
    margin: 10px 10px 0;
    position: relative;
    width: 300px;
}

#gamespage_game_related article h3 { padding-top:7px; font-weight: 600; color: #333; font-size: 1em; }

#gamespage_game_related article h3 a,
#gamespage_game_related article h3 a:visited,
#gamespage_game_related article h3 a:hover,
#gamespage_game_related article h3 a:focus,
#gamespage_game_related article h3 a:active {color:#333; text-transform: none;}
#gamespage_game_related article h3 a:hover {
	text-decoration: underline;
}


.panel.game_related h1 { float:left}
.panel.game_related header a { 
	float:right;
	font-family: 'ProximaNovaRgBold'; 
	font-weight: 700;
	background: url(../images/icons/arrow-right.png) no-repeat right 5px;
	padding-right: 14px;
	line-height: 16px;
	margin-top: 10px;
}
.panel.game_related header a:hover {
	text-decoration: underline; 
}



#gamespage_platformlogos {
	text-align: center;
	padding: 20px 0 0 0;
}

#gamespage_platformlogos > img {
	vertical-align: middle;
	margin: 0 17px 20px 0;
}

#gamespage_platformlogos .copyright {
	background-color: rgba(238, 242, 243, 0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	padding: 20px;
}

#gamespage_platformlogos .copyright .rating {
	float: left;
	width: auto;
	height:auto;
	text-align: left;
	margin-right: 20px;
}

#gamespage_platformlogos .copyright .rating span {
	display: block;
}

#gamespage_platformlogos .copyright .text {
	overflow: hidden;
	width: auto;
}

#gamespage_platformlogos .copyright .text p {
	margin: 0;
	font-size: 	0.688em;
	color: #666;
	text-align: left;
}

#gamespage_platformlogos .copyright .text p span {
	font-family: 'trademarks';
	margin: 0;
}

/*esrb games footer*/
#gamespage_platformlogos .copyright.esrb .rating {
	width: auto !important;
	text-align: left;
}

.esrbrating .left {
	float: left;
	width: 55px;
}

.esrbrating .right {
	float: left;
	width: 137px;
	height: 75px;
	border: 2px solid black;
	background: #fff;
	margin-left: 1px;
	padding-left: 8px;
}

.esrbrating .right p {
	margin: 2px 0;
	font-size: 11px !important;
	color: #333;
}

#gamespage_platformlogos .copyright.esrb .text {
	width: 555px;
	float: left;
	padding-left: 0 !important;
}

#gamespage_platformlogos .copyright.esrb .privacy {
	float: right;
	width: 160px;
	height: 72px;
	text-align: right;
}

/*
 * Social Links (general/games page)
 */
.panel.social {
	height: 32px;
	padding: 20px;
}

.panel.social a {
	width: 25%;
	display: block;
	float: left;
	line-height: 32px;
	font-weight: 400;
	color: #666;
}

.panel.social a:hover {
	text-decoration: underline;
}

.panel.social a span.logo {
	width: 32px;
	height: 32px;
	background: url(../images/icons/social-icons-large.gif) no-repeat;
	margin-right: 9px;
	display: inline-block;
	vertical-align: middle;
}

.panel.social a.facebook span.logo {
	background-position: 0 0;
}

.panel.social a.twitter span.logo {
	background-position: -32px 0;
}

.panel.social a.youtube span.logo {
	background-position: -64px 0;
}

.panel.social a.flickr span.logo {
	background-position: -96px 0;
}

/*
 * Social Links (homepage)
 */
#homepage_sociallinks {
    overflow: auto;
    padding-top: 0px;
}

#homepage_sociallinks a {
    text-decoration: none;
    color: #666;
    font-weight; normal;
}

#homepage_sociallinks article {
    width: 220px;
    margin: 10px 10px;
    float: left;
    text-align: left;
}

#homepage_sociallinks article > a {
    display; block;
    width: 100%;
    height: 100%;
}

#homepage_sociallinks article span.image {
    height: 32px;
    width: 32px;
    display: block;
    float: left;
    background: url('../images/icons/social-icons-large.gif');
    margin-right: 5px;
}

#homepage_sociallinks article.social-link-facebook span.image { background-position: 0px 0px; }
#homepage_sociallinks article.social-link-twitter span.image { background-position: -32px 0px; }
#homepage_sociallinks article.social-link-youtube span.image { background-position: -64px 0px; }
#homepage_sociallinks article.social-link-flickr span.image { background-position: -96px 0px; }

#homepage_sociallinks article span.title {
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 32px;
}


/*
 * Support Page
 */
.support-table {
    width: 100%;
}

.support-table td,
.support-table th {
    padding: 8px 20px 8px 0;
}

.support-table th {
    font-weight: 100;
	font-size: 1.125em;
	text-align: left;
	text-transform: uppercase;
}

.support-table td {
    font-size: 12px;
    border-top: 1px solid #ccc;
}

.support-table td a {
    font-family: 'ProximaNovaRgBold';
    font-weight: 900;
}

.support-table td a:hover {
    text-decoration: underline;
}

.support-table td.content {
    text-align: justify;
}

.support-table td.support-link {
    text-align: center;
}


#supportvertical {
	display: none;
}

/*maintenance*/
.maintenance {
	background: url(../images/panels/maintenance/bg.png) no-repeat 0 0;
	width: 528px;
	height: 172px;
	padding: 70px 20px 20px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -284px;
	margin-top: -131px;
}

.maintenance strong {
	font-weight: 600;
}

.maintenance p {
	font-size: 1.250em;
	margin: 17px 0;
}

.maintenance p a {
    background: url(../images/icons/social-icons-large.gif) no-repeat 0 0;
    display: inline-block;
    height: 32px;
    margin-right: 15px;
    vertical-align: middle;
    width: 32px;
}

.maintenance p a.facebook {
    background-position: 0 0;
}
.maintenance p a.twitter {
    background-position: -32px 0;
}
.maintenance p a.youtube {
    background-position: -64px 0;
}
.maintenance p a.flickr {
    background-position: -96px 0;
    margin-right: 0;
}

/* Footer */
#footer { 
	padding: 20px 0 0 0; 
	position: relative; 
}
#footer > a { 
	position: absolute;
	top: 20px;
	left: 20px;
}

#footer nav#primary { 
	margin-left: 180px;
}

#footer nav#primary dl { 
	float: left;
	width: 140px;
	margin: 0 20px 20px 0;
}

#footer nav#primary dt {
	font-weight: 700;
	color: #424242;
	margin-bottom: 1px;
}

#footer nav#primary dd { 
	margin: 0 0 1px 0;
}

#footer nav#primary dd a,
#footer nav#primary dd a:visited,
#footer nav#primary dd a:focus { 
	font-weight: 400;
	font-size: 0.875em;
	color: #666;
}

#footer nav#primary dd a:hover {
	text-decoration: underline;
}

#footer nav#secondary { 
	clear: both;
	padding: 14px 20px; 
	text-align: center;

	background-color: rgba(238, 242, 243, 0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	font-size: 0.688em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer nav#secondary li { display: inline; padding: 0px 10px; border-right: 1px solid #CCC}
#footer nav#secondary li a { color: #333; text-decoration: none; font-weight: normal}
#footer nav#secondary li a:hover { color: #333; text-decoration: underline;}
#footer nav#secondary li.last { border: 0px}
#footer .logos { overflow: auto; text-align: center}
#footer .logos a { height: 47px; width: 40px; position: relative; overflow: hidden; display: inline-block; margin: 10px}
#footer .logos img { position: absolute; height: 47px; width: 220px}
#footer .logos a.askaboutgames { width: 47px}
#footer .logos a.askaboutgames img {left: 0px}
#footer .logos a.pegi { width: 67px;}
#footer .logos a.pegi img { left: -47px;}
#footer .logos a.bbfc { width: 49px;}
#footer .logos a.bbfc img { left: -114px;}
#footer .logos a.ukie { width: 59px;}
#footer .logos a.ukie img { left: -163px}
#footer #footerlogos { overflow: auto; margin-top: 20px; padding: 0px 0px 0px 20px}
#footer #footerlogos ul { margin: 0px; padding: 0px;}
#footer #footerlogos li { list-style: none; float: left; margin: 0px 20px 0px 0px}
#footer #footerlogos .studios { position: relative; top: 0px; float: right; margin: 0px}
#footer #footerlogos .studios li { margin: 0px 0px 0px 20px}
#footer .rating { float: left; margin: 10px 20px 10px 20px}

/*copyright panel*/
#copyright {
	padding: 20px;
	overflow: hidden;
}

#copyright .rating {
	float: left;
    height: auto;
    width: auto;
	margin-right:20px;
}

.rating > img {
	max-width: none !important;
	max-height: none !important;	
}

/*#copyright .rating img:first-child {
	margin-right: 20px;
}*/

#copyright .text {
	overflow: hidden;
	width: auto;
}

#copyright {
	background: #F9F9F9;
}

#copyright p {
	font-size: 0.688em;
	color: #999;
	margin:0;
}

/*esrb copyright panel*/
/*#copyright.esrb .rating {
	width: 118px;
}*/
#copyright.esrb .text {
	width: 662px;
}
#copyright.esrb .text p {
	margin: 0;	
}
#copyright.esrb .privacy {
	float: right;
	text-align: right;
	width: 160px;
}
#copyright.esrb .privacy img {
	margin-right: 0;
}


#copyright.esrb .text {
	float: left;
}

/*floating share panel*/
#floatshare {
	width: 185px;
	position: fixed;
	right: -143px;
	top: 66px;
	padding: 10px 0 0 10px;
	-webkit-border-radius: 2px 0 0 2px; 
	-moz-border-radius: 2px 0 0 2px; 
	border-radius: 2px 0 0 2px; 
	background-color: #fff; 
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.2); 
	box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.2);
	z-index: 100;
}

.touch #floatshare {
	display: none
}

#floatshare > div {
	margin-bottom: 10px;
}

#floatshare > div > span {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../images/icons/social-icons-large.gif);
	margin-right: 10px;
	vertical-align: middle;
}

#floatshare div.facebook > span {
	background-position: 0 0;
}

#floatshare div.facebook .fb-like {
	display: inline-block;
	vertical-align: middle;
}

.ie7 #floatshare > div > span,
.ie7 #floatshare div.facebook .fb-like {
	zoom: 1;
	*display: inline;
}

#floatshare div.twitter > span {
	background-position: -32px 0;
	vertical-align: top;
}

#floatshare div.twitter .twitter-follow-button {
	margin-top: 6px;
}

#floatshare div.youtube > span {
	background-position: -64px 0;
}

/* Territory Selector */
#footer .territoryselect { 
	margin-right: 20px;
	float: right; 
	box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.2);
	background-image: linear-gradient(bottom, #F2F2F2 0%, #FEFEFE 100%);
	background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #FEFEFE 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #FEFEFE 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #FEFEFE 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #FEFEFE 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F2F2F2), color-stop(1, #FEFEFE));
}
.territoryselect { position: relative; padding: 7px; border: 1px solid transparent; border-top: 0px; width: 25px; height: 25px;}
.territoryselect:hover, #footer .territoryselect:hover {}
.territoryselect .submenu {	
	display: none; 
	position: absolute; 
	bottom: 42px; 
	right: -1px; 
	z-index: 70; 
	border: 1px solid #DDD; 
	border-top: 0px; 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15), 0 4px 12px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.15), 0 4px 12px rgba(0,0,0,.4);
	box-shadow: 0 0 4px rgba(0,0,0,.15), 0 4px 12px rgba(0,0,0,.4);
}

.territoryselect .submenu .nubble { 	
	display: block;
	position: absolute;
	background: url(../images/icons/bottom_nubble.png) no-repeat 0 0;
	width: 24px;
	height: 12px;
	left: 161px;
	bottom: -12px;
}
.territoryselect .list a { font-family: Verdana, Arial, Helvetica, sans-serif; border-radius: 0; padding: 7px 7px 7px 11px; clear: both; display: block; overflow: auto; width: 175px; background: #FFF; text-align: left; height: 25px; font-size: 0.667em; text-shadow: 0 1px #fff; color: #666; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07) inset; -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07) inset}
.territoryselect .list a:hover { color: #333;
-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.2);
background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(top,  #f1f1f1 0%, #e7e7e7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1f1f1 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1f1f1 0%,#e7e7e7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1f1f1 0%,#e7e7e7 100%); /* IE10+ */
background: linear-gradient(top,  #f1f1f1 0%,#e7e7e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */}
.territoryselect .list a span { display: block;float: left}
.territoryselect .list a span.label { width: 150px; height: 25px; line-height: 25px;}
.territoryselect .list a span.flag-circle { width: 25px; height: 25px}


/*cookie warning*/

#cookiewarning {
	width: 960px;
	position: fixed;
	color: #fff;
	height: auto;
	bottom: 0;
	display: none;
	z-index: 100;
	padding-left: 20px;
	-webkit-border-radius: 2px 2px 0 0; 
	-moz-border-radius: 2px 2px 0 0; 
	border-radius: 2px 2px 0 0; 
	background-color: #006fd5; 
	-webkit-box-shadow: 0 -3px 10px rgba(14,19,49,.5); 
	-moz-box-shadow: 0 -3px 10px rgba(14,19,49,.5); 
	box-shadow: 0 -3px 10px rgba(14,19,49,.5);
}

#cookiewarning a,
#cookiewarning a:link,
#cookiewarning a:active,
#cookiewarning a:visited {
	color: #fff;
}

#cookiewarning a:hover {
	text-decoration:underline;
}

#cookiewarning a.close,
#cookiewarning a.close:link,
#cookiewarning a.close:active,
#cookiewarning a.close:hover,
#cookiewarning a.close:visited {
	background: url(../images/buttons/close-blue.png) no-repeat 0 0;	
	position: absolute;
	top: 10px;
	right: 20px;
	height: 32px;
	width: 32px;
}

#cookiewarning > p {
    width: 890px;
}

/* Games listing page - games list panel */
.gameslist { margin-top: 15px; padding: 0 0 20px 0}
.gameslist header { margin-bottom: 0; }
.gameslist h1 { padding: 20px 0 0 20px;}
.gameslist #gamefilter { padding: 0 20px;}
.gameslist #gamefilter .field { width: 300px; float: left; margin-right: 20px; }
.gameslist #gamefilter .field.last { margin-right: 0; }
.gameslist #gamefilter .field p { margin: 15px 0; color: #666; }
.gameslist #gamefilter select {width: 100%; cursor:pointer; }
.gameslist #gamefilter label { font-size: 1.125em; }
.gameslist #gamefilter > p { font-size: 1.125em; color: #666; margin: 0 0 7px; line-height: 1.2 }
.gameslist #gamefilter > p span { font-weight: 600; color: #333; }

.customSelect {
    /* This is the default class that is used */
    /* Put whatever custom styles you want here */
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #e9eced;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15);
-moz-box-shadow: inset 0 1px rgba(0,0,0,.15);
box-shadow: inset 0 1px rgba(0,0,0,.15);
background-image: -webkit-linear-gradient(bottom, #e3e6e8, #f0f2f2);
background-image: -moz-linear-gradient(bottom, #e3e6e8, #f0f2f2);
background-image: -o-linear-gradient(bottom, #e3e6e8, #f0f2f2);
background-image: -ms-linear-gradient(bottom, #e3e6e8, #f0f2f2);
background-image: linear-gradient(to top, #e3e6e8, #f0f2f2);
padding: 2px 10px;
text-transform: uppercase;
color:#333;
text-shadow:0px 1px 0px rgba(255,255,255,1);
line-height:1.8em;
border:none;
}

.customSelect.customSelectOpen {
    /* Styles for when the select box is open */
	background-color: #e9eced; 
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25); 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.25); 
	box-shadow: inset 0 1px 2px rgba(0,0,0,.25); 
	background-image: -webkit-linear-gradient(top, #d3d9db, #e8ebec); 
	background-image: -moz-linear-gradient(top, #d3d9db, #e8ebec); 
	background-image: -o-linear-gradient(top, #d3d9db, #e8ebec); 
	background-image: -ms-linear-gradient(top, #d3d9db, #e8ebec); 
	background-image: linear-gradient(to bottom, #d3d9db, #e8ebec);
}

.customSelectInner {
    /* You can style the inner box too */
	background: url(../images/icons/grey-arrow-down.png) no-repeat right 11px;
}


.notfound .gameDescription p { margin:0; line-height: 1em}
.notfound .gameDescription a { text-decoration: none; color: #333; font-weight: normal; font-size: 1em;}
.notfound .gameDescription h2 {
	color: #333;    
    padding: 7px 0 5px;
}
.notfound .gameDescription h2 a {
    font-weight: 600;
}
.notfound .gameDescription h2 a:hover {
    text-decoration: underline;
}
.notfound .gameDescription p.platforms { font-size: 0.875em; text-align: left; padding:0px; }
.notfound .gameDescription p.releaseStatus { font-size: 0.875em; font-weight: 600; text-align: left; padding:0px;}
    
.gameslist .games-listing { padding: 0 10px 10px; }
.gameslist article { width: 300px; height: 250px; margin: 10px; float: left; position: relative; cursor: pointer}
.gameslist .gameDescription p { margin:0; line-height: 1em}
.gameslist .gameDescription a { text-decoration: none; color: #333; font-weight: normal; font-size: 1em;}
.gameslist .gameDescription h2 {
	color: #333;    
    padding: 7px 0 5px;
}
.gameslist .gameDescription h2 a {
    font-weight: 600;
}
.gameslist .gameDescription h2 a:hover {
    text-decoration: underline;
}
.gameslist .gameDescription p.platforms { font-size: 0.875em }
.gameslist .gameDescription p.releaseStatus { font-size: 0.875em; font-weight: 600; }

.gameslist footer,
.panel.search footer { margin: 0 20px; width: 920px; cursor: pointer}

.gameslist footer.loading,
.panel.search footer.loading {
	background-image: url(../images/panels/games_hub/preload-games.gif);
	background-image: url(../images/panels/games_hub/preload-games.gif), -webkit-linear-gradient(bottom, #e3e6e8, #f0f2f2);
	background-image: url(../images/panels/games_hub/preload-games.gif), -moz-linear-gradient(bottom, #e3e6e8, #f0f2f2);
	background-image: url(../images/panels/games_hub/preload-games.gif), -o-linear-gradient(bottom, #e3e6e8, #f0f2f2);
	background-image: url(../images/panels/games_hub/preload-games.gif), linear-gradient(to top, #e3e6e8, #f0f2f2);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: 1000px;
	white-space: nowrap; 
}

/* Games page - shortcuts panel */
.panel.gamepageshortcuts { background: #FFF; margin: 20px 0px 0px; padding: 3px 20px 0px; overflow: auto}
.gamepageshortcuts a { display: block; text-decoration: none; float: left; position: relative; color: #333; margin-right: 20px}
.gamepageshortcuts .title { text-transform: uppercase; padding-top: 12px; display: block; float: left}
.gamepageshortcuts .counter { font-size: 0.7em; color: #FFF; background: #006DD0; padding: 0px 5px; display: block; float: right; position: relative; top: 0px; margin-left: -13px}
.gamepageshortcuts .decoration { margin: 20px 0px 0px 4px; display: block; float: left; background: url('../images/beta/game_detail/tmp_anchorarrow.png') no-repeat; height: 9px; width: 9px}

/* Games page - related games */
#gamepage_related article { height: auto}
#gamepage_related a { text-decoration: none; color: #333}
#gamepage_related .subtitle { font-size: 0.7em}
#gamepage_related .date { font-size: 0.7em; font-weight: bold}

/* Games page - description panel */
.gamedescription.panel { background: #FFF; margin: 20px 0px; padding: 20px 20px 19px 20px; }/*use 19px on the bitton here as the clearfix is adding 1px*/
.gamedescription .expandable { position: relative;overflow: hidden; margin-top: -40px; margin-left: -30px; padding-top: 40px; padding-left: 30px; float: left; }
.gamedescription .expandablefade {
	background: url(../images/panels/fade.png) repeat-x 0 0;
	height: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.gamedescription .readmore { clear: both; cursor: pointer; font-size: 18px; margin: 7px 0 0; padding: 10px 0; text-align: center; text-transform: uppercase; width: 100%; }
.gamedescription h2 { font-size: 30px; font-weight:300;}
.gamedescription h2 .date { color: #006DD0}
.tags { font-size: 0.8em; line-height: 24px; margin-top: 5px}
.gamedescription h3 { font-family: ProximaNovaRgBold; text-transform: none; font-weight: 900; margin: 16px 0 8px; font-size:1em;}
.gamedescription h4 { font-weight: 600; font-size:1em; margin: 8px 0 0 0; font-size: 0.875em}
.gamedescription p { margin: 0; line-height: 1.1; font-size: 0.875em; }
.tags .tag { height: 24px; display: block; float: left; margin: 4px 5px 4px 0; white-space: nowrap; padding-right: 10px; background: url('../images/beta/game_detail/tag-end.png') no-repeat right top;}
.tags .tag .text { color: #888; background-color: #ebeeef; -webkit-box-shadow: 0 1px rgba(0,0,0,.2); -moz-box-shadow: 0 1px rgba(0,0,0,.2); box-shadow: 0 1px rgba(0,0,0,.2); background-image: -webkit-linear-gradient(top, #edeff0, #e0e3e3); background-image: -moz-linear-gradient(top, #edeff0, #e0e3e3); background-image: -o-linear-gradient(top, #edeff0, #e0e3e3); background-image: -ms-linear-gradient(top, #edeff0, #e0e3e3); background-image: linear-gradient(to bottom, #edeff0, #e0e3e3); padding: 0px 5px 0 8px; text-shadow: 0 1px #fff; height: 24px; display: block; float: left; font-weight: bold; text-transform:lowercase}
.tags .tag:hover .text {color: #333; }
.gamedescription .descriptionmain { float: left; width: 700px; position:relative; }
.gamedescription .gamedetails { float: right; width: 220px; }
.socialutils { 
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: rgba(233,236,237,.7); 
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.2); -moz-box-shadow: inset 0 1px rgba(0,0,0,.2); 
	box-shadow: inset 0 1px rgba(0,0,0,.2); padding: 20px 0 20px 20px; margin-bottom: 20px;
	height: 66px;
}
.socialutils .share-button { float: left; margin-right: 14px;}
.gamedescription .sega-button-1 {
	width: 140px;
}
.gamedescription .sega-button-1 .cross {
    background: url(../images/buttons/button-cross.png) no-repeat 0 0;
    display: block;
    float: right;
    height: 11px;
    margin-top: 12px;
    width: 10px;
}

html.ie7 .socialutils .share-button { margin-right: 6px;}
.gamedescription .gameinfo { overflow: hidden; margin-bottom: 1.5em; }
.gamedescription .gameinfo div.gameinfoitem { color: #000; margin-top: 20px }
.gamedescription .gameinfo div.gameinfoitem a:hover { text-decoration: underline; }
.gamedescription .gameinfo div.gameinfoitem p { margin:0; font-size:15px;}
.gamedescription .gameinfo label { font-weight:bold; }
.gamedescription .gameimage { position: relative; float: left; margin: -30px 16px 0 0; width: 140px; height: 200px; padding-bottom: 15px; background:url(../images/panels/pack-shadow.png) no-repeat 0 bottom;}
.gamedescription .gameimage img { position: absolute; top: auto !important; bottom: 16px;}
html.no-box-shadow .gamedescription .gameimage { border: 1px solid rgb(190,190,190); }
.gamedescription .content-small { height: 0; overflow: hidden; }
.gamedescription .ratinginfo { margin-top: 18px; clear: both }

.gamedescription .descriptionmain h4 { font-size: 1em; color: #000; margin-bottom: 0; }
.gamedescription .descriptionmain p { margin-top: 0; }
.gamedescription .esrbrating p {color: #333; font-size: 12px !important; line-height: 1.4}

/* Games page - game video panel */
#gamevideo_generic { padding: 10px 0}

.panel.gamevideo h1 { padding-left: 10px; float: left }

.panel.gamevideo .paneltabs {
	margin-right: 10px;
}

.panel.gamevideo .gamevideo_container { position: relative; clear: both }

.panel.gamevideo .playbtn { display: block; background-image: url('../images/panels/homepage_pusher/play-button-large.png'); width: 110px; height: 112px; overflow: hidden; position: absolute; top: 50%; left: 50%; margin-top: -60px; margin-left: -60px; text-indent: -1000px; overflow: hidden}
.panel.gamevideo .playbtn:hover { background-position: 0px -112px}

.panel.gamevideo .video-player { height: 552px; width: 980px; background: #111; position: absolute; z-index: 20; top: 0}
.panel.gamevideo .video-player iframe { border: 0px}
.panel.gamevideo .video-player .closebtn-holder { position: absolute; top: -41px; right: 0px;}
.panel.gamevideo .video-player .closebtn { font-weight: bold; font-size: 1.375em; line-height: 1.375em; padding-right: 46px; background:url(../images/buttons/close-btn.gif) right 0px no-repeat; height: 36px; cursor: pointer}
.panel.gamevideo .videoimage { position: relative; overflow: hidden}
.panel.gamevideo .videoimage img { /*width: 100%; height: 100%*/ }

.panel.gamevideo .videoimage .imagelist {
	-webkit-transition-property: left;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: linear;
	position: relative;
}

.panel.gamevideo .videoimage .imagelist img {
	width: 980px;
	height: 551px;
}



.panel.gamevideo .videothumbswrap {padding: 0 20px}
.panel.gamevideo .videothumbs { margin: 20px -11px 0; padding-right: 11px; height: 123px; overflow: hidden; width: 100% !important; }
.panel.gamevideo .videothumb { float: left; margin: 0 11px; cursor: pointer; position: relative; }
.no-touch .panel.gamevideo .videothumb img {
	opacity:1;
	transition: opacity .15s ease-out;  
}
.no-touch .panel.gamevideo .videothumb:hover img {
	opacity:.9;
}

.panel.gamevideo .videothumb span { 
	display: block; 
	width: 50px;
	height: 51px;
	background: url(../images/panels/videos_panel/video-thumb.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
}
.panel.gamevideo .videothumb, .panel.gamevideo .videothumb img { width: 218px !important; height :123px !important; display :block; }

.panel.gamevideo .videothumbs div { white-space: nowrap; float: left; }

.panel.gamevideo .videothumbs ul {
    
	-webkit-transition-property: left;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: linear;
}

.panel .pagerdots .next, 
.panel .pagerdots .prev { 
	background-image: url('../images/panels/mobile_games/arrow-sprite-small.png');
	background-repeat: no-repeat;
	display:none; 
	cursor: pointer;
	width: 20px;
	height: 14px;
	display: none;
}

body .pagerdots .prev {
	float:left;
	background-position: 2px -42px;
}

.pagerdots .prev.inactive {
	background-position: 2px -28px;
}
body .pagerdots .next {
	float:right;
	background-position: 9px -14px;
}
.pagerdots .next.inactive {
	background-position: 9px -0px;
}

.panel.gamevideo .pagerdots .prev {
	margin-left:20px;	
}

.panel.gamevideo .pagerdots .next {
	margin-right:20px;	
}

.panel.gamevideo .leftArrowBtn { -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); border-radius: 2px; position: absolute; top: 50%; left: 20px; width: 44px; height: 80px; margin-top: -40px; background: #FFF; z-index: 71; display: none; cursor: pointer; font-size: 40px; color: #AAA; text-align: center}
.panel.gamevideo .leftArrowBtn .text { display: none}
.panel.gamevideo .leftArrowBtn .arrow {width: 25px; height: 36px; margin: 22px 0 0 8px; background: url('../images/panels/homepage_pusher/arrow-sprite.png') 0px -72px no-repeat #FFF; display: block; float: left;}
.panel.gamevideo .leftArrowBtn:hover .arrow { background-position: 0px -109px;}
.panel.gamevideo .rightArrowBtn { -moz-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2); border-radius: 2px; position: absolute; top: 50%; right: 20px; width: 44px; height: 80px; margin-top: -40px; background: #FFF; z-index: 71; display: none; cursor: pointer; font-size: 40px; color: #AAA; text-align: center}
.panel.gamevideo .rightArrowBtn .text { display: none}
.panel.gamevideo .rightArrowBtn .arrow {width: 25px; height: 36px; margin: 22px 8px 0 0; background: url('../images/panels/homepage_pusher/arrow-sprite.png') 0px 0px no-repeat #FFF; display: block; float: right;}
.panel.gamevideo .rightArrowBtn:hover .arrow { background-position: 0px -36px;}
/*hide the buttons on touch devices - iPad and phone*/
.touch .panel.gamevideo .leftArrowBtn,
.touch .panel.gamevideo .rightArrowBtn {
	display: none !important;
}

/* Games page - game screenshots panel */

.panel.gamescreenshots { overflow: hidden;}

.panel.gamescreenshots h1 { float: left }

.panel.gamescreenshots .screenshots li a { display: block; margin: 0 10px 10px 10px; position: relative}
.panel.gamescreenshots .screenshots li a img { width: 220px; height: 124px; }
.no-touch .panel.gamescreenshots .screenshots li a img {
	opacity:1;
	transition: opacity .15s ease-out;  
}
.no-touch .panel.gamescreenshots .screenshots li a:hover img {
	opacity:.9;
}
.panel.gamescreenshots .screenshots li a span { 
	display: block; 
	position: absolute;
	background: url(../images/panels/screenshots_panel/image-thumb.png) no-repeat 0 0;
	width: 50px;
	height: 51px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

.panel.gamescreenshots .screenshots li { width: 240px; height: 288px; float: left;}

.panel.gamescreenshots .screenshots { height: 258px; width: 960px !important;}
.panel.gamescreenshots .screenshots_inner { margin: 0 -10px; }

.panel.gamescreenshots .screenshots_inner > ul {
	-webkit-transition-property: left;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: linear;
	height: 258px;
}

/*Game page - reviews*/
#gamespage_reviews {
	padding: 10px;
}

#gamespage_reviews h1 {
	padding-left: 10px;
	margin-bottom: 10px;
}

#gamespage_reviews article {
    background: url(../images/panels/review-panel/bg_white.png) no-repeat 0 0;
    border-radius: 3px;
    float: left;
    margin: 0 10px;
    padding: 0;
    position: relative;
	width: 300px;
	font-weight: 300;
	color: #333;
	line-height: 1.2;
	text-align: center;
}

#gamespage_reviews article div.clearfix {
	height: 107px;
}

#gamespage_reviews article footer {
	text-align: left;
	margin:10px 0;
}

#gamespage_reviews article .left {
	float: left;
	width: 90px;
}

#gamespage_reviews article .left.score {
	background: url(../images/panels/review-panel/score-bg.png) no-repeat center 0;
	font-family: ProximaNovaRgBold;
	font-weight: 700;
	color: #fff;
	font-size: 1.625em;
	text-shadow: 0 1px rgba(0,0,0,.5);
	padding-top: 14px;
	height: 50px;
	margin-top: 24px;
}

#gamespage_reviews article .right {
	width: 200px;
	height:108px;
	font-size: 	1.250em;
	display:table-cell;
	vertical-align: middle;
}

/* General style for information pages, privacy, terms, etc. */

.infopage .panel { background: #FFF; margin: 20px 0px; padding: 20px 20px;}

/* Search page - various panels */

.panel.searchlist { padding: 17px 20px 10px 20px; }
.panel.searchlist .clearfix { display:table; height:66px; }
.panel.searchlist .shortcuts { width: 700px; text-align: right; display: table-cell;
   vertical-align: middle;}
.panel.searchlist header { float: left; margin-bottom: 10px; width: 240px}
.panel.searchlist header h2 { color: #666; font-size: 1.125em; margin-bottom: 4px; }

.panel.searchlist header form input.text,
.panel.news #newsfilter input.text {
	padding: 0 0 0 8px;
    border: none;
    font-family: 'ProximaNova',sans-serif; color: #727f84;
	font-size:16px;
	font-weight:400;
    color: #333;
    width: 170px;
	height: 32px;
	line-height: 32px;
	display:block;
	float: left;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.15);
	box-shadow: inset 0 1px rgba(0,0,0,.15);
	background-color: #eef2f3;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
}

.panel.searchlist header form input.text:focus,
.panel.news #newsfilter input.text:focus {
	background-color: #D8E8F0;
	background-image: -webkit-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: -moz-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: -o-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: linear-gradient(to bottom, #cbdfea, #e3f0f5);
	outline: none;
}
.oldie .panel.searchlist header form.hover .text,
.oldie .panel.news #newsfilter.hover .text {
	background-color: #D8E8F0;
}
.panel.searchlist header form .submit,
.panel.news #newsfilter .submit {	
	float: left;
	width: 30px;
	height: 32px;
	border: none;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.15);
	box-shadow: inset 0 1px rgba(0,0,0,.15);
	background-color: #eef2f3;
	background-image: url('../images/icons/tmp_magnifier.png');
	background-image: url('../images/icons/tmp_magnifier.png'), -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: url('../images/icons/tmp_magnifier.png'), -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: url('../images/icons/tmp_magnifier.png'), -o-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: url('../images/icons/tmp_magnifier.png'), linear-gradient(to bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-repeat: no-repeat;
	background-position: top right;
}

.oldie .panel.searchlist header form .submit,
.oldie .panel.news #newsfilter .submit {
	background: #eef2f3 url('../images/icons/tmp_magnifier.png') no-repeat top right;
}

.panel.searchlist header form.hover .submit,
.panel.news #newsfilter.hover .submit {
	background-color: #D8E8F0;
	background-image: url('../images/icons/magnifier2.png');
	background-image: url('../images/icons/magnifier2.png'), -webkit-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: url('../images/icons/magnifier2.png'), -moz-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: url('../images/icons/magnifier2.png'), -o-linear-gradient(top, #cbdfea, #e3f0f5);
	background-image: url('../images/icons/magnifier2.png'), linear-gradient(to bottom, #cbdfea, #e3f0f5);		
}

.oldie .panel.searchlist header form.hover .submit,
.oldie .panel.news #newsfilter.hover .submit {
	background: #D8E8F0 url('../images/icons/magnifier2.png') no-repeat top right;
}


/*when there's no results*/
.panel.noresults > p {
	font-size: 1.500em;
	text-align: center;
	margin: 15px 0;
}
.panel.noresults > p span {
	color: #006fd5;
}

/*tweak the loading icon on the games search results compared to the games index page*/
.search.gameslist article.loading,
.storesearch article.loading, 
.videosearch article.loading, 
.screenshotsearch article.loading 
{background-image: url(../images/panels/preloader.gif)}
.search.gameslist h1 {margin-bottom: 10px;}

.panel.storesearch .noresults { margin-left: 10px}
.panel.storesearch { padding: 10px 10px 20px; }
.panel.storesearch header { margin-bottom: 10px}
.panel.storesearch h1 { padding-left: 10px}
.panel.storesearch .store-listing article { float: left; width: 140px; margin: 10px;}
.panel.storesearch .store-listing article div {
	background: url("../images/panels/pack-shadow.png") no-repeat scroll 0 bottom transparent;
	padding-bottom: 15px;
}
.panel.storesearch .store-listing article div img {
	transition: all .2s ease; -webkit-transition: all .2s ease; -moz-transition: all .2s ease;
}
.panel.storesearch .store-listing article div:hover img { 
	margin-top:-4px; 
	margin-bottom:4px; 
	transition: all .2s ease; 
	-webkit-transition: all .2s ease; 
	-moz-transition: all .2s ease; 
	-webkit-box-shadow: 0px 15px 10px 5px rgba(255, 255, 255, .5);
	box-shadow: 0px 15px 10px 5px rgba(255, 255, 255, .5);
}

.panel.storesearch a { display: block}
.panel.storesearch footer { margin-left: 10px}
.ie7 .panel.storesearch footer { margin-top: 10px}

.panel.videosearch .noresults { margin-left: 10px}
.panel.videosearch { padding: 10px 10px 20px;}
.panel.videosearch h1 { padding-left: 10px}
.panel.videosearch .video-listing article { 
	float: left; 
	width: 140px; 
	height: 79px; 
	margin: 0 10px 20px; 
	position: relative;
}

.panel.videosearch .video-listing a { 
	display: block; 
	background-size: 140px auto;
	background-repeat: no-repeat;
	background-position: center center;
	height: 79px;
}

.no-touch .panel.videosearch .video-listing a,	
.no-touch .panel.screenshotsearch article a {	
	opacity:1;
	transition: opacity .15s ease-out;  
}

.no-touch .panel.videosearch .video-listing a:hover,	
.no-touch .panel.screenshotsearch article a:hover {
	opacity:.9;
}

.panel.videosearch article span { 
	background: url(../images/panels/videos_panel/video-thumb.png) no-repeat 0 0;
    display: block;
    height: 51px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}

.panel.videosearch footer { margin-left: 10px}
.ie7 .panel.videosearch footer { margin-top: 20px}




.panel.screenshotsearch .noresults { margin-left: 10px}
.panel.screenshotsearch { padding: 10px 10px 20px;}
.panel.screenshotsearch h1 { padding-left: 10px}
.panel.screenshotsearch .screenshot-listing article { float: left; width: 140px; height: 79px; margin: 0 10px 20px; position: relative;}
.panel.screenshotsearch .screenshot-listing a {display: block; background-size: 140px auto;background-repeat: no-repeat;background-position: center center;height: 79px;}
.panel.screenshotsearch article span { background: url(../images/panels/screenshots_panel/image-thumb.png) no-repeat 0 0;display: block;height: 51px;left: 50%;margin-left: -25px;margin-top: -25px;position: absolute;top: 50%;width: 50px;}
.panel.screenshotsearch footer { margin-left: 10px}
.ie7 .panel.screenshotsearch footer { margin-top: 20px}
.panel.screenshotsearch article img {width: 140px; height: 79px;}


.panel.newssearch { padding: 10px 20px 20px;}
.panel.newssearch h1 { }
.panel.newssearch footer { margin-left: 0}
.panel.newssearch article {
	margin-bottom: 20px;
}
.panel.newssearch article .left {
	float: left;
	width: 320px;
}
.panel.newssearch article .left img {
	width: 300px;
}
.panel.newssearch article .right {
	float: left;
	width: 620px;
}
.panel.newssearch article p.date {
	margin: 0;
	color: #ababab;
    font-family: 'ProximaNovaRgBold';
    font-weight: 900;
	font-size: 0.875em;
}
.panel.newssearch article h2 {
	color: #333;
	font-size: 1.125em;
}
.panel.newssearch article .intro {
	color: #666;
}
.panel.newssearch article .right a:hover {
	text-decoration: underline;
}

/*retailer page*/
.panel.retailerintro p {
	font-size: 1.750em;
	text-align: center;
}

.panel.retailer {
	background: #fff url(../images/panels/retailer/left.png) repeat-y 0 center;
}

.panel.retailer .left {
	width: 220px;
	text-align: center;
	display: table-cell;
}

.panel.retailer .left div {
    background: url(../images/panels/pack-shadow.png) no-repeat center bottom;
    padding-bottom: 15px;
    padding-top: 20px;
}

.panel.retailer .left p.date {
	font-family: 'ProximaNovaRgBold';
	font-weight: 900;
	margin: 0;
	font-size: 1em;
}
.panel.retailer .left p {
	font-size: 0.875em;
	margin-top: 0;
	line-height: 1.2;
}

.panel.retailer > .clearfix {
	display: table;
}

.panel.retailer .right {
	text-align: center;
	padding: 0 30px 0 70px;
	display: table-cell;
    vertical-align: middle;
	width: 620px;
}

.ie7 .panel.retailer .left,
.ie7 .panel.retailer .right {
	display: block;
	float: left;
}

.panel.retailer .left h2 {
	color: #363636;
	font-size: 1.500em;
	font-weight: 900;
	font-family: 'ProximaNovaRgBold';
	margin: 10px 0 16px 0;
}

.panel.retailer .right a.rbutton {
	width: 140px; 
	height: 52px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e9eced;
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.15);
	box-shadow: inset 0 1px rgba(0,0,0,.15);
	background-image: -webkit-linear-gradient(bottom, #e3e6e8, #f0f2f2);
	background-image: -moz-linear-gradient(bottom, #e3e6e8, #f0f2f2);
	background-image: -o-linear-gradient(bottom, #e3e6e8, #f0f2f2);
	background-image: -ms-linear-gradient(bottom, #e3e6e8, #f0f2f2);
	background-image: linear-gradient(to top, #e3e6e8, #f0f2f2);
	margin: 10px;
	display: inline-block;
}

.panel.retailer .right a.rbutton:hover {
	background-color: #e9eced; 
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.15); 
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.15); 
	box-shadow: inset 0 1px rgba(0,0,0,.15); 
	background-image: -webkit-linear-gradient(bottom, #e7eaeb, #f2f4f4); 
	background-image: -moz-linear-gradient(bottom, #e7eaeb, #f2f4f4); 
	background-image: -o-linear-gradient(bottom, #e7eaeb, #f2f4f4); 
	background-image: -ms-linear-gradient(bottom, #e7eaeb, #f2f4f4); 
	background-image: linear-gradient(to top, #e7eaeb, #f2f4f4);	
}

.panel.retailer .right a.rbutton:active {
	background-color: #e9eced; 
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25); 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.25); 
	box-shadow: inset 0 1px 2px rgba(0,0,0,.25); 
	background-image: -webkit-linear-gradient(top, #d3d9db, #e8ebec); 
	background-image: -moz-linear-gradient(top, #d3d9db, #e8ebec); 
	background-image: -o-linear-gradient(top, #d3d9db, #e8ebec); 
	background-image: -ms-linear-gradient(top, #d3d9db, #e8ebec); 
	background-image: linear-gradient(to bottom, #d3d9db, #e8ebec);	
}


.panel.retailer .right a.rbutton span {
	display: block;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center center;
}

.panel.retailer .right h3 {
	font-size: 1.250em;
	font-weight: 600;
	text-transform: none;
	line-height: 1.4;
}

.panel.retailer .right p {
	margin: 5px 0;
	font-size: 0.875em;
	line-height: 1.8;
}

.panel.retailer .right p a {
	font-weight: 600;
}

.panel.retailer .right p a:hover {
	text-decoration: underline;
}

.panel.retailer .right a.psstore {
	width: 173px;
	height: 60px;
	background: url(../images/logos/playstation-store.png) no-repeat 0 0;
	display: block;
	margin: 10px auto;	
}

/*careers page*/
.touch #careers .backgrounds div {
	display: block;
}
.careerspanelinner {
	height: 551px;
    position: relative;
    width: 100% !important;
}

.careerspanelinner .playbtn {
    background-image: url("../images/panels/homepage_pusher/play-button-large.png");
    display: block;
    height: 112px;
    left: 50%;
    margin-left: -60px;
    margin-top: -66px;
    overflow: hidden;
    position: absolute;
    text-indent: -1000px;
    top: 50%;
    width: 110px;
}
.careerspanelinner .playbtn:hover {
    background-position: 0 -112px;
}

.careerspanelinner .video-player {
    background: none repeat scroll 0 0 #111;
    height: 551px;
    width: 100%;
    z-index: 20;
}

.touch .careerspanelinner .videoCloseBtn {
	top: 550px;
}

.panel.careers {
    padding-bottom: 20px;
	margin-top: 0;
}

.panel.careers .dropdown-alt,
.panel.offices .dropdown-alt {
	display: none !important;
}

.panel.careers h1 {
    float: left;
}

.panel.careers h3 {
	font-family: 'ProximaNovaRgBold';
	font-weight: 900;
	font-size: 1em;
	color: 363636;
	text-transform: none;
}

.panel.careers .readmore {
    height: auto;
    overflow: hidden;
	display: none;
}

.panel.careers .readmore.active {
    display: block;
}

.panel.careers > footer {
    width: 920px;
}

.panel.latestjobs header {
	margin-bottom: 10px;
}

.panel.latestjobs article {
	float: left;
    height: 255px;
    margin: 10px 10px 0;
    position: relative;
    width: 300px;
}

.panel.latestjobs article h2 {
	margin: 8px 0;
}

.panel.latestjobs article h2 a {
	font-weight: normal;
	color: #363636;
}

.panel.latestjobs article h2 a:hover {
	text-decoration: underline;
}

.panel.offices {
	padding-bottom: 0;
}

.panel.offices article {
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 20px;
}

.panel.offices .left {
	float: left;
	width: 320px;
}

.panel.offices .left img {
	margin-bottom: 20px;
}

.panel.offices .left .googlemap {
	width: 300px;
	height: 169px;
	margin-bottom: 20px;
}

.panel.offices .right {
	float: left;
	width: 620px;
}

.panel.offices h3 {
	font-size: 1.125em;
	font-family: 'ProximaNovaRgBold';
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: none;
}

.panel.offices article.last {
	border-bottom: none;
	margin-bottom: 0;
}

.ie7 .panel.offices article.last .right {
	padding-bottom: 20px;
}

.panel.offices article.last .right {
	margin-bottom: 20px;
}


/*corporate page*/
.panel.corporate {
	background: #FDFFFF url(../images/backgrounds/bg-corporate.jpg) no-repeat center 0;
 	line-height: 1.5;
}

.panel.corporate header {
	margin-bottom: 270px;
}

.panel.corporate .left {
	float: left;
	width: 620px;
	margin-right: 20px;
}
.panel.corporate .right {
	float: left;
	width: 300px;
}

.panel.corporate h2 {
	color: #333;
	font-size: 1.500em;
}

.panel.corporate a:hover {
	text-decoration: underline;
}

.panel.corpoffices {
	padding-bottom: 10px;
}

.panel.corpoffices header {
	margin-bottom: 10px;
}

.panel.corpoffices article {
	float: left;
    margin: 10px 10px 7px;
    position: relative;
    width: 300px;
	height: 263px;
}

.panel.corpoffices article h2 {
	margin: 8px 0 3px 0;
}

.panel.corpoffices article h2 a {
	font-weight: normal;
	color: #363636;
}

.panel.corpoffices article h2 a:hover {
	text-decoration: underline;
}

.panel.corpoffices article > p {
	color: #999;
	font-size: 0.875em;
	margin: 0;
	line-height: 1.2;
}

/*legal page*/
.panel.legalCookie table tbody tr td {
	padding: 10px 37px 10px 0;
}
.panel.legalCookie table tbody tr td:first-child {
	font-weight: bold;
}
.panel.legal h2, .panel.legalCookie th {
	font-weight: 100;
	text-align: left;
}
.panel.legal p, .panel.legal address, .panel.legal ul, .panel.legalCookie tbody {
	color: #666;
	font-size: 	0.875em;
	margin-right: 240px;
}
.panel.legal ul ul {
	font-size: 1.000em;
}
.panel.legal ul ul {
	list-style-type:disc;
}
.panel.legal address {
	margin: 0 0 15px;	
	font-style: normal;	
}
.panel.legal ul { margin-left: 15px; padding-left:0px}

.panel.legalCookie tbody tr {
border-top: solid 1px #666666;
	
}
.panel.legalCookie table {
	margin-right: 240px;
}

.panel.legalSmall {
	display: none;
}

.panel.legal a:hover {
	text-decoration: underline;
}

/*sega pass*/
.panel.segapass {
	background: #fff url(../images/panels/segapass/logo.png) no-repeat center 49px;
	padding-top: 216px;
}

.panel.segapass p {
	color: #363636;
}

.panel.segapass p a {
    font-family: 'ProximaNovaRgBold';
    font-weight: 900;
}

.panel.segapass p a:hover {
    text-decoration: underline;
}

/*404*/
.panel.fourohfour {
	background: #fff url(../images/panels/404/bg.png) no-repeat center 30px;
	padding-top: 381px;
	padding-bottom: 20px;
}

.panel.fourohfour > p {
	font-size: 1.500em;
	text-align: center;
	padding: 0 10px;
	line-height: 1.3
}

.panel.fourohfour > p a {
	color: #006fd5;
    font-family: 'ProximaNovaRgBold';
    font-weight: 900;
}

.panel.fourohfour > p a:hover {
    text-decoration: underline;
}

/*news hub*/
.panel.news header {
    margin-bottom: 24px;
}
.news #newsfilter { display: none; padding: 0 10px; margin-bottom: 17px;}
.news #newsfilter .field { width: 300px; float: left; margin-right: 20px; }
.news #newsfilter .field.last { margin-right: 0; }
.news #newsfilter .field p { margin: 0 0 15px; color: #666; }
.news #newsfilter select {width: 100%; cursor:pointer; }
.news #newsfilter label { font-size: 1.125em; }
.news #newsfilter > p { font-size: 1.125em; color: #666; margin: 0 0 7px; line-height: 1.2 }
.news #newsfilter > p span { font-weight: 600; color: #333; }

.panel.news #newsfilter .second .text {
	width: 262px;
}

body .panel.news .feedpanels .feedview {
	height: 855px;
}

.panel.blogs .container {
    margin-top: -10px; /* Counters the top margin from first row of items */
    padding-bottom: 10px;
}

.panel.blogs article {
    width: 300px;
    height: 210px;
    float: left;
    margin: 0 10px;
    margin-top: 10px;
	position: relative;
}

.panel.blogs article h2 {
    padding: 7px 0px 12px;
    color: #333;
	font-weight: 600;
}

.panel.blogs a {
    color: #363636;
	font-weight: normal;
}

.panel.blogs h2 a:hover {
    text-decoration: underline;
}


/*news article page*/
.panel.article header h1 {
	text-transform: none;
	font-size: 1.750em;
	color: #333;
	width: 700px;
	line-height: 1;
	height: auto;
}

.panel.article header h2 {
    font-family: 'ProximaNovaRgBold';
    font-weight: 900;
	font-size: 0.875em;
	color: #ababab;
	text-transform: none;
	margin-top: 4px;
}

.panel.article .left {
	float: left;
	width: 700px;
	margin-right: 20px;
}

.panel.article .left p,
.panel.article .right p {
	margin-top: 0;
}

.panel.article .left a:hover {
	text-decoration: underline;
}

.panel.article .left strong,
.panel.article .left a {
    font-family: 'ProximaNovaRgBold';
    font-weight: 900;	
}

.panel.article .left .image {
	float: right;
	margin: 0 0 10px 20px;
}

.panel.article .left .image p {
	font-size: 0.875em;
	color: #999;
	margin-top: 2px;
}

.panel.article .right {
	float: left;
	width: 220px;
}

.panel.article .right h3 {	
    font-family: 'ProximaNovaRgBold';
    font-weight: 900;
	font-size: 1em;
	text-transform: none;
	color: #363636;
	margin-bottom: 22px;
}

.panel.article .right p {
	line-height: 1.2;
}

.panel.article .right .gameimage { position: relative; width: 140px; margin: 0 auto; height: 200px; padding-bottom: 15px; background:url(../images/panels/pack-shadow.png) no-repeat 0 bottom;}
.panel.article .right .gameimage img { position: absolute; top: auto !important; bottom: 16px;}

.panel.article .right h4 {
	font-weight: 600;
	font-size: 1em;
	color: #333;
	margin-top: 2px;
	margin-bottom: 0;
}

.panel.article .right p {
	font-size: 0.875em;
}

.panel.article .right p span {
	font-weight: 600;	
	color: #333;
}

.panel.article .right .socialutils {
	margin: 9px 0 10px 0;
}

.panel.article .right .content-small { height: 0; overflow: hidden; }


.panel.article .right h5 {
    color: #363636;
    font-family: 'ProximaNovaRgBold';
    font-size: 1em;
    font-weight: 900;
    margin-bottom: 5px;
    text-transform: none;
	margin-top: 16px;
}
 
.panel.related .container {
    margin-top: -10px; /* Counters the top margin from first row of items */
    padding-bottom: 10px;
}

.panel.related article {
    width: 300px;
    height: 239px;
    float: left;
    margin: 0 10px;
    margin-top: 10px;
	position: relative;
}

.panel.related article h2 {
    padding: 7px 0 0;
    color: #333;
	font-weight: 600;
}

.panel.related h2 a {
	font-weight: normal;
	color: #333;
}
.panel.related h2 a:hover {
	text-decoration: underline;
}
.panel.related time {
    font-family: 'ProximaNovaRgBold';
    font-weight: 900;
	font-size: 0.875em;
	color: #ababab;
}

/************* TEMPORARY BETA STYLES ******************************************/

/* Games List */
#sonicgen { top: 730px; left: 20px; }
#moregamesbtn { cursor: pointer}
#gamesFilter { height: 210px; width: 980px; background: url('../images/beta/games-hub-header.png'); position: relative}
#gamesFilter div { height: 25px; width: 300px; position: absolute; z-index: 60; padding-top: 25px;}
#gamesFilter div img { display: none;}
#gamesFilter #sortFilter { top: 100px; left: 20px}
#gamesFilter #platformFilter { top: 100px; left: 340px}
#gamesFilter #releaseDateFilter { top: 148px; left: 340px}
#gamesFilter #genreFilter { top: 100px; left: 660px}
#gamesFilter #ageRatingFilter { top: 148px; left: 660px}

/* Buy now drop down appears on the news and games detail pages */
.buynowbtn { position: absolute; top: 0px; left: 0px; height: 42px; width: 135px; cursor: pointer; z-index: 10}
.buynowdropdown { position: absolute; top: 27px; left: -48px; width: 228px; height: 478px; padding-top: 20px; background: url('../images/beta/buyNowRolloverGenerations.png') no-repeat; display: none}
.buynowdropdown .option { height: 113px}

/* Games detail page */
.gamepusher .content { position: relative;}
.gamepusher .buynowbtn { top: 428px; left: 784px;}
.gamepusher .buynowdropdown { background: url('../images/beta/buyNowRolloverAliensColonialMarines.png') no-repeat;}

/* News detail panel */
.newsarticle { position: relative;}
.newsarticle .buynowbtn { top: 340px; left: 784px;}


/************ 3rd PARTY STYLES ************************************************/

.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s;}
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width;}
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity;}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 24px rgba(0,0,0,.8);
	-moz-box-shadow: 0 10px 24px rgba(0,0,0,.8);
	box-shadow: 0 10px 24px rgba(0,0,0,.8);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../third_party/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../third_party/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 9px;
	right: 20px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 8040;
	background: url('../third_party/fancybox/close.png') no-repeat 0 0;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../third_party/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev > span {
	left: 0;
	/*background-position: 0 -36px;*/
 	background: #FFF;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	width: 44px; 
	height: 80px;
	margin-top:-40px;
}

.fancybox-prev span span {
	width: 25px; 
	height: 36px; 
	margin: 22px 0 0 8px; 
	background: #FFF url('../images/panels/homepage_pusher/arrow-sprite.png') 0px -72px no-repeat; 
	display: block; 
	float: left;
	position: static;
}

.fancybox-prev span span:hover {
	background-position: 0px -109px;
}

.fancybox-next > span {
	right: 0;
	/*background-position: 0 -72px;*/
 	background: #FFF;
	-moz-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	width: 44px; 
	height: 80px;
	margin-top:-40px !important;
}

.fancybox-next span span {
	width: 25px; 
	height: 36px; 
	margin: 22px 8px 0 0; 
	background: #FFF url('../images/panels/homepage_pusher/arrow-sprite.png') 0 0 no-repeat; 
	display: block; 
	float: right;
	position: static;
}

.fancybox-next span span:hover {
	background-position: 0px -36px;
}


.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../third_party/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	/*font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
	position: absolute;
    top: 5px;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Feedback button */
.button-fixed {
    position: fixed;
}

.feedback-button {
    bottom: 0px;
    right: 20px;
    width: 128px;
    height: 128px;
    background: red;
    line-height: 128px;
    text-align: center;
}

/*************************************** WIP ***** removed width as requested by Ted on 04 April 2013
#homepage_pusher .sega-button-1 {
    width: 140px;
}
*****************************************/

/*
 * Careers Page
 */
#careers .sonic-careers {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}


.notfound article { height: 260px !important;}
