﻿h1 {
    color: #008ce4;
}

/* ### GAMES THUMBS ###################################################################### */
.thumb{
    height:232px;  
    width:138px;
    float:left; 
    margin:0 16px 0 0;
    position:relative;
    /*visibility:hidden;*/
}
.last{
    margin-right:0px;
}
.thumb .thumb-bg{
    display: table; 
    height: 174px;  
    overflow: hidden; 
    width:138px; 
    background:url(/NOE/images/siteware/bg-all-systems-gamethumb-grey.jpg) no-repeat ; 
    float:left; 
    margin-bottom:6px;
    #position: relative; 
}
.thumb .thumb-bg-wii{
    display: table; 
    height: 174px;  
    overflow: hidden; 
    width:138px; 
    background:url(/NOE/images/siteware/bg-wii-gamethumb-liteblue.jpg) no-repeat;
    float:left; 
    margin-bottom:6px;
    #position: relative; 
}
.thumb .thumb-bg-ds{
    display: table; 
    height: 174px;  
    overflow: hidden; 
    width:138px; 
    background:url(/NOE/images/siteware/bg-ds-gamethumb-red.jpg) no-repeat;
    float:left; 
    margin-bottom:6px;
    #position: relative; 
}
.thumb .thumb-bg-standard{
    display: table; 
    height: 174px;  
    overflow: hidden; 
    width:138px; 
    background:url(/NOE/images/siteware/bg-all-systems-gamethumb-blue.jpg) no-repeat;
    float:left; 
    margin-bottom:6px;
    #position: relative; 
}
.thumb .packshot{
    display: table-cell; 
    vertical-align: middle; 
    padding:0 22px; 
    #position: absolute; 
    #top: 50%;
}

.thumb .packshot img{
    border:1px solid #808080;
    width:91px;
}
.thumb .placeholder{
    #position: relative; 
    #top: -50%;
}
.thumb h2{
    font-weight:bold;
    font-size:0.85em;
    margin: 5px 5px 5px 10px;
}

