/* GAME - EACH GAME FOLLOWS THIS LAYOUT */
#_middle { position: relative; height: 505px; }

/* GAME TITLE */
h1#game_title {
    position: absolute;
    top: -38px;
    left: 85px;
    color: #fff;
    font-size: 18px;
}

/* GAME MENU */
ul#game_menu {
    position: absolute;
    top: -38px;
    right: 120px;
    width: 500px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
ul#game_menu li {
    position: relative;
    display: inline;
    margin-left: 28px;
}
ul#game_menu a {
    color: #222222;
}
ul#game_menu a:hover {
    color: #999999;
}
ul#game_menu a.active {color: #ffffff;}

/* CONTENT AREA */
#content_area {
    position: absolute;
    width: 415px;
    left: 486px;
}
#content_area-top {
    background: url(/gfx/game/info_top.png) no-repeat;
    width: 415px;
    height: 23px;
}
#content_area-middle {
    background: url(/gfx/game/info_middle.png);
    background-repeat: repeat-y;
    width: 415px;
    height: 458px;
}
#content_area-bottom {
    background: url(/gfx/game/info_bottom.png) no-repeat;
    width: 415px;
    height: 23px;
}

/* GAME INFO AREA */
div#game_info_area {
    height: 340px;
    display: block;
}

/* GAME INFO - PLAYERS - RELEASE DATE - RATING - PLATFORMS - PARTNERS */
ul#game_info_content {
    position: absolute;
    left: 25px;
    font-size: 12px;
    width: 350px;
}
ul#game_info_content p {
    padding-bottom: 12px;
}
ul#game_info_rating {
    /*position: absolute;
    top: 70px;
    left: 24px;*/
    position: absolute;
    left: 24px;
    top: 145px;
    font-size: 12px;
    width: 350px;
    display: none;
}
ul#descriptors {
    font-size: 10px;
    position: relative;
    top: -60px;
    left: 45px;
    width: 100px;
}
ul#descriptors li { color: #717171; }
ul.upsell{
    list-style-type: disc;
    position: relative;
    left: 18px;
    width: 340px;
}
ul#game_system_specs {
    position: absolute;
    left: 25px;
    padding-top: 16px;
    font-size: 11px;
    width: 350px;
    display: none;
}

ul#game_info_players {
    font-weight: bold;
}
ul#game_info_menu li a { color: #2987BE; font-weight: bold; }
ul#game_info_menu li a:hover { text-decoration: underline; }
li#players { 
    position: absolute;
    top: 24px;
    left: 190px;
    font-size: 12px;
    background: url(/gfx/game/players.png) no-repeat;
    text-indent: 18px;
}
li#release { 
    position: absolute;
    top: 45px;
    left: 190px;
    font-size: 12px;
    background: url(/gfx/game/release.png) no-repeat;
    text-indent: 18px;
}
li#about {
    position: absolute;
    top: 67px;
    left: 190px;
    font-size: 12px;
    color: #2987BE;
    background: url(/gfx/game/about.png) no-repeat;
    text-indent: 18px;
}
li#specs {
    position: absolute;
    top: 88px;
    left: 190px;
    font-size: 12px;
    color: #2987BE;
    background: url(/gfx/game/system.png) no-repeat;
    text-indent: 18px;
}
li#rating {
    position: absolute;
    top: 110px;
    left: 190px;
    font-size: 12px;
    color: #2987BE;
    background: url(/gfx/game/rating.png) no-repeat;
    text-indent: 18px;
}
ul#platform_list {
   position: absolute;
   bottom: 10px;
   left: 24px;
}
ul#platform_list li {
    display: inline;
    margin-right: 10px;
}
ul#partners_list {
   position: absolute;
   bottom: 16px;
   right: 24px;
}

/* GAME REVIEWS */
ul#game_reviews_content {
    position: relative;
    left: 24px;
    font-size: 12px;
    width: 350px;
    display:none;
    padding-right: 12px;
}
q { font-style:italic; color: #666666; }
cite { display: block; margin-top: 2px; margin-bottom: 12px; font-weight: bold; text-align: left; width: 350px; margin-left: 2px; }

/* GAME DEVELOPER */
ul#game_developer_content {
    position: relative;
    left: 24px;
    font-size: 12px;
    width: 350px;
    display:none;
    padding-right: 12px;
}
ul#game_developer_content a:hover{
    text-decoration: underline;
}

/* GAME RATING */
ul#game_rating_content {
    position: relative;
    left: 24px;
    font-size: 12px;
    width: 350px;
    display:none;
}

/* IMAGE DISPLAY AREA */
div#display_area {
    height: 241px;
    width: 425px;
    position: absolute;
    top: 10px;
    left: 54px;
    background-color: #000000;
}

