body {
  min-width: 980px;
}

.container {
  width: 940px;
  margin: 0 auto;
}

/* Global */
#background {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: 1;
}

#background img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  width: 50%;
  height: 75%;
}

#container {
  position: relative;
  z-index: 3;
  padding-top: 166px;
}

#share {
  position: absolute;
  top: 5px;
  width: 120px;
  z-index: 999;
  padding-top: 0;
  right: 225px;
}

#share ul {
  margin: 0;
  padding: 0;
}

#share ul li {
  list-style-type: none;
  float: left;
  margin: 0 0;
  padding: 0 0 0 0;
  width: 30px;
  height: 30px;
  position: relative;
  background: url(../img/global/sprite_social.png) no-repeat;
  text-indent: -9999px;
}

#share ul li a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
}

#share ul li.fb {
  float: left;
  background-position: 0 0;
}

#share ul li.tw {
  float: left;
  background-position: 0 -30px;
}

#share ul li.gp {
  float: left;
  background-position: 0 -60px;
}

#share ul li.yt {
  float: left;
  background-position: 0 -90px;
}

#main_holder {
  background: url(../img/global/bg_page_header.png) no-repeat center top;
  margin-top: -15px;
  padding-top: 13px;
  position: relative;
}

#main {
  background: url(../img/global/bg_page.png) no-repeat center top #f8ebc9;
  min-height: 500px;
  padding-top: 25px;
  padding-bottom: 25px;
  /*overflow-y: hidden;*/
}

.large_border {
  background: url(../img/global/bg_large_border.png) no-repeat center top;
  width: 605px;
  height: 317px;
}

.btntop {
  position: fixed;
  top: 0;
  left: 50%;
  height: 0;
  width: 522px;
  z-index: 9;
}

.btntop #up {
  display: block;
  cursor: pointer;
  position: absolute;
  background: url(../img/global/btn_top.png) no-repeat 0 0;
  height: 52px;
  width: 51px;
  text-indent: -9999px;
  bottom: -300px;
  right: 0;
  opacity: .9;
  -moz-opacity: .9;
  filter:alpha(opacity=.9);
  z-index: 9;
 }

.btntop #up:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=1);
}

#home .btntop {
  display: none;
}

ul.social, .social li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.social {
  clear: both;
  margin-bottom: 5px;
}

.social li {
  float: left;
}

.secondary iframe.twitter-follow-button {
  margin-left: 50px;
}

.secondary .social li {
  margin-left: 0;
}

.secondary .social li.tw_box {
  margin: 5px 0 0 0;
}

.secondary .social .tw_box2 {
  margin: 5px 0 0 20px;
}

.secondary .social li.fb_box {
  margin: 10px 0 0 5px;
}

.secondary .social li:first-child {
  margin-left: 0px;
}

.secondary .social {
  background: url(../img/home/bg_home_socialtp.png) no-repeat 0 0;
  padding: 15px 0 0 0;
  height: 135px;
}

.secondary .socialbt {
  background: url(../img/home/bg_home_socialbt.png) no-repeat 0 0;
  height: 30px;
}

.ie7 .secondary .social li {
  clear: left;
  margin-left: 0;
}

.ie7 #blog .secondary .social {
  margin-left: 20px;
  padding: 0;
  height: auto;
}

.ie7 #blog .secondary .social li {
  clear: none;
}

.ie7 .secondary .social li.tw_box2 {
  margin: 5px 0 0 0;
  width: 260px;
}

.ie7 .secondary li.tw_box2 iframe {
  margin-left: 70px;
}

#blog .social li {
  margin-right: 10px;
}

#blog .secondary .social {
  margin-left: 50px;
  padding: 0;
  height: auto;
  background: none;
}

.social iframe {
  overflow-x: hidden;
}

/*.social .fb_box {
  max-width: 150px !important;
}

.social .tw_box {
  max-width: 90px !important;
}

.social .gp_box {
  max-width: 75px !important;
}*/



/* Header */
header#top {
  background: url(../img/global/bg_header_main2.png) repeat-x center top;
  /*background:url(../img/global/bgrp_header_main.png) repeat-x top;*/
  width: 100%;
  height: 115px;
  position: fixed;
  z-index: 900;
}

header#top .container {
  /*background: url(../img/global/bg_header_main.png) repeat-x center top;*/
  height: 115px;
}

header#top .row {
  position: relative;
}

.fselect {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 990;
  background: url(../img/forms/bg_select_right.png) no-repeat 100% 0;
  width: 90px;
}

#region_cc {
  right: 90px;
  width: 130px;
  top: 5px;
}

.fselect li {
  list-style: none;
  margin: 0;
  display: none;
  position: relative;
  z-index: 999;
}

.fselect:hover li {
  background-color: #312929;
}

.fselect:hover li:first-child {
  border-bottom: 1px solid #2d2421;
  background: #312929 url(../img/forms/bg_select_right.png) no-repeat 100% 0;
}
.fselect:hover li:nth-child(2) {
  border-top: 1px solid #3d332e;
}

.fselect li.active {
  display: block;
}

.fselect li.active a,
.fselect li:hover a {
  color: #eddea8;
}

.fselect li a {
  padding: 5px 0 5px 10px;
  display: block;
  width: 70px;
}
#region_cc li a {
  width: 120px;
}



/* ------ Nav Dropdowns -------- */


header .row nav.push_one 	{ 
  margin-left: 11%;
}

header nav ul li {
  padding: 0 0 0 0;
  margin-right: 10px;
}

header nav ul li:hover {
  background: #1d1815;
  padding: 0 0 0 0;
}

header nav ul li a {
  padding: 7px;
}
 
header nav ul li.dlc {
    padding: 0 0 0 0;
    margin: 0 260px 0 0;
}

header nav ul li.dlc ul {
    background: none; 
    display: block;
    position:relative;
    padding: 0;
    z-index: 999999;
}

header nav ul li.dlc li {
    text-align: left;
    display: inline-block;
    position: relative;
    padding: 0 0 0 0;
}
header nav ul li.dlc a {
    display:block;
    background:transparent;
    text-decoration:none;
}

header nav ul li.dlc a:hover{
    color:#fff;
    text-decoration:none;
} 

header nav ul li.dlc ul li ul {
    background: #1d1815; 
    list-style:none;
    position:absolute;
    left:-9999px; 
    padding: 20px 0 5px 0;
    margin:0;
    z-index: 999999;
}

header nav ul li.dlc ul a {
    white-space:nowrap; 
    width: 30px;
    margin: 0;
}

header nav ul li.dlc li:hover { 
  background: #1d1815;
}