/* ********************************************************************************* */
/* ### Gamesearch-Filter ### */
/* ********************************************************************************* */
    /* ### gamesearch ###################################################################### */
    
    .content-filter {
    float: left;
  }
  .content-results {
    float:right; 
    width: 448px;  
  }
  .content-results #gamefinder_results {
    width: 462px;
    overflow: hidden;
  }
    .filter-games-search .items-selection_page label{
        cursor:pointer;
    }
    .filter-games-search #slider_value{
        display:none;
    }
    .filter-games-search{
        background-color: #dcdcdc;
        margin-bottom: 32px;
        width:208px;
    }
    .filter-games-search .filter-top {
        background: url(/NOE/images/siteware/bg-208-dcdcdc-ffffff-top.gif) no-repeat top;
        padding: 10px 0 0 0;
    }
    .filter-games-mediacenter .filter-top {
        background: url(/NOE/images/siteware/bg-208-dcdcdc-008ce4-top.gif) no-repeat top;
        padding: 10px 0 0 0;
    }
    .filter-games-search .filter-header{
        font-weight: bold;
        padding: 0 16px 6px;
    }
    .filter-games-search .filter-content-top {
        background:url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-top-.gif) no-repeat top;
        padding: 10px 0 0 0;
    }
    .filter-games-search .filter-content-top-border {
        background:url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-ffffff-top-last.gif) no-repeat top;
        padding: 10px 0 0 0;
    }
    .filter-games-search .filter-content-bottom-border {
        background: url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-ffffff-middle-bottom.gif) no-repeat bottom;
        padding: 0 0 10px 0; 
    }
    .filter-games-search .filter-content-bottom-last {
        background: url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-ffffff-bottom-last.gif) no-repeat bottom;
        padding: 0 0 10px 0;
    }
    .filter-games-search .filter-content {
        background-color:#eeeeee;
        border-left:2px solid #dcdcdc;
        border-right:2px solid #dcdcdc;
        padding: 0 10px 0 16px;
    }
    .filter-games-search .filter-content-additional {
      padding: 14px 16px 8px 16px;;
      background-color:#FFFFFF;
      border-left:2px solid #dcdcdc;
      border-right:2px solid #dcdcdc;
    }
    .filter-games-search .filter-content-additional-link {
      padding: 0px 16px 14px 24px;
      background-color:#FFFFFF;
      border-left:2px solid #dcdcdc;
      border-right:2px solid #dcdcdc;
    }
    .filter-games-search .filter-content p {
        color:#646464;
        margin-bottom:0.5em;
    }
    .filter-games-search .filter-content-bottom-last p {
        margin-bottom:4px;
    }
    .filter-games-search label{
        vertical-align:bottom;
        color:#646464;
    }




    .filter-games-search .age-labels{
        width:170px;
    }
    * html .filter-games-search .age-labels{
        width:168px;
        height:18px;
        overflow:hidden;
    }
    .filter-games-search .age-labels .age{
        float:left;
        font-size:0.85em;
        width:37px;
    }    
    * html .filter-games-search .age-labels .age{
        padding:0px;
        margin:0px;
    }
    .filter-games-search .age-labels .age_first {
        margin-left: 2px;
        float:left;
        font-size:0.85em;
        width:37px;
    }
    .filter-games-search .age-labels .age_last {
        float:right;
        font-size:0.85em;
        text-align:right;
        width:auto;
    }
    * html .filter-games-search .age-labels .age_last{
        width:auto;
    }
    
    
    
    .filter-games-search .age-labels.small .age,
    .filter-games-search .age-labels.small .age_first    {
        float:left;
        font-size:0.85em;
        width:50px;
    }
    * html .filter-games-search .age-labels.small .age,
    * html .filter-games-search .age-labels.small .age_first{
        width:50px;
    }


    .filter-games-search .game-search p{
        padding-top: 5px;
        margin-bottom: 6px;
    }
    .filter-games-search .game-search select, .game-search input{
        margin: 2px 0px;
        font-size:0.85em;
    }
    .filter-games-search .game-search input{
        color: #646464;
    }
    .filter-games-search .game-search checkbox{
        border: 1px solid #33FF33;
    }
    .filter-games-search #search-system label, .filter-games-search #search-category label{
        color:#808080;
        margin-bottom:2px;
        float:left;
    }
    .filter-games-search #search-system{
        margin-bottom:6px;
    }
    .filter-games-search #search-category{
        margin-bottom:20px;
    }
    .filter-games-search #search-age p{
        margin:0px;
    }
    .filter-games-search #slider_bar{
        width: 178px; 
        height: 17px; 
        position: absolute; 
        margin-left:-5px;
    }
    .filter-games-search #slider_pointer{
        width:21px; 
        height:17px; 
        background:url(/NOE/images/siteware/bg-21-slider-btn-age-rating-trans.png) no-repeat bottom;
        position: absolute; 
        cursor: pointer;    
    }
    .filter-games-search #search-span{
        float: left; 
        background:url(/NOE/images/siteware/bg-178-slider-h-age-rating-8c8c8c.gif) no-repeat 0px 1.5px; 
        height: 20px;
    }
    .filter-games-search #search-wrap{
        width: 178px; 
        background:url(/NOE/images/siteware/bg-178-slider-h-age-rating-dedede.gif) no-repeat 0px 1.5px;
        height: 20px;
        margin-top:8px;
    }
    .filter-games-search #game-search-advanced, 
    .filter-games-search #game-search-advanced-standard{
        width:175px;
        float:left;
    }
    .filter-games-search  #game-search-advanced input, .filter-games-search  #game-search-advanced label,
    .filter-games-search  #game-search-advanced-standard input,.filter-games-search  #game-search-advanced-standard label{
        float:left;
    }
    .filter-games-search #game-search-advanced input,
    .filter-games-search #game-search-advanced-standard input{
        margin-right:4px;
        height:16px;
    }
    .filter-games-search #game-search-advanced img, 
    .filter-games-search #game-search-advanced-standard img{
        float:right;
    }
    .filter-games-search .search-check{
        margin-bottom:4px;
        padding:2px;
        font-size:0.85em;
        color:#808080;
        float:left;
        width:173px;
    }
    .filter-games-search .search-check label{
        width:132px;
    }
    .filter-games-search #ff_search{
        padding: 1px; 
        width: 100px;
        margin-top:0px;
        border:1px solid #b4b4b4;
        color:#646464;
        vertical-align:top;
    }
    .filter-games-search #ff_system, .filter-games-search #ff_category{
        border:1px solid #b4b4b4; 
        width:176px;
        color:#646464;
        
    }
    .filter-games-search #ff_system option, .filter-games-search #ff_category option{
        padding-right:5px;
    }
    .filter-games-search #ff_system option.mainOption, .filter-games-search #ff_category option.mainOption{
        font-weight:bold;
    }
    .filter-games-search #ff_system option.subOption, .filter-games-search #ff_category option.subOption{
        padding-left:10px;
    }
    .games-nav #ff_sort, #ff_items{
        color:#646464;
        border:1px solid #eeeeee;
        background-color:#eeeeee;
    }
    .filter-games-search .link-advanced-search, .link-standard-search{
        display:block;
        padding:0px 0px 4px 12px;
        text-decoration:underline;
    }
    .filter-games-search .link-advanced-search{
        background:url(/NOE/images/icons/link-arrow-down-808080-dcdcdc.gif) no-repeat 0px 8px;
    }
    .filter-games-search  .link-standard-search{
        background:url(/NOE/images/icons/link-arrow-828282-ffffff-up.gif) no-repeat 0px 8px;
    }


