@CHARSET "UTF-8";

/* basemod new header */

html * { font-size: 100.01%; }

* :focus {
  outline: 0 none;
}

body {
  background: #b71a8b url('/local/image/denda/background/games_gradient.jpg') center top no-repeat;
  /*background: #000 url('/local/image/denda/promo/background_games.jpg') center top no-repeat;*/
}

#page_margins {
  margin: 15px 0;
}

#page {
  width: 962px;
  margin: 15px auto;
  font-family: Verdana;
  font-size: 11px;
  color: #222;
}

/* header & topnav */

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

#header #topnav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 962px;
  height: 28px;
}

/* topnav tab menu */

#topnav a span {
  display: none;
}

ul#section_tabs {
  float: left;
  list-style: none;
  margin: 0 5px 3px 30px;
  padding: 0;
}

ul#section_tabs li {
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
}

ul#section_tabs li a {
  display: block;
  text-decoration: none;
  width: 86px;
  height: 30px;
}

ul#section_tabs li#section_games {
  background: url('/local/image/denda/topnav/tab_games.png') no-repeat;
}

ul#section_tabs li#section_software {
  background: url('/local/image/denda/topnav/tab_software.png') no-repeat;
}

ul#section_tabs li#section_nintendo {
  background: url('/local/image/denda/topnav/tab_nintendo.png') no-repeat;
}

ul#section_tabs li#section_cart {
  display: block;
  width: 86px;
  height: 30px;
}

ul#section_tabs li#section_cart a {
  background: url('/local/image/denda/topnav/tab_cart.png') no-repeat;
}

ul#section_tabs li#section_user {
  background: url('/local/image/denda/topnav/tab_account.png') no-repeat;
}

ul#section_tabs li#section_separator {
  width: 455px;
  height: 10px;
}

/* header buttons */

#nav {
  position: relative;
  top: -164px;
}

#games_menu {
  background: transparent url('/local/image/denda/background/games_nav.jpg') no-repeat;
  position: absolute;
  top: 5px;
  left: 14px;
  width: 330px;
  height: 114px;
}

#games_menu ul {
  list-style: none;
  margin: 5px 0 0 3px;
  padding: 0;
}

#games_menu ul li {
  background: #ffeda5 url('/local/image/denda/background/games_nav_menu.jpg') no-repeat;
  margin: 9px 5px 0 13px;
  padding: 0;
  width: 141px;
  height: 23px;
  float: left;
  text-indent: -9999px;
}

#games_menu ul li a {
  display: block;
  text-decoration: none;
  width: 141px;
  height: 23px;
}

#games_menu #search_find {}
#games_menu #match3 { background-position: 0px -33px; }
#games_menu #time_management { background-position: 0px -65px; }
#games_menu #puzzle { background-position: -157px -2px; }
#games_menu #strategy { background-position: -157px -33px; }
#games_menu #online_games { background: none; }

#game_of_the_month {
  position: absolute;
  top: 5px;
  right: 14px;
  width: 330px;
  height: 114px;
}

#nav #home_box {
  position: absolute;
  top: 0px;
  left: 405px;
  width: 145px;
  height: 132px;
}

#nav #home_box a {
  width: 145px;
  height: 132px;
  display: block;
  text-decoration: none !important;
}

/* main section */

#main {
  background-color: rgb(90,20,60);
}

#main #col3 {
  margin-left: 3px;
  margin-right: 241px;
  border-top: 1px solid transparent;
}

#main #col2 {
  width: 235px;
  margin-right: 3px;
  border-top: 1px solid transparent;
}

#col2_content {}

/* footer */

#footer {
  background: transparent url('/local/image/denda/background/games_footer.png') no-repeat top left;
  height: 125px;
  position: relative;
}

#footer_quick_links {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 690px;
  height: 90px;
  overflow: hidden;
}

#footer_quick_links ul {
  float: left;
  margin: 8px 40px 0 5px;
  padding: 0;
  list-style: none;
}

#footer_quick_links li {
  margin: 0;
  padding: 0;
}

