.hide_text { text-indent: -9999px; }
.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.radius_top {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.radius_bottom {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bg_white { background-color: #ffffff; }
.bg_light_yellow { background-color: #fff9e3; }
.center { text-align: center; }
.field_with_errors input {
  border: 1px solid #c462a4;
  background-color: #f5e5f1 !important;
}
#errorExplanation h2 { display: none !important; }
#errorExplanation p { font-weight: bold; }
#content {
  padding-top: 10px;
  padding-bottom: 10px;
}
#content .box470 {
  background: #ffffff url("/images/boxes/head470.png") no-repeat;
  width: 470px;
}
#content .box470 .games {
  border: 1px solid #cccccc;
  border-top: 0px solid;
  padding: 8px 0px 5px 15px;
  overflow: hidden;
}
#content .box470 .teaser150 { margin-left: 41px; }
#content .box700 {
  background: #ffffff url("/images/boxes/head700.png") no-repeat;
  width: 700px;
}
#content .box700 .box_content {
  border: 1px solid #cccccc;
  border-top: 0px solid;
  padding: 8px 9px 5px 9px;
  overflow: hidden;
}
#content .box700 .games {
  border: 1px solid #cccccc;
  border-top: 0px solid;
  padding: 8px 9px 5px 9px;
  overflow: hidden;
}
#content h3.with_likes { position: relative; }
#content h3.with_likes .google_plus_site {
  position: absolute;
  top: -3px;
  right: 420px;
}
#content h3.with_likes .facebook_like_site {
  position: absolute;
  top: -3px;
  right: 270px;
}
#content .box {
  padding: 0px;
  margin: 0px 0px 25px 0px;
}
#content .box h3 {
  font-family: Tahoma, Verdana, Arial;
  font-size: 15px;
  font-weight: bold;
  height: 28px;
  line-height: 24px;
  margin: 0px;
  padding: 7px 0px 0px 15px;
}
#content .box h3 a {
  color: #49042a;
  text-decoration: none;
}
#content .box h3.jack {
  position: relative;
  padding: 7px 0px 0px 70px;
}
#content .box h3.jack img {
  position: absolute;
  top: -12px;
  left: 6px;
}
#content .box h3.top_downloads {
  position: relative;
  padding: 7px 0px 0px 61px;
}
#content .box h3.top_downloads img {
  position: absolute;
  top: -17px;
  left: 15px;
}
#content .spacing { margin-bottom: 20px; }
#content #category_description { padding: 5px 0px 5px 10px; }
#content #category_description #show_desc {
  background: #f5e5f1;
  padding: 4px 12px;
  color: #49042a;
  font-weight: bold;
  font-size: 13px;
  font-family: Tahoma, Verdana;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#content #category_description #desc_slider { padding-left: 10px; }
#content #category_description h2 {
  font-size: 13px;
  font-weight: bold;
}
#content .all_box {
  position: relative;
  border-left: 5px solid #f5e5f1;
  padding-left: 10px;
  overflow: hidden;
}
#content .all_box h1 {
  font-size: 16px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}