/* ### games-nav ###################################################################### */
.games-nav { 
    font-size:0.85em;
    height:25px;
    width:448px;
    margin-bottom:5px;
}
.games-nav .items-count {
    float:left; 
    margin-top:3px;
}
.games-nav .items-selection_page{
    float:left; 
    padding-left:15px;
}

* html .games-nav .items-selection_page{
    float:left; 
    padding-left:10px
}
* html #ff_sort {
    width:120px;
    
}
.games-nav .items-selection_sort {
    float:left; 
    padding-left:7px;
}
.games-nav .items-view{
    float: right; 
    padding-right:5px
}
.games-nav .items-view .list-aktiv{
    background-image: url(/NOE/images/icons/view-list-on.gif);
    width:19px;
    height:17px;
    float:left;
    cursor:pointer;
}
.games-nav .items-view .list{
    background-image: url(/NOE/images/icons/view-list-off.gif);
    width:19px;
    height:17px;
    float:left;
    cursor:pointer;
}
.games-nav .items-view #trenner{
    float:left;
    margin:0px 2px;
}
.games-nav .items-view .thumbs{
    background: url(/NOE/images/icons/view-thumbs-off.gif) no-repeat;
    width:19px;
    height:17px;
    float:left;
    cursor:pointer;
}
.games-nav .items-view .thumbs-aktiv{
    background-image: url(/NOE/images/icons/view-thumbs-on.gif);
    width:19px;
    height:17px;
    float:left;
    cursor:pointer;
}
.page-nav {
    background-image:url(/NOE/images/siteware/bg-448-page_nav.jpg);     
    background-repeat:no-repeat;  
    height:22px;
    width:445px;
    padding:4px 2px;
    font-size:0.85em;
    margin-bottom:10px;
}
#footer-box {
    margin-top:15px;
}
#paging-next-button-h,#paging-next-button-h2, #paging-before-button-f, 
#paging-before-button-h,#paging-before-button-h2, #paging-next-button-f{
    color: #008ce4;
    visibility:hidden;
}
#paging-before-button-h,#paging-before-button-h2, #paging-before-button-f{
    background:url(/NOE/images/siteware/bg-link-arrow-008ce4-trans-left.gif) no-repeat left 3px;
    padding-left:10px;
    margin-left:10px;    
}
#paging-next-button-h,#paging-next-button-h2, #paging-next-button-f{ 
    background:url(/NOE/images/siteware/bg-link-arrow-008ce4-trans-right.gif) no-repeat right 3px;
    float:right;
    padding-right:10px;
    margin-right:10px;
}
/* ********************************************************************************* */
/* ###Gamepage std### */
/* ********************************************************************************* */
.subcolumns.gamespage{
    margin-top:8px;
}
.gamepage_all-games{
    width:100%;
    margin-bottom:12px;
    margin-top: 5px;
}
.subcolumns .gamepage_all-games{
    margin-top: -3px;
}
/* the arrow goes to the back and not to the front */
.gamepage_all-games a.link-arrow{
    background: url(/NOE/images/icons/link-arrow-008ce4-ffffff-left.gif) left 0.4em no-repeat;
    padding-left: 13px;
    display: inline;
    margin-right: 28px;
}
.gamepage_header-big{
    width:100%;
    margin-bottom: 29px;
}
.gamepage_header-small{
    margin-bottom:11px;    
    width:100%;
}
.gamepage-hl-top{
    width:100%;
    margin-top:12px;
    margin-bottom: 12px; 
}
.gamepage-hl{
    width:100%;
    margin-bottom:14px;
}
.gamepage-subnav{
    margin-top: 5px;
    margin-bottom: 11px;
}
.gamepage-subnav input{
    margin-right:7px;
}
.gamepage-textblock{
    margin-bottom: 32px;
}
.gamepage-textblock ul{
    margin-top:17px;
    list-style-type:none;
    margin-left:-18px;
}
.gamepage-textblock ul li{
    margin-bottom: 17px;
    padding-left:14px;
    background:url(/NOE/images/icons/list-008ce4-ffffff.gif) no-repeat left 0.6em ;
}
.gamepage-vc-controller{
    background: url(/NOE/images/siteware/bg-513-eeeeee-ffffff-bottom.gif) bottom left no-repeat;
    padding-bottom:10px;
    width:513px;
}
.gamepage-vc-controller .top{
    background: url(/NOE/images/siteware/bg-513-eeeeee-ffffff-top.gif) top left no-repeat #EEEEEE;
    padding:16px 0px 6px 16px;
}
.gamepage-vc-controller .top .floater_left{
    float:left;
}
.gamepage-vc-controller .top .controller{
    float:right;
    width:317px;
}
.gamepage-vc-controller .top .controller .cont_std{
    width:93px;
    height:90px;
    margin-right:11px;
    float: left;
}
.gamepage-vc-controller .top .controller .nomargin{
    margin:0;
}
.gamepage-add-games{
    color:#808080;
    font-weight:bold;
    margin-bottom: 7px;
}
.gamepage-add-images a{
    display:block;
    float:left;
    margin:0px 20px 10px 0;
    padding-top:0px;
    text-decoration:none;
    height:120px;
}
.gamepage_flashmodule{
    margin-bottom: 22px;
}
/* E3 Gamepage HD Links right column */
.e3-game-hd-links {
    width:381px;
    margin-bottom:36px;
}
.e3-game-hd-links span {
    font-weight:bold;
}
.e3-video-link a.link-arrow {
    background: url(/NOE/images/icons/link-arrow-008ce4-ffffff-left.gif) no-repeat;
    background-position:0 0.5em;
    color: #008ce4;
    padding: 4px 0 2px 12px;
    text-decoration: none;
}
/* Gamepage info Box right column */
.game-info-box{    
    width:381px;
    background: url(/NOE/images/siteware/bg-381-ffffff-dcdcdc-ffffff-top.gif) top left no-repeat;
    padding-top:12px;
    margin-bottom:36px;
}
.game-info-box .additional_links{
    padding-left: 1px;
    margin-bottom:19px;
}
.game-info-content-bottom .sup_links {
    float: left;
    padding: 0 0 8px 0;
    width: 198px;
}
.game-info-content-top{
    background: url(/NOE/images/siteware/bg-381-eeeeee-ffffff-middle.gif) top left repeat-y;
    padding:0px 15px 17px 14px;
}
.game-info-content-top .thumb{
    float:left;
    padding-top:10px;
    margin-right:16px;
    width:auto;
    margin:0px;
    height:auto;
}
.treasure_item .thumb img,
.game-info-content-top .thumb img{
    border:1px solid #808080;
    width:90px;
}
.game-info-content-top .desc_box{
    width:233px;
    padding-top: 0px;
    float:right;
}
.game-info-content-top .desc_box ul{
    list-style-type:none;
    margin:5px 0 23px -19px;
}
.game-info-content-top .desc_box ul li{
     margin-bottom: 0px;
    padding-left:12px;
    background:url(/NOE/images/icons/list-008ce4-ffffff.gif) no-repeat left 0.6em ;
}
.game-info-content-top .desc_box .imagebox {
    margin-right: -16px;
}