#footer_quick_links a {
  font-weight: bold;
  text-decoration: none;
}

#footer_quick_links a:hover {
  text-decoration: underline;
}

#footer_list_one a {
  color: #ffe475;
}

#footer_list_two a {
  color: #d79ac4;
}

#footer_list_three a {
  color: #d78328;
}

#footer_list_four a,
#footer_list_five a {
  display: none;
}

#denda_publishers_corporate {
  position: absolute;
  top: 50px;
  right: 18px;
  overflow: hidden;
}

/* general styling */

.clear { clear: both; }
.floatL { float: left; }
.floatR { float: right; }
.pointer { cursor: pointer; }
.yellow { color: #ffe475 !important; }
.rosy { color: #d79ac4 !important; }
.magenta { color: rgb(90,20,60) !important; }
.light_blue { color: #26a7de; }
.dark_orange { color: #d78328 !important; }
.red { color: #c00 !important; }
.none { display: none; }
.block { display: none; }
.inline { display: inline; }
.bold { font-weight: bold !important; }
.relative { position: relative; }
.small { font-size: 9px !important; line-height: 12px; }

.pdf {
  display: block;
  background: url('/system/icons/page/white/acrobat.png') no-repeat;
  padding-left: 20px;
  height: 20px;
  margin: 2px 0;
}

/* link settings */

a {
  color: rgb(0,0,120);
  text-decoration: underline;
}

a:hover {
  color: rgb(90,20,60);
}

a:focus {
  outline: none;
}

/* headlines & paragraphs */

h1 {
  margin: 0 0 15px 0;
  font-size: 15px;
  color: rgb(90,20,60);
}

h1 a {
  color: rgb(90,20,60) !important;
  text-decoration: none !important;
}

#col3_content h1.headline {
  margin: -1px 0 0 0;
  height: 32px;
  padding: 3px 0 0 10px;
  font-family: "Arial Narrow", Arial;
  text-transform: uppercase;
  font-size: 20px;
  background: transparent url('/local/image/denda/background/headline_col3.png') left top no-repeat;
}

#col1_content h1.headline,
#col2_content h1.headline {
  margin: -1px 0 0 0;
  height: 35px;
  font-family: "Arial Narrow", Arial;
  text-transform: uppercase;
  font-size: 20px;
  background: transparent url('/local/image/denda/background/headline_col1-2.png') right top;
}

h2 {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: rgb(90,20,60);
}

h2 img {
  vertical-align: -2px;
  margin-right: 5px;
}

h2 span,
h1 span { display: none; }

h2.section {
  float: left;
  display: block;
  width: 180px;
  margin: 0px;
}

h3 {
  margin-bottom: 5px;
}

p {
  margin: 0 0 10px 0;
  line-height: 15px;
  font-size: 11px;
}

img.math {
  display: inline;
  vertical-align: middle;
}

#col2 p {
  margin: 10px 0;
}

/* form elements */

input, textarea {
  font-family: "Lucida Grande", Verdana;
  font-size: 11px;
  padding: 1px;
}

input, textarea, select {
  font-family: "Lucida Grande", Verdana;
  font-size: 11px;
}

/* css box */

.box, .box_bottom, .box_top, .box_top2 {
  background: transparent url('/local/image/denda/background/games_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;
}

.related_separator {
  background: transparent url('/local/image/denda/background/games_related_separator.png') no-repeat;
  margin-top: 25px;
  padding: 4px 0px 4px 5px;
  overflow: hidden;
}

/* small box */

.small_box {
  width: 235px;
  overflow: hidden;
}

.small_box .top {
  background: transparent url('/local/image/denda/background/small_box_top.png') no-repeat;
  padding: 9px 15px 0px 15px;
  margin: 0;
  height: 26px;
}

.small_box .content {
  background: transparent url('/local/image/denda/background/small_box_content.png') no-repeat;
  padding: 0px 15px;
  overflow: hidden;
}

.small_box .separator {
  background: transparent url('/local/image/denda/background/small_box_separator.png') no-repeat;
  padding: 3px 15px 0px 15px;
  margin: 0px;
  height: 26px;
}

.small_box .bottom {
  background: transparent url('/local/image/denda/background/small_box_bottom.png') no-repeat;
  margin: 0 0 3px 0;
  height: 5px;
}

.small_box .bottom_headline {
  background: transparent url('/local/image/denda/background/small_box_bottom_headline.png') no-repeat;
  padding: 3px 15px 0 15px;
  margin: 0;
  height: 31px;
}

.small_box a {
  display: block;
}

.small_box span {
  display: block;
  margin: 10px 0;
}

#site_login_box form {
  margin: 10px 0;
}

#site_login_box fieldset {
  margin-bottom: 5px;
}

#site_login_box fieldset label {
  font-weight: bold;
}