header nav ul li.dlc li:hover ul { 
    left:0; 
    background: #1d1815;
    width: 214px;
    padding-bottom: 15px;
}
header nav ul li.dlc li:hover a { 
    text-decoration: none;
}

header nav ul li.dlc li li a { 
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: none;
    text-shadow: none;
    width: 175px;
    margin: 0 0 0 13px;
    color: #a49c98;
}

header nav ul li.dlc li li:hover a { 
    background: #2e2925;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: none;
    text-shadow: none;
    width: 175px;
    margin: 0 0 0 13px;
    color: #fff;
}

header nav ul li.media {
    padding: 0 0 0 0;
    margin-right: 5px;
    width: 70px;
}

header nav ul li.media ul {
    background: none; 
    display: block;
    position:relative;
    padding: 0;
    z-index: 2;
}

header nav ul li.media li {
    text-align: left;
    display: inline-block;
    position: relative;
    padding: 0 5px 0 0;
}

header nav ul li.media a {
    display: block;
    background:transparent;
    text-decoration:none;
}

header nav ul li.media a:hover{
    color:#fff;
    text-decoration:none;
} 

header nav ul li.media ul li ul {
    background: #1d1815; 
    list-style: none;
    position: absolute;
    left: -9999px; 
    padding: 20px 0 5px 0;
    margin:0;
    z-index: 2;
}

header nav ul li.media ul a {
    white-space:nowrap; 
    width: 50px;
    margin: 0;
}

header nav ul li.media li:hover { 
  background: #1d1815;
}

header nav ul li.media li:hover ul { 
    left:0; 
    background: #1d1815;
    width: 180px;
    padding-bottom: 15px;
}
header nav ul li.media li:hover a { 
    text-decoration: none;
}

header nav ul li.media li li a { 
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: none;
    text-shadow: none;
    width: 140px;
    margin: 0 0 0 13px;
    color: #a49c98;
}

header nav ul li.media li li:hover a { 
    background: #2e2925;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: none;
    text-shadow: none;
    width: 140px;
    margin: 0 0 0 13px;
    color: #fff;
}

#preorder header nav ul li.store {
  clear: none;
}

body#news header nav ul li.news,
body#game header nav ul li.game,
body#dlc header nav ul li.dlc,
body#season header nav ul li.dlc,
body#media header nav ul li.media,
body#faq header nav ul li.dlc {
  background: #1d1815;
  padding: 0 0 0 0;
}


/* Menu Translation positioning */

.lang-it header nav ul li.media {
    padding: 0 0 0 0;
    margin-right: 0;
    width: 70px;
}

.lang-it header nav ul li.store {
    padding: 0 0 0 0;
    margin-right: 0;
    width: 87px;
}

.lang-fr header nav ul li.dlc {
    padding: 0 0 0 0;
    margin: 0 275px 0 0;
}

.lang-fr header .row nav.push_one 	{ 
    margin-left: 13%;
}

.lang-fr header nav ul li.media {
    padding: 0 0 0 0;
    margin-right: 0;
    width: 70px;
}

.lang-fr header nav ul li.store {
    padding: 0 0 0 0;
    margin-right: 0;
    width: 97px;
}

.lang-de header nav ul li.media {
    padding: 0 0 0 0;
    margin-right: 10px;
    width: 80px;
}

.lang-ja header .row nav.push_one { 
    margin-left: 11%;
}

.lang-ja header nav ul li.dlc {
    padding: 0 0 0 0;
    margin: 0 280px 0 0;
}

.lang-ja header nav ul li.media {
    padding: 0 0 0 0;
    margin-right: 5px;
    width: 65px;
}

.lang-ja header nav ul li.store {
    padding: 0 0 0 0;
    margin-right: 5px;
    width: 70px;
}

.lang-ru header nav ul li.dlc {
    padding: 0 0 0 0;
    margin: 0 270px 0 0;
}

.lang-ru header .row nav.push_one { 
    margin-left: 13%;
}

.lang-ru header nav ul li.media {
    padding: 0 0 0 0;
    margin-right: 0;
    width: 105px;
}

.lang-ru header nav ul li.store {
    padding: 0 0 0 0;
    margin-right: 0;
    width: 80px;
}

.lang-ru header .fselect {
position: absolute;
top: 5px;
right: -10px;
z-index: 990;
background: url(../img/forms/bg_select_right.png) no-repeat 100% 0;
width: 100px;
}



.logo {
  background: url(../img/global/bg_bioshock_logo.png) no-repeat;
  width: 257px;
  height: 134px;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -130px;
  z-index: 999;
}

header nav {
  margin-top:43px;
}

.ie7 header nav {
  position: relative;
  top: -20px;
}

.ie7 #season header nav {
  top: -40px;
}

.lang-es nav.ten.columns.push_one {
  margin-left: 7%;
}

.buynow {
  background: url(../img/global/buynow.png) no-repeat 0 2px;
  height: 114px;
  width: 108px;
  position: absolute;
  top: 33px;
  right: -5px;
}
.buynow.en {
   background: url(../img/global/buynow_en.png) no-repeat 0 2px;
}
.buynow.de {
   background: url(../img/global/buynow_de.png) no-repeat 0 2px;
}
.buynow.es {
   background: url(../img/global/buynow_es.png) no-repeat 0 2px;
}
.buynow.it {
   background: url(../img/global/buynow_it.png) no-repeat 0 2px;
}
.buynow.ja {
   background: url(../img/global/buynow_ja.png) no-repeat 0 2px;
}
.buynow.ru {
   background: url(../img/global/buynow_ru.png) no-repeat 0 2px;
}
.buynow.fr {
   background: url(../img/global/buynow_fr.png) no-repeat 0 2px;
}


.buynow:hover {
  background-position: 0 -110px;
}


h2.fancy, h3.fancy {
  background: url(../img/icons/icon_star.png) no-repeat left 65%;
  padding-left: 23px;
  overflow: hidden;
}

h2.fancy span, h3.fancy span {
  background: url(../img/icons/icon_star.png) no-repeat right 65%;
  display: block;
  float: left;
  padding-right: 23px;
  padding-top: 4px;
}

nav.subnav {
  padding: 0 30px;
  text-align: center;
}

.subnav ul.fancy {
  display: inline-block;
  background: url(../img/icons/icon_star.png) no-repeat left 35%;
  margin: 5px auto 0 auto;
  padding-left: 22px;
}

.subnav .fancy li {
  padding-right: 22px;
  margin-right: 7px;
  background: url(../img/icons/icon_star.png) no-repeat right 35%;
}

.subnav .fancy li:last-child {
  margin-right: 0;
}

.subnav li a {
  white-space: nowrap;
}

