@CHARSET "UTF-8";

/* nintendo theme specials overwriting basemod */

body {
  background: #666 url('/local/image/denda/background/nintendo_body.jpg') repeat-x top center;
}

/* header & topnav */

#header {
  background: transparent url('/local/image/denda/background/nintendo_header.png') 0px 28px no-repeat;
  height: 169px;
}

#header #topnav {}

/* navigation software */

#nav a span {
  display: none;
}

/* main section */

#main {
  background-color: #d8dadd;
}

/* css box */

.box, .box_bottom, .box_top, .box_top2 {
  background: transparent url('/local/image/denda/background/nintendo_css_box.png') no-repeat bottom right;
}

.box_gradient, .box_gradient .box_top2 {}

.box {
  margin: 0px auto;
  padding-right: 5px;
  position: relative;
}

.box_top {
  background-position: top right; margin-right: -5px;
  padding-right: 0px;
}

.box_gradient .box_top2,
.box_top .box_top2 {
  background-position: top left;
  margin: 0;
  border: 0;
  padding: 7px 6px 4px 6px;
  height: auto !important;
  overflow: hidden;
}

.box_bottom {
  background-position: bottom left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 0 5px 5px;
  overflow: hidden;
}

.box_content {
  margin: 0 4px;
}

.small_box .top {
  background: transparent url('/local/image/denda/background/small_box_top_nintendo.png') no-repeat;
}

.small_box .content {
  background: transparent url('/local/image/denda/background/small_box_content_nintendo.png') no-repeat;
}

.small_box .separator {
  background: transparent url('/local/image/denda/background/small_box_separator_nintendo.png') no-repeat;
}

.small_box .bottom_headline {
  background: transparent url('/local/image/denda/background/small_box_bottom_nintendo.png') no-repeat;
}

/* footer */

#footer {
  background: transparent url('/local/image/denda/background/nintendo_footer.png') no-repeat top left;
}

#footer a {
  color: #444;
}

#footer_list_four,
#footer_list_five {
  display: none;
}

/* body overwrites */

#col3_content h1.headline {
  background-image: url('/local/image/denda/background/headline_col3_nintendo.png');
}


#user_ident, #user_ident a,
#breadcrumbs, #breadcrumbs a {
  color: #444 !important;
}

.product .subcolumns h1,
.product .subcolumns h2 {
  color: rgb(90,20,60);
}

#promote_product {
  border-top: 1px solid #999;
  padding: 10px;
  margin-top: 15px;
  overflow: hidden;
}

#promote_product img {
  float: left;
  margin-right: 10px;
}

#promote_product h2 {
  margin: 0 0 5px 0;
  padding: 0;
}

#promote_product h2 a {
  text-decoration: none !important;
}

#promotion_text span {
  display: block;
  padding: 5px;
  background: #dcffdc;
  border: 1px solid #999;
  font-weight: bold;
  margin-bottom: 10px;
}

/* flash box */

#flash_object #flash_animation {
  padding: 5px 5px 0 5px;
  border-left: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
}

#flash_top {
  background: url('/local/image/denda/flashbox/top_nintendo.png') no-repeat;
}

#flash_bottom {
  background: url('/local/image/denda/flashbox/bottom_nintendo.png') no-repeat;
}