﻿/* ### content col over 3 columns ################################################################# */
#col-cont {
    margin-left: 0px;
}
* html #col-cont {
    margin-left: 0px;
}
/* stars-item finder */
.content-filter {
  float: left;
}
.content-results {
  float:right; 
  width: 448px;  
}
/* ### overview of steps ########################################################################## */
#register-steps {
    margin-bottom: 32px;
}
#register-steps img.step {
    float: left;
    margin-right: 4px;
}
.form .formheader {
    margin-bottom: 8px;
}
/* ### widths for labels and place holders ######################################################## */
.form .small {
    float: left;
    width: 24px;
}
.form .small_other {
    float: left;
    width: 38px;
}
.form .medium {
    float: left;
    width: 52px;
}
.form .wide {
    float: left;
    width: 176px;
}
.form .widish {
    width: 152px;
}
.form .wider {
    float: left;
}
.form .widest {
    float: left;
    width: 264px;
}
.form .extra-wide {
    float: left;
    width: 424px;
}
/* ### paragraphs ################################################################################# */
.form p.intro {
    margin-bottom: 8px;
    font-size: 1.154em;
    font-weight: bold;
    line-height: 1.308em;
}
.form p.important {
    float: left;
  font-weight: bold;
  margin-bottom: 0px;
    width: 480px;
}
.form a {
  text-decoration: underline;
}
.form a.link-arrow {
  text-decoration: none;
}
.form a.link-arrow:hover {
  text-decoration: underline;
}
.form span.help {
    font-size: 0.923em;
    color: #008ce4;
    padding: 0px 16px;
}
.form span.help a{
    color: #008ce4;
    cursor: pointer;
}
/* ### form header ######################################################################################## */
.form .formheader p {
    padding: 0px 16px;
  margin-bottom: 0px;
}
.form .formheader p.question {
    font-size: 1.154em;
/*    font-weight: bold;*/
    line-height: 1.308em;
    color: #008ce4;
}
.form .annotation {
    font-size: 0.846em;
}
/* form contents without box around */
.form .form-content {
    padding: 0px 16px;
    margin-bottom: 28px;
}
/*.form .form-content .row {
    margin-bottom: 1em;
}*/

/* ### answer box (light gray = #eeeeee) ################################################################################# */
.form .answer,
.form .overview {
    background-color: #eeeeee;
    margin-bottom: 28px;
    width: 688px;
}
#col-cont-448 .form .answer {
    width: 448px;
}
.form .answer .answer-top,
.form .overview .overview-top {
    background: transparent url(/NOE/images/siteware/bg-688-eeeeee-ffffff-top.gif) no-repeat top left;
    padding-top: 11px;
}
#col-cont-448 .form .answer .answer-top {
    background-image: url(/NOE/images/siteware/bg-448-eeeeee-ffffff-top.gif);
    padding-top: 10px;
}
.form .answer .answer-bottom,
.form .overview .overview-bottom {
    background: transparent url(/NOE/images/siteware/bg-688-eeeeee-ffffff-bottom.gif) no-repeat bottom left;
    padding-bottom: 11px;
}
#col-cont-448 .form .answer .answer-bottom {
    background-image: url(/NOE/images/siteware/bg-448-eeeeee-ffffff-bottom.gif);
    padding-bottom: 10px;
}
.form .answer .answer-content {
    padding: 8px 16px 0px;
}
.form .answer  input.checkbox {
  margin: 0px;
}
.form .answer input {
    font-size:99%;
    margin-top:2px;
}


/* ### special css for "enter product code" page ### */
.productcode-image {
  float: left;
  margin: -8px 0px 0px -6px;
  padding-bottom: 12px;
  position: relative;
}
.productcode-input,
.securitycode-input {
  float: left;
  padding-left: 10px;
}
.productcode-input {
  margin-top: 13px;
}
.securitycode-input {
  margin-top: -4px;
  position: relative;
}
.productcode-input label,
.securitycode-input label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.securitycode-box {
  background-image: url(/NOE/images/siteware/bg-164-securitycode-eeeeee.gif);
  background-position: left 2px;
  background-repeat: no-repeat;
  float: left;
  height: 54px;
  width: 164px;
  margin: -4px 0px 0px;
  padding-bottom: 20px;
  position: relative;
}
.securitycode-box .captcha-image {
  margin-top: 2px;
  padding-left: 4px;
}
.helping-links a {
  line-height: 1.539em;
}
/* ### special css for "enter product version" page ### */
.form .answer .answer-content p.headline {
  font-size: 1.154em;
  font-weight: bold;
  margin-bottom: 24px;
}
.form .answer .answer-content select.productversion {
  width: 300px;
}
/* ### attention box (blue = #008ce4) ################################################################################# */
.bluebox,
.attention {
    background-color: #008ce4;
    margin-bottom: 28px;
    width: 688px;
}
#col-cont-448 .bluebox,
#col-cont-448 .attention {
    width: 448px;
}
.bluebox .bluebox-top,
.attention .attention-top {
    background: transparent url(/NOE/images/siteware/bg-688-008ce4-ffffff-top.gif) no-repeat top left;
    padding-top: 11px;
}
#col-cont-448 .bluebox .bluebox-top,
#col-cont-448 .attention .attention-top {
    background-image: url(/NOE/images/siteware/bg-448-008ce4-ffffff-top.gif);
}
.bluebox .bluebox-bottom,
.attention .attention-bottom {
    background: transparent url(/NOE/images/siteware/bg-688-008ce4-ffffff-bottom.gif) no-repeat bottom left;
    padding-bottom: 11px;
}
#col-cont-448 .bluebox .bluebox-bottom,
#col-cont-448 .attention .attention-bottom {
    background-image: url(/NOE/images/siteware/bg-448-008ce4-ffffff-bottom.gif);
}
.bluebox .bluebox-content,
.attention .attention-content {
    color: #ffffff;
    padding: 8px 16px 0px;
}
.bluebox .bluebox-content p,
.attention .attention-content p {
    font-size: 1.154em;
    font-weight: bold;
    line-height: 1.308em;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 8px;
}
.bluebox .bluebox-content p.headline,
.attention .attention-content p.headline {
  margin-bottom: 1em;
}
.bluebox .bluebox-content p.hint,
.attention .attention-content p.hint {
  font-size: 1em;
  font-weight: normal;
}
.bluebox .bluebox-content p.annotation,
.attention .attention-content p.annotation {
  font-size: 0.846em;
  font-weight: normal;
}
.bluebox .bluebox-content a,
.attention .attention-content a {
  color: #ffffff;
}
.bluebox .bluebox-content .formheader {
  padding-left: 16px;
  padding-right: 16px;
}
.bluebox .bluebox-content .formheader p.question {
  color: #ffffff;
}
.bluebox .bluebox-content .innergrey-top {
  background: transparent url(/NOE/images/siteware/bg-656-eeeeee-008ce4-top.gif) no-repeat top left;
  padding-top: 10px;
}
.bluebox .bluebox-content .innergrey-bottom {
  background: #eeeeee url(/NOE/images/siteware/bg-656-eeeeee-008ce4-bottom.gif) no-repeat bottom left;
  padding: 0px 16px 10px;
}
.bluebox .bluebox-content .innergrey-bottom a {
  color: #646464;
}
.bluebox .bluebox-content .innergrey-bottom .productcode-image,
.bluebox .bluebox-content .innergrey-bottom .securitycode-box,
.bluebox .bluebox-content .innergrey-bottom .securitycode-input{
  margin-top: 0px;
}
.bluebox .bluebox-content .innergrey-bottom .productcode-input{
  margin-top: 21px;
}
.bluebox .bluebox-content .innergrey-bottom .securitycode-input label,
.bluebox .bluebox-content .innergrey-bottom .productcode-input label {
  color: #808080;
}
.bluebox .bluebox-content .innergrey-bottom .error-message,
.bluebox .bluebox-content .innergrey-bottom .error-message-right {
  width: 158px;
}
/* ### rows ####################################################################################### */
.form .row-smallest {
/*    margin-bottom: 4px;*/
}
.form .row-small {
    margin-bottom: 4px;
}
.form .row {
    margin-bottom: 8px;
}
.form .row_static {
    margin-bottom: 8px;
}
/* ### input holder (needed for red border) ##################################################################################### */
.form span.input,
.form span.input-error {
    float: left;
    margin: -2px 6px -2px -2px;
    padding: 2px;
    position: relative;
}
.form span.input-error {
    background-color: #eb1e25;
}
.form span.input-info {
  padding: 0 4px;
  float:left;
}
/* ### inputs ##################################################################################### */
.form input.checkbox,
.form input.radio,
.form input.number,
.form input.text,
.form input.smalltext,
.form input.bigtext,
.form textarea,
.form select {
    font-family: Arial, Helvetiva, Verdana, Sans-Serif;
    font-size: 1em;
    float: left;
}
.select-gender {
    margin-top: -1px;
}
.form select.medium {
  width: 136px;
}
.form select.wide {
  width: 256px;
}
.form input.checkbox,
.form input.radio {
    height: 1.1em;
}
.form input.checkbox {
  margin-top: 2px;
}
.form input.number {
    width: 36px;
}
.form input.day_month {
    width: 26px;
}
.form input.year {
    width: 56px;
}
.form input.zip {
    width: 126px;
}
.form input.text {
    width: 252px;
}
.form input.smalltext {
    width: 204px;
}
.form input.smallertext {
    width: 156px;
}
.form input.phoneprefix {
    width: 56px;
}
.form input.phonenumber {
    width: 184px;
}
.form input.mediumtext {
    width: 360px;
}
.form input.bigtext {
    width: 408px;
}
.form textarea {
    width: 432px;
}
/* ### box with overview (light gray = f5f5f5) #################################################### */
.form .overview .overview-content {
    padding: 8px 16px 8px 16px;
}
.form .overview .overview-content .subcolumns {
    padding-bottom: 16px;
}
.form .overview .overview-content .subcl {
    padding-right: 16px;
}
.form .overview .overview-content .row {
    margin-bottom: 0px;
    line-height: 1.539em;
}
.form .overview .overview-content .label {
    float: left;
    margin-right: 16px;
    width: 120px;
}
.form .overview .overview-content .data {
    float: left;
    font-weight: bold;
}
.form .overview .overview-content .data-annotation {
  float: left;
  font-size: 0.846em;
  line-height: 1.182em;
  width: 520px;
}
.form .overview .overview-content .data-agreement {
  color: #646464;
  float: left;
  width: 628px;
}
.form .overview .overview-content .data-agreement a {
  color: #646464;
}
.form .overview .overview-content .data-agreement ul {
  list-style-type: none;
  margin: 0px;
}
.form .overview .overview-content .data-agreement li {
  background: transparent url(/NOE/images/icons/list-008ce4-eeeeee.gif) no-repeat scroll left 0.55em;
  margin: 0px 0px 15px;
  padding-left: 12px;
}
.form span.label {
  float: left;
    margin-right: 16px;
} 
.form .label-bold {
    color: #646464;
    font-weight: bold;
    float: left;
}
.form .label-bold a {
    color: #646464;
    text-decoration: underline;
}


#nl_mobile_container span {
  color: #646464;
}
#nl_mobile_container label {
    margin: 0pt 8px 0pt 24px; 
    float: left; 
    color: #646464; 
    width: 110px;
}
#nl_mobile_container select {
    font-size: 0.9em; 
    width: 175px;
    color: #646464; 
}
#nl_mobile_container .annotation {
    margin-left:24px;
}




