﻿h1 {
    color: #34beed;
}
a.link-arrow {
    background-image: url(/NOE/images/icons/link-arrow-34beed-trans.gif);
    color: #34beed;
}
a.link-arrow-down {
    background-image: url(/NOE/images/icons/link-arrow-34beed-ffffff-down.gif);
    color: #34beed;
}

a.link-back {
    background:url(/NOE/images/icons/link-back-8080.gif) no-repeat scroll left 0.6em transparent;
    display:block;
    padding:4px 0 4px 10px;    
}

/* Mods for the 2nd & 3rd Level HTML Navigation */
#nav-sub a:hover,
#nav-sub a.active{
    color: #34BEED;
}    
.third_level a:hover,
.third_level a.active{
    background: url(/NOE/images/icons/list-34beed-ffffff.gif) left no-repeat;
}    
/* Mods for Virtual Guide Teaser */
.teaser-virtualguide .box-help-top{
    background:url(/NOE/images/siteware/bg-208-8adaf5-41c2ee-gradient-top.jpg) top no-repeat #41c2ee; 
}
/* Mods for Paragraph Teaser */
.paragraph p a {
  color: #34beed;
}

/* Mods for Wii Gamefinder */
#paging-before-button-h,
#paging-before-button-f {
    background:url(/NOE/images/siteware/link-arrow-trans-left_wii.gif) no-repeat left 3px;
    color:#34BEED;
}
#paging-next-button-h ,
#paging-next-button-f {
    background:url(/NOE/images/siteware/link-arrow-trans-right_wii.gif) no-repeat right 3px;
    color:#34BEED;
}
#paging_navi_h a,
#paging_navi_f a  {
    color:#34BEED;
}
.games-nav .items-view .list-aktiv{
    background-image: url(/NOE/images/icons/view-list-on_wii.gif);
}
.games-nav .items-view .thumbs-aktiv{
    background-image: url(/NOE/images/icons/view-thumbs-on_wii.gif);
}

/*******************************************************/
/***** Top Ten Module on WiiWare Home ******************/
/*******************************************************/
 
/* Generic Tabmodule */
div.tabmodule {
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 20px 0;
}
div.tabmodule .header {
    background: #fff left top no-repeat;
    padding-left: 15px;
}
div.tabmodule .header .r {
    background: #fff right top no-repeat;
    padding: 10px 15px 7px 0;
}
div.tabmodule-wii .header,
div.tabmodule-wii .header .r {
    background-image: url(/NOE/images/siteware/tabmodule-34beed-header.gif);
    background-color: #34beed;
}
div.tabmodule .main {
    border-left: 2px solid #DCDCDC;
    border-right: 2px solid #DCDCDC;
    padding: 30px 0 28px 16px;
}
div.tabmodule-wii .main {
    border-color: #34beed;
}
div.tabmodule .main .content {
    float: left;
    height: 420px;
    padding-right: 15px;
    overflow: hidden;
}
div.tabmodule-wii .main .content {
    width: 388px;
}
div.tabmodule .tabs {
    margin: 0;
    padding: 0 0 0 2px;
    list-style-type: none;
    
    background-color: #DCDCDC;
    height: 26px;
}
div.tabmodule-wii .tabs {
    background-color: #34beed;
}
div.tabmodule .tabs li {
    margin: 0;
    padding: 0;
    float: left;
    padding-right: 2px;
}
div.tabmodule .tabs li a {
    text-align: center;
    overflow: hidden;
    display: block;
    float: left;
    padding-left: 10px;
    background: #fff left top no-repeat;
    height: 26px;
    font-weight: bold;
    text-decoration: none !important;
}
div.tabmodule-wii .tabs li a {
    width: 211px;
    background-image: url(/NOE/images/siteware/tabmodule-34beed-tab-inactive.gif);
}
div.tabmodule-wii .tabs li a.active {
    background-image: url(/NOE/images/siteware/tabmodule-34beed-tab-active.gif);
    color: #34beed;
}
div.tabmodule .tabs li a span {
    display: block;
    padding: 4px 10px 0 0;
    background: #fff right top no-repeat;
}
div.tabmodule-wii .tabs li a span {
    width: 201px;
    background-image: url(/NOE/images/siteware/tabmodule-34beed-tab-inactive.gif);
}
div.tabmodule-wii .tabs li a.active span {
    background-image: url(/NOE/images/siteware/tabmodule-34beed-tab-active.gif);
}
div.tabmodule .footer {
    background: #fff left bottom no-repeat;
    overflow: hidden;
    padding-left: 15px;
}
div.tabmodule .footer .r {
    background: #fff right top no-repeat;
    overflow: hidden;
    height: 12px;
}
div.tabmodule-wii .footer,
div.tabmodule-wii .footer .r {
    background-image: url(/NOE/images/siteware/tabmodule-34beed-footer.gif);
}