.game-info-content-top .desc_box .imagebox a{
    margin-right:11px;
    text-decoration: none;
    float:left;
    height:40px;
    margin-bottom:7px;
    
}
.game-info-content-top .desc_box .imagebox .age_fpb {
    background:url(/NOE/images/icons/fpb_logo.jpg) no-repeat top left; 
    height:40px; 
    width: 41px;
}
* html .game-info-content-top .desc_box .imagebox .age_fpb {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/NOE/images/icons/fpb_logo.jpg',sizingMethod='no-scale');
}
.game-info-content-top .desc_box .imagebox .age_fpb div{
    position:relative; 
    left:-4px; 
    top:30px; 
    font:bold 9px Verdana; 
    text-align:center;
}


.game-info-content-bottom{
    background: #EEEEEE url(/NOE/images/siteware/bg-381-ffffff-eeeeee-bottom.gif) top left no-repeat;
    padding:22px 0px 4px 14px;
}
.game-info-content-bottom .links{
    float:left;
    width:198px;
    padding:0 0 8px 8px;
}

.game-info-content-bottom .register-link{
    float:right;
    /* width:151px; */ 
    width:353px;
    padding-right: 15px;
    text-align: right;
}
.game-info-content-bottom .additional-links{
    margin-bottom:3px;
    float:right;
}    
.game-info-content-bottom .img-register-game{
    float:left;
    margin-top:2px;
}      