.pagi {
  margin-top: 10px;
  clear: both;
  padding-bottom: 10px;
}

.pagi ul {
  background: url(../img/global/bg_pagi.png) no-repeat center center;
  height: 24px;
  padding: 12px 39px;
}

.pagi ul li {
  display: inline-block;
  float: none;
  margin: 0 8px;
}

.pagi ul li a {
  color: #272218;
  text-shadow: 1px 2px 5px rgba(0,0,0,.2);
}

.pagi .prev, .pagi .next {
  margin: 0;
  width: 50px;
}

.pagi .prev {
  background: url(../img/icons/icon_pagi_prev.png) no-repeat left 45%;
  float: left;
  padding: 4px 0 5px 23px;
}

.pagi .next {
  background: url(../img/icons/icon_pagi_next.png) no-repeat right 45%;
  float: right;
  padding: 4px 23px 5px 0;
}

.row > .entry, .indent {
  padding: 30px 30px 10px 30px ;
}



/* Home */
#masthead_holder {
  background: url(../img/home/bg_masthead_holder.png) no-repeat center top;
  margin-top: -15px;
}

#masthead {
  height: 375px;
}

#masthead .banner {
  margin: 23px 0 0 25px;
  position: relative;
  overflow: hidden;
}


#masthead .banner a {
  border: 2px solid #8d7e70;
  display: block;
  height: 289px;
  width: 577px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  left: 12px;
  margin-bottom: 11px;
}

#masthead a h1 {
  background: rgba(0,0,0,.3);
  position: absolute;
  bottom: 0;
  padding: 12px 10px 8px 12px;
  width: 555px;
  margin: 0;
}

#masthead .banner span {
  display: block;
  width: 95.5%;
  padding: 2.5% 2.5% 2% 2.5%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  bottom: 0;
  left: 0;
}

#masthead #controls {
  background: url(../img/home/bg_masthead_controls.png) no-repeat center top;
  width: 268px;
  height: 295px;
  margin-top: 35px;
}

#masthead #controls ul {
  margin: 0;
  padding-top: 15px;
}

#masthead #controls li {
  background: url(../img/global/bg_controls_divider.png) no-repeat center -2px;
  list-style: none;
  margin: 0;
  height: 87px;
  -moz-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

#masthead #controls li:first-child {
  background-image: none;
}

#masthead #controls a {
  background: url(../img/global/bg_controls_divider.png) no-repeat center 85px;
  height: 77px;
  padding: 10px 8.4%;
  display: block;
}

#masthead #controls li:last-child a {
  background-image: none;
}

#masthead #controls li:hover,
#masthead #controls li.active {
  background-color: #3b3532;
}

#masthead #controls li p {
  margin: 1px 0 2px 0;
}

.primary {
  padding: 0 28px 0 30px;
}

.thumb {
  border: 2px solid #988665;
  float: left;
  overflow: hidden;
}

.news .thumb {
  width: 186px;
  height: 90px;
}

.news .entry {
  background: url(../img/divider_8col.png) no-repeat left bottom;
  padding-bottom: 35px;
  margin-bottom: 20px;
}

.news .entry:last-child {
  padding-bottom: 0;
  background: none;
}

.news .entry div {
  margin-left: 210px;
}

.news h3 {
  margin-bottom: 3px;
}

.faq .entry {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.faq h3 {
  margin-bottom: 3px;
}

#home .entry p {
  margin: 0;
  min-height: 50px;
}

.secondary {
  padding: 0 30px 0 0;
}

.secondary .centered .fancy {
  display: inline-block;
}

.secondary h2.fancy {
  clear: both;
}

.secondary .thumb {
  height: 58px;
  width: 106px;
  margin-top: 2px;
}
#home .secondary .thumb {
  width: auto;
  height: auto;
}

.ie8 #home .secondary .thumb img {
  width: auto;
}

.secondary .entry {
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #c2b7a4;
  min-height: 70px;
}

.secondary .entry:last-child {
  border: 0;
  padding-bottom: 0;
}

.secondary .entry div {
  margin-left: 120px;
}

#home .secondary .entry div {
  margin-left: 124px;
}

.secondary h3 {
  margin-bottom: 5px;
}

.secondary p {
  clear: right;
}

.excerpts p.sidebar_cta img {
  margin: 11px 0 10px 0;
  max-width: none;
}

.sidebar_cta{
  margin-bottom: 5px;
}

/* Twitter Feed */

.twitterfeed {
  margin-top: 20px;
}

.twitterfeed h2.fancy {
  margin-bottom: 14px;
}

.tw_tweet {
  font-size: 14px;
  margin-bottom: 20px;
}

.tw_tweet img {
  border: 2px solid #99897a;
  float: left;
  margin: 2px 8px 0 0;
}

.tw_tweet p {
  padding-left: 60px;
  margin: 0 0 3px 0;
}

.tw_tweet .tw_time,
#main .tw_tweet .tw_time {
  color: #5e5137;
  font-style:italic;
}

.tw_tweet .tw_content,
#main .tw_tweet .tw_content {
  color: #383735;
}

.tw_tweet figure a {
  font-weight: bold;
  text-transform: uppercase;
}

.tw_tweet figure {
  margin-bottom: 4px;
}

.tw_tweet .tw_content a {
  color: #b31a00;
}

/* BUTTONS */