#site_login_box fieldset input {
  width: 190px;
}

#site_login_box a {
  display: inline;
  margin: 0 !important;
  line-height: auto !important;
  padding: 0;
}

#site_login_box .form_buttons {
  margin: 0 !important;
}

/* yellow box */

.yellow_box {
  background: url('/local/image/denda/background/yellow_box.png') no-repeat;
  font-size: 10px;
  width: 128px;
  padding: 0 5px;
  margin: 0 auto;
  overflow: hidden;
}

.yellow_box p {
  margin: 5px 10px;
}

.yellow_box_bottom {
  background: url('/local/image/denda/background/yellow_box_bottom.png') no-repeat;
  width: 128px;
  height: 5px;
  padding: 0 5px;
  margin: 0 auto 10px auto;
}

.yellow_box_separator {
  background: url('/local/image/denda/background/yellow_box_separator.png') no-repeat;
  width: 133px;
  height: 14px;
}

/* payment methods */

#payment_methods {
  margin: 10px 0 0 45px;
}

#shipment_logo {
  margin: 15px auto 5px auto;
  width: 180px;
}

/* subcolumns */

.subcr {
  padding-left: 3px;
}
.subcl {
  padding-right: 3px;
}

/* errors and information */

.error_box {
  margin-bottom: 20px;
  padding: 5px;
  background: #fdffc6;
  border: 1px solid #c5ce78;
}

.error_box ul {
  list-style: none;
  background: url('/system/icons/error.png') no-repeat;
  margin: 0;
  padding: 1px 0 0 25px;
}

.error_box li {
  padding: 0;
  margin: 0 0 3px 0;
  font-weight: bold;
  color: #b00;
}

.info {
  background: url('/system/icons/information.png') 0px 1px no-repeat;
  padding: 2px 20px;
  margin-bottom: 20px;
}

.flash_notice {
  padding: 5px;
  background: #dcffdc url('/system/icons/accept.png') no-repeat 10px 10px;
  border: 1px solid #090;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 10px 10px 31px;
  color: #444;
}

#fnotice {
  background: #ddd url('/local/image/denda/background/white_gradient.png') 0px -220px repeat-x;
  border-bottom: 1px solid #999;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}

#fnotice div {
  padding: 30px 0px 30px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

/* product detail page */

#addToCartMessage {
  height: 35px;
}

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

.product .c25l .subcl {
  padding-right: 10px;
}

.product .c75r .subcr {
  padding-left: 20px;
  padding-right: 20px;
}

.product .subcolumns h1 {
  color: #c462a4;
  font-size: 16px;
  border-bottom: 2px solid #c462a4;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  text-align: center;
}

.product .subcolumns h2 {
  color: #c462a4;
  font-size: 12px;
  margin: 10px 0 5px 0;
}

.related_separator h2,
.related_separator h2 a {
  color: #c462a4;
  font-size: 11px;
  margin: 10px 0 5px 0;
  width: 160px;
  height: 27px;
  text-decoration: none;
}

.product .subcolumns {
  margin-bottom: 15px;
}

.subcolumns p {
  color: #444;
}

.product .subheader {
  margin: -5px 0 15px 0;
  font-weight: bold;
}