/* Gameteaser list */
div.gameteasers div.gameteaser {
    margin: 0 0 17px 0;
}
div.gameteasers div.gameteaser h3 a {
    color: #646464;
    text-decoration: none !important;
}
div.gameteasers .number {
    width: 35px;
    height: 35px;
    margin: 20px 13px 0 0;
    float: left;
    background: url(/NOE/images/siteware/numbers_1_10.gif) no-repeat left top;
    text-indent: -1000px;
    overflow: hidden;
    white-space: nowrap;
}
div.gameteasers .number.num1 {
    background-position: 0 0;
}
div.gameteasers .number.num2 {
    background-position: -40px 0;
}
div.gameteasers .number.num3 {
    background-position: -80px 0;
}
div.gameteasers .number.num4 {
    background-position: -120px 0;
}
div.gameteasers .number.num5 {
    background-position: -160px 0;
}
div.gameteasers .number.num6 {
    background-position: -200px 0;
}
div.gameteasers .number.num7 {
    background-position: -240px 0;
}
div.gameteasers .number.num8 {
    background-position: -280px 0;
}
div.gameteasers .number.num9 {
    background-position: -320px 0;
}
div.gameteasers .number.num10 {
    background-position: -360px 0;
}
div.gameteasers .gameinfo {
    padding-top: 7px;
    float: left;
    width: 340px;
}
div.gameteasers div.even .gameinfo {
    background: url(/NOE/images/siteware/tabmodule-gameteaser-bg.gif) no-repeat right top;
}
div.gameteasers .bottom {
    padding-bottom: 7px;
    padding-left: 4px;
}
div.gameteasers div.even .bottom {
    background: url(/NOE/images/siteware/tabmodule-gameteaser-bg.gif) no-repeat right bottom;
}
div.gameteasers .gameinfo img {
    display: block;
    float: left;
    width: 90px;
}
div.gameteasers div .gametext {
    width: 220px;
    padding-left: 18px;
    float: left;
}
div.gameteasers div .gametext p {
    margin: 0;
    padding: 0;
}
/* eshop box */
div.gradientbox-eShop {
    width: 208px;
    padding-bottom: 8px;
    background: url(/NOE/images/siteware/background_how_does_it_works.jpg) #f1f1f1 no-repeat left bottom;
    margin-bottom: 32px;
    }