p.btn {
  display: block;
  float: left;
  background: #4c4848;
  background: -moz-linear-gradient(top,  #4c4848 0%, #3f3435 0%, #362b2c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4848), color-stop(0%,#3f3435), color-stop(100%,#362b2c));
  background: -webkit-linear-gradient(top,  #4c4848 0%,#3f3435 0%,#362b2c 100%);
  background: -o-linear-gradient(top,  #4c4848 0%,#3f3435 0%,#362b2c 100%);
  background: -ms-linear-gradient(top,  #4c4848 0%,#3f3435 0%,#362b2c 100%);
  background: linear-gradient(top,  #4c4848 0%,#3f3435 0%,#362b2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4848', endColorstr='#362b2c',GradientType=0 );
  border: 1px solid #3a3031;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 1px 0px #554a4b;
  -moz-box-shadow: inset 0px 1px 1px 0px #554a4b;
  box-shadow: inset 0px 1px 1px 0px #554a4b;
  }

p.btn:hover {
  background: #525050;
  background: -moz-linear-gradient(top,  #525050 0%, #494747 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525050), color-stop(100%,#494747));
  background: -webkit-linear-gradient(top,  #525050 0%,#494747 100%);
  background: -o-linear-gradient(top,  #525050 0%,#494747 100%);
  background: -ms-linear-gradient(top,  #525050 0%,#494747 100%);
  background: linear-gradient(top,  #525050 0%,#494747 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525050', endColorstr='#494747',GradientType=0 );
  -webkit-box-shadow: inset 0px 1px 1px 0px #676565;
  -moz-box-shadow: inset 0px 1px 1px 0px #676565;
  box-shadow: inset 0px 1px 1px 0px #676565;
}

p.btn:active {
  background: #382c2d;
  background: -moz-linear-gradient(top,  #382c2d 0%, #4d4243 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#382c2d), color-stop(100%,#4d4243));
  background: -webkit-linear-gradient(top,  #382c2d 0%,#4d4243 100%);
  background: -o-linear-gradient(top,  #382c2d 0%,#4d4243 100%);
  background: -ms-linear-gradient(top,  #382c2d 0%,#4d4243 100%);
  background: linear-gradient(top,  #382c2d 0%,#4d4243 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#382c2d', endColorstr='#4d4243',GradientType=0 );
  border: 1px solid #242121;
  -webkit-box-shadow: inset 0px 0px 2px 0px #3f3433;
  -moz-box-shadow: inset 0px 0px 2px 0px #3f3433;
  box-shadow: inset 0px 0px 2px 0px #3f3433;
}

p.btn.fancy {
  clear: both;
  background: #4c4848;
  background: -moz-linear-gradient(top,  #4c4848 0%, #403c3c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4848), color-stop(100%,#403c3c));
  background: -webkit-linear-gradient(top,  #4c4848 0%,#403c3c 100%);
  background: -o-linear-gradient(top,  #4c4848 0%,#403c3c 100%);
  background: -ms-linear-gradient(top,  #4c4848 0%,#403c3c 100%);
  background: linear-gradient(top,  #4c4848 0%,#403c3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4848', endColorstr='#403c3c',GradientType=0 );
  border: 1px solid #242121;
  -webkit-box-shadow: inset 0px 0px 0px 1px #474341;
  -moz-box-shadow: inset 0px 0px 0px 1px #474341;
  box-shadow: inset 0px 0px 0px 1px #474341;
}

p.btn.fancy:hover {
  background: #413d3d;
  background: -moz-linear-gradient(top,  #413d3d 0%, #585454 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#413d3d), color-stop(100%,#585454));
  background: -webkit-linear-gradient(top,  #413d3d 0%,#585454 100%);
  background: -o-linear-gradient(top,  #413d3d 0%,#585454 100%);
  background: -ms-linear-gradient(top,  #413d3d 0%,#585454 100%);
  background: linear-gradient(top,  #413d3d 0%,#585454 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#413d3d', endColorstr='#585454',GradientType=0 );
}

p.btn.fancy:active {
  background: #413d3d;
  background: -moz-linear-gradient(top,  #413d3d 0%, #585454 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#413d3d), color-stop(100%,#585454));
  background: -webkit-linear-gradient(top,  #413d3d 0%,#585454 100%);
  background: -o-linear-gradient(top,  #413d3d 0%,#585454 100%);
  background: -ms-linear-gradient(top,  #413d3d 0%,#585454 100%);
  background: linear-gradient(top,  #413d3d 0%,#585454 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#413d3d', endColorstr='#585454',GradientType=0 );
}

p.btn a {
  background: url(../img/icons/icon_btn_basic.png) no-repeat right center;
  display: inline-block;
  padding: 5px 30px 5px 10px;
  color: #fff;
}

p.btn.fancy a {
  padding: 0;
  background: url(../img/icons/icon_btn_star.png) no-repeat left 48%;
  color: #e3dac6;
}

p.btn.fancy a span {
  display: inline-block;
  background: url(../img/icons/icon_btn_star.png) no-repeat right 48%;
  padding: 9px 34px 8px 34px;
  text-shadow: 0px 1px 0 #201b13;
  filter: dropshadow(color=#201b13, offx=0, offy=1);
}

p.btn.twtr a {
  padding: 0;
  background: url(../img/icons/icon_twtr.png) no-repeat 13px center;
}

p.btn.twtr span {
  display: inline-block;
  background-image: none;
  padding: 10px 16px 8px 42px;
}

.centered p.btn {
  display: inline-block;
  float: none;
  margin: 0 auto 20px auto;
  text-align: center;
}


/* BLOG */

#blog .primary {
  padding-right: 0;
}

#blog .banner {
  margin: 0 0 20px -10px;
  position: relative;
}

#blog .banner img {
  border: 2px solid #8d7e70;
  /*height: 289px;
  width: 577px;*/
  position: absolute;
  top: 12px;
  left: 12px;
}

#blog .secondary h2 {
  float: right;
}

#blog .secondary .entry {
  clear: right;
  margin-bottom: 10px;
  padding-bottom: 12px;
  min-height: 64px;
}


/* THE GAME */

#game .entry p {
  margin: 0;
}

#game .entry figure, .thumbs figure, .lg_fla figure, .videos figure {
  border: 1px solid #8d7e70;
  float: right;
  padding: 1px;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .3);
}


#game .entry figure span, .thumbs figure a, .lg_fla figure span, .videos figure a {
  display: block;
  border: 1px solid #8d7e70;
  line-height: 0;
  overflow: hidden;
}

#game .entry figure img, .thumbs figure img {
  line-height: 0;
  max-width: 100%;
}

.ie8 #game .entry figure img, .ie8 .thumbs figure img {
  width: auto;
}

#game .entry .centered {
    text-align: center;
}


#game .entry .row {
  padding-bottom: 40px;
}

#game .entry .ctrln {
  padding-bottom: 0;
}

#game .entry .row:last-child {
  padding-bottom: 0;
}

#game #characters .row {
  padding-top: 0;
}

#game .entry .row:last-child {
  padding-top: 0;
}

#main .ctrln {
  background: url(../img/game/bg_ctrline.png) no-repeat center 43%;
  margin: 0 0 25px 0;
  padding:  0;
}

.ctrln h1, .ctrln h2 {
  background: #f8ebc9 url(../img/game/bg_ctrline_lcap.png) no-repeat left 43%;
  display: inline-block;
  margin: 0 auto !important;
  padding-left: 14px;
}

.ctrln h1 span, .ctrln h2 span {
  background: url(../img/game/bg_ctrline_rcap.png) no-repeat right 43%;
  display: inline-block;
  padding-right: 14px;
}

/*.ctrln a {
  display: none;
}*/

#game #synopsis {
  padding-top: 20px;
}


#game #characters {
  padding-bottom: 35px;
}

#game #characters figure {
  float: left;
  margin-right: auto;
}

#characters h3 {
  clear: left;
  margin: 0;
  padding: 30px 0 0 0;
}

#characters .four {
  margin-bottom: 15px;
}

#game .copy {
  max-width: 440px;
}

#game .row.left .copy {
  float: left;
  padding-right: 40px;
}

#game .row.right figure {
  float: right;
}

#game .row.right .copy {
  float: right;
  padding-left: 40px;
}

#game .row .copy.full-width {
  width: 100%;
  max-width: 100%;
  float: left;
  padding: 0;
}

#game .row.right figure {
  float: left;
}





/* SCREENS */

#screens .entry {
  padding-top: 0;
  margin-top: 0;
}

.thumbs figure {
  margin-bottom: 18px;
}


/* MEDIA */

.lg_fla {
  background: url(../img/global/bg_divider_basic.png) no-repeat center bottom;
  padding-bottom: 25px;
}

.lg_fla figure {
  width: 852px;
  margin: 0 auto;
  float: none;
}

.lg_fla figure span {
  width: 850px;
  height: auto;
  overflow: hidden;
}

.lg_fla figcaption {
  padding: 12px 20px 3px 20px;
}

.videos {
  position: relative;
  overflow: hidden;
}

#video_list {
  width: 845px;
  margin-left: 50px;
  position: relative;
  overflow: hidden;
}