#content .all_box span#all_title {
  color: #49042a;
  display: block;
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
#content .all_box span#all_title img {
  vertical-align: -6px;
  margin-right: 5px;
}
#content .all_box #product_sorting {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #49042a;
  position: absolute;
  top: 5px;
  right: 5px;
}
#content .all_box #product_sorting #product_sorting_loading {
  vertical-align: -3px;
  margin-right: 5px;
}
#content .all_box #product_sorting a {
  color: #49042a !important;
  background: #f5e5f1;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 0px 10px;
  margin-left: 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#content .all_box #product_sorting a.current.asc {
  background: #f5e5f1 url("/images/icons/asc_desc.png") 3px 1px no-repeat;
  padding-left: 19px;
}
#content .all_box #product_sorting a.current.desc {
  background: #f5e5f1 url("/images/icons/asc_desc.png") 3px -15px no-repeat;
  padding-left: 19px;
}
.teaser60 {
  display: block;
  width: 210px;
  height: 40px;
  padding: 0px 18px 0px 0px;
  margin: 5px 0px 8px 0px;
  float: left;
  cursor: pointer;
}
.teaser60 img {
  margin-right: 10px;
  float: left;
}
.teaser60 a {
  text-decoration: none;
  display: block;
  color: #49042a;
}
.teaser60 a:hover { color: #b61a88; }
.teaser60:hover a { color: #b61a88; }
.teaser120 {
  position: relative;
  background: #ffffff url("/images/products/small_teaser_back.png") 0px 0px no-repeat;
  display: block;
  width: 120px;
  height: 113px;
  padding: 3px;
  margin: 5px 10px 8px 10px;
  float: left;
  cursor: pointer;
}
.teaser120 img { margin-bottom: 2px; }
.teaser120 span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  color: #49042a;
}
.teaser120 a {
  text-decoration: none;
  display: block;
  color: #49042a;
  text-decoration: none;
}
.teaser120:hover { background: #ffffff url("/images/products/small_teaser_back.png") 0px -124px no-repeat; }
.teaser120:hover a { color: #b61a88; }
.teaser180 {
  position: relative;
  display: block;
  width: 180px;
  height: 167px;
  padding: 3px;
  margin: 1px 25px 8px 10px;
  float: left;
  cursor: pointer;
}
.teaser180 img {
  margin-bottom: 2px;
  border: 4px solid #c462a4;
  border-radius: 4px;
}
.teaser180 img.new { border: 0px; }
.teaser180 span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  color: #49042a;
}
.teaser180 a {
  text-decoration: none;
  display: block;
  color: #49042a;
  text-decoration: none;
}
.teaser180:hover img {
  border: 4px solid #ffff78;
  border-radius: 4px;
}
.teaser180:hover img.new { border: 0px; }
.teaser180:hover a { color: #b61a88; }
.teaser150 {
  background: #ffffff url("/images/products/medium_teaser_back.png") 0px 0px no-repeat;
  display: block;
  width: 150px;
  height: 133px;
  padding: 3px;
  margin: 5px 7px 8px 7px;
  float: left;
  cursor: pointer;
}
.teaser150 img { margin-bottom: 2px; }
.teaser150 span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  color: #49042a;
}
.teaser150 a {
  text-decoration: none;
  display: block;
  color: #49042a;
}
.teaser150:hover { background: #ffffff url("/images/products/medium_teaser_back.png") 0px -144px no-repeat; }
.teaser150:hover a { color: #b61a88; }
.teaser170 {
  display: block;
  width: 170px;
  padding: 3px;
  margin: 5px 7px 8px 15px;
  float: left;
}
.teaser170 img { margin-bottom: 2px; }
.teaser170 span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  color: #49042a;
}
.teaser170 a {
  text-decoration: none;
  display: block;
  color: #49042a;
}
.teaser170 + .teaser170 { margin-left: 40px; }
#gotd {
  background: #ffffff url("/images/boxes/gotw.png") left top no-repeat;
  width: 210px;
  height: 190px;
  margin-bottom: 15px;
  position: relative;
}
#gotd h3 {
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding: 3px 0px 0px 60px;
}
#gotd h3 img {
  position: absolute;
  top: -12px;
  left: 7px;
}
#gotd #gotd_price {
  color: #aa0000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: #ffeda5;
  font-weight: bold;
  font-size: 15px;
  padding: 0px 5px;
  width: 100px;
  text-align: center;
  margin-left: -50px;
}
#gotd #gotd_price strike {
  color: #999999;
  margin-right: 7px;
}
#gotd a.headline {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 200px;
  height: 21px;
}
#gotd a.product {
  position: absolute;
  top: 35px;
  left: 5px;
  width: 200px;
  height: 150px;
}
#gotd:hover { background: #ffffff url("/images/boxes/gotw.png") left bottom no-repeat; }
#gotd:hover #gotd_price { background: #f5e5f1; }
#gotw {
  background: #ffffff url("/images/boxes/gotw.png") left top no-repeat;
  width: 210px;
  height: 190px;
  margin-bottom: 15px;
  position: relative;
}
#gotw h1 {
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding-left: 67px;
}
#gotw h1 img {
  position: absolute;
  top: -12px;
  left: 7px;
}
#gotw a.headline {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 200px;
  height: 21px;
}
#gotw a.product {
  position: absolute;
  top: 35px;
  left: 5px;
  width: 200px;
  height: 150px;
}
#gotw:hover { background: #ffffff url("/images/boxes/gotw.png") left bottom no-repeat; }
#gotm {
  position: absolute;
  top: 37px;
  right: 15px;
  width: 260px;
  height: 122px;
  z-index: 1;
}
#top5 { margin-bottom: 15px; }
#top5 .headline {
  background: transparent url("/images/icons/fire16.png") 0px 0px no-repeat;
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  padding: 2px 0px 1px 20px;
}
#top5 .content {
  margin: 0px;
  padding: 0px 0px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#top5 .content .product {
  display: block;
  padding: 9px 0px 9px 7px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}
#top5 .content .product img {
  float: left;
  margin-right: 10px;
}
#top5 .content .product span {
  display: block;
  vertical-align: middle;
  color: #49042a;
  margin: 3px 0px 0px 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
#top5 .content .product a {
  color: #49042a;
  text-decoration: none;
}
#top5 .content .product:hover { background: #f5e5f1; }
#highlights {
  background: transparent url("/images/boxes/highlights.png") left top no-repeat;
  margin-bottom: 25px;
  padding: 0px 5px 5px 5px;
  width: 460px;
  height: 235px;
}
#highlights h3 {
  padding-left: 10px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  line-height: 34px;
  overflow: hidden;
}
.infiniteCarousel { position: relative; }
.infiniteCarousel .wrapper {
  width: 460px;
  overflow: hidden;
  height: 200px;
  margin: 0px 0px;
  position: absolute;
  bottom: 5px;
}
.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.infiniteCarousel .wrapper ul li {
  display: block;
  float: left;
}
.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  position: absolute;
  top: 115px;
  cursor: pointer;
}
.infiniteCarousel .forward {
  text-indent: -9999px;
  background: transparent url("/images/buttons/carousel_arrows2.png") right top no-repeat;
  right: 5px;
  display: none;
}
.infiniteCarousel .back {
  text-indent: -9999px;
  background: transparent url("/images/buttons/carousel_arrows2.png") left top no-repeat;
  left: 5px;
  display: none;
}
.infiniteCarousel:hover .back { display: block; }
.infiniteCarousel:hover .forward { display: block; }
#collectors_edition_sign {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
}
.daily_deal { position: relative; }
.daily_deal .prod_image {
  border: 1px solid #ffffff;
  position: absolute;
  top: 35px;
  left: 8px;
}