div.gradientbox-eShop .c {
    min-height: 170px;
    height: auto !important;
    height: 170px;
    padding: 18px 15px 13px 15px;
    background: url(/NOE/images/siteware/background_how_does_it_works.jpg) #f1f1f1 no-repeat left top;
}
/* gradientbox */
div.gradientbox-208 {
    width: 208px;
    padding-bottom: 8px;
    background: url(/NOE/images/siteware/bg-208-f1f1f1-gradient.gif) #f1f1f1 no-repeat left bottom;
    margin-bottom: 32px;
}
div.gradientbox-208 .c {
    min-height: 170px;
    height: auto !important;
    height: 170px;
    padding: 18px 15px 13px 15px;
    background: url(/NOE/images/siteware/bg-208-f1f1f1-gradient.gif) #f1f1f1 no-repeat left top;
}
ul.arrowlist-wii {
    list-style-type: none;
    margin: 0 5px;
    padding: 0;
}
.teaser-hl {
    margin: 15px 0;
}
.teaser-hl-eshop {
    margin: 7px 0;
}
.paragraph_wiiware {
    margin-bottom: 48px;
}
.paragraph_wiiware h3 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 4px;
    margin-bottom: 24px;
}
.paragraph_wiiware .paragraph-text .image-left {
    float: left;
    margin: 0px 16px 16px 0px;
}
.paragraph_wiiware  a {
    background: url(/NOE/images/siteware/link-arrow-trans-right_wii.gif)  no-repeat left;
    padding:2px 0 2px 12px;
    color: #34BEED;
    text-decoration:none !important;
}
/******************************************/
/* WII - EXPERIENCE VIDEOS                */
/******************************************/
#experience-videos ul,
#experience-videos li {
    margin: 0;
    padding: 0;
}
#experience-videos div {
    font-size: 11px;
}
#experience-videos .itemCount {
    float: left;
    margin-top: 3px;
    text-align: right;
    width: 60px;
}
#experience-videos .sortBy {
    float: left;
    padding-right: 8px;
    text-align: right;
    width: 620px;
}
#experience-videos #experienceSort {
    background-color: #EEE;
    border: 1px solid #EEE;
    color: #646464;
    margin-left: 4px;
}
#experience-videos .pagination {
    background: url(/NOE/images/siteware/bg-688-page_nav.gif) no-repeat;
    color: #008CE4;
    height: 18px;
    margin-top: 10px;
    padding: 4px 0 0 0;
    width: 688px;
}
#experience-videos .bottom {
    margin-top: 0;
}
    #experience-videos .pagination .pages {
        float: left;
        text-align: center;
        width: 448px;
    }
    #experience-videos .pagination .pages a {
        padding: 0 4px;
        text-decoration: none;
    }
    
    #experience-videos .pagination .prev {
        float: left;
        height: 14px;
        text-align: left;
        width: 120px;
    }
    
    #experience-videos .pagination .prev a {
        background: url(/NOE/images/siteware/bg-link-arrow-008ce4-trans-left.gif) no-repeat 0 3px;
        color: #008CE4;
        margin-left: 10px;
        padding-left: 10px;
        text-decoration: none;
    }
    
    #experience-videos .pagination .next {
        float: right;
        height: 14px;
        text-align: right;
        width: 120px;
    }
    
    #experience-videos .pagination .next a {
        background: url(/NOE/images/siteware/bg-link-arrow-008ce4-trans-right.gif) no-repeat 100% 3px;
        color: #008CE4;
        margin-right: 10px;
        padding-right: 10px;
        text-decoration: none;
    }
    
    #experience-videos .pagination a:hover.prev,
    #experience-videos .pagination a:hover.next {
        text-decoration: underline;
    }
    #experience-videos .pagination a:hover {
        color: #008CE4;
    }
    #experience-videos .pagination span {
        background: url(/NOE/images/siteware/bg-14-link-aktiv.gif) no-repeat 50% 50%;
        cursor: default;
        font-weight: bold;
        padding: 0px 4px;
    }

#experience-videos a {
    outline: none;
}
#experience-videos .last {
    margin-right: 0 !important;
}
#experience-videos ul {
    margin-top: 20px;
}
#experience-videos ul li {
    float: left;
    height: 161px;
    line-height: 14px;
    list-style-type: none;
    margin: 0 31px 20px 0;
    width: 148px;
}
    #experience-videos ul li a:hover {
        color: #34beed;
    }
    
    #experience-videos ul li a img {
        height: 111px;
        width: 148px;        
    }
    
    #experience-videos ul li a.title {
        background: url(/NOE/images/siteware/bg-video-title.png) no-repeat 0 6px;
        display: block;
        font-size: 10px;
        height: 26px;
        overflow: hidden;
        padding: 16px 8px 8px 8px;
        text-align: center;
        width: 132px;
    }
    
    #experience-videos ul li a.title span {
        background: url(/NOE/images/siteware/sprite-flags.png) no-repeat 0 0;
        display: block;
        float: left;
        height: 11px;
        margin-right: 2px;
        width: 16px;
    }
        
        #experience-videos ul li a.title span.uk {
            background-position: 0 0;
        }
        
        #experience-videos ul li a.title span.us {
            background-position: 0 -12px;
        }
            
        #experience-videos ul li a.title span.jp {
            background-position: 0 -24px;
        }
            
        #experience-videos ul li a.title span.de {
            background-position: 0 -36px;
        }
            
        #experience-videos ul li a.title span.it {
            background-position: 0 -48px;
        }
            
        #experience-videos ul li a.title span.fr {
            background-position: 0 -60px;
        }
        
        #experience-videos ul li a.title span.eu {
            background-position: 0 -72px;
        }
        
        #experience-videos ul li a.title span.es {
            background-position: 0 -84px;
        }
        
        #experience-videos ul li a.title span.nl {
            background-position: 0 -96px;
        } 