.game-info-footer{
    background: url(/NOE/images/siteware/bg-381-eeeeee-ffffff-bottom.gif) top left no-repeat;
    padding-top:9px;
}
.game-info-footer.closed{
    background:url(/NOE/images/siteware/bg-381-ffffff-eeeeee-ffffff-bottom.gif) no-repeat top left;
}
.gamepage-news .headline{
    width:100%;
    margin-bottom: 12px;
}
.gamepage-news .newsitem-left,
.gamepage-news .newsitem-right{
    width:172px;
    float:left;
}
.gamepage-news .newsitem-right{
    float:right;
}
.gamepage-news .date{
    font-size:0.85em;
}
.gamepage-news .headline-link{
    font-weight:bold;
    text-decoration:underline;
}
.gamepage-news .newsitem-left p,
.gamepage-news .newsitem-right p,{
    margin-bottom:5px;
}


/* ### GAMES BIG - LIST ###################################################################### */
.game-big{
    width: 448px;
    margin: 7px 0px;
    float:left;
    position:relative;
}
.game-big .game-big-top {
    background: transparent url(/NOE/images/siteware/bg-448-game-top.gif) no-repeat top left;
    float: left;
    padding: 14px 0 0 0px; /*10px;*/
}
.game-big .game-big-bottom{
    float: left;
    padding-bottom: 10px;
    background: url(/NOE/images/siteware/bg-448-game-bottom.gif) left bottom no-repeat;
    width: 449px;
}
.game-big .game-big-content {
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    width: 416px;
    margin: 45px 0 0 0;
    padding: 0 14px;
}    
.game-big .game-big-header {
    float: left;
    padding: 1px 15px 0 133px;
    margin: 0px 0 0 5px;
    width: 296px;
}
.game-big .game-big-header h2 {
    font-size:1em;
    font-weight: bold;
    float:left;
    color:#646464;
    margin-top:-5px;
    line-height:1.4em;
    width:235px;
    position:relative;
    height:35px;
    overflow:hidden;
}
.game-big-content .game-packshot {
    margin-top:-45px; 
    float:left;
    position:relative;
}
#col-cont-content .game-big-content .game-packshot a {
  text-decoration:none;
}
.game-big-content .game-packshot img {
    border:1px solid #808080;
    width:91px;
}
.game-big-content .game-details{
    float:left; 
    margin-left:30px; 
    width:250px; 
}
.game-big-content .game-details .labels{
    width:40%; 
    float:left;
}
.game-big-content .game-details .details{
    width:60%; 
    float:left;
}
.game-big-content .coming-soon {
    margin-top:-55px;
    margin-left:-105px; 
    float:left;
    position:relative;
}
.game-big .system{
    float:right; 
    margin-top:-12px;
    position:relative;
}
.game-big-content .wifi{
    position:absolute;
    right:20px;
    margin-top:23px;
}
.game-big-content .touch-generation{
    position:absolute;
    right:20px;
    margin-top:62px;
}
.smallfont{
    font-size:0.85em;
}
.top{
    padding-top:15px;
}
.paging-navi {
    text-align: center;
}
.link-aktiv{
    color: #008ce4;
    font-weight:bold;
    background: transparent url(/NOE/images/siteware/bg-14-link-aktiv.gif) no-repeat center;
    padding:0 4px;
}
.link{
    padding:0 4px;
}