.product .screenshots {
  text-align: center;
  margin-bottom: 15px;
}

.product .screenshots img {
  margin-right: 4px;
}

.product .main_image {
  text-align: center;
  margin: 0 auto 10px auto;
}

#hyves_game_tip {
  display: block;
  margin: 10px 0;
  text-align: center;
}

#hyves_game_tip img {
  vertical-align: middle;
}

#link_this {
  overflow: hidden;
  margin: 0 0 10px 5px;
  text-align: center;
}

#link_this_buttons {
  margin-left: 18px;
}

#link_this span {
  display: block;
  float: left;
  margin: 5px 0 10px 3px;
}

.product .description {
  padding-right: 20px;
}

.product #add_to_cart {
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
  width: 146px;
  height: 55px;
  margin: 0px auto;
}

.product #add_to_cart:hover {
  background-position: 0px -56px;
}

.product #trial_version {
  width: 146px;
  margin: 10px auto 0px auto;
  text-align: center;
  font-weight: bold;
}

.product #trial_version a {
  background: transparent url('/local/image/denda/buttons/trial_version.png') 0px 0px no-repeat;
  display: block;
  width: 146px;
  height: 55px;
  text-decoration: none;
}

.product #trial_version a:hover {
  background-position: 0px -56px;
}

.product #requirements {
  margin-top: 15px;
}

.product .price {
  font-weight: bold;
  color: rgb(90,20,60);
  font-size: 15px;
  width: 126px;
  height: 24px;
  margin: 0 auto 10px auto;
  padding: 5px 6px 0 4px;
  text-align: center;
  background: url('/local/image/denda/buttons/price.png') no-repeat;
}

.related_price {
  font-weight: bold;
  color: rgb(90,20,60);
}

.product .flash_video {
  margin: 20px auto 0 auto;
  text-align: center;
}

.product .button {
  width: 100px;
  margin: 0 auto 10px auto;
}

.related_separator div {
  float: left;
  width: 215px;
}

.related0 {
  margin-right: 17px;
  position: relative;
}

.related1 {
  margin-right: 20px;
  position: relative;
}

.related2 {
  width: 212px !important;
  position: relative;
}

.related0 .button_small,
.related1 .button_small,
.related2 .button_small {
  position: absolute;
  top: 70px;
  right: 50px;
  width: 47px;
  height: 47px;
}

.add_cross {
  display: block;
  width: 77px;
  height: 20px;
  margin-top: 5px;
}

/* categories */

.category .listing {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  margin: 0 5px 10px 5px;
  border-bottom: 1px solid rgb(90,20,60);
  height: 90px;
}

.category .subcolumns {
  margin-bottom: 10px;
}

.category .c25l .subcl {
  margin-right: 15px;
}

#cat_description {
  font-size: 10px;
  font-weight: bold;
  color: rgb(90,20,60);
}

.catalog_button {
  margin: 0 0 5px 6px;
}

.category .c75r .subcr {
  margin-left: 8px;
  overflow: hidden;
}

.category .even {
  margin-right: 15px;
}

.category .columns {
  position: relative;
  float: left;
  width: 48%;
  height: 130px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(90,20,60);
}

.category .columns .image {
  float: left;
  width: 80px;
  height: 110px;
  margin-right: 5px;
}

.category .columns .button_small {
  position: absolute;
  bottom: 15px;
  left: 36px;
  width: 47px;
  height: 47px;
}

.category .image {
  float: left;
  width: 70px;
  margin-right: 5px;
}

.category .information h1 {
  font-size: 11px;
  margin: 0 0 5px 0;
}

.category .columns .information p {
  font-size: 10px;
}

.category .more {
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 46px;
  height: 17px;
}

#pagination_top a,
#pagination_bottom a {
  border: 0px solid;
  text-decoration: none;
}

#pagination_top {
  overflow: hidden;
  position: absolute;
  top: 9px;
  right: 6px;
}

#pagination_bottom {
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  right: 6px;
  white-space: nowrap;
}