/* ### buttons: next, back & join // cancel link ########################################################### */
.form #buttons {
    border-bottom: 1px solid #dcdcdc;
    padding: 0px 16px 16px;
    margin: -12px 0px 24px;
}
.form #buttons.noborder {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 32px;
}
.form #buttons .btn-back {
    float: left;
}
.form #buttons .btn-approve,
.form #buttons .btn-join,
.form #buttons .btn-next {
    float: right;
}
.form .input-description {
  font-size: 0.846em;
}
.form .error-message,
.form .error-message-right {
  background: transparent url(/NOE/images/icons/input-error-eeeeee.gif) no-repeat top left;
  color: #EB1E25;
  padding-left: 28px;
  width: 179px;
  min-height: 22px;
}
.form .error-message {
  float: left;
}
.form .error-message-right {
  clear: right;
  float: right;
}
.cancel-link,
.cancel-link-left {
  float: left;
  text-decoration: underline;
}
.cancel-link {
    margin-left: 16px;
}
.registration-info-block {
    border-top: 1px solid #dcdcdc;
    color: #b4b4b4;
    float: left;
    font-size: 0.846em;
    margin-top: 22px;
    padding-top: 28px;
    width: 688px;
}
#confirmUserRegistrationForm .error-message {
  width: 628px;
}
#parentApprovalPendingForm .error-message {
    width:628px;
}
/* ### amount of stars ############################################################################ */
#amount-stars {
    margin-bottom: 28px;
    width: 210px;
}
#amount-stars #amount-stars-top {
  background: transparent url(/NOE/images/siteware/bg-210-008cea-ffffff-top.gif) no-repeat top left;
  padding-top: 10px;
}
#amount-stars #amount-stars-bottom {
  background: transparent url(/NOE/images/siteware/bg-210-008cea-ffffff-bottom.gif) no-repeat bottom left;
  padding-bottom: 10px;
}
#amount-stars #amount-stars-content {
  background: transparent url(/NOE/images/siteware/bg-210-008cea-ffffff.gif) repeat-y left;
  padding: 0 16px 0 18px;
}
#amount-stars #amount-stars-label {
  color: #ffdd00;
  float: left;
  font-size: 0.846em;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  width: 72px;
}
#amount-stars  #amount-stars-amount {
  background: transparent url(/NOE/images/icons/amount-star-008cea.gif) no-repeat right;
  color: #ffdd00;
  float: right;
  font-size: 2em;
  font-weight: bold;
/*    line-height: 42px;*/
  padding-right: 31px;
  text-align: right;
  width: 68px;
}

#earn-no-stars, #earn-no-stars-overlap,
#earn-50-stars, #earn-50-stars-overlap,
#earn-100-stars, #earn-100-stars-overlap,
#earn-1250-stars, #earn-1250-stars-overlap,
#earn-up-to-1250-stars, #earn-up-to-1250-stars-overlap {
  position: relative;
  margin-left: -3px;
  margin-right: -13px;
  width: 224px;
}
#earn-no-stars-overlap {
  /* no overlap */
}
#earn-50-stars-overlap {
  margin-top:-48px;
}
#earn-100-stars-overlap,
#earn-1250-stars-overlap,
#earn-up-to-1250-stars-overlap {
  margin-top:-46px;
}
#earn-stars-top {
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 98px;
}
#earn-no-stars #earn-stars-top,
#earn-no-stars-overlap #earn-stars-top {
  background-image: url(/NOE/images/siteware/bg-224-earn-no-stars-top.jpg);
  padding-top: 18px;
}
#earn-50-stars #earn-stars-top,
#earn-50-stars-overlap #earn-stars-top {
  background-image: url(/NOE/images/siteware/bg-224-earn-50-stars-top.jpg);
}
#earn-100-stars #earn-stars-top,
#earn-100-stars-overlap #earn-stars-top {
  background-image: url(/NOE/images/siteware/bg-224-earn-100-stars-top.jpg);
}
#earn-1250-stars #earn-stars-top,
#earn-1250-stars-overlap #earn-stars-top {
  background-image: url(/NOE/images/siteware/bg-224-earn-1250-stars-top.jpg);
}
#earn-up-to-1250-stars #earn-stars-top,
#earn-up-to-1250-stars-overlap #earn-stars-top {
  background-image: url(/NOE/images/siteware/bg-224-earn-up-to-1250-stars-top.jpg);
}
#earn-stars-bottom {
  background: transparent url(/NOE/images/siteware/bg-224-earn-stars-bottom.jpg) no-repeat bottom left;
  padding-bottom: 239px;
  position: relative;
}
#earn-stars-content {
  background: transparent url(/NOE/images/siteware/bg-224-earn-stars-middle.gif) repeat-y left;
  padding: 0px 29px 0px 19px;
}
#earn-stars-msg {
    float: left;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.231em;
}
/*#############################################################################
# games-nav (copied from basemod_games.css)
#############################################################################*/
.games-nav{ 
    font-size:0.85em;
    height:25px;
    width:448px;
    margin-bottom:5px;
}
.items-count {
    float:left; 
    margin-top:2px;
}
.items-selection_page{
    float:left; 
    padding-left:45px
}
.items-selection_sort {
    float:left; 
    padding-left:7px;
}
.items-view{
    float: right; 
    padding-right:5px
}
.items-selection_page_right{
    float:right; 
    padding-left:8px
}
.items-selection_sort_right {
    float:right; 
    padding-left:8px;
}
* html #stars_item_search_form .items-selection_sort_right {
  padding-left:2px;
  margin-right:-12px;
}
#ff_sort, #ff_items, #ff_games{
    color:#646464;
    border:1px solid #eeeeee;
    background-color:#eeeeee;
}
/* #############################################################################
# page-nav
##############################################################################*/
.page-nav-extra {
  margin-bottom: 8px;
}
.page-nav-extra .paging-back-button {
    color: #008ce4;
    background: transparent url(/NOE/images/siteware/bg-link-arrow-008ce4-trans-left.gif) no-repeat left 3px;
    padding-left:10px;
    margin-left:12px;
}
.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:16px;
}
#paging-next-button-h, #paging-before-button-f, 
#paging-before-button-h, #paging-next-button-f{
    color: #008ce4;
    visibility:hidden;
}
#paging-before-button-h, #paging-before-button-f{
    background: transparent 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-f{ 
    background:transparent url(/NOE/images/siteware/bg-link-arrow-008ce4-trans-right.gif) no-repeat right 3px;
    float:right;
    padding-right:10px;
    margin-right:10px;
}
#footer-box {
    margin-top:15px;
}
/*** my treasure items ***/
.my-star-treasures{
/*    padding-top:8px;*/
}                
.my-star-treasures.available-games,
.my-star-treasures.my-stars-bonus {
    padding-top: 32px;
}                
.my-star-treasures h4 {
  margin: 0;
  background: #EEEEEE  no-repeat left top;
  padding: 9px 16px 5px 16px;
}    .my-star-treasures h4.header {
          background-image: url(/NOE/images/siteware/bg-448-eeeeee-ffffff-top.gif);
    }
    .my-star-treasures .content-bottom{
        background: transparent url(/NOE/images/siteware/bg-452-fed700-ffffff-bottom.gif) no-repeat bottom left;
        margin: 0 -16px 0 -16px;
        padding-bottom:36px;
        padding-left: 16px;
    }
    .my-star-treasures .treasure-item{
        background: transparent url(/NOE/images/siteware/bg-448-ffffff-efefef-top.gif) no-repeat top left;
        margin: 0px;
        padding-top:12px;
        z-index:9;
    }
    .my-star-treasures .treasure-item-header{
        background: transparent url(/NOE/images/siteware/bg-448-ffffff-efefef-bottom.gif) no-repeat bottom left;
        padding-bottom:10px;
        width:448px;
    }
    .my-star-treasures .treasure-content{    
        background: transparent url(/NOE/images/siteware/bg-448-ffffff-eeeeee-middle.gif) repeat-y left;
        padding: 5px 16px; 
    }
.my-star-treasures .left-floater {    
    width: 270px;
    float:left;
}
.my-star-treasures .treasure-name {
  font-weight: bold;
    margin-bottom: 5px;
    width: 268px;
}
.my-star-treasures .downloads{
    float:left;
    width:412px;
    margin-top:16px;        
}
    
.my-star-treasures .downloads .download-item {
    float:left;
    margin-right:65px;
}
.my-star-treasures .downloads p{
    text-align:center;
    font-size:0.85em;
    margin-bottom:0px;
}    
.my-star-treasures .downloads .download-item a{
    float:left;
}    

.my-star-treasures .left-floater span{    
    font-size: 0.77em;
}
.my-star-treasures .left-floater.game { 
  width: 415px;
}
.my-star-treasures.add-game .left-floater.game { 
  width: 330px;
}
.my-star-treasures .left-floater.game img {
  display: block;
  float: left;
  width: 49px;
  margin-right: 15px;
}
.my-star-treasures .left-floater.game div.game-title {
  padding-top: 0;
  font-weight: bold;
  float: left;
  width: 340px;
}
.my-star-treasures.add-game .left-floater.game div.game-title {
  width: 265px;
 }
.my-star-treasures.add-game .left-floater.game div.game-title {
  padding-top: 20px;
}
.my-star-treasures div.bottom-bar {
  float: left;
  padding-top: 30px;
  width: 345px;
}
.my-star-treasures.my-stars-bonus div.bottom-bar {
  padding-top: 20px;
}
.my-star-treasures div.release {
  width: 150px;
  float: left;
}
.my-star-treasures.my-stars-bonus div.release {
  float: none;
}
.my-star-treasures.available-games div.link {
  float: right;
  width: 175px;
  text-align: right;
}
.my-star-treasures.available-games div.link a {
  display: inline;
}
.my-star-treasures.my-stars-bonus div.link .left-floater {
  width: 85px;
}
.my-star-treasures.my-stars-bonus div.link .right-floater {
  width: auto;;
}
.my-star-treasures ul.games-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
} 
.my-star-treasures ul.games-list li {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.my-star-treasures ul.games-list strong.left-floater { 
  width: 260px;
}
.my-star-treasures ul.games-list span.right-floater {
  width: 150px;
  font-weight: normal;
}
.my-star-treasures ul.games-list span.star {
  padding-right: 20px;
  background: transparent url(/NOE/images/icons/yellow-star-ffffff.gif) no-repeat right top;
} 
.my-star-treasures .right-floater span.launch-date {
  display: block;
  font-weight: bold;
  text-align: left;
}
.my-star-treasures .right-floater span.launch-text {
  display: block;
  font-size: 0.77em;
  text-align: left;
}
.my-star-treasures .right-floater{    
    float:right;
    width: 142px;
    text-align: right;
}
.my-star-treasures .right-floater.launch {  
  padding-top: 20px;
  width: 85px;
}
.my-star-treasures .right-floater .stars-holder{
    text-align:center;
    margin-left:63px;
    margin-bottom:3px;
    float:right;
}
.my-star-treasures .right-floater .stars-holder .star{
    float:right;
}
.my-star-treasures .right-floater .stars-holder .stars{
    float:right; 
    margin-right:5px
}


/*** my content alerts ***/
.filter-content-alerts {
    font-size: 0.846em;
    margin-bottom: 12px;
}
.filter-content-alerts select {
    margin-left: 8px;
    width: 275px;
}
.my-content-alerts {
    margin-bottom: 32px;
}
.my-content-alerts .content-alert-item {
    background: transparent url(/NOE/images/siteware/bg-448-ffffff-efefef-top.gif) no-repeat top left;
    margin: 0;
    padding-top:12px;
    z-index:9;
}
.my-content-alerts .content-alert-header{
    background: transparent url(/NOE/images/siteware/bg-448-ffffff-efefef-bottom.gif) no-repeat bottom left;
    padding-bottom:10px;
    width:448px;
}
.my-content-alerts .content-alert-content{    
    background: transparent url(/NOE/images/siteware/bg-448-ffffff-eeeeee-middle.gif) repeat-y left;
    padding: 5px 16px; 
}

    .my-content-alerts .content-alert-content .date{
        float: left;
        margin-right: 8px;
        width: 88px;
    }
    .my-content-alerts .content-alert-content .new-alerts{
        float: left;
        width: 320px;
    }
    .my-content-alerts .content-alert-content .new-alerts .link-arrow {
        background-position: left 0.3em;
        padding: 0px 0px 0px 12px;
    }
    
    .content-alert-subscriptions .filter-content-top {
        padding-top: 4px;
    }
    .content-alert-subscriptions .filter-content-bottom {
        padding-bottom: 8px;
    }
    .content-alert-subscriptions .content-alert-item {
        border-top: 1px solid #dcdcdc;
        padding: 12px 0px;
    }
    .content-alert-subscriptions .content-alert-item  {
        font-size:10px;
        line-height:16px;
    }
    .content-alert-subscriptions .content-alert-item a, 
    .content-alert-subscriptions .content-alert-item strong {
        font-size:12px;
    }

    .content-alert-subscriptions .first-item {
        border-top: none;
    }
    .content-alert-subscriptions .content-alert-item strong {
        color: #808080;
    }
    
/*** begin and end of my treasure items/content alerts ***/
    .my-star-treasures .closing_boxend,
    .my-content-alerts .closing_boxend{
        height:20px;
        margin-top: -10px; 
        background: #FFFFFF url(/NOE/images/siteware/bg-448-ffffff-efefef-ffffff-bottom.gif) no-repeat top left;
    }
    .my-star-treasures .opening_box,
    .my-content-alerts .opening_box{ 
        background: transparent url(/NOE/images/siteware/bg-448-ffffff-eeeeee-ffffff-border-top.gif) no-repeat top left; 
        height:10px;
        margin-bottom:-8px;
        position:relative;
        z-index:10;
    }
    


/* ### GAMES BIG (copy from basemod_games.css) ############################################# */

.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;
}
.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;
}
.paging-navi .link-aktiv{
    color: #008ce4;
    font-weight:bold;
    background: transparent url(/NOE/images/siteware/bg-14-link-aktiv.gif) no-repeat top center;
    padding:0 4px;
}
.box_search .paging-navi .link-aktiv{
  background-image:url(/NOE/images/siteware/bg-14-link-eeeeee-aktiv.gif);
} 
.paging-navi .link{
    padding:0 4px;
}
#footer-box {
    margin-top: 15px;
  margin-bottom: 32px;
}
.game-big .game-big-content.no-margin {
    margin: 0 0 0 0;
}  