.videos ul {
  list-style: none;
  width: 900px;
  overflow-y: hidden;
  height: 155px;
  margin: 25px 50px 0 0;
  padding: 0;
  position: relative;
}

.videos li {
  float: left;
  padding: 0;
  margin-left: 0;
  margin-right: 25px;
  width: 192px;
}

.videos figure {
  margin-bottom: 10px;
  float: left;
}

.videos figure a {
  position: relative;
}

.videos figure a span {
  background: url(../img/icons/icon_play.png) no-repeat 50% 50%;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}

.videos a:hover span {
  background: url(../img/icons/icon_play_h.png) no-repeat 50% 50%;
}

.videos figcaption {
  clear: left;
  margin-bottom: 5px;
}

.ie8 .videos img {
  width: auto;
}

.videos .prev, .videos .next {
  background: url(../img/media/gal_arrow_prev.png) no-repeat 0 0;
  display: block;
  height: 68px;
  width: 35px;
  position: absolute;
  top: 42px;
  opacity: 0.9;
  -moz-opacity: 0.9;
  display: none;
}

.videos .prev:hover, .videos .next:hover {
  cursor: pointer;
  opacity: 1;
  -moz-opacity: 1;
  filter:alha(opacity=1);
}

.videos .next {
  right: 0;
  background: url(../img/media/gal_arrow_next.png) no-repeat 0 0;
}

#media .thumbs .btn {
  float: right;
}

#downloads,
#inlays {
  padding-top: 0;
}

#downloads .thumbs,
#inlays .thumbs {
  padding: 0 20px;
}

#downloads figure,
#inlays figure {
  margin-bottom: 10px;
  float: left;
}

.ie7 #downloads .thumbs .three.columns,
.ie7 #inlays .thumbs .three.columns {
  width: 23%;
}

.printinstr p {
  margin-bottom: 16px;
}

.printinstr.centered p.btn {
  margin-bottom: 36px;
}


/* AGE GATE, 404, MERCH, .basic page styles */

.basic {
  background: #000 url(../img/bgs/bg_agegate.jpg) no-repeat 50% 0;
}

.basic h1 {
  background: url(../img/basic/logo_ag.png) no-repeat 50% 0;
  margin-top: 75px;
  height: 412px;
  width: 100%;
}

.basic h2 {
  color: #e3dac6;
  margin: 0;
}

.basic h2 {
  color: #e3dac6;
  margin: 0;
  text-shadow: 0px 3px 0 #201b13;
  filter: dropshadow(color=#201b13, offx=0, offy=3);
  height: auto;
  width: 100%;
}

.basic h3 {
  color: #e3dac6;
  margin: 0;
  height: auto;
  width: 100%;
}

#age_gate h2 {
  text-shadow: none;
  filter: none;
}

#denial h2, #fof h2 {
  margin-top: 18px;
  text-shadow: 0px 3px 0 #201b13;
  filter: dropshadow(color=#201b13, offx=0, offy=3);
}

#denial a {
  color: #e3dac6;
}

.basic h3 {
  margin-top: -8px;
}

#age_gate h3 {
  margin-top: 0;
}

#age_gate form, .flourish {
  display: inline-block;
  background: url(../img/basic/bg_flourish.png) no-repeat center top;
  height: 75px;
  margin: 15px 0;
  padding: 35px 20px 0 20px;
}

.hidden_field {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}

.flourish {
  margin-top: -30px;
  padding: 22px 10px 0 10px;
  height: 88px;
}

.form {
  list-style: none;
  margin: 0 0 0 3px;
  padding: 0 0 0 24px;
  float: left;
  background: url(../img/basic/form_div_ag.png) no-repeat left center;
  overflow: hidden;
}

#age_gate form .star {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#age_gate form .star li {
  float: left;
  display: block;
  height: 34px;
  padding: 0;
  margin: 0;
  width: 19px;
  background: url(../img/basic/form_div_ag.png) no-repeat right center;
}

.form:first-child {
  background: none;
  margin: 0;
  padding: 0;
}