.pagination_pages {
  float: left;
  font-weight: bold;
  margin: 2px 5px 0px 0px;
}

.pagination_pages a {
  color: rgb(90,20,60);
}

.pagination_pages span {
  background-color: rgb(90,20,60);
  color: #fff;
  padding: 1px 3px 2px 3px;
}

.pagination_next,
.pagination_back {
  float: left;
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
  width: 116px;
  height: 20px;
  margin-right: 5px;
}

span.pagination_next,
span.pagination_back {
  background-position: bottom left;
}

table.table_listing {
  margin: 0 0 20px 10px;
}

table.table_listing tr:hover td {
  border-top: 1px solid rgb(90,20,60);
  border-bottom: 1px solid rgb(90,20,60);
}

table.table_listing td {
  vertical-align: top;
  border: 1px solid transparent;
}

.product_title {
  width: 450px;
  padding-left: 5px !important;
}

.product_title a {
  display: block;
  padding: 1px 0 2px 0;
  color: rgb(90,20,60);
  font-weight: bold;
  text-decoration: none;
}

.product_title a img {
  margin-right: 5px;
  vertical-align: -1px;
}

.product_demo {
  width: 150px;
}

.product_demo a {
  display: block;
  padding: 2px 0;
  font-weight: bold;
}

/* mini cart */

.mini_cart table {
  margin-top: 10px;
  width: 100%;
}

.mini_cart table td {
  vertical-align: top;
}

.mini_cart td.quantity {
  width: 15px;
  padding-right: 5px;
}

.mini_cart td.subtotal {
  padding-top: 5px;
}

.mini_cart span {
  display: block;
  margin: 10px 0;
}

object {
  margin-bottom: 2px;
}

#user_ident {
  position: absolute;
  top: 146px;
  right: 20px;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}

#user_ident a {
  color: #fff;
}

/* breadcrumbs */

#breadcrumbs {
  position: absolute;
  top: 146px;
  left: 20px;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}

#breadcrumbs a {
  text-decoration: none;
  color: #fff;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}


/* flashbox */

#flash_object {
  padding: 0;
  width: 717px;
  height: 290px;
  background: #fff;
  overflow: hidden;
}

#newsletter_box {
  width: 380px;
}

#subscribe * {
  font-family: Verdana;
  font-size: 11px;
}

#subscribe h1 {
  font-size: 14px;
}

#subscribe label {
  font-weight: bold;
}

#subscribe input {
  font-weight: bold;
  padding: 2px;
  margin: 0 5px;
}

#subscribe span {
  display: block;
  margin: 10px 0;
}

/* newsletter signup */

#newsletter_signup {
  background: #fff url('/local/image/denda/background/newsletter_signup.jpg') no-repeat;
  width: 672px;
  height: 507px;
  position: relative;
  margin-top: 10px;
}

#newsletter_signup p {
  font-family: Tahoma;
  font-weight: bold;
  text-align: center;
  color: #666;
  position: absolute;
  left: 182px;
  width: 480px;
}

#subscribe_info {
  font-size: 18px;
  top: 10px;
  left: 182px;
  width: 480px;
  line-height: 20px;
}

#subscribe_hint {
  font-size: 11px;
  top: 60px;
}

#subscribe_form {
  position: absolute;
  top: 175px;
  left: 250px;
  text-align: center;
}

#subscribe_form label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: rgb(90,20,60);
  margin-bottom: 5px;
  text-align: left;
}

#subscribe_form #newsletter_subscribe-email {
  display: block;
  width: 350px;
  font-size: 22px;
  padding: 6px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}

#newsletter_signup a {
  position: absolute;
  bottom: 10px;
  left: 200px;
}

/* search form in topnav */
#header #topnav form {
  position: absolute;
  top: 0px;
  left: 400px;
}

#header #topnav form input[type="text"] {
  width: 200px;
  font-weight: bold;
  font-size: 13px;
  height: 17px;
  padding: 1px 2px;
}