#experienceTitles {
    font-size: 11px;
}           
            
/*************************************************************************************************
************* Video layer for interview **********************************************************
*************************************************************************************************/
.overlay_modal {
    background-color: #000000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.overlay___invisible__ {
    background-color: #000000;
      filter:alpha(opacity=0);
      -moz-opacity: 0;
      opacity: 0;
}
.modal_nw {
      width: 0px;
      height: 20px;
}
.modal_n {
    height: 20px;
    width: 90%;
    position: relative;
    left: 0;
    z-index: 2; 
    background-color: #34BEED;
}
.modal_nl {
    background: url(/NOE/images/siteware/player_header_bg_wii.gif) no-repeat left top;
    height: 20px;
    position: relative;
    right: 0;
    top: 0;
    width: 6px;
    z-index: 3;
}
.modal_nr {
      background: url(/NOE/images/siteware/player_header_bg_wii.gif) no-repeat right top;
    height: 20px;
    position: relative;
    right: 0;
    top: 0;
    width: 100px;
    z-index: 3;
}
.modal_ne {
      width:0px;      
      height:20px;
}
.modal_w {
      width:0px;
}
.modal_e {
    width:0px;      
}
.modal_sw {
    width:0px;
      height:7px;
}
.modal_s {
      height:7px;
}
.modal_se, .modal_sizer  {
      width:0px;
      height:7px;
}
.modal_sizer {
    cursor:se-resize;    
}
.modal_close {
    width: 16px;
    height: 20px;
    background: transparent url(/NOE/images/siteware/player_close_wii.gif) no-repeat 0 0;            
    position:relative;
    float: right;
    top:4px;
    right:0px;
    cursor:pointer;
    z-index:1000;
}
.modal_title {
    color: #FFFFFF;
      float: left;
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      width: 90%;
    white-space: nowrap;
}
.modal_content {
    overflow: auto;
    color: #000;
    font-family: Arial, Helvetica, clean, sans-serif;
      font-size: 12px;
}
/* For alert/confirm dialog */
.modal_window {
    border: 1px none #F00;    
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}
.modal_message {
  font: 12px arial;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.modal_buttons {
    text-align: center;
    width: 100%;
}
.modal_buttons input {
    width: 20%;
    margin: 10px;
}
.top_draggable, .bottom_draggable {
  cursor: move;
}
.status_bar {
  font-size: 12px;
}
.status_bar input {
  font-size: 12px;
}
.modal_progress {
    float: left;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 16px;
    background: #FFF url() no-repeat center center
}
.modal_wired_frame {
    background: #FFF;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;    
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
      display: block;
      position: absolute;
}
    .dialog table.table_window  { 
        border-collapse: collapse; 
          border-spacing: 0; 
          width: 100%;
          margin: 0px;
          padding:0px;
    }
    
    .dialog table.top.table_window {
        margin-bottom: 1px;
    }
    
    .dialog table.table_window td , .dialog table.table_window th { 
          padding: 0; 
    }
    
    .dialog .title_window {
          -moz-user-select:none;
    }
    
    .dialog .imgnavigation {
          background-color: #fff;
          padding: 5px 20px;
          overflow: hidden;
          height: 14px;
    }
    
    .dialog .imgnavigation span {
          display: block;
          width: 160px;
          padding: 0 10px;
          color: #34BEED;
          cursor: pointer;
    }
    
    .dialog .imgnavigation span:hover {
          text-decoration: underline;
    }
    
    .dialog .imgnavigation span.previous {
          float: left;
          text-align: left;
          background: url(/NOE/images/siteware/link-arrow-trans-left_wii.gif) left 3px no-repeat;
    }
    
    .dialog .imgnavigation span.next {
        float: right;
          text-align: right;
          background: url(/NOE/images/icons/link-arrow-34beed-trans.gif) right 3px no-repeat;
    }

/******************************************/
/* WII - NEW TO WII MODULE                   */
/******************************************/
#new-to-wii-brochure a {
    outline: none;
    text-decoration: none;
}
#new-to-wii-brochure .readMoreButton {
    position:absolute; 
    top:234px; 
    right:63px; 
    background-color:#fff; 
    padding:3px 9px 3px 9px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color:#808080; 
    font-weight:bold; 
    text-decoration:none; 
    font-size:12px;
}
#new-to-wii-brochure .readMoreButton:hover {
    background-color:#808080; 
    color:#fff;
}
#new-to-wii-brochure .menu {
    background: url(/NOE/images/siteware/bg-module-navi.jpg) no-repeat; 
    height: 188px;
    padding: 22px 0 0 24px;    
    width: 667px;
}
    #new-to-wii-brochure .menu a {
        background: url(/NOE/images/siteware/bg-item-navi-inactive.jpg) no-repeat;
        color: #ffffff;
        display: block;
        height: 28px;
        padding: 4px 0 0 55px;
        width: 338px;
    }
    
    #new-to-wii-brochure .menu a.active {    
        background: url(/NOE/images/siteware/bg-item-navi-active.jpg) no-repeat;    
        color: #505050;
    }
    #new-to-wii-brochure .menu a:hover {
        background: url(/NOE/images/siteware/bg-item-navi-active.jpg) no-repeat;    
        color: #505050;
        text-decoration: none;
    }