/*######################################################################################
# Basemod Games - IE Hacks
######################################################################################*/
/*** SEARCH ****/
/* ### Games Module ### */    
* html .filter-games-search .filter-content-top {
    background:url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-top-.gif) top no-repeat;
}
* html .filter-games-search #search-system, 
* html .filter-games-search #search-category, 
* html .filter-games-search #search-age {
    width:178px;
}
* html .filter-games-search .filter-content-additional {
  padding: 14px 12px 14px 12px;
}
* html .filter-games-search .filter-content-bottom-border {
    padding: 0 0 8px 0; 
}
* html .filter-games-search .search-check{
    width:173px;
}
* html .filter-games-search .search-check label{
    width:130px;
}
* html .filter-games-search .game-big .game-big-header {
    padding: 1px 15px 0 130px;
}
        
/*list*/
* html .game-big .game-big-bottom{
    background-position: bottom left;
    padding-bottom:5px;
}
/*thumbs*/
* html .last{
    margin-right:0px;
}
* html .first{
    margin-left:5px;
}
* html .game-big .game-big-content {
    border-left: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    width: 416px;
    margin: 0px 0 0 0;
    padding: 15px 14px;
}    
* html .thumb .thumb-bg{
    position: relative; 
}
* html .thumb .thumb-bg-wii{
    position: relative; 
}
* html .thumb .thumb-bg-ds{
    position: relative; 
}
* html .thumb .thumb-bg-standard{
    position: relative; 
}
* html .thumb .packshot{
    position: absolute; 
    top: 50%;
}
* html .thumb .packshot img{
    border:1px solid #808080;
    width:91px;
}
* html .thumb .placeholder{
    position: relative; 
    top: -50%;
}
/* Games Copyright */
.copyright .page-nav{
    width:928px;background: url(/NOE/images/siteware/bg-928-page-nav-ffffff-eeeeee.gif) no-repeat;
    }
.copyright .content_copyright{
    width:100%;
    margin:40px 0;
}
.copyright .content_copyright .box{
    width:448px;
}
.copyright .content_copyright .box h3{
    color:#008ce4;
    border-bottom:1px solid #EBEBEB;
}
.copyright .content_copyright .column_left{
    float: left;
    width: 449px;
}
.copyright .content_copyright .column_right{
    float: right;
    width: 449px;
}
 



/*######################################################################################
# Media Center
######################################################################################*/

.mediacenter-top {
  background: top url(/NOE/images/siteware/bg-829-008ce4-fff-top.gif) no-repeat;
  padding: 10px 0 0 0;
  width: 928px;
  margin-left: -3px; /* ie6 width fix */
}
.mediacenter-content {
  background: #008ce4;
  padding: 8px 14px;
}
.mediacenter-bottom {
  background: bottom url(/NOE/images/siteware/bg-829-008ce4-fff-bottom.gif) no-repeat;
  padding: 0 0 10px 0;
}
.mediacenter-stage {
    float: left;
    width: 673px;
    padding: 0 0 0 16px;
}