.form .text {
  float: left;
  display: block;
  width: auto;
  height: 34px;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  background: #d6cfbd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxYWE5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmNmYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #b1aa97 0%, #d6cfbd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1aa97), color-stop(100%,#d6cfbd));
  background: -webkit-linear-gradient(top,  #b1aa97 0%,#d6cfbd 100%);
  background: -o-linear-gradient(top,  #b1aa97 0%,#d6cfbd 100%);
  background: -ms-linear-gradient(top,  #b1aa97 0%,#d6cfbd 100%);
  background: linear-gradient(top,  #b1aa97 0%,#d6cfbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1aa97', endColorstr='#d6cfbd',GradientType=0 );
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(9, 9, 9, .62);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(9, 9, 9, .62);
  box-shadow: inset 0px 0px 5px 0px rgba(9, 9, 9, .62);
}

.form .txtfield {
  background: none;
  border: 0;
  width: 65px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  display: inline;
  margin: 0;
  padding: 2px 0 0 0;
  outline: none;
}

.month .txtfield {
  background: transparent url(../img/bgs/bg_form_m.png) no-repeat 50% 54%;
}

.day .txtfield {
  background: transparent url(../img/bgs/bg_form_d.png) no-repeat 50% 54%;
}

.year .txtfield {
  width: 95px;
  background: transparent url(../img/bgs/bg_form_y.png) no-repeat 52% 54%;
}

.form .text.error .txtfield,
.error .text .txtfield {
  border: solid 2px #ba2e14;
  background: url;
  height: 30px;
  width: 61px;
  line-height: 20px;
  padding-top: 0;
}

.year .text.error .txtfield,
.error .year .text .txtfield {
  width: 91px;
}

.form .text.error,
.error .form .text {
  background: #d8ac9a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxYWE5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmNmYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #d8ac9a 0%, #e9bca9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8ac9a), color-stop(100%,#e9bca9));
  background: -webkit-linear-gradient(top,  #d8ac9a 0%,#e9bca9 100%);
  background: -o-linear-gradient(top,  #d8ac9a 0%,#e9bca9 100%);
  background: -ms-linear-gradient(top,  #d8ac9a 0%,#e9bca9 100%);
  background: linear-gradient(top,  #d8ac9a 0%,#e9bca9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ac9a', endColorstr='#e9bca9',GradientType=0 );
}

.text .txtfield:focus, .text .txtfield.hascontent {
  background: none;
}

#age_gate form input:last-child {
  margin-right: 0;
}

#age_gate form div {
  background: url(../img/basic/form_div_ag.png) no-repeat right center;
  display: inline-block;
  height: 38px;
  margin-right: 3px;
  padding-right: 23px;
  overflow: hidden;
}

.hiddenFields, #age_gate form div.hiddenFields {
  display: none;
}

#age_gate form div:last-child {
  background: none;
  padding-right: 0;
}


.basic p.btn {
  margin-bottom: 100px;
}

.basic .enterbio p.btn {
  margin-bottom: 12px;
}

.basic .enterbio .legal {
  margin-bottom: 100px;
}

.basic .enterbio .legal a,
.error .legal a {
  color: #E3DAC6;
}


.basic footer {
  background: none;
  height: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}

#spacer-for-footer {
  margin-top: 66px;
}

.ie7 #spacer-for-footer {
  margin-top: 73px;
}

/* PRE ORDER */

#preorder .entry {
  padding-top: 10px;
}

#preorder #primary {
  float: left;
  width: 368px;
}

#preorder #primary p.img {
  text-align: right;
}

#preorder #secondary {
  float: right;
  padding: 8px 10px 30px 0;
  width: 460px;
}

#preorder #secondary h2 {
  margin-bottom: 5px;
}

#preorder #secondary p.awards {
  text-align: center;
}

#preorder .quote {
  margin: 40px 0 10px 0;
  padding: 0;
}

#preorder .author {
  margin-bottom: 15px;
}

#preorder #region span {
  position: relative;
  padding-right: 250px;
}

#preorder #region ul {
  list-style: none;
  background-color: #e3d7b7;
  border: 1px solid #bab095;
  border-bottom: 0;
  width: 225px;
  position: absolute;
  right: 15px;
  top: 3px;
  z-index: 9;
}

#preorder #region ul:hover {
  border: 1px solid #bab095;
}

#preorder #region li {
  display: none;
  margin: -1px 0 0 0;
}

#preorder #region li.active {
  background-color: #d9ceb1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5Y2ViMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGVkY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #d9ceb1 0%, #f8edcf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9ceb1), color-stop(100%,#f8edcf));
  background: -webkit-linear-gradient(top,  #d9ceb1 0%,#f8edcf 100%);
  background: -o-linear-gradient(top,  #d9ceb1 0%,#f8edcf 100%);
  background: -ms-linear-gradient(top,  #d9ceb1 0%,#f8edcf 100%);
  background: linear-gradient(top,  #d9ceb1 0%,#f8edcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ceb1', endColorstr='#f8edcf',GradientType=0 );
  -webkit-box-shadow: inset 0px 0px 5px 0 rgba(9, 9, 9, .6);
  -moz-box-shadow: inset 0px 0px 5px 0 rgba(9, 9, 9, .6);
  box-shadow: inset 0px 0px 5px 0 rgba(9, 9, 9, .6);
}

#preorder #region li a {
  border-top: 1px solid #bab095;
  display: block;
  margin: 0 10px;
  padding: 5px 35px 0 0;
  height: 23px;
  overflow-y: hidden;
}

#preorder #region li a:hover {
  color: #877551;
}

#preorder #region li.active a {
  border: 0;
  background: transparent url("../img/icons/icon_arrow_dd.png") no-repeat right top;
  color: #282621;
  padding: 6px 45px 0 10px;
  margin: 0;
}

#preorder #region ul:hover li, #preorder #region li.active {
  display: block;
}


#preorder .store {
  clear: both;
}

#preorder .stores a {
  display: inline-block;
  height: 170px;
  width: 170px;
  text-align: center;
  margin: 0;
}

#preorder .stores a img {
  max-width: 100%;
  height: auto;
  }

#preorder .dropdown_group {
  padding-left: 25px;
}

#preorder .dropdown_holder {
  width: 280px;
  float: left;
}

#preorder .dropdown_holder h3 {
  color: #383735;
  font-size: 26px;
  margin: 0 0 5px 0;
  font-weight: normal;
}

#preorder .dropdown {
  width: 249px;
  position: relative;
  margin: 0;
  z-index: 999;
}

#preorder .dropdown a.selected {
  background: transparent url("../img/collector/preorder_dropdown.jpg") no-repeat right top;
  width: 249px;
  height: 28px;
  text-indent: 12px;
  line-height: 28px;
  font-size: 14px;
  color: #383735;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

#preorder .dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#preorder .dropdown li ul {
  position: absolute;
  width: 247px;
  top: 31px;
  background-color: #f3f0eb;
  border: 1px solid #acaaa6;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  display: none;
  max-height: 240px;
  overflow: scroll;
  overflow-x: hidden;
}

#preorder .dropdown li li {
  list-style: none;
  margin: 0;
}

#preorder .dropdown li li a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #53524f;
  text-indent: 12px;
}

#preorder .dropdown li li.selected a, #preorder .dropdown li li a:hover {
  background-color: #e0ddd7;
}

#preorder .order_button {
  background: url("../img/collector/trans/order_en.png") no-repeat top left;
  height: 70px;
  width: 322px;
  display: block;
  margin: 0 auto;
}

#preorder.lang-fr .order_button{background: url("../img/collector/trans/order_fr.png") no-repeat;}
#preorder.lang-ru .order_button{background: url("../img/collector/trans/order_ru.png") no-repeat;}
#preorder.lang-it .order_button{background: url("../img/collector/trans/order_it.png") no-repeat;}
#preorder.lang-es .order_button{background: url("../img/collector/trans/order_es.png") no-repeat;}
#preorder.lang-de .order_button{background: url("../img/collector/trans/order_de.png") no-repeat;}