#new-to-wii-brochure .setupMenu {
    position: absolute;
    top: 165px;
    right: 50px;
}
    #new-to-wii-brochure .setupMenu a {
        background: url(/NOE/images/siteware/new-to-wii-sprite-button.jpg) no-repeat;
        display: block;
        font-size: 12px;
        font-weight: bold;
        height: 55px;
        margin-bottom: 9px;
        padding: 16px 10px 0 45px;
        width: 104px;    
    }
    
    #new-to-wii-brochure .setupMenu a:hover {
        color: #fff;    
    }
        #new-to-wii-brochure .setupMenu a.first {
            background-position: 0 0;    
        }
        
        #new-to-wii-brochure .setupMenu a.first:hover {
            background-position: -162px 0;
        }
    
        #new-to-wii-brochure .setupMenu a.second {
            background-position: 0 -80px;
        }
        
        #new-to-wii-brochure .setupMenu a.second:hover {
            background-position: -162px -80px;
        }
    
        #new-to-wii-brochure .setupMenu a.third {
            background-position: 0 -160px;        
        }
    
        #new-to-wii-brochure .setupMenu a.third:hover {
            background-position: -162px -160px;
        }
        
        
#new-to-wii-brochure .gamesMenu {
    position: absolute;
    top: 180px;
    right: 65px;
    width: 556px;
}
    #new-to-wii-brochure .gamesMenu a {
        background: url(/NOE/images/siteware/new-to-wii-sprite-games.jpg) no-repeat;
        display: block;
        float: left;
        height: 168px;
        text-indent: -3000px;
        width: 168px;    
    }
    
    #new-to-wii-brochure .gamesMenu a.first {
        background-position: 0 0;
    }
    
    #new-to-wii-brochure .gamesMenu a.second {
        background-position: 0 -171px;
        margin: 0 26px 0 26px;
    }
    
    #new-to-wii-brochure .gamesMenu a.third {
        background-position: 0 -342px;
    }