/*######################################################################################
# my inbox
######################################################################################*/
.inbox-details {
  background: #eeeeee url(/NOE/images/siteware/bg-448-eeeeee-ffffff-top.gif) no-repeat scroll left top;
  padding: 8px 16px 0px;
  margin-bottom: 24px;
}
.inbox-details .header {
  background-color: #eeeeee;
  height: 22px;
  padding-top: 0px;
}
.inbox-details .header .link-arrow {
  margin-top: -2px;
}
.inbox-details .details-top {
  background: transparent url(/NOE/images/siteware/bg-448-ffffff-efefef-top.gif) no-repeat scroll left top;
  margin: 0px -16px;
  padding-top: 12px;
  position: relative;
}
.inbox-details .details-bottom {
  background: transparent url(/NOE/images/siteware/bg-448-ffffff-efefef-bottom.gif) no-repeat scroll left bottom;
  padding-bottom: 10px;
}
.inbox-details .details-content {
  background: transparent url(/NOE/images/siteware/bg-448-ffffff-eeeeee-middle.gif) repeat scroll left top;
  padding: 5px 16px;
}
.inbox-details .details-content .message-date {
  margin-bottom: 10px;
}
.inbox-details .details-content h3 {
  font-size: 1em;
  margin-bottom: 16px;
}
.inbox-details .details-content p a {
  text-decoration: underline;
}
.inbox-details .footer {
  background: #eeeeee url(/NOE/images/siteware/bg-448-eeeeee-ffffff-bottom.gif) no-repeat scroll left bottom;
  height: 22px;
  margin: 0px -16px;
  padding: 4px 16px 4px;
}
/*######################################################################################
# my wish list
######################################################################################*/
#send-wishlist-form {
  margin-bottom: 32px;
}
#send-wishlist-form .send-wishlist-top {
  background: #dcdcdc url(/NOE/images/siteware/bg-448-dcdcdc-ffffff-top.gif) no-repeat top left;
  padding: 9px 16px 0px;
  margin-bottom: 12px;
}
#send-wishlist-form .send-wishlist-top .header {
  margin-bottom: 2px;
}
#send-wishlist-form .send-wishlist-content-top {
  background: #eeeeee url(/NOE/images/siteware/bg-448-eeeeee-dcdcdc-top.gif) no-repeat top left;
  padding: 10px 0px 0px;
  margin: 0px -16px;
}
#send-wishlist-form .send-wishlist-content-bottom {
  background: #eeeeee url(/NOE/images/siteware/bg-448-eeeeee-dcdcdc-ffffff-bottom.gif) no-repeat bottom left;
  padding: 0px 0px 10px;
}
#send-wishlist-form .send-wishlist-content {
  background: #eeeeee url(/NOE/images/siteware/bg-448-eeeeee-dcdcdc-middle.gif) repeat top left;
  padding: 10px 16px 0px;
}
#send-wishlist-form .row {
  margin-bottom: 12px;
}
#send-wishlist-form .row label {
  float: left;
  width: 130px;
}
#send-wishlist-form input {
  color: #808080;
  padding: 0px 4px;
  width: 228px;
}
#send-wishlist-form input#ff_subject {
  margin-bottom: 32px;
  width: 404px;
}
#send-wishlist-form h3 {
  font-size: 1.154em;
}
#send-wishlist-form .send-wishlist-content h3.label-subject {
  margin-bottom: 7px;
}
#send-wishlist-form .send-wishlist-content h3.label-recipients,
#send-wishlist-form .send-wishlist-content h3.label-message {
  margin-bottom: 0px;
}
#send-wishlist-form .send-wishlist-content p.annotation {
  font-size: 0.846em;
  margin-bottom: 16px;
}
#send-wishlist-form textarea {
  color: #808080;
  font-family: Arial,Helvetica,Verdana,Sans-Serif;
  font-size: 0.846em;
  height: 188px;
  padding: 0px 0px 0px 4px;
  margin-bottom: 6px;
  width: 408px;
}
#send-wishlist-form .link-box-add {
  background: #ffffff url(/NOE/images/siteware/bg-419-ffffff-eeeeee-top.gif) no-repeat top left;
  padding-top: 6px;
  margin: 0px -1px 40px -2px;
}
#send-wishlist-form .link-box-add-bottom {
  background: transparent url(/NOE/images/siteware/bg-419-ffffff-eeeeee-bottom.gif) no-repeat bottom left;
  padding-left: 9px;
  padding-bottom: 6px;
}
#send-wishlist-form .link-plus {
  background: transparent url(/NOE/images/icons/link-plus-808080-ffffff.gif) no-repeat top left;
  padding: 0px 0px 0px 20px;
  color: #008ce4;
}
#send-wishlist-form .buttons {
  padding: 0px 16px;
}

.send-wishlist-content .error-messages  {
    background: transparent url(/NOE/images/icons/input-error-eeeeee.gif) no-repeat top left;
    padding:2px 0 4px 25px;
    margin-bottom:2px;
    position:relative;
    height:22px;
    list-style-type:none;
    color:#EB1E25;
}
#send-wishlist-form .buttons input {
    width:auto;
}
.send-wishlist-content .link-minus {
    float:right; 
    background:url(/NOE/images/icons/link-minus-808080-eeeeee.gif) left top no-repeat;
    padding-left:20px; 
    text-decoration:underline;
    margin-top:8px;
}
.send-wishlist-content .recipient {
    margin-bottom:15px;
    display:block;
}
.send-wishlist-content .recipient.hide {
    display:none;
}




/****************************************************************************************/    
/***Personal Account Data***/
/****************************************************************************************/
.my-personal-account-data{
        background: #eeeeee url(/NOE/images/siteware/bg-448-eeeeee-ffffff-top.gif) no-repeat top left;
        padding-top:4px;
        margin-bottom:16px;
}
.my-personal-account-data .header{
        font-weight: bold;
        padding:5px 16px;
}
.my-personal-account-data .data-item{
        background: transparent url(/NOE/images/siteware/bg-448-ffffff-efefef-top.gif) no-repeat top left;
        margin: 0 0px;
        padding-top:12px;
    }
.my-personal-account-data .data-item-header{
        background: transparent url(/NOE/images/siteware/bg-448-ffffff-efefef-bottom.gif) no-repeat bottom left;
        padding-bottom:10px;
    }
.my-personal-account-data .data-item-header .data-item-content{    
        background: transparent url(/NOE/images/siteware/bg-448-ffffff-eeeeee-middle.gif) repeat-y left;
        padding: 5px 16px; 
    }
    
.my-personal-account-data .closing_boxend{
        height:20px;
        margin: -10px 0px 0px 0px;
        background: #FFFFFF url(/NOE/images/siteware/bg-448-ffffff-efefef-ffffff-bottom.gif) no-repeat top left;
}
.my-personal-account-data input[type=text]{
    background-color:#FFFFFF;
    border:1px solid #B4B4B4;
    color:#808080;
    width:140px;
}
.my-personal-account-data .block-big .row{
    height:22px;
    float:left;
    width:400px;
}
.my-personal-account-data .block .row{
    height:22px;
    float:left;
    width:175px;
}
.my-personal-account-data .block.categories {
    width:416px;
}
.my-personal-account-data .categories .row.maincategory {
    height: auto;
    width: 400px;
}
.my-personal-account-data .categories .maincategory .first-box-small {
    font-weight: bold;
}
.my-personal-account-data .categories .subcategory {
    float: left;
    margin-bottom: 8px;
}
.my-personal-account-data .categories .subcategory-right {
    float: right;
    margin-bottom: 8px;
}
.my-personal-account-data .first-box{
    float:left;
    margin:0 5px 2px 0;
    width:150px;
}    
.my-personal-account-data .second-box{
    float:left;
    margin:0 5px 2px 0;
    width:142px;
    padding:1px;
}
.my-personal-account-data .block-big .second-box{
    width: 245px;
    margin-right: 0px;
    padding: 0px;
}
.my-personal-account-data .second-box-error,
.my-personal-account-data .second-box-small-error{
    background:red;
    width:auto;
    float:left;
    margin:0 5px 2px 0;
    padding:1px;
}
.my-personal-account-data .block{
    float:left;
    width:175px;
    margin-bottom:8px;
}
.my-personal-account-data .block-big{
    float:left; 
    width:400px;
    margin-bottom:8px;    
}
.my-personal-account-data .block .first-box-small{
    float:left;
    margin-right:5px;
    width:150px;
}
.my-personal-account-data .second-box-small{
    float:left;
    width:20px;
}
.my-personal-account-data .button-box  {
    float:left;
    width:415px;
    margin-top:8px;
}
.my-personal-account-data .btn-edit {
    float:right;
    position:relative;
    margin-top:-22px;
}
.my-personal-account-data .btn-save {
    float:right;
}
.my-personal-account-data .btn-cancel {
    float:left;
}
.my-personal-account-data .left{
        float:left;    
    }