#preorder .order_button:hover{background-position: 0 -73px; }
#preorder .order_button:active{background-position: 0 -145px; }

#preorder .order_bottom {
  background: url("../img/preorder/preorder_bg.png") no-repeat -2px 0;
  height: 152px;
  margin-top: 20px;
}

#preorder .order_bottom section {
  padding-top: 50px;
}

#preorder .order_bottom .bonus {
  padding: 25px 15px 0 50px;
}

#preorder .order_bottom .collection {
  padding: 37px 50px 0 15px; 
}

#preorder .order_bottom .collection img {
  margin-bottom: 7px;
}

#preorder .order_bottom .columns p {
  padding: 0 5px;
}

#preorder_options {
  width: 1015px;
  margin: 0 auto;
}

#preorder_options .option {
  width: 270px;
  float: left;
  text-align: center;
}

#preorder_options .option .img {
  height: 333px;
  position: relative;
}

/* Boxart */
#preorder_options .boxart .img, #preorder_options .boxart .img.esrb { background: url('../img/preorder/translate/boxart_esrb.png') no-repeat bottom center; }
#preorder_options .boxart .img.usk { background: url('../img/preorder/translate/boxart_usk.png') no-repeat bottom center; }
#preorder_options .boxart .img.pegi { background: url('../img/preorder/translate/boxart_pegi.png') no-repeat bottom center; }
#preorder_options .songbird .img.oflc { background: url('../img/preorder/translate/boxart_oflc.png') no-repeat bottom center; }

/* Songbird */
#preorder_options .songbird .img, #preorder_options .songbird .img.esrb { background: url('../img/preorder/translate/ultimate_esrb.png') no-repeat bottom center; }
#preorder_options .songbird .img.usk { background: url('../img/preorder/translate/ultimate_usk.png') no-repeat bottom center; }
#preorder_options .songbird .img.pegi { background: url('../img/preorder/translate/ultimate_pegi.png') no-repeat bottom center; }
#preorder_options .songbird .img.oflc { background: url('../img/preorder/translate/ultimate_oflc.png') no-repeat bottom center; }

/* Premium*/
#preorder_options .premium .img, #preorder_options .premium .img.esrb { background: url('../img/preorder/translate/premium_esrb.png') no-repeat bottom center; }
#preorder_options .premium .img.usk { background: url('../img/preorder/translate/premium_usk.png') no-repeat bottom center; }
#preorder_options .premium .img.pegi { background: url('../img/preorder/translate/premium_pegi.png') no-repeat bottom center; }
#preorder_options .premium .img.oflc { background: url('../img/preorder/translate/premium_oflc.png') no-repeat bottom center; }


#preorder_options .songbird {
  width: 475px;
}

#preorder_options .option h2 {
  font-size: 29px;
  color: #383735;
  margin: 15px 0 0 0;
}

#preorder_options .option h3 {
  font-size: 55px;
  color: #bf1e2e;
  margin: 0;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative; 
}

#preorder_options .option h3 sup {
  font-size: .3em;
  position: relative;
  top: -6px;
}

#preorder_options .option h3 sup.curr {
  font-size: .55em;
  top: 0;
}

#preorder a.peek{
  background: url('../img/preorder/peek_en.png') no-repeat 0 0;
  width: 220px;
  height: 62px;
  display: block;
  margin: 0 auto;
}

#preorder a.peek.no-prices{
    margin-top: 20px;
}

#preorder.lang-fr a.peek{background: url('../img/preorder/peek_fr.png') no-repeat 0 0; }
#preorder.lang-de a.peek{background: url('../img/preorder/peek_de.png') no-repeat 0 0; }
#preorder.lang-es a.peek{background: url('../img/preorder/peek_es.png') no-repeat 0 0; }
#preorder.lang-it a.peek{background: url('../img/preorder/peek_it.png') no-repeat 0 0; }

#preorder a.peek:hover{background-position: 0 -77px;}
#preorder a.peek:active{background-position: 0 -154px; }

#preorder_bonus {
  width: 900px;
  height: 90px;
  margin: 50px auto 50px auto;
}

#preorder_bonus .left, #preorder_bonus .right {
  width: 281px;
  color: #544036;
  font-size: 17px;
  line-height: 1.3em;
  padding-top: 40px;
}

#preorder_bonus u {
  text-decoration: none;
  border-bottom: 2px solid #544036;
}

#preorder_bonus a:hover u {
  border-color: #8c826c;
}

#preorder_bonus .middle {
  text-align: center;
  color: #bf1e2e;
  font-size: 81px;
  line-height: .63em;
  background: url('../img/preorder/chars.png') no-repeat 0 7px;
  width: 314px;
  height: 125px;
  margin: 0 auto;
  padding-left: 16px;
  position: relative;
  left: -7px;
}

.lang-fr #preorder_bonus .middle, .lang-de #preorder_bonus .middle {
  line-height: 25px;
  padding-top: 25px;
}

.lang-ru #preorder_bonus .middle {
  line-height: 22px;
  padding-top: 25px;
}

.lang-it #preorder_bonus .middle, .lang-es #preorder_bonus .middle {
  line-height: 30px;
  padding-top: 20px;
}

#preorder_bonus .middle small {
  font-size: 47px;
  color: #bf1e2e;
}

.lang-fr #preorder_bonus .middle small { font-size: 38px; }
.lang-de #preorder_bonus .middle small { font-size: 37px; }
.lang-ru #preorder_bonus .middle small { font-size: 28px; }

#whitewash{
  background: url("../img/preorder/whitewash.png") no-repeat top center;
  position: absolute;
  width: 1160px;
  height: 556px;
  z-index: -1;
  top: 120px;
  left: 50%;
  margin-left: -585px;
}

.lang-ru #whitewash {
  top: 145px;
}


/* AGE GATE REGION SELECTION */

#age_gate .dropdown_group {
  width: 480px;
  height: 70px;
  margin: 0 auto 30px auto;
  position: relative;
  left: 20px;
}

#age_gate .dropdown_holder {
  width: 240px;
  float: left;
}

#age_gate .dropdown_holder h2 {
  margin: 0 0 5px 0;
  text-align: left;
}

#age_gate .dropdown {
  width: 220px;
  position: relative;
  margin: 0;
  z-index: 999;
  text-align: left;
}

#age_gate .dropdown a.selected {
  background: transparent url("../img/collector/preorder_dropdown.jpg") no-repeat right top;
  width: 220px;
  height: 28px;
  text-indent: 12px;
  line-height: 28px;
  font-size: 14px;
  color: #383735;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