/* IMAGE TILES */
div#game_list_container {
    position: absolute;
    top: 254px;
    left: 54px;
    width: 425px;
    height: 242px;
    overflow: hidden;
    display: block;
}
ul#game_screens {
    position: relative;
    left: 0px;
    height: 241px;
}
ul#game_screens li {
    display: inline;
    position: relative;
    top: -19px;
}
a.btn_hq {
    position: relative;
    margin-top: 83px;
    margin-left: -214px;
    margin-right: 186px;
}
a.btn_hd {
    position: relative;
    margin-top: 83px;
    margin-left: -214px;
    margin-right: 186px;
}
div.active-item {
    
}

/* NEXT AND PREVIOUS SCROLLER */
ul#thumb_navigation {
    position: absolute;
    text-indent: -9999px;
    top: 255px;
    left: 54px;
    display: inline;
}
ul#thumb_navigation li {
    position: absolute;
    width: 53px;
    height: 83px;
}
li#next {
    left: 406px;
    top: 82px;
    background: url(/gfx/games/btn_next.png) no-repeat;
}
li#previous {
    left: -35px;
    top: 82px;
    background: url(/gfx/games/btn_prev.png) no-repeat;
}
ul#thumb_navigation a {
    display: block;
    width: 44px;
    height: 82px;
}

/* OFFICIAL SITE BUTTON */
#btn_official_site {
    background: url(/gfx/games/btn_official_site) no-repeat;
    height: 27px;
    width: 137px;
    text-indent: -9999px;
    position: absolute;
    left: 754px;
    top: 730px;
    display: block;
    z-index: 10;
}

/* FORUM BUTTON */
#btn_forum_link {
    background: url(/gfx/games/btn_forum.png) no-repeat;
    height: 27px;
    width: 137px;
    text-indent: -9999px;
    position: absolute;
    left: 614px;
    top: 731px;
    display: block;
    z-index: 10;
}

/* MORE GAMES BUTTON */
#btn_more_games {
    background: url(/gfx/backgrounds/game/more_games.png) no-repeat;
    width: 136px;
    height: 25px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 730px;
    left: 56px;
    z-index: 10;
}

/* HD DISPLAY AREA */
#hd_display_area {
    position: relative; 
    left: 3px;
    top: 0px;
    width: 865px;
    height: 478px;
    z-index: 5;
}
#hd_display {
    position: absolute;
    z-index: 999;
}
div#close-button {
    position: absolute;
    background: url(http://www.blitzarcade.com/gfx/game/close-alpha.png);
    height: 25px;
    width: 25px;
    left: 874px;
    top: 10px;
    z-index: 10;
    text-indent: -9999px;
}
div#close-button a {
    display: block;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
div#hd_display_area object {
    position:absolute;
    z-index: 5;
}

/* BUY BUTTON */
p#buy_now {
    position: relative;
    left: 24px;
    width: 148px;
    height: 47px;
    background: url(/gfx/game/buy.png) no-repeat;
    text-indent: -9999px;
    padding-bottom: 8px;
}
#buy_now a {
    display: block;
    width: 146px;
    height: 47px;
}
#buy_now a:hover
{
    background: url(/gfx/game/buy_over.png) no-repeat;
}

/* COMING SOON */
p#buy_fade {
    position: relative;
    left: 24px;
    width: 146px;
    height: 47px;
    background: url(/gfx/game/buy_fade.jpg) no-repeat;
    text-indent: -9999px;
    padding-bottom: 8px;
}
p#demo_fade {
    position: relative;
    left: 24px;
    width: 146px;
    height: 47px;
    background: url(/gfx/game/demo_fade.jpg) no-repeat;
    text-indent: -9999px;
    padding-bottom: 8px;
    top: 0px;
}

/* DEMO BUTTON */
p#play_demo {
    position: relative;
    left: 24px;
    width: 148px;
    height: 47px;
    background: url(/gfx/game/demo.png) no-repeat;
    text-indent: -9999px;
    top: 0px;
}
#play_demo a {
    display: block;
    width: 146px;
    height: 47px;
}
#play_demo a:hover
{
    background: url(/gfx/game/demo_over.png) no-repeat;
}

/* BUY NOW POPUP */
div.pc-popup-wrapper {
    width: 525px;
    height: auto;
    display: none;
    position: relative;
}

/* POPUP PLATFORMS */

div.popup_top {
    background: url(/gfx/store/popup_top.png) no-repeat;
    height: 318px;
    width: 525px;
}
div.popup_bottom {
    background: url(/gfx/store/popup_base.png) no-repeat;
    height: 40px;
    width: 525px;
}
div.popup_portals {
    background: url(/gfx/store/popup_portal_text.png) no-repeat;
    height: 27px;
    width: 525px;
}
div.popup_links {
    background: url(/gfx/store/popup_spacer.png);
    background-repeat: repeat-y;
    width: 525px;
    padding-top: 4px;
}