.my-personal-account-data .right{
        float:right;    
}    
.my-personal-account-data h3{
        font-size:1em;
}    
.my-personal-account-data .all-box {
        float:left;
        width:330px;
}
.my-personal-account-data .error-messages {
    color:#EB1E25;
}
.my-personal-account-data .error-messages div{
    background: transparent url(/NOE/images/icons/input-error-ffffff.gif) left top no-repeat;
    padding:0 0 10px 25px;
    position:relative;
    list-style-type:none;
}
.my-personal-account-data .radio-rate {
    height:22px;
    margin:0pt 5px;
    vertical-align:middle;
    width:15px;
}
.my-personal-account-data input.day_month {
    background-color: #eeeeee;
    width:26px;
}
.my-personal-account-data input.year {
    background-color: #eeeeee;
    width:56px;
}
/* personal account data parental approval */
.personaldata-parentalapproval .answer-header {
    font-weight: bold;
    margin-bottom: 8px;
}
.personaldata-parentalapproval .answer {
    margin-bottom: 14px;
}
.personaldata-parentalapproval .answer label {
    margin-right: 16px;
    width: 200px;
}
.personaldata-parentalapproval .answer .input,
.personaldata-parentalapproval .answer .input-error {
    margin-right: -2px;
}
.personaldata-parentalapproval .answer input {
    width: 196px;
}
.personaldata-parentalapproval .error-message {
    min-height: 22px;
    width: 388px;
}
/*######################################################################################
# my content alerts
######################################################################################*/
.gradient-teaser-no-content-alerts {
    background: transparent url(/NOE/images/siteware/bg-448-ffffff-eeeeee-gradient-283.gif) no-repeat scroll left bottom;
    margin-bottom: 32px;
    padding: 0px 16px 32px;
    width: 416px;
}
.gradient-teaser-no-content-alerts h3 {
    margin-bottom: 16px;
}
.gradient-teaser-no-content-alerts p.intro {
    margin-bottom: 32px;
}
.gradient-teaser-no-content-alerts .image-container img {
    float: left;
}
.gradient-teaser-no-content-alerts .image-container p.image-text {
    float: right;
    margin-top: -328px;
    padding-right: 40px;
    width: 184px;
}
/* ********************************************************************************* */
/* ### Cataloguefilter ### */
/* ********************************************************************************* */
/* ### catalogue filter ################################################################################ */
.filter-catalogue {
    margin-bottom: 32px;
    width: 208px;
}
.filter-catalogue .filter-top {
    background: url(/NOE/images/siteware/bg-208-dcdcdc-ffffff-top.gif) no-repeat top left;
    padding: 10px 0 0 0;
}
.filter-catalogue .filter-header {
    background-color: #dcdcdc;
    font-weight: bold;
    padding: 0 16px 4px;
}
.filter-catalogue .filter-content-top {
    background: url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-top-.gif) no-repeat top left;
    padding: 10px 0 0 0;
}
.filter-catalogue .filter-content-bottom {
    background: url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-bottom.gif) no-repeat bottom left;
    padding: 0 0 10px 0;
}
.filter-catalogue .filter-content-bottom-last {
    background: url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-ffffff-bottom-last.gif) no-repeat bottom left;
    padding: 0 0 10px 0;
}
.filter-catalogue .filter-content {
    background: url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-middle.gif) repeat-y left;
    padding: 0 16px;
}
.filter-catalogue .filter-content p {
      color: #646464;
}
.filter-catalogue .filter-content .label-select {
      float: left;
}
.filter-catalogue .filter-content select {
    border: 1px solid #b0b0b0;
    color: #646464;
    float: left;
    margin-bottom: 6px;
    width: 176px;
}
.filter-catalogue .filter-content .label-catalogue {
      color: #808080;
      float: left;
      margin-bottom: 4px;
}
.filter-catalogue .stars-label {
    width:175px;
    float:left;
    font-size:0.85em;
    margin-bottom:10px;
}
* html .filter-catalogue .starsitemtype-holder {
  float: left;
  width: 173px;
}
* html .filter-catalogue .starsitemtype-holder select {
  width: 173px;
}
.filter-catalogue .filter-content-additional {
      padding: 0px 16px;
      margin-top: 14px;
      margin-bottom: 16px;
}
.filter-catalogue .label-searchword {
    color: #646464;
    float: left;
    margin-bottom: 4px;
}
.filter-catalogue .input-searchword {
    border: 1px solid #b0b0b0;
    clear: left;
    color: #646464;
    float: left;
    padding: 0 2px;
    height: 18px;
    width: 106px;
}
.filter-catalogue .input-startsearch {
    float: left;
    margin: 1px 0px 0px 4px;
}
/***********Catalogue Modul*******************************/
.filter-catalogue #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:relative;
}
.filter-catalogue .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;    
}
#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;
}
/* ********************************************************************************* */
/* ### Filter Club - Stars Catalogue (My Traesures)### */
/* ********************************************************************************* */
.filter-club-treasures{
    width: 208px;
    margin-bottom: 32px;
}
.filter-club-treasures #treasure{
    float: right;
    margin:-45px 16px 0 0;
    position:relative;
}
.filter-club-treasures  {
    background-color: #EEEEEE;
}
.filter-club-treasures  .filter-top {
    background: url(/NOE/images/siteware/bg-208-dcdcdc-ffffff-top.gif) no-repeat top;
    padding: 10px 0 0 0;
}
.filter-club-treasures  .filter-top {
    background-image: url(/NOE/images/siteware/bg-208-eeeeee-ffffff-top.gif);
}
.filter-club-treasures  .filter-header {
    font-weight: bold;
    color: #808080;
    padding: 0 16px 4px;
    background: #DCDCDC;
}
.filter-club-treasures  .filter-header {
    background: #EEEEEE;
}
.filter-club-treasures  .filter-content-top{
    background: url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-top.gif) no-repeat top left;
    padding: 10px 0 0 0;
}
.filter-club-treasures  .filter-content-top{
    background-image: url(/NOE/images/siteware/bg-208-ffffff-dcdcdc-eeeeee-top.gif);
}    
.filter-club-treasures  .filter-content-bottom  {
    background: url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-ffffff-bottom.gif) no-repeat bottom;
    padding: 0 0 10px 0;
}
.filter-club-treasures  .filter-content-bottom  {
    background-image: url(/NOE/images/siteware/bg-208-ffffff-eeeeee-ffffff-bottom.gif);
}
.filter-club-treasures  .filter-content {
    background: url(/NOE/images/siteware/bg-208-eeeeee-dcdcdc-middle.gif) repeat-y;
    padding: 0 16px;
}
.filter-club-treasures  .filter-content {
    background-image: url(/NOE/images/siteware/bg-208-ffffff-eeeeee-middle.gif);
}
.filter-club-treasures  .filter-content .filter-content-item{
    font-weight: bold;
    line-height:1.23em;
}
.filter-club-treasures  .filter-content p{
    font-weight: normal;
    font-size: 0.692em;
}
.filter-club-treasures .filter-content .input-startsearch {
    float:right;
}
.filter-club-treasures .filter-content p.left-floater{
    float:left;
}
    
/* ********************************************************************************* */
/* ###Star Catalogue Teaser ### */
/* ********************************************************************************* */
.teaser-star-catalogue-448 {
    background: url(/NOE/images/siteware/bg-448-stars-catalogue-yellow.jpg) no-repeat bottom center;
    padding: 16px 0px;
    margin-bottom:32px;
    color:#fff;
    height:156px;
}
.teaser-star-catalogue-448 .teaser-image {
    float:left;
    position:relative;
    margin:-32px 16px 0 0 ;
}
.teaser-star-catalogue-448 .teaser-header {
    float: left;
    padding: 16px 0px 8px;
    width: 192px;
}
.teaser-star-catalogue-448 .teaser-header h3 {
    margin-bottom: 0;
    color:#FFFFFF;
}
.teaser-star-catalogue-448 .teaser-content {
    float: left;
    width: 235px;
    font-weight: bold;
}
.teaser-star-catalogue-448 a.link-arrow {
    background:transparent url(/NOE/images/icons/link-arrow-ffffff-trans.png) no-repeat scroll left 0.5em;
    color:#fff;
}
/* ********************************************************************************* */
/* ###Wii Points Teaser ### */
/* ********************************************************************************* */
.welcome{
    font-size: 1.923em;
    margin-bottom:16px;    
    color: #008ce4;
}
/* ********************************************************************************* */
/* ###Wii Points Teaser ### */
/* ********************************************************************************* */
.teaser-redeem-now {
    width: 448px;
}
.teaser-redeem-now .teaser-character {
    float: left;
    padding-left: 16px;
    width: 208px;
}
.teaser-redeem-now .teaser-image {
    float: left;
    padding-left: 16px;
}
.teaser-redeem-now .teaser-content {
    float: left;
    background: transparent url(/NOE/images/siteware/bg-48-balloon-pike-008ce4.gif) no-repeat left 56px;
    padding-left: 48px;
    margin: 0px 0px 32px -32px;
    width: 208px;
}
.teaser-redeem-now .teaser-content-top {
    background: transparent url(/NOE/images/siteware/bg-208-008ce4-ffffff-top.gif) no-repeat top left;
    padding-top: 10px;
}
.teaser-redeem-now .teaser-content-bottom {
    background: #008ce4 url(/NOE/images/siteware/bg-208-008ce4-ffffff-bottom.gif) no-repeat bottom left;
    color: #ffffff;
    padding: 4px 16px 10px;
}
.teaser-redeem-now .small {
    font-size:0.769em;
    margin-bottom: 9px;
}
.teaser-redeem-now h3 {
    color: #ffffff;
    font-size: 1em;
    margin-bottom: 6px;
}
.teaser-redeem-now .stars-catalogue-item h3 {
    margin-bottom: 0px;
}
.teaser-redeem-now .stars-catalogue-item p {
    margin-bottom: 21px;
}
.teaser-redeem-now span.amount-stars {
    background-image: url(/NOE/images/icons/yellow-star-008ce4.gif);
}
/* ********************************************************************************* */
/* ### Teaser for stars catalogue ### */
/* ********************************************************************************* */
.teaser-stars-catalogue .teaser-graphic-overlap {
    /*margin-top: 8px;*/
    position: relative;
}
.teaser-stars-catalogue .teaser-header {
    float: left;
     padding: 12px 0px 0px;
}
.teaser-stars-catalogue .stoerer {
    position:absolute;
    float:left;
    left:5px;
    top:-15px;
}
.teaser-stars-catalogue .teaser-header h3 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0px;
}
.teaser-stars-catalogue .teaser-content {
    float: left;
    padding-top: 4px;
    width: 208px;
}
.teaser-stars-catalogue .teaser-content .btn-get-it-now {
    float: right;
}
/* ---------------------------------------------------- */
/*    Stars Catalogue Info Layer                         */
/* ---------------------------------------------------- */
.teaser-stars-catalogue .stars_catalogue_overlay{
    margin-top:-5px;
    position:absolute;
    right:0px;
    width:448px;
    z-index:99;
    clear:both;
    display:block;
    visibility:hidden;
}
.teaser-stars-catalogue .stars_catalogue_overlay .content{
    background: url(/NOE/images/siteware/bg-488-008ce4-bg-trans.png) no-repeat ;
    padding:16px 16px 0 16px;
    width:416px;
}
.teaser-stars-catalogue .stars_catalogue_overlay .content .close_button{
    float:right;
    width:175px;
    text-align: right;        
    margin-bottom:8px;    
}
#col-cont-content .teaser-stars-catalogue .stars_catalogue_overlay .content .close_button a,
#col-cont-content .teaser-stars-catalogue .stars_catalogue_overlay .content .close_button a:hover{
    text-decoration: none;
}
.teaser-stars-catalogue .stars_catalogue_overlay .content .add_icon{
    position:absolute;
    float:left;
    margin:10px 0 0 6px;
}
.teaser-stars-catalogue .stars_catalogue_overlay .content .image{
    margin-right:16px;
    margin-bottom:10px;
}
.teaser-stars-catalogue .stars_catalogue_overlay .content p{
    margin:12px 0 0 0;
    color:#FFFFFF;
    clear:right;
    display:block;
}
.teaser-stars-catalogue .stars_catalogue_overlay .content .left_box{
    float: left;
}
.teaser-stars-catalogue .stars_catalogue_overlay .bottom{ 
    background: url(/NOE/images/siteware/bg-488-008ce4-bottom-trans.png) top left no-repeat;
    height:12px;
    width:448px;
}
.helper_1px{
    width:1px;
    height:1px;
    font-size:1px;
    line-height:1px;
}
.stars_catalogue_list_688 .teaser-stars-catalogue {
  float: left;
  margin-right: 32px;
}
.stars_catalogue_list_688 .last {
  margin-right: 0px;
}
.see_all_catalogue_items_688 {
  float: left;
  width: 688px;
}
/* stars-catalogue teaser with grey border (#dcdcdc)around content */
.teaser-stars-catalogue-bordered {
    margin-bottom: 32px;
    width: 208px;
}
.teaser-stars-catalogue-bordered .teaser-content-top {
    background: transparent url(/NOE/images/siteware/bg-208-ffffff-dcdcdc-ffffff-top.gif) no-repeat top left;
    padding-top: 10px;
    margin-top: -2px;
}
.teaser-stars-catalogue-bordered .teaser-content-bottom {
    background: transparent url(/NOE/images/siteware/bg-208-ffffff-dcdcdc-ffffff-bottom.gif) no-repeat bottom left;
    padding-bottom: 10px;
}
.teaser-stars-catalogue-bordered .teaser-content {
    background: transparent url(/NOE/images/siteware/bg-208-ffffff-dcdcdc-middle.gif) repeat-y left;
    padding: 0px 16px;
}
/** stars-catalogue-teaser in content div **/
.subc-latest-items {
    margin-bottom: 32px;
  }