#age_gate .dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#age_gate .dropdown li ul {
  position: absolute;
  width: 218px;
  top: 31px;
  background-color: #f3f0eb;
  border: 1px solid #acaaa6;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  display: none;
}

#age_gate .dropdown li li {
  list-style: none;
  margin: 0;
}

#age_gate .dropdown li li a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #53524f;
  text-indent: 12px;
}

#age_gate .dropdown li li.selected a, #age_gate .dropdown li li a:hover {
  background-color: #e0ddd7;
}



/* FOOTERS */

footer {
  background: url(../img/global/bg_footer_main.jpg) repeat-x center 89px;
  margin-top: -7px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

#season footer {
  margin-top: -30px;
}

.ie #season footer,
.ie8 #season footer {
  margin-top: -30px;
}

footer .container {
  background: url(../img/global/bg_ftrcap.png) no-repeat top center;
  padding: 24px 20px 0 20px;
  width: 940px;
  margin: 0 auto 0 auto;
}

footer .signup {
  background: url(../img/global/bg_ftr_form.jpg) repeat 0 0;
  border: 1px solid #333;
  border-bottom: 0;
  height: 33px;
  margin: 24px 13px 0 13px;
  overflow: hidden;
  padding: 7px 7px 0 7px;
  -moz-box-shadow: inset 0 2px 0 #d6c7b9, inset 2px 2px 0 #d6c7b9, inset -2px 2px 0 #d6c7b9;
  -webkit-box-shadow: inset 0 2px 0 #d6c7b9, inset 2px 2px 0 #d6c7b9, inset -2px 2px 0 #d6c7b9;
  box-shadow: inset 0 2px 0 #d6c7b9, inset 2px 2px 0 #d6c7b9,  inset-2px 2px 0 #d6c7b9;
}

footer .signup h3 {
  float: left;
  margin: 4px 0 0 2px;
  text-shadow: 0 2px 1px rgba(0,0,0,.8), 0 -1px 1px rgba(0,0,0,.8), 0 0 2px rgba(0,0,0,.8);
  filter: dropshadow(color=#312421, offx=0, offy=2);
}

footer .fancy {
  background-image: url(../img/icons/icon_ftr_star.png);
  padding-left: 27px;
}

footer .fancy span {
  background-image: url(../img/icons/icon_ftr_star.png);
  padding-right: 27px;
}

footer .signup fieldset {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;

}

.signup input {
  background: #e9e4db;
  border: 1px solid #333;
  border-right: 0;
  float: left;
  padding: 5px;
  height: 17px;
  margin: 0;
  width: 160px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}

.signup.error input {
  background: #dfbeb3;
  border: 1px solid #b31a00;
  color: #b31a00;
}

.signup button {
  background: url(../img/global/btn_ftr_submit.png) no-repeat 0 0;
  border: 0;
  float: left;
  height: 29px;
  width: 72px;
  text-indent: -9999px;
}

/*.signup button.fr {
  background-image: url(../img/global/btn_ftr_submit_fr.png);
}

.signup button.it {
  background-image: url(../img/global/btn_ftr_submit_it.png);
}

.signup button.de {
  background-image: url(../img/global/btn_ftr_submit_de.png);
}

.signup button.es {
  background-image: url(../img/global/btn_ftr_submit_es.png);
}*/

.signup button.ru {
  background-image: url(../img/global/btn_ftr_submit_ru.png);
}

.signup button.ja {
  background-image: url(../img/global/btn_ftr_submit_ja.png);
}

.signup button:hover {
  background-position-y: -30px;
}

.signup button:active {
  background-position-y: -60px;
}

footer #social {
  position: absolute;
  top: 77px;
  width: 940px;
  z-index: 999;
  padding-top: 0;
}

#social ul {
  margin: 0 auto;
  width: 125px;
  padding: 0;
}

#social ul li {
  list-style-type: none;
  float: left;
  margin: 0 0;
  padding: 0 0 0 0;
  width: 30px;
  height: 30px;
  position: relative;
  background: url(../img/global/sprite_social.png) no-repeat;
  text-indent: -9999px;
}

#social ul li a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
}

#social ul li.fb {
  float: left;
  background-position: 0 0;
}

#social ul li.tw {
  float: left;
  background-position: 0 -30px;
}

#social ul li.gp {
  float: left;
  background-position: 0 -60px;
}

#social ul li.yt {
  float: left;
  background-position: 0 -90px;
}

footer #logos {
  height: 115px;
  padding: 0 0;
  width: 940px;
  margin-top: 38px;
}

.ie7 footer #logos {
  display: block;
  height: 115px;
  padding: 0 0;
  width: 940px;
  margin: 50px auto;
}


/*#logos .five.columns.right {
  margin: 0;
  width: 41.4%;
}*/

#logos > div {
  float: left;
  width: 394px;
  padding-top: 18px;
}

.ie7 #logos > div {
  float: left;
  width: 394px;
  margin-top: 38px;
}

#logos div.left {
  margin-left: 86px;
  padding-left: 5px;
  width: 306px;
}

#logos #steamlogo{
  margin-left:17px;
  margin-top: 29px;
}

#logos #playstationlogo{
  margin-left: 15px;
  margin-top: 26px;
}

#logos #ps3logo{
  margin-right: 0;
  padding-right: 0;
  margin-top: 25px;
}

#logos #psnlogo{
  margin-top: 25px;
}

#logos div.mid {
  width: 110px;
  padding: 0 10px 0 13px;
}

#logos div.right{
  width: 408px;
}

#logos #xboxlogo{
  margin-top: 23px;
}

#logos #xbllogo{
  margin-top: 23px;
  margin-left: 3px;
}

#logos #amdlogo{
  margin-left: 10px;
  margin-top: 23px;
}

#logos div.right a{
  padding: 0 3px;
}

#logos a {
  display: block;
  float: left;
  margin-top: 24px;
}

#logos .hero {
  margin-top: -10px;
}

#logos #rating{
  width: 158px;
  text-align: center;
  padding: 0 0 0 4px;
  margin-top: 4px;
  position: relative;
  left:10px;
}

#logos #rating img {
  display: inline-block;
}

footer #legal {
  padding-bottom: 10px;
}

footer #legal p {
  margin-bottom: 5px;
}

#codeigniter_profiler, #codeigniter_profiler + div {
  position: relative;
  z-index: 999;
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.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; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.left { float: left; }
.right { float: right; }

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}

.anchor {
  display: block;
  height: 170px; 
  margin-top: -170px; 
  visibility: hidden;
}

#jvideos, #jscreenshots, #jdownloads, #jinlays {
  display: block;
  height: 20px; 
  margin-top: -20px; 
  visibility: hidden;
}