/* filter */
.filter-games-mediacenter #mc_system_containter {
  margin-bottom: 9px; 
}
.filter-games-mediacenter .filter-content-bottom-last {
  background: top url(/NOE/images/siteware/bg-208-ffffff-dcdcdc-008ce4-bottom-last.gif) no-repeat;
  padding: 0;
  height: 12px;
  overflow: hidden;
}
.filter-games-mediacenter .filter-content-gamelist {
  background-color:#fff;
  border-left: 2px solid #dcdcdc;
  border-right: 2px solid #dcdcdc;
  padding: 0 8px;
}
.filter-games-mediacenter .filter-games-mini {
  background-color: #fff;
  width: 182px;
  margin-bottom: 0;
  margin-top: 17px;
}
.filter-games-mediacenter .filter-games-mini .vertical-track {
  background-image: url(/NOE/images/siteware/bg-16-ffffff-slider-v-mini-games.gif);    
}
/* page nav */
.filter-games-mediacenter .page-nav {
  background: url(/NOE/images/siteware/bg-188-eee-fff-page-nav.gif) 0 8px no-repeat;  
  width: 188px;
  margin: 0;
  padding: 8px 0 0 0;
  float: none;
  clear: both;
}
.filter-games-mediacenter .page-nav .link {
  display: block;
  height: 20px;
  margin: 0;
  padding:6px 8px 0px 8px;
 /*text-indent: 1000px;
  white-space: nowrap;
  overflow: hidden; */
}
*+html .filter-games-mediacenter .page-nav .link {
    padding:5px 8px 0px 8px;
}
* html .filter-games-mediacenter .page-nav .link {
    padding:4px 8px 0px 8px;
}
.filter-games-mediacenter .page-nav .link-left {
  float:left;
}
.filter-games-mediacenter .page-nav .link-right {
  float:right;
}
.filter-games-mediacenter .page-nav .col-center {
  float: left;
  padding-top: 4px;
  text-align:center;
  width: 140px;
 }

/* random games */
.mediacenter-stage .random-games-text {
  width: 180px;
  padding: 11px 15px 0 40px;
  float: left;
  color: #fff;
}
.mediacenter-stage .random-games-top {
  width: 432px;
  float: right;
  background: top url(/NOE/images/siteware/bg-432-33a3e9-008ce4-top.gif) no-repeat;
  padding: 11px 0 0 0;
}
.mediacenter-stage .random-games-bottom {
  background: bottom url(/NOE/images/siteware/bg-432-33a3e9-008ce4-bottom.gif) no-repeat;
  padding: 0 0 11px 0;
}
.mediacenter-stage .random-games-content .game-mini {
  float: left;
  padding: 5px 0 2px 20px;
  width: 180px;
  margin:0px;
}
.mediacenter-stage .random-games-content h3 {
  color: #fff;
  line-height:125%;
}
.mediacenter-stage .random-games-content .system {
  font-size:0.69em;
}
.mediacenter-stage .random-games-content .game-mini .game-details {
    width:115px;
}
.mediacenter-stage .random-games-content .packshot-ver {
  margin-top: -7px;
}

/* game details */
.mediacenter-stage .game-details-top {
  background: top url(/NOE/images/siteware/bg-674-33a3e9-008ce4-top.gif) no-repeat;
  padding: 11px 0 0 0;
}
.mediacenter-stage .game-details-content,
.mediacenter-stage .random-games-content {
  border-left: 2px solid #71bff0;
  border-right: 2px solid #71bff0;
  background-color: #33a3e9;
  padding: 0px 13px;
 height: auto; 
  color: #fff;
  float: none;
  margin: 0;
  width: auto;
  overflow: hidden;
}
.mediacenter-stage .random-games-content {
  padding: 0px 0px;
  height: auto; 
}

.mediacenter-stage .game-details-bottom {
  background: bottom url(/NOE/images/siteware/bg-674-33a3e9-008ce4-bottom.gif) no-repeat;
  padding: 0 0 11px 0;
}


.mediacenter-stage ul {
  margin: 0;
  padding: 0;
}
.mediacenter-stage li {
  margin: 0;
  padding: 0;
}
.mediacenter-stage .col-image {
  float: left;
  width: 70px;
}
.mediacenter-stage .game-details-content .packshot-hor {
  margin-top: 13px;
}
.mediacenter-stage .col-details-1 {
  list-style-type: none;
  float: left;
  width:220px;
}
.mediacenter-stage .col-details-2 {
  list-style-type: none;
  float: left;
  width:220px;
  padding:0 0 0 10px;
}
.mediacenter-stage .col-icons {
      float:right;
    width:105px;
}
.mediacenter-stage .col-icons span {
  margin-left: 5px;
  float:left;
}
.mediacenter-stage .col-icons .icon {
    float:right; 
    height:45px; 
    text-align:center; 
    width:50px;
}
.mediacenter-stage .col-icons .icon.age-rating {
    margin-top:0px;
    height:35px;
}