.subc-latest-items .teaser-stars-catalogue {
    margin-bottom: 16px;
}
/* ********************************************************************************* */
/* ### Nintendo Club- My Account ### */
/* ********************************************************************************* */
/* join the club */
.link_star,.link_star_active,
.link_mail,.link_mail_active{
    background: url(/NOE/images/siteware/bg-178-link-star-gray-gradient.gif) no-repeat;
    padding:4px 0 0 27px;
    height:1.46em;
    display: block;
    color: #008ce4;
    margin-bottom: 3px;
    width: 151px;
    font-weight: bold;
}    
.link_star:hover,
.link_mail:hover,
  .link_star_active,
  .link_mail_active{
    background: url(/NOE/images/siteware/bg-178-link-star-blue-gradient-ov.gif) no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
.link_mail{
    background: url(/NOE/images/siteware/bg-178-link-mail-gray-gradient.gif) no-repeat;
}
.link_mail:hover,
  .link_mail_active{
    background: url(/NOE/images/siteware/bg-178-link-mail-blue-gradient-ov.gif) no-repeat;
}
.filter-support.account_manager{
    padding-top:2px;
    padding-bottom:8px;
}
/* star balance box */
.my_account_star_balance{
    background: url(/NOE/images/siteware/bg-452-star-balance-top.jpg) no-repeat top left;
    width: 420px;
    margin: -22px -2px 0 -2px;
    position: relative;
    padding: 38px 16px 0 16px;
    color:#646464;
}                
.my_account_star_balance .headline{
    margin-bottom: 19px;
}
.my_account_star_balance .star_row{
    margin-bottom: 1px;
}
.my_account_star_balance .desc{
    width: 307px;
    display: block;
    float: left;
}    
.my_account_star_balance .stars,
.my_account_star_balance .star{
    width: 84px;
    display: block;
    float: left;
    text-align: right;
}        
.my_account_star_balance .star{
    width:15px;
    padding-left:6px;
    padding-top:0.08em;
}
.my_account_star_balance .total_stars{
    font-weight:bold;
    background: url(/NOE/images/siteware/bg-419-feef9b-fede33-top.gif) no-repeat top #feef9b;
    width: 419px;
    margin-top:7px;
    margin-bottom: 25px;
}
.my_account_star_balance .total_stars .desc{
    width:300px;
}
.my_account_star_balance .total_stars_bottom{
    background: url(/NOE/images/siteware/bg-419-feef9b-fede33-bottom.gif) no-repeat bottom ;
    padding:3px 0 3px 7px;
}
.my_account_star_balance .show_actives{
    padding-bottom:20px;    
} 
.my_account_star_balance .show_actives select{
    width:188px;
/*    height: 1.38em;*/
    font-size:0.92em;
    border:1px solid #FFFFFF;
}
#col-cont-content .my_account_star_balance .show_actives a{
  text-decoration:none;
}
.my_account_star_balance_subbox .treasure_content .right_floater a.show img,
.my_account_star_balance .show_actives a.show img{
    display:inline-table; 
    vertical-align:top;
}
.my_account_star_balance .redeem_link a{
    text-decoration:underline;
    color: #646464;
}
.my_account_star_balance_subbox{
    padding:0 16px;
}
.link_all_items{
    padding-left:16px;
    margin-bottom:28px;
}
.my_account_star_balance_subbox .header{
    margin: 0 -16px;
    padding-left:16px;
    padding-top:5px;
    height:24px;
    background-color: #EEEEEE;
    font-weight: bold;
}
.my_account_star_balance_subbox .header img{
    display: inline;
    vertical-align:middle;
}
.my_account_star_balance_subbox .header .image_treasure{
    float:right;
    margin-top:-47px;
    position: relative;
    margin-right:20px;
    display:inline;
}
.my_account_star_balance .content-bottom{
    background: url(/NOE/images/siteware/bg-452-fed700-ffffff-bottom.gif) bottom left no-repeat;
    margin: 0 -16px 0 -16px;
    padding-bottom:36px;
    padding-left: 16px;
}
/* my treasures box under stars balance */
.my_account_star_balance_subbox .treasure-item{
    background: url(/NOE/images/siteware/bg-448-ffffff-efefef-top.gif) no-repeat;
    margin: 0 -16px;
    padding-top: 12px;
}
.my_account_star_balance_subbox .treasure-item-header{
    background: url(/NOE/images/siteware/bg-448-ffffff-efefef-bottom.gif) no-repeat left bottom;
    padding-bottom:10px;
}
.my_account_star_balance_subbox .treasure-item-header .treasure-content{    
    background-image: url(/NOE/images/siteware/bg-448-ffffff-eeeeee-middle.gif);
    padding: 5px 16px; 
}
.my_account_star_balance_subbox .treasure-item-header .treasure-content .left-floater{    
    width: 270px;
    float:left;
}
.my_account_star_balance_subbox .treasure-content .left-floater .treasure-name {
  font-weight: bold;
  margin-bottom: 5px;
  width: 268px;
}
.my_account_star_balance_subbox .treasure-content .left-floater span{    
    font-size: 0.77em;
}
.my_account_star_balance_subbox .treasure-content .right-floater{    
    float:right;
    width: 142px;
    text-align: right;
}
.my_account_star_balance_subbox .treasure-content .right-floater .stars-holder{
    width:75px;
    text-align:center;
    margin-left:63px;
    margin-bottom:3px;
}
.my_account_star_balance_subbox .treasure-content .downloads{ 
  float:left;
  margin-top:16px;
  width:412px;
}
.my_account_star_balance_subbox .treasure-content .downloads .download-item {
  float:left;
  margin-right:65px;
}
.my_account_star_balance_subbox .treasure-content .downloads p {
  font-size:0.85em;
  margin-bottom:0px;
  text-align:center;
}
.my_account_star_balance_subbox .treasure-content .downloads a {
  float:left;
}
.treasure_item .thumb img{
    width: auto;
}
.my_account_star_balance_subbox .opening_box{
  background: transparent url(/NOE/images/siteware/bg-448-ffffff-eeeeee-ffffff-border-top.gif) no-repeat top left; 
  height:10px;
  margin: -8px -16px;
  position:relative;
  z-index:10;
}
.my_account_star_balance_subbox .closing_boxend{
    height:20px;
    margin: -10px -16px 0 -16px;
    background: url(/NOE/images/siteware/bg-448-ffffff-efefef-ffffff-bottom.gif) top no-repeat #FFFFFF;
}
/* closed stars balance box */
.my_account_star_balance.closed {
  margin-bottom: 32px;
}
.my_account_star_balance.closed .headline{
  margin-bottom: 16px;
}
.my_account_star_balance.closed .total_stars{
  background-image: url(/NOE/images/siteware/bg-419-fdc400-fede33-top.gif);
}
.my_account_star_balance.closed .total_stars_bottom{
  background-image: url(/NOE/images/siteware/bg-419-fdca00-fede33-bottom.gif);
}
.my_account_star_balance.closed .content-bottom { 
  background-image: url(/NOE/images/siteware/bg-452-star-balance-bottom.gif);
  padding-bottom:35px;
}
.my_account_star_balance.closed .total_stars{
  margin-bottom: 7px;
}
.my_account_star_balance.closed .redeem_link {
  margin-top: 28px;
}
/* Box registered Games and Systems */
.my_account_star_balance_subbox.registered{
    / *background: url(/NOE/images/siteware/bg-448-eeeeee-ffffff-top.gif) top left no-repeat #EEEEEE;*/
    padding-top:8px;
}
.my_account_star_balance_subbox.registered .header{
    font-weight: bold;
    height:22px;
    padding-top:2px;
}
.my_account_star_balance_subbox.registered .treasure-item .box_image{
    float:left;
    width: 64px;
    margin-right:9px;
    text-align: right;
}
.my_account_star_balance_subbox.registered .treasure-item .box_desc{
    float:left;
    width: 239px;
    margin-right:29px;
    padding-top:22px;
    font-weight: bold;
}
.my_account_star_balance_subbox.registered .treasure-item .box_date{
    float:left;
    width: 74px;
    padding-top:22px;
}
.my_account_star_balance_subbox.registered .treasure-item .box_date .reg{
    font-size:0.77em;
    margin-bottom: 2px;
}
/* box recent activities */
.recent_activities{
  background: url(/NOE/images/siteware/bg-448-eeeeee-ffffff-top.gif) top left no-repeat #EEEEEE;
  padding:8px 12px 0px 16px;
}
.recent_activities .header {
  padding-top: 1px;
/*    padding-left: 0px;*/
}
.recent_activities .header .button{
  float: right;
    margin: -2px 0px 0px 8px;
    position: relative;
}
.recent_activities .header select {
  background-color: #ffffff;
    border: 1px solid #eeeeee;
    color: #646464;
    float: right;
    margin-top: -2px;
    width: 128px;
  position: relative;
}
.recent_activities .header .column_headers {
    padding-bottom: 4px;
    width: 424px;
}
.recent_activities .header .column_headers .divider {
    width: 28px;
}
.recent_activities .header .column_headers .activity_header {
  width: 80px;
}
.recent_activities .header .column_headers .item_header {
  width: 234px;
}
.recent_activity {
  background: transparent url(/NOE/images/siteware/bg-448-ffffff-efefef-top.gif) no-repeat top left;
  margin: 0 -12px 0px -16px;
  padding-top: 12px;
  width: 448px;
}
.recent_activity .activity_bottom{
  background: transparent url(/NOE/images/siteware/bg-448-ffffff-efefef-bottom.gif) bottom no-repeat;
  padding-bottom:10px;
}
.recent_activity .activity_content{  
  background: url(/NOE/images/siteware/bg-448-ffffff-eeeeee-middle.gif);
  padding: 5px 16px; 
}
.recent_activity .activity_content .activity{
  margin-right: 36px;
  width: 72px;
}
.recent_activity .activity_content .activity .description{
  font-size: 0.769em;
}
.recent_activity .activity_content .item{
  margin-right: 10px;
  width: 226px;
}
.recent_activity .activity_content .stars{
  /*text-align: right;*/
}
.recent_activities .closing_boxend {
  height:20px;
  margin: -10px -12px 0 -16px;
  background: url(/NOE/images/siteware/bg-448-ffffff-efefef-ffffff-bottom.gif) top no-repeat #FFFFFF;
}
/* my inbox */
.filter-support.myinbox a.grey{
    color: #808080;
}
.filter-support.myinbox .filter-top .filter-header a{
    text-decoration: underline;
    font-weight: normal;
}
.filter-support.myinbox .teaser-news{
    margin-bottom:0px;
}
.filter-support.myinbox .teaser-content a.link-arrow{
    font-weight: normal;
}
.filter-support.myinbox .filter-top .filter-header img{
    display: inline;
    vertical-align: middle;
}
.filter-support.myinbox .filter-content-bottom{
    text-align: left;
}