#new-to-wii-brochure .topMenu {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 100%;
}
    
    #new-to-wii-brochure .topMenu a {
        background: url(/NOE/images/siteware/new-to-wii-sprite-submenu.png) no-repeat;
        color: #fff;
        display: block;
        float: left;
        height: 24px;
        margin-left: 5px;
        padding: 0 12px 0 10px;
        text-decoration: none;
    }
    
    #new-to-wii-brochure .topMenu a.back {
        background-position: 0 -156px;
        float: left;
        height: 20px;
        margin-left: 15px;
        padding: 4px 0 0 28px;
    }
    #new-to-wii-brochure .topMenu a.back:hover {
        background-position: 0 -182px;
    }
    
    #new-to-wii-brochure .topMenu a span {
        cursor: default;
        display: block;
        height: 20px;
        padding-top: 4px;
    }
    
    #new-to-wii-brochure .topMenu .active {
        padding-left: 28px;
    }
    #new-to-wii-brochure .topMenu a.first {
        background-position: 0 0;
    }
    #new-to-wii-brochure .topMenu a.first:hover {
        background-position: 0 -26px;
    }
    #new-to-wii-brochure .topMenu a.first.active {
        background-position: 0 -26px;
    }
    #new-to-wii-brochure .topMenu a.second {
        background-position: 0 -52px;
    }
    #new-to-wii-brochure .topMenu a.second:hover {
        background-position: 0 -78px;
    }
    #new-to-wii-brochure .topMenu a.second.active {
        background-position: 0 -78px;
    }
    #new-to-wii-brochure .topMenu a.third {
        background-position: 0 -104px;
    }
    #new-to-wii-brochure .topMenu a.third:hover {
        background-position: 0 -130px;
    }
    #new-to-wii-brochure .topMenu a.third.active {
        background-position: 0 -130px;
    }
/* NEW TO WII - LINK BOX */
#col-cont-content .newToWiiLinkBox {
    position:absolute; 
    top:-228px; 
    right: -242px;  
    background-color:#fff; 
    padding:3px 9px 3px 9px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 5px solid #dedede;
}
#col-cont-content .newToWiiLinkBox:hover {
    background-color:#34beed; 
    border-color:#a1cbd9;
}
#col-cont-content .newToWiiLinkBox a{
    color:#808080; 
    font-weight:bold; 
    text-decoration:none; 
    font-size:15px;
}
#col-cont-content .newToWiiLinkBox:hover a{
    color:#fff; 
}
#col-2-content .newToWiiLinkBox {
    position:absolute;
    white-space: nowrap; 
    top:-247px; 
    right: -5px;  
    background-color:#fff; 
    padding:3px 9px 3px 9px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 5px solid #dedede;
    <!--
    top:-265px;
    -->        
}
#col-2-content .newToWiiLinkBox:hover {
    background-color:#34beed; 
    border-color:#a1cbd9;
}
#col-2-content .newToWiiLinkBox a{
    color:#808080; 
    font-weight:bold; 
    text-decoration:none; 
    font-size:15px;
}
#col-2-content .newToWiiLinkBox:hover a{
    color:#fff; 
}
    
/******************************************/
/* WII - VC SYSTEMS MODULE                  */
/******************************************/
#vc-systems {
    background:url(/NOE/images/siteware/vc-systems-stage-bg.png) top left no-repeat #ffffff; 
    width:926px; 
    height:512px;    
    padding-top:6px;
}
#vc-systems a{                        
    outline:none;
}
#vc-systems ul{                        
    list-style:none;
    
}
#vc-systems ul.row-bottom{                        
    float:left;
    margin:60px 0 0 0;
    padding-left:84px;
    width:900px;
}
                        
#vc-systems li{
    float:left; 
    width:180px;
    margin:0;
    text-align:center;
    height:187px;
    position:relative;
}
#vc-systems li .image{
    width:180px; 
    position:absolute; 
    top:0; 
    left:0; 
}
#vc-systems li .text-layer{
    background:url(/NOE/images/siteware/vc_system_details_bg.png) top left no-repeat; 
    width:180px; 
    height:235px; 
    z-index:20;
    position:absolute;  
    top:0; 
    left:0; 
    text-align:left;
    padding:10px;
    margin-top:10px;
    font-size:12px;
}
* html #vc-systems li .text-layer{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/NOE/images/siteware/vc_system_details_bg.png',sizingMethod='scale');
}
#vc-systems li .show{
    display:block;
    cursor:default;
}
#vc-systems li .hide{
    display:none;
}
#vc-systems li .image a{
    color:#808080; 
    background-image:url(/NOE/images/siteware/link-arrow-808080-ffffff.png);  
    font-weight:bold;
    display:inline;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
       #vc-systems li .image a {background:none;}
 }