#mc_category {
    border:1px solid #B4B4B4;
    color:#646464;
    width:176px;
}
#mc_keyword {
    border:1px solid #B4B4B4;
    color:#646464;
    margin-top:0px;
    padding:1px;
    vertical-align:top;
    width:100px;
}
.mediacenter-content #game-scroll-content-1 {
  height: 565px;
}
.mediacenter-content #vertical-track-1 {
  height: 565px;
  background-image: url(/NOE/images/siteware/bg-16-565-ffffff-slider-v-mini-games.gif);
}
.mediacenter-content .system {
  font-size:0.69em;
}
 
.mediacenter-content .filter-games-mini .game-mini .game-details {
    width:95px;
}
 
.gamepage-ww-controller{
    background: url(/NOE/images/siteware/bg-381-eeeeee-bottom.gif) bottom left no-repeat;
    padding-bottom:10px;
    width:381px;
}
.gamepage-ww-controller .top{
    background: url(/NOE/images/siteware/bg-381-eeeeee-top.gif) top left no-repeat #EEEEEE;
    padding:10px 0px 6px 10px;
}
.gamepage-ww-controller .top img{    
    margin-bottom:10px;
}
.gamepage-ww-controller .top .controller{   
    width:370px;
}
.gamepage-ww-controller .top .controller .cont_std{
    width:83px;
    height:80px;
    margin-right:10px;
    float: left;
}
.gamepage-ww-controller .top .controller .nomargin{
    margin:0;
}

/* E3 Game Modification  */
.e3-game-info-box {
    width:509px;
    margin-bottom:32px;
    margin-top:50px;
    background-color:#eeeeee;
}
.e3-game-info-box .e3-game-info-box-top{
    background:transparent url(/NOE/images/siteware/bg-509-eeeeee-top.jpg) no-repeat scroll left top;
    padding-top:1px;
}
.e3-game-info-box .e3-game-info-box-bottom{
    background:transparent url(/NOE/images/siteware/bg-509-eeeeee-bottom.jpg) no-repeat scroll left bottom;
    padding-bottom:11px;
    
}
.e3-game-info-box .e3-game-info-box-content{
    padding:1px 24px 0px 24px;
}
.e3-game-info-box .e3-game-info-box-content .headline{
    font-weight:bold;
    color:#808080;
    font-size:20px;
    padding-top:15px;
    width:200px;
    
}
.e3-game-info-box .e3-game-info-box-content p.hint,
.e3-game-info-box .e3-game-info-box-content p{
    color:#808080;
    clear:both;
}
.e3-game-info-box .e3-game-info-box-content .logo { 
    float:right;
    right:5px;
    position:relative;
    top:-25px;
}
/* ### special mystery case files ### */
a.mcf-special {
  display: block;
  position: absolute;
  z-index: 5000;
}


/*********** Slider for Stars Filter *******************************/
.slider-wrapper {
    height: 37px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.stars-slider {
    margin-bottom: 10px;
    width: 176px;
    overflow: hidden;
}
.stars-slider#wii-stars p {
    margin-bottom: 0;
}
.stars-slider#wii-stars div.smallfont {
    padding-bottom: 8px;
}
#slider_bar-catalogue{ 
    width:180px;
    margin-left:2px;
    background:url(/NOE/images/siteware/bg-178-slider-h-age-rating-dedede.gif) no-repeat;
    height: 20px;
    position: absolute;
}
.stars-slider .slider_handle-catalogue{
    background:url(/NOE/images/siteware/bg-21-slider-btn-age-rating-trans.png) left bottom no-repeat;
    cursor:pointer;
    width:21px;
    height:17px;
    margin-left:-5px;
    position:absolute;
    z-index:3;    
}
*html .stars-slider .slider_handle-catalogue{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/NOE/images/siteware/bg-21-slider-btn-age-rating-trans.png',sizingMethod='image');
    background: none;
}
#slider-span-catalogue-1{
    right:-5px; 
    position:absolute;
    background:url(/NOE/images/siteware/bg-178-slider-h-age-rating-8c8c8c.gif) 0px 1px;
    height:17px;
    z-index:1;
}
.stars-slider .stars-label {
    color: #808080;
    width:175px;
    float:left;
    font-size:0.85em;
     position: absolute;
     margin-top: 20px;
}