/* ********************************************************************************* */
/* ### Game Thumbs - an adapted css copy of  games/basemod_games.css ### */
/* ********************************************************************************* */
.myinbox .thumb{
    margin:0px 15px 0px 20px;
    height:213px; 
    width:138px; 
}
.myinbox .thumb h2{
    font-weight:bold;
    font-size:0.85em;
    margin: -5px 5px 5px 15px;
}
.game-thumb,
.game-thumb-wii,
.game-thumb-standard,
.game-thumb-ds{
    width: 138px;
    height:178px;    
    float:left;
    margin-bottom:0px;
    background:url(/NOE/images/siteware/bg-all-systems-gamethumb-grey.jpg) no-repeat;
}
.game-thumb-wii{
    background:url(/NOE/images/siteware/bg-wii-gamethumb-liteblue.jpg) no-repeat;
}
.game-thumb-standard{
    background:url(/NOE/images/siteware/bg-all-systems-gamethumb-blue.jpg) no-repeat;
}
.game-thumb-ds{
    background:url(/NOE/images/siteware/bg-ds-gamethumb-red.jpg) no-repeat;
}
.game-thumb .game-packetshot {
    margin:22px 22px 28px 22px;
}
.game-thumb .gameboy{
    margin-bottom:67px;
}
.game-packetshot-wii, .game-packetshot-gamecube{
    margin:22px 22px 28px 22px;
}
.game-packetshot-wii img, .game-packetshot-gamecube img,
.game-packetshot-gameboy img, .game-packetshot-ds img, .game-packetshot-n64 img{
    border:1px solid #808080;
    width:91px;
}
.game-packetshot-n64{
    margin:55px 22px 58px 22px;
}
.game-packetshot-ds, .game-packetshot-gameboy{
    margin:42px 22px 47px 22px;
}
/* ********************************************************************************* */
/* ###  Nintendo Club -  Teaser - Not logged in ### */
/* ********************************************************************************* */
.teaser_notlogged_in{
    background: url(/NOE/images/siteware/bg-688-eeeeee-dcdcdc-middlebottom.gif) bottom left no-repeat;
    width:688px;
    padding-bottom:13px;
}
.teaser_notlogged_in .content{
    background: url(/NOE/images/siteware/bg-688-club-notlogged-gradient.jpg) top left no-repeat;
}
.teaser_notlogged_in .content .left-box{
    float:left;
    width:480px;
}
.teaser_notlogged_in .content .left-box .hl{
    margin:33px 0 40px 93px;
    height:90px;
}
.teaser_notlogged_in .content .left-box .circle{
    margin:52px 0 0 318px;
}
.teaser_notlogged_in .content .left-box .btn{
    margin:0px 0 0 17px;
}
#col-cont-content .teaser_notlogged_in .content .left-box .btn a{
  text-decoration: none; /* prevent the underline of the button link in ie */
}
.teaser_notlogged_in .content .right-box{
    float:left;
    width:200px;
}
.teaser_notlogged_in .content .right-box .hl{
    margin: 70px 0 9px 0;
}
.teaser_notlogged_in .content .right-box p{
    margin-bottom:7px;
    width:180px;
}
.teaser_notlogged_in .content .right-box .hl2{
    margin: 33px 0 9px 0;
}
/* Not logged in Box */
.filter-support.wide{
    width: 687px;                    
}
.filter-support.wide .filter-header{
    padding-top:9px;
}
.filter-support.wide .filter-content-top{
    background:url(/NOE/images/siteware/bg-687-eeeeee-dcdcdc-top.gif) top left no-repeat;
}
.filter-support.wide .filter-content-bottom{
    background: url(/NOE/images/siteware/bg-687-eeeeee-dcdcdc-ffffff-bottom.gif) bottom left no-repeat;
}
.filter-support.wide .filter-content{
    background: url(/NOE/images/siteware/bg-687-eeeeee-dcdcdc-middle.gif) top left repeat-y;
    padding-bottom: 10px;
}
.filter-support.wide .filter-content .subcolumns{
    padding-top:5px;
}
.filter-support.wide .filter-content .subcolumns .box_left,
.filter-support.wide .filter-content .subcolumns .box_middle,
.filter-support.wide .filter-content .remember_me,
.filter-support.wide .filter-content .link_pass{
    float:left;
    width:232px;
}
.filter-support.wide .filter-content .subcolumns .box_right{
  float: left;
  width: 190px;
}
.filter-support.wide .filter-content .subcolumns label{
    display: block;
    margin-bottom:6px;
}
.filter-support.wide .filter-content .subcolumns input.std{
  margin-bottom: 8px;
  width:200px;
}
.filter-support.wide .filter-content .remember_me input {
  margin-right: 8px;
}
.filter-support.wide .filter-content .remember_me label {
  font-size: 0.846em;
}
.filter-support.wide .filter-content .link_pass{
    padding:0 0 0 2px;
}
.filter-support.wide .filter-content .link_pass a{
    text-decoration:underline;
    font-size:0.846em;
}
.headlinebox{
    margin-bottom: 16px;
}
.teaser-header h3 span.weight_normal{
    font-weight: normal;
}
 /* ********************************************************************************* */
/* ### INBOX ### */
/* ********************************************************************************* */
.ff_items {
    background-color:#EEEEEE;
    border:1px solid #EEEEEE;
    color:#646464;
}
.teaser-my-inbox {
    margin-bottom: 16px;
    width: 448px;
}
.teaser-my-inbox .orga-messages{
    float:left;
    padding:5px 0px;
    width:420px;
}
.teaser-my-inbox .orga-messages .check-messages{
    margin-right: 10px;
    height:20px;
    float:left;
}
.teaser-my-inbox .orga-messages label{
    float:left;
    padding-top: 2px;
}
.teaser-my-inbox .orga-messages .delete-messages{
    float:right;
}
.teaser-my-inbox .teaser-top {
    background: #eeeeee url(/NOE/images/siteware/bg-448-eeeeee-ffffff-top.gif) no-repeat top center;
    float: left;
    padding-top: 2px;
    width: 448px;
}
.teaser-my-inbox .closing_boxend{
    background:#eee url(/NOE/images/siteware/bg-448-eeeeee-ffffff-bottom.gif) bottom no-repeat;
    padding:0px 16px 0px 16px;
    border:1px #CC0000;
}
.teaser-my-inbox .teaser-header {
    padding: 0px 16px;
}



.teaser-my-inbox .teaser-content .mail-item {
    background-color: #ffffff;
}
.teaser-my-inbox .teaser-content .mail-item .mail-item-top {
    background: url(/NOE/images/siteware/bg-448-ffffff-efefef-top.gif) no-repeat top center;
    float: left;
    padding-top: 8px;
    width: 448px;
}
.teaser-my-inbox .teaser-content .mail-item .mail-item-bottom,
.teaser-my-inbox .teaser-content .last .mail-item-bottom{
    background: url(/NOE/images/siteware/bg-448-ffffff-efefef-bottom.gif) no-repeat bottom center;
    float: left;
    padding-bottom: 10px;
    width: 448px;
}
.teaser-my-inbox .teaser-content .last .mail-item-bottom {
    background: url(/NOE/images/siteware/bg-448-ffffff-efefef-ffffff-bottom.gif) no-repeat bottom center;
}
.teaser-my-inbox .teaser-content .mail-item .mail-item-content {
    background-color: #ffffff;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    float: left;
    padding: 8px 14px 4px;
    width: 416px;
}
.teaser-my-inbox .teaser-content .mail-item .mail-item-content span.mail-date {
    display: block;
    float: left;
    margin-right: 16px;
    width: 85px;
}
*html .teaser-my-inbox .teaser-content .mail-item .mail-item-content span.mail-date .date {
    padding-top: 2px;
}
*+html .teaser-my-inbox .teaser-content .mail-item .mail-item-content span.mail-date .date {
    padding-top: 2px;
}
.teaser-my-inbox .teaser-content .mail-item .mail-item-content .check-mail-item {
    margin-right:6px;
    height:15px;
}
#col-cont-content .teaser-my-inbox .teaser-content .mail-item .mail-item-content a {
    float: left;
    width: 315px;
    text-decoration:none;
}
.teaser-my-inbox .teaser-content .mail-item .mail-item-content a:hover {
    text-decoration:none;
}
.teaser-my-inbox .teaser-content .mail-item .mail-item-content h3 {
    font-size: 1em;
    text-decoration: underline;
}
.teaser-my-inbox .teaser-content .mail-item .mail-item-content p {
    margin-bottom: 0;
}
.teaser-my-inbox .teaser-content .mail-item:hover .mail-item-top,
.teaser-my-inbox .teaser-content .mail-item_hover .mail-item-top,
.teaser-my-inbox .teaser-content .last_hover .mail-item-top {
    background-image: url(/NOE/images/siteware/bg-448-008ce4-eeeeee-top.gif);
}
.teaser-my-inbox .teaser-content .mail-item:hover .mail-item-bottom,
.teaser-my-inbox .teaser-content .mail-item_hover .mail-item-bottom {
    background-image: url(/NOE/images/siteware/bg-448-008ce4-eeeeee-bottom.gif);
}
.teaser-my-inbox .teaser-content .last:hover .mail-item-bottom,
.teaser-my-inbox .teaser-content .last_hover .mail-item-bottom {
    background-image: url(/NOE/images/siteware/bg-448-008ce4-eeeeee-ffffff-bottom.gif);
}
.teaser-my-inbox .teaser-content .mail-item:hover .mail-item-content,
.teaser-my-inbox .teaser-content .mail-item_hover .mail-item-content,
.teaser-my-inbox .teaser-content .last_hover .mail-item-content {
    background-color: #008ce4;
    color: #ffffff;
}
.teaser-my-inbox .teaser-content .mail-item:hover .mail-item-content h3,
.teaser-my-inbox .teaser-content .mail-item_hover .mail-item-content h3,
.teaser-my-inbox .teaser-content .last_hover .mail-item-content h3 {
    color: #ffffff;
}
.teaser-my-inbox .teaser-content .mail-item:hover .mail-item-content u,
.teaser-my-inbox .teaser-content .mail-item_hover .mail-item-content u,
.teaser-my-inbox .teaser-content .last_hover .mail-item-content u {
    color: #ffffff;
}
.teaser-my-inbox .teaser-content .mail-item:hover .mail-item-content p,
.teaser-my-inbox .teaser-content .mail-item_hover .mail-item-content p,
.teaser-my-inbox .teaser-content .last_hover .mail-item-content p {
    color: #ffffff;
    text-decoration:none;
}



/*##############################################################################*/
/* stars catalogue checkout */
/*##############################################################################*/
.stars-catalogue-item-checkout {
    margin-bottom: 32px;
    padding-top: 24px;
}
.stars-catalogue-item-checkout .image {
    float: left;
    margin: -24px 8px 24px 0px;
}
.stars-catalogue-item-checkout .image .stoerer {
  position: absolute;
  left: 8px;
  top: 8px;
}
.stars-catalogue-item-checkout .headlines {
    clear: right;
    margin-bottom: 8px;
}
.stars-catalogue-item-checkout .headlines .itemtype {
  margin-bottom: 0.3em;
}
.stars-catalogue-item-checkout .headlines h3 {
    font-size: 1.539em;
}
.stars-catalogue-item-checkout .content {
    float: left;
    width: 448px;
}
.stars-catalogue-item-checkout .content a {
  text-decoration: underline;
}
.stars-catalogue-item-checkout .amount-stars {
  background: transparent url(/NOE/images/icons/yellow-star-ffffff.gif) no-repeat scroll right center;
  float: left;
  font-weight: bold;
  padding: 0px 20px 0px 0px;
  margin-bottom: 16px;
  vertical-align: middle;
}
.stars-catalogue-item-checkout .btn-download {
  margin-bottom: 16px;
}