#vc-systems .text-layer h3{
    width:160px;
    color:#34beed;
    font-size:15px;
}
#vc-systems .text-layer p{
    width:166px;
    font-size:12px;
    margin-bottom:6px;
}
#vc-systems .text-layer a{
    width:160px;
}

/******************************************/
/* WII - VC TOP GAMES MODULE              */
/******************************************/
#vc-top-games {
    width:448px;
    margin:0;
}
#vc-top-games .header {
    width:448px;
    height:54px;
    background:url(/NOE/images/siteware/vc-top-games-header.gif) top left no-repeat;
}
#vc-top-games .header h2{
    font-size:14px;
    font-weight:bold;
    padding:10px 0 0 6px;
}
#vc-top-games .main{
    border-left:2px solid #eeeeee;
    border-right:2px solid #eeeeee;
    padding:0 0 0 16px;
    margin-left:1px;
}
div.tabmodule .main .content{
    width:388px;
}
#vc-top-games .main h2{
    font-size:16px;
    font-weight:bold;
    margin-bottom:12px;
}
#vc-top-games .footer {
    width:448px;
    height:38px;
    background:url(/NOE/images/siteware/vc-top-games-footer.gif) top left no-repeat;
}
#vc-top-games .gameteasers .number {
    background-image:url(/NOE/images/siteware/numbers_1_20_grey.gif);
}
div.tabmodule .main .content{
    width:388px;
}
div.gameteasers .gameteaser {
    height:auto;
}
div.gameteasers .number.num11 {
    background-position:-400px 0;
}
div.gameteasers .number.num12 {
    background-position:-440px 0;
}    
div.gameteasers .number.num13 {
    background-position:-480px 0;
}    
div.gameteasers .number.num14 {
    background-position:-520px 0;
}    
div.gameteasers .number.num15 {
    background-position:-560px 0;
}    
div.gameteasers .number.num16 {
    background-position:-600px 0;
}    
div.gameteasers .number.num17 {
    background-position:-640px 0;
}
div.gameteasers .number.num18 {
    background-position:-680px 0;
}    
div.gameteasers .number.num19 {
    background-position:-720px 0;
}    
div.gameteasers .number.num20 {
    background-position:-760px 0;
}

/******************************************/
/* WII - VC SYSTEMS SELECTOR MODULE       */
/******************************************/
#vc-system-selector {
    width:207px;
}
#vc-system-selector ul{
    list-style:none; 
    padding:0; 
    margin:0; 
    width:207px; 
    background:#eeeeee;
}
#vc-system-selector ul li{
    margin:0;
}
#vc-system-selector li.first{
    background:transparent url(/NOE/images/siteware/vc_systems_module_border_first.gif) top left no-repeat;
}
#vc-system-selector li.last{
    background:transparent url(/NOE/images/siteware/vc_systems_module_border_last.gif) bottom left no-repeat;
}
#vc-system-selector li .details{
     background:transparent url(/NOE/images/siteware/vc_systems_module_top.gif) top left no-repeat; 
}
#vc-system-selector li.first .details{
     background:#ffffff url(/NOE/images/siteware/vc_systems_module_top_first.gif) top left no-repeat; 
}
* html #vc-system-selector li .details{
     width:207px;
}
#vc-system-selector li.active .details{
     background-color:#fff;
}
#vc-system-selector .details div{
     padding:10px;
}
#vc-system-selector li a{
    padding:10px; 
    outline:0; 
    display:block; 
    background:transparent url(/NOE/images/siteware/vc_systems_module_arrow.gif) 180px 12px no-repeat; 
    cursor:pointer;
}
* html #vc-system-selector li .toggle {
    width:207px;
}
#vc-system-selector li.active a{
    background:transparent url(/NOE/images/siteware/vc_systems_module_arrow_active.gif) 180px 12px no-repeat; 
    color:#505050;
    font-weight:bold;
}
#vc-system-selector li.active .toggle{
     background:#ffffff url(/NOE/images/siteware/vc_systems_module_border_bottom_active.gif) bottom left no-repeat;
}
#vc-system-selector li.activeLast .toggle{
     background:#ffffff url(/NOE/images/siteware/vc_systems_module_border_bottom_last_active.gif) bottom left no-repeat;
}

.interview-banner {
    margin-top:16px;
}