a.unblock {
    position: absolute;
    left: 475px;
    top: 23px;
    cursor: pointer;
}

img.popup_tile {
    position: absolute;
    top: 42px;
    left: 40px;
}

p.store_buy {
    text-indent: -9999px;
    position: absolute;
    left: 230px;
    top: 208px;
}
p.store_buy a {
    width: 235px;
    height: 82px;
    display: block;
    border: 1px solid red;
}

p.store_price {
    position: absolute;
    left: 232px;
    top: 88px;
    text-align: center;
    font-family: helvetica;
    font-size: 75px;
    font-weight: bold;
    color: #2987be;
    width: 235px;
    text-align: center;
}
input#promo_code {
    position: absolute;
    left: 25px;
    top: 14px;
    width: 160px;
    border: 1px solid #7d7d7d;
    background: none;
    text-align: left;
    color: #777;
    font-size: 12px;
}
a#check-promo-code {
    position: absolute;
    top: 12px;
    left: 196px;
    height: 23px;
    width: 55px;
    text-indent: -9999px;
    cursor: pointer;
    display: block;
    background: url(/gfx/game/check_promo_code.jpg) no-repeat;
}

form#paypal-btn {
    position: absolute;
    left: 210px;
    top: 170px;
    width: 270px;
    height: 138px;
    display: block;
    cursor: pointer;
}
input#paypal {
    position: absolute;
    top: 60px;
    left: 24px;
}
input#google {
    text-indent: -9999px;
    position: absolute;
    left: 115px;
    top: 72px;
    width: 130px;
    height: 30px;
    display: block;
    background: none;
    line-height: 0px;
    font-size: 0px;
    border: none;
    cursor: pointer;
}

p.rrp_price {
    position: absolute;
    left: 105px;
    top: 208px;
    text-align: left;
    font-family: helvetica;
    font-size: 18px;
    color: #7f7f7f;
    text-decoration: line-through;
}

ul.pc-platforms {
    position: relative;
    left: 53px;
    width: 418px;
    height: auto;
}

ul.pc-platforms li {
	display: block;
	height: 42px;
	width: 116px;
        float: left;
        margin-right: 35px;
        padding-top: 2px;
        padding-bottom: 2px;
}
ul.pc-platforms li.last
{
    margin-right: 0px;
}

ul.pc-platforms li a {
	background: transparent url(/gfx/store/pc-platforms.png) 0 0 no-repeat;
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}
ul.pc-platforms li a.awomo		{ background-position: 0 0; }
ul.pc-platforms li a.direct2drive	{ background-position: 0 -42px; }
ul.pc-platforms li a.gamersgate		{ background-position: 0 -84px; }
ul.pc-platforms li a.gamestreamer	{ background-position: 0 -126px; }
ul.pc-platforms li a.nobilis		{ background-position: 0 -168px; }
ul.pc-platforms li a.playfirst		{ background-position: 0 -210px; }
ul.pc-platforms li a.realarcade		{ background-position: 0 -252px; }
ul.pc-platforms li a.stardock		{ background-position: 0 -294px; }
ul.pc-platforms li a.steam		{ background-position: 0 -336px; }
ul.pc-platforms li a.trygames		{ background-position: 0 -378px; }
ul.pc-platforms li a.impulse		{ background-position: 0 -420px; }
ul.pc-platforms li a.boonty		{ background-position: 0 -462px; }
ul.pc-platforms li a.getgames		{ background-position: 0 -504px; }
ul.pc-platforms li a.macgamestore		{ background-position: 0 -546px; }


/* MOVIE CLICK AREA */
a#clickarea { position: fixed; left: 0px; top: 0px; display: block; height: 100%; width: 100%; background: url(/gfx/game/movie/overlay.png); background-repeat: repeat; }

div#buy_button {
    width: 159px;
    height: 213px;
    position: absolute;
    top: 0px;
    left: 859px;
    top: 220px;
    z-index:12;
}

span.download-size {
    display: block;
    font-size: 11px;
    width: 146px;
    text-align: center;
    color: #fff;
    text-indent: 0px;
    position: absolute;
    top: 30px;
}

iframe#like_button {
    position: absolute;
    border: 1px solid;
    top: 432px;
    left: 20px;
}

/* NEXT & PREVIOUS GAMES */
p#game_previous a, p#game_next a {
    background: url(/gfx/game/game_previous.png) no-repeat;
    width: 23px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 167px;
    left: 48px;
    z-index: 10;
}
p#game_next a {
    background: url(/gfx/game/game_next.png) no-repeat;
    left: 875px;
}