/*##############################################################################*/
/* stars catalogue information */
/*##############################################################################*/
.stars-catalogue-information {
  background: #eeeeee url(/NOE/images/siteware/bg-448-eeeeee-ffffff-top.gif) no-repeat top left;
  padding-top: 16px;
  margin-bottom: 32px;
  width: 448px;
}
.stars-catalogue-information-bottom {
  background: #eeeeee url(/NOE/images/siteware/bg-448-eeeeee-ffffff-bottom.gif) no-repeat bottom left;
  padding: 0px 16px 24px;  
}
.stars-catalogue-information-bottom h3 {
  margin-bottom: 20px;
}
.stars-catalogue-information-bottom .annotation {
  font-size: 0.846em;
}
.stars-catalogue-information-bottom .annotation a{
  text-decoration: underline;
}
.stars-catalogue-information .amount-stars {
  background: transparent url(/NOE/images/icons/yellow-star-eeeeee.gif) no-repeat scroll right center;
  float: left;
  font-weight: bold;
  padding: 0px 20px 0px 0px;
  vertical-align: middle;
}
.stars-catalogue-information .stars-catalogue-item-price {
  background: transparent url(/NOE/images/siteware/bg-419-dcdcdc-cccccc-middle.gif) repeat-y left;
  color: #646464;
  font-weight: bold;
  margin: 0px -2px 5px;
  width: 419px;
}
.stars-catalogue-information .stars-catalogue-item-price-top {
  background: transparent url(/NOE/images/siteware/bg-419-dcdcdc-cccccc-eeeeee-top.gif) no-repeat top left;
  padding-top: 2px;
  width: 419px;
}
.stars-catalogue-information .stars-catalogue-item-price-bottom {
  background: transparent url(/NOE/images/siteware/bg-419-dcdcdc-cccccc-eeeeee-bottom.gif) no-repeat bottom left;
  padding: 0px 5px 2px;
}
.stars-catalogue-information .current-stars-balance {
  background-color: #ffffff;
  font-weight: bold;
  margin: 0px -2px;
  width: 419px;
}
.stars-catalogue-information .current-stars-balance .current-stars-balance-top {
  background: transparent url(/NOE/images/siteware/bg-419-ffffff-eeeeee-top.gif) no-repeat top left;
  padding-top: 2px;
}
.stars-catalogue-information .current-stars-balance .current-stars-balance-bottom {
  background: transparent url(/NOE/images/siteware/bg-419-ffffff-eeeeee-bottom.gif) no-repeat bottom left;
  padding: 0px 5px 2px;
}
.stars-catalogue-information .current-stars-balance .amount-stars {
  background-image: url(/NOE/images/icons/yellow-star-ffffff.gif);
}
.stars-catalogue-information .stars-list {
    margin-top: 26px;
}
.stars-catalogue-information .stars-list .stars-list-entry {
    float: left;
    width: 416px;
}
.stars-catalogue-information .stars-catalogue-item-price .amount-stars {
  background-image: url(/NOE/images/icons/yellow-star-dcdcdc.gif);
}
.stars-catalogue-information .stars-list .stars-list-entry .amount-stars {
    margin-right: 4px;
    font-weight: normal;
}
.stars-catalogue-information p.important,
.stars-catalogue-buttons p.important {
  font-weight: bold;
}
.stars-catalogue-information p.important {
    margin-top: 24px;
}
.stars-catalogue-buttons {
    margin: -14px 16px 32px;
}
.stars-catalogue-buttons .btn-back,
.stars-catalogue-buttons .btn-cancel {
    float: left;
}
.stars-catalogue-buttons .btn-buy,
.stars-catalogue-buttons .btn-confirm {
    float: right;
}
/*##############################################################################*/
/* stars catalogue checkout - form for entering adress details */
/*##############################################################################*/
#stars-catalogue-address-form .formheader h3 {
  padding: 0px 16px;
}
#stars-catalogue-address-form label,
#stars-catalogue-address-form span.label {
  float: left;
  width: 140px; /* should be 144px, but then safari breaks rows */
  margin-right: 8px;
}
#stars-catalogue-address-form p.annotation {
  margin-bottom: 0px;
}
#stars-catalogue-address-form .error-message {
  margin-bottom: 4px;
  width: 388px;
}
#stars-catalogue-address-form .label-bold {
  width: 392px;
  margin-right: 0px;
}
#stars-catalogue-address-form span.label-bold label {
  margin-right: 0px;
  width: auto;
}
#stars-catalogue-address-form .terms-row {
  margin-bottom: 16px;
}
#stars-catalogue-address-form .teaser-eeeeee-448 span.annotation {
  float: left;
  width: 268px;
}
/*##############################################################################*/
/* loginbox with 448px width */
/*##############################################################################*/
.loginbox {
  background: #dcdcdc url(/NOE/images/siteware/bg-448-dcdcdc-ffffff-top.gif) no-repeat top left;
  padding-top: 10px;
  margin-bottom: 32px;
  width: 448px;
}
.loginbox .loginbox-header {
  padding: 0px 16px 4px;
}
.loginbox .loginbox-content {
  background: transparent url(/NOE/images/siteware/bg-448-eeeeee-dcdcdc-top.gif) no-repeat top left;
  padding-top: 10px;
}
.loginbox .loginbox-content-bottom {
  background: transparent url(/NOE/images/siteware/bg-448-eeeeee-dcdcdc-ffffff-bottom.gif) no-repeat bottom left;  
  padding-bottom: 10px;
}
.loginbox .loginbox-content-form {
    background-color: #eeeeee;
    border-left: 2px solid #dcdcdc;
    border-right: 2px solid #dcdcdc;
    padding: 0px 14px;
    width: 416px;
}
.loginbox .col-username,
.loginbox .col-password {
    margin-bottom: 9px;
    width: 192px;
}
.loginbox .col-username {
    float: left;
}
.loginbox .col-password {
    float: right;
}
.loginbox label {
    color: #646464;
}
.loginbox .col-username label,
.loginbox .col-password label{
    float: left;
    margin-bottom: 5px;
}
.loginbox input#login_username,
.loginbox input#login_password {
    width: 188px;
}
.loginbox .row-remember,
.loginbox .row-login {
    float: left;
    width: 416px;
}
.loginbox .row-remember {
    margin-bottom: 20px;
}
.loginbox .row-login {
    margin-bottom: 8px;
}
.loginbox .row-remember #login_remember {
    margin-right: 10px;
}
.loginbox .row-login .forgot-pw {
    float: left;
    font-size: 0.846em;
    margin-top: 8px;
    text-decoration: underline;
}
.loginbox .row-login #login_login {
    float: right;
}
.loginbox .form .error-message {
  margin-bottom: 4px;
  width: 388px;
}
/*##############################################################################*/
/* login boxes with 328px width */
/*##############################################################################*/
.loginbox-328-1, .loginbox-328-2 {
  margin-bottom: 32px;
  width: 328px;
}
.loginbox-328-1 {
  background: transparent url(/NOE/images/siteware/bg-328-eeeeee-dcdcdc-ffffff-top.gif) no-repeat top left;
  padding-top: 11px;
}
.loginbox-328-2 {
  background: transparent url(/NOE/images/siteware/bg-328-dcdcdc-ffffff-top.gif) no-repeat top left;
  padding-top: 11px;
}
.loginbox-328-1 .loginbox-bottom,
.loginbox-328-2 .loginbox-bottom {
  background: transparent url(/NOE/images/siteware/bg-328-eeeeee-dcdcdc-ffffff-bottom.gif) no-repeat bottom left;
  padding-bottom: 11px;
}
.loginbox-328-1 .loginbox-header,
.loginbox-328-2 .loginbox-header {
  padding: 0px 16px;
}
.loginbox-328-1 .loginbox-content,
.loginbox-328-2 .loginbox-content {
  background: transparent url(/NOE/images/siteware/bg-328-eeeeee-dcdcdc-middle.gif) repeat-y left;
  padding: 0px 16px;
}
.loginbox-328-1 .loginbox-header {
  background: transparent url(/NOE/images/siteware/bg-328-eeeeee-dcdcdc-middle.gif) repeat-y left;
    padding-top: 8px;
    padding-bottom: 2px;
}
.loginbox-328-1 p {
    margin-bottom: 27px;
}
.loginbox-328-2 .loginbox-header {
  background-color: #dcdcdc;
    padding-bottom: 3px;
}
.loginbox-328-2 .loginbox-content {
    padding-top: 2px;
}
.loginbox-328-2 p {
    margin-bottom: 7px;
}
.loginbox-328-2 .loginbox-content-top {
  background: transparent url(/NOE/images/siteware/bg-328-eeeeee-dcdcdc-top.gif) no-repeat top left;
  padding-top: 10px;
}
.loginbox-328-1 .row {
    margin-bottom: 13px;
}
.loginbox-328-1 .row-remember,
.loginbox-328-2 .row-remember {
    margin-bottom: 11px;
}
.loginbox-328-1 .row-remember {
    padding-top: 7px;
}
.loginbox-328-1 label,
.loginbox-328-2 label {
    color: #646464;
}
.loginbox-328-1 .row label,
.loginbox-328-2 .row label {
    clear: left;
    float: left;
    margin-bottom: 5px;
    width: 296px;
}
.loginbox-328-1 .row-remember label,
.loginbox-328-2 .row-remember label {
    float: left;
}
.loginbox-328-1 #login_username, .loginbox-328-1 #login_password, .loginbox-328-1 #login_email,
.loginbox-328-2 #login_username, .loginbox-328-2 #login_password, .loginbox-328-2 #login_email {
    clear: left;
    float: left;
    width: 172px;
}
.loginbox-328-1 #login_remember,
.loginbox-328-2 #login_remember {
    float: left;
    margin: 2px 8px 0px 0px;
}
.loginbox-328-1 #login_submit,
.loginbox-328-2 #login_submit {
    float: left;
    margin: -1px 0px 0px 16px;
}
.loginbox-328-1 .forgot-pw {
    margin-bottom: 29px;
}
.loginbox-328-2 .forgot-pw {
    margin-bottom: 4px;
}
.loginbox-328-1 .forgot-pw a,
.loginbox-328-2 .forgot-pw a {
    font-size: 0.846em;
    text-decoration: underline;
}
.loginbox-328-2 .form .error-message {
    float: none;
    margin-bottom: 4px;
    width: 268px;
}
/*##############################################################################*/
/* loginbox with 688px width */
/*##############################################################################*/
.loginbox-688 .error-message{
  margin-bottom: 4px;
  width: 627px;
}
/*##############################################################################*/
/* big "join the club" teaser */
/*##############################################################################*/
.join-the-club-teaser {
  background: transparent url(/NOE/images/siteware/bg-688-dcdcdc-ffffff-gradient-big.gif) no-repeat bottom left;
  min-height: 446px;
  padding: 0px 16px 24px;
  width: 656px;
}
.join-the-club-teaser .headlines {
  float: left;
  margin: 36px 0px 0px 0px;
}
.join-the-club-teaser .headlines h3 {
  margin-bottom: 20px;
}
.join-the-club-teaser .headimage {
  float: right;
  margin: 0px 24px 0px 0px;
}
.join-the-club-teaser .content {
  float: left;
  width: 656px;
}
.join-the-club-teaser .content .left-col,
.join-the-club-teaser .content .right-col {
  float: left;
  width: 312px;
}
.join-the-club-teaser .content .left-col {
  margin-right: 32px;
}
.join-the-club-teaser .content .star-box .star-image {
  float: left;
  margin-right: 5px;
}
.join-the-club-teaser .content .star-box .star-content {
  float: left;
  padding-top: 6px;
  margin-bottom: 8px;
  width: 282px;
}
.join-the-club-teaser .content .star-box .star-content h4 {
  margin-bottom: 0px;
}
.join-the-club-teaser .content .annotation {
  float: left;
  font-size: 0.846em;
  width: 656px;
}
/* small "join the club" teaser (328px) with blue-white gradient & couch */
.couch-teaser-328 {
  background: transparent url(/NOE/images/siteware/bg-328-008ce4-top.gif) no-repeat top left;
  padding-top: 12px;
  margin-bottom: 32px;
  width: 328px;
}
.couch-teaser-328 .couch-teaser-328-content {
  background: #008ce4 url(/NOE/images/siteware/bg-328-couch-008ce4-ffffff-gradient.jpg) no-repeat bottom left;
  color: #ffffff;
  padding: 6px 16px 188px;
}
.couch-teaser-328 .couch-teaser-328-content h3 {
    margin-bottom: 6px;
}
.couch-teaser-328 .couch-teaser-328-button {
  float: right;
  margin: 166px -16px 0px 0px;
}
* html .couch-teaser-328 .couch-teaser-328-button {
  margin-right: -8px;
}
/* product registration confirmation teaser 688px */
.product-registration-confirmation {
  background: transparent url(/NOE/images/teaser_moods_big/product-registration-confirmation-688.jpg) no-repeat top left;
    min-height: 300px;
  margin-top: -16px;
    padding: 32px 0px 0px 16px;
    position: relative;
    width: 672px;
}
* html .product-registration-confirmation {
  height: 300px;
}
.product-registration-confirmation .headline h3 {
  color: #ffffff;
  font-size: 1.538em;
    font-weight: bold;
    margin-bottom: 28px;
    width: 416px;
}
.product-registration-confirmation .earned-stars {
  color: #ffffff;
    font-weight: bold;
    margin: 0px 0px 8px 8px;
  width: 304px;
}
.product-registration-confirmation .new-stars {
  background: transparent url(/NOE/images/siteware/bg-317-new-stars-balance-top.png) no-repeat top left;
  color: #808080;
  font-weight: bold;
  padding-top: 2px;
  margin-bottom: 44px;
  width: 317px;
}
.product-registration-confirmation .new-stars-bottom {
  background: transparent url(/NOE/images/siteware/bg-317-new-stars-balance-bottom.png) no-repeat bottom left;
  padding: 0px 7px 2px 8px;
}
.product-registration-confirmation .earned-stars .desc,
.product-registration-confirmation .new-stars .desc{
  float: left;
  width: 230px;
  color: #808080;
}

.product-registration-confirmation .earned-stars .amount,
.product-registration-confirmation .new-stars .amount{
  float: left;
    text-align: right;
  width: 50px;
  color: #808080;

}
.product-registration-confirmation .earned-stars .star,
.product-registration-confirmation .new-stars .star{
  float: left;
    padding-left: 6px;
  width: 16px;
}
.product-registration-confirmation .link-list {
  width: 416px;
}
.product-registration-confirmation .link-list a.link-arrow {
  background-position: left 0.4em;
  padding-top: 1px;
    padding-bottom: 1px;
}
.birthday {
    background: transparent url(/NOE/images/teaser_moods_big/bg-club_nintendo_birthday.jpg) no-repeat top left;
    min-height: 500px;
    margin-top: -16px;
    padding: 45px 0px 0px 16px;
    position: relative;
    width: 928px;
}
* html .birthday {
  height: 500px;
}
.birthday .headline h3 {
    color: #ffffff;
    font-size: 1.538em;
    font-weight: bold;
    margin-bottom: 10px;
    width: 300px;
}
.birthday p{
    color:#ffffff;
    width:432px;
    margin-bottom:28px;
}
.birthday .earned-stars {
  color: #ffffff;
    font-weight: bold;
    margin: 0px 0px 8px 8px;
  width: 433px;
}
.birthday .new-stars {
  background: transparent url(/NOE/images/siteware/bg-433-new-stars-balance.png) no-repeat top left;
  color: #808080;
  font-weight: bold;
  padding: 2px 0 0 8px;
  margin-bottom: 32px;
  width: 433px;
  height:22px;
}
* html .birthday .new-stars {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/NOE/images/siteware/bg-433-new-stars-balance.png',sizingMethod='image');
}
/*.birthday .new-stars-bottom {
  background: transparent url(/NOE/images/siteware/bg-317-new-stars-balance-bottom.png) no-repeat bottom left;
  padding: 0px 7px 2px 8px;
}*/
.birthday .earned-stars .desc{
  float: left;
  width: 335px;
  color:#ffffff;
}
.birthday .new-stars .desc{
    float: left;
      width: 335px;
      color:#008ce4;
}
.birthday .earned-stars .amount{
      float: left;
    text-align: right;
      width: 50px;
    color:#ffffff;
}
.birthday .new-stars .amount{
      float: left;
    text-align: right;
      width: 50px;
    color:#008ce4;
}
.birthday .earned-stars .star,
.birthday .new-stars .star{
  float: left;
    padding-left: 6px;
  width: 16px;
}
.birthday .link-list {
  width: 416px;
}
.birthday .link-list a.link-arrow {
  background-position: left 0.4em;
  padding-top: 1px;
    padding-bottom: 1px;
}

/*##############################################################################*/
/* stars-bonus-content  */
/*##############################################################################*/
.stars-bonus-content h3 {
    margin-left: 10px;
}

/*##############################################################################*/
/* gradientbox with 448px width */
/*##############################################################################*/
.gradientbox {
    padding: 5px 25px 5px 17px;
    background: transparent no-repeat bottom left;
}
.gradientbox.gradient-eee-333 {
    background-image: url(/NOE/images/siteware/bg-448-333-gradient-vertical-fff-eee.gif);
}
.gradientbox.gradient-eee-333 .gradientbox-content {
  min-height: 323px;
  height: auto !important;
  height: 323px;  /* ie6 minheight */
}
.gradientbox.gradient-efefef-136 {
  background-image: url(/NOE/images/siteware/bg-448-136-gradient-vertical-fff-efefef.gif);
}
.gradientbox.gradient-efefef-136 .gradientbox-content {
  min-height: 126px;
  height: auto !important;
  height: 126px;  /* ie6 minheight */
}
.gradientbox.gradient-efefef-79 {
  background-image: url(/NOE/images/siteware/bg-448-79-gradient-vertical-fff-efefef.gif);
}
.gradientbox.gradient-efefef-79 .gradientbox-content {
  min-height: 69px;
  height: auto !important;
  height: 69px;  /* ie6 minheight */
}
.print {
    display: none;
}
/*##################################################################################
# Basemod Club - IE Hacks
######################################################################################*/
/*list (copy from basemod_games_IE6.css) */
* html .game-big .game-big-bottom{
    background-position: bottom left;
    padding-bottom: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 .join-the-club-teaser {
  height: 446px;
}
* html .personaldata-parentalapproval .error-message,
* html .form .error-message,
* html .form .error-message-right {
  height: 20px;
}






/* ### one-to-ten checkbox ### */
div.one-to-ten-question label {
  display: block;
  float: left;
}
div.one-to-ten-question span.number {
  display: block;
  padding: 0 0 5px 0; 
  width: 16px;
  text-align: center;
  font-weight: bold;
}
/* ie6 and 7 padding fix */
*html div.one-to-ten-question span.number {
    padding-left: 3px;
}
*+html div.one-to-ten-question span.number {
    padding-left: 3px;
}
div.one-to-ten-question span.info {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  width: 150px;
  text-align: left;
  float: left;
  padding-bottom: 3px;
}
div.one-to-ten-question span.info.right {
  float: right;
  text-align: right;
}
div.multiple-one-to-ten-question {
  overflow: hidden;
}
#registration div.one-to-ten-question.first {
  overflow: hidden;
  width: 445px;
  margin-top: 5px;
}
div.multiple-one-to-ten-question .first {
  padding-left: 304px;
  width: 352px !important;
}
div.multiple-one-to-ten-question div.one-to-ten-question label {
  width: 34px;
}
div.multiple-one-to-ten-question div.one-to-ten-question span.number {
  padding-top: 5px;
}
div.multiple-one-to-ten-question p {
  float: left;
  width: 300px;
  padding-right: 5px;
  margin: 0;
  padding-bottom: 5px;
  overflow: hidden;
}
#registration div.multiple-one-to-ten-question.first p {
  margin-top: 26px;
}
.error-message-right.mt30 {
  margin-top: 30px;
}
.error-message-right.mb5 {
  margin-bottom: 5px;
}

div.one-to-ten-question label {
  width: 42px;
}
div.one-to-ten-question span.info.right {
  padding-right: 53px;
}
div.one-to-ten-question.seven label {
  width: 63px;
}
div.one-to-ten-question.seven span.info.right {
  padding-right: 55px;
}
div.multiple-one-to-ten-question span.info.right {
  padding-right: 31px;
}
a.button-flex-blue {
            background: url(/NOE/images/buttons/button-flex-blue-fff-back.gif);
            white-space: nowrap;
            background-color: black;
            font-weight: bold;
            color: #fff;
            text-decoration: none !important;
            display: inline-block;
}
a.button-flex-blue  span.l {
            background: url(/NOE/images/buttons/button-flex-blue-fff-left.gif) no-repeat;
            padding-left: 12px;
            height: 22px;
            display: inline-block;
}
a.button-flex-blue  span.r {
            background: url(/NOE/images/buttons/button-flex-blue-fff-right.gif) right no-repeat;
            padding-right: 12px;
            height: 19px;
            padding-top: 3px;
            display: inline-block;
}
div.survey-link {
            margin-top: 5px;
}
div.survey-link a.button-flex-blue {
            font-size: 0.9em;
}
div.survey-link a.button-flex-blue  span.r {
            height: 18px;
            padding-top: 4px;
}

div.incentive-teaser {
    width: 648px;
    padding: 15px 20px 20px 20px;
    background-repeat: no-repeat;
    color: #fff;
}
/* Promotion DS sock */
#incentive-dslite-socks-form .error-message,
#incentive-dslite-warranty-form .error-message {
    float: none;
    margin-bottom: 5px;
    width: 320px;
}
div.incentive-teaser.incentive-sock {
    background-image: url(/NOE/images/buttons/incentive-teaser-dslite-sock.jpg);
    margin-top: -13px;
    padding-top: 28px;
    height: 161px;
}
div.incentive-teaser.incentive-sock p { 
    width: 350px;
}

/* Promotion warranty extension */
div.incentive-teaser.incentive-warranty {
    background-image: url(/NOE/images/buttons/incentive-teaser-dslite-warranty.gif);
    height: 191px;
}
div.incentive-teaser.incentive-warranty p { 
    width: 440px;
}
#incentive-dslite-warranty-form label {
    width: 245px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: block;
    float: left;
}
#incentive-dslite-warranty-form label span {
    display: block;
    font-size: 0.85em;
    margin-top: 5px;
}
#incentive-dslite-warranty-form span.inline {
    float: left;
    overflow: hidden;
}
#incentive-dslite-warranty-form span.inline label {
    width: 100%;
    font-size: 0.85em;
    text-align: center;
}
#incentive-dslite-warranty-form span.serial {
    width: 120px;
}
#incentive-dslite-warranty-form span.serial input {
    width: 115px;
}
#incentive-dslite-warranty-form span.day {
    width: 40px;
}
#incentive-dslite-warranty-form span.day input {
    width: 35px;
}
#incentive-dslite-warranty-form span.year {
    width: 80px;
}
#incentive-dslite-warranty-form span.year input {
    width: 75px;
}
/* promotion warranty end */

div.incentive-teaser-software {
   margin-bottom: 15px;
}
