html { height: 100%; }
body { min-height: 100%; }


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  min-width: 962px;
  background: #000;
  font-size: 12px;
}

img {
  border-style: none;
}

#gamePicker {
  display: none;
}

a {
  text-decoration: underline;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

input {
  vertical-align: middle;
  color: #000;
}

input[type="file"]{
  color:#fff;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

.generic {
  background-color: #000;
}

#wrapper {
  width: 100%;
  background: url(../images/bg-wrapper.jpg) 50% 0;
  overflow: hidden;
  height: auto;
  min-height: 1000px;
  background-repeat: no-repeat;
}

#header {
  width: 962px;
  margin: 0 auto;
}

.fakea {
  text-decoration: underline;
  cursor: pointer;
}

.stats_table .odd {
  background-color: #fff;
}

.stats_table .even {
  background-color: #eee;
}

.header-3 {
  color: #FDB645;
}

.txt-table {
  width: 100%;
}

.txt-table td.right {
  text-align: right;
}

.inline {
  display: inline;
}

.generic #mobile_error {
  float: none;
  margin-left: 152px;
  margin-top: -26px
}

#mobile {
  width: 200px;
}

.regstep2-left label[for="mobile"] br {
  display: none;
}

#country_prefix {
  width: 30px; 
  float: none !important; 
  left:175px;
  position: absolute;
}

.mobileVer {
  text-align: center;
  width: 300px;
}

.margin-auto {
  margin: auto;
}

.scroll-div {
  width: 950px;
  overflow: scroll;
}

.plain {
  text-decoration: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.pad10 {
  padding: 10px;
}

.img50-cube {
  width: 50px;
  height: 50px;
}

.loader {
  background: none repeat scroll 0 0 #000;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
  color: #fff;
  padding: 10px;
  display: none;
}

.hidden {
  display: none;
}

.pointer, .small-btn {
  cursor: pointer;
}

.simple-table td {
  padding: 10px;
}

.v-align-top td {
  vertical-align: top;
}

.center-stuff {
  text-align: center;
}

.in-the-middle {
  width: 400px;
  margin: 0 auto;
}

.pad-stuff {
  padding: 20px;
}

.pad-bottom {
  padding-bottom: 10px;
}

.neg-margin-top-15 {
  margin-top: -15px;
}

.neg-margin-top-12 {
  margin-top: -12px;
}

.neg-margin-top-25 {
  margin-top: -25px;
}

.neg-margin-top-40 {
  margin-top: -40px;
}

.neg-margin-top-50 {
  margin-top: -50px;
}

.pad-top-bottom-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pad-top-bottom {
  padding: 20px 0px 20px 0px;
}

.margin-ten {
  margin: 10px;
}

.margin-five-left {
  margin-left: 5px;
}

.margin-ten-left {
  margin-left: 10px;
}

.margin-twenty-left {
  margin-left: 20px;
}

.margin-five {
  margin: 5px;
}

.margin-five-bottom {
  margin-bottom: 5px;
}

.margin-ten-bottom {
  margin-bottom: 10px;
}

.margin-ten-right {
  margin-right: 10px;
}

.margin-twenty-right {
  margin-right: 20px;
}

.margin-fifty-right {
  margin-right: 50px;
}

.margin-ten-top {
  margin-top: 10px;
}

.margin-five-top {
  margin-top: 5px;
}

.margin-four-top {
  margin-top: 4px;
}

.margin-three-top {
  margin-top: 3px;
}

.margin-two-top {
  margin-top: 2px;
}

.margin-zero-top {
  margin-top: 0px;
}

.margin-one-top {
  margin-top: 1px;
}

.pad-stuff-ten {
  padding: 10px;
}

.pad-stuff-five {
  padding: 5px;
}

.pad-zero-top {
  padding-top: 0px !important;
}

.pad-five-top {
  padding-top: 5px !important;
}

.pad-ten-top {
  padding-top: 10px !important;
}

.pad-stuff-ten-fancy {
  padding: 10px 0px 10px 10px;
}

.big-left-margin {
  margin-left: 200px;
}

.header-holder {
  width: 1037px;
  margin: 0 0 0 -75px;
}

.header-holder:after {
  clear: both;
  display: block;
  content: "";
}

#header .logo {
  position: absolute;
  margin: 0px 0px 0px 0px;
  background: url(../images/logo.png) no-repeat;
  cursor: pointer;
  height: 250px;
  width: 450px;
  top: 0px;
}

#header .section {
  float: right;
  width: 382px;
}

#header .lang-holder {
  overflow: hidden;
  width: auto;
  padding: 0 1px 0 0;
  margin: 15px 90px 5px 0px;
}

#header .lang {
  margin: 0px;
  padding: 0 5px 0 5px;
  list-style: none;
  overflow: hidden;
  float: right;
  background: url(../images/half-transparent.png) repeat;
  border: medium hidden;
  border-radius: 4px;
  height: 28px;
}

#header .lang>li {
  float: left;
}

#header .lang a {
  display: block;
  float: left;
  width: auto;
  height: auto;
  cursor: pointer;
}

#header .lang img {
  display: block;
  float: left;
}

.topmost-menu {
  margin-top: 5px;
  padding: 0;
  display: block;
}

.topmost-menu li {
  display: block;
  list-style: none;
  font-size: 14px;
  margin-left: 10px;
  float: left;
}

.topmost-menu li a {
  text-decoration: none;
}

.topmost-menu li img {
  margin-right: 5px;
}

.digital-clock {
  margin-top: 5px;
  padding: 0 0 0 10px;
  display: block;
  width: 80px;
  float: left;
}

.digital-clock li {
  display: block !important;
  list-style: none !important;
  float: left !important;
  font-size: 14px !important;
}

.form-holder {
  overflow: hidden;
  width: 100%;
}

.form-holder .holder {
  height: 1%;
  overflow: hidden;
  margin: 0 0 10px;
  text-shadow: 1px 1px 1px #000;
}

.input-box-base {
  width: 141px;
  height: 29px;
  background: url(../images/bg-input.png) no-repeat;
  padding: 0 14px;
  overflow: hidden;
  margin: 0 2px 0 16px;
}

.input-box {
  width: 141px;
  height: 29px;
  background: url(../images/bg-input.png) no-repeat;
  padding: 0 14px;
  overflow: hidden;
  float: right;
  margin: 0 2px 0 16px;
  display: inline;
}

.input-box-left {
  float: left;
}

.input-box-right {
  float: left;
}

.input-box input, .input-box-base input {
  padding: 6px 0 8px;
  float: left;
  margin: 0;
  width: 100%;
  background: none;
  border: none;
  font-size: 12px;
  font-style: italic;
  color: #a9a9a9;
  position: relative;
  outline: none;
}

.submit {
  width: 100px;
  height: 31px;
  background: url(../images/knapp-red-small.png) no-repeat;
  border: none;
  margin: 0;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-bottom: 6px;
  text-shadow: 1px 1px 1px #000;
  font-size: 10px;
}

.form-holder .holder a {
  float: right;
  background: url(../images/knapp-red-small.png) no-repeat;
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 31px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  outline: none;
  margin: 0;
  padding-top: 5px;
  display: inline;
}

.frame {
  width: 962px;
  overflow: hidden;
}

.frame-t {
  background: url(../images/bg-frame-holder.png) no-repeat;
  width: 962px;
  height: 97px;
  overflow: hidden;
  float: left;
  margin-top: 10px;
}

.frame-inner {
  background: url(../images/bg-frame-inner.png) repeat-y;
  width: 962px;
  float: left;
}

.thin-promo .holder-frame {
  width: 958px;
  height: 122px;
  background: url(../images/threeuro/front-bkg.png) repeat-x;
}

.thin-promo-btn {
  background: url(../images/threeuro/front-btn.png) no-repeat;
  height: 73px;
  width: 217px;
  float: left;
  margin-top: 35px;
  margin-left: 10px;
}

.thin-promo-btn a {
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
  margin-top: 10px;
  display: block;
}

.one-two-three .holder, .thin-promo .holder {
  /*width:958px;*/
  /*margin:0 0 0 2px;*/
  float: left;
  display: inline;
  overflow: hidden;
  border-left: 1px #2c1d00 solid;
  border-right: 1px #2c1d00 solid;
  border-bottom: 1px #2c1d00 solid;
}

.one-two-three .holder-frame {
  width: 958px;
  background: url(../images/onetwothree-bg.jpg) repeat-x;
}

.one-two-three .holder-inner {
  width: 958px;
  padding: 10px 0 9px;
  overflow: hidden;
}

.one-two-three .holder ul {
  float: left;
  margin: 15px 0 0 19px;
  padding: 4px 0 0;
  display: inline;
  list-style: none;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

.one-two-three .holder ul li {
  float: left;
  overflow: hidden;
  padding: 0 35px 0 0;
  vertical-align: top;
}

.one-two-three .holder ul li img {
  float: left;
}

.one-two-three .holder ul li p {
  float: left;
  margin: 20px 0px 0px 5px;
}

.small-btn {
  background: url(../images/knapp-yellow-small.png) no-repeat;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  width: 80px;
  height: 31px;
  display: block;
  padding-top: 5px;
  color: #955;
}
/*
.medium-yellow-btn{
  background: url(../images/knapp-yellow-medium.png) no-repeat;
  width: 200px;
  height: 45px;
  padding-top:5px;
}

.medium-yellow-btn a{
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 30px;
  color: #955;
}
*/
.frame .holder .button, .bigbutton {
  background: url(../images/knapp-yellow-big.png) no-repeat;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 20px;
  text-shadow: 1px 1px 2px #000;
  width: 306px;
  height: 53px;
  float: right;
  cursor: pointer;
  margin: 10px 17px 0 0;
  text-indent: 0;
}

.medium-bigbutton {
  display: block;
  background: url(../images/knapp-yellow-mediumbig.png) no-repeat;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  text-shadow: 1px 1px 2px #000;
  width: 255px;
  height: 46px;
  cursor: pointer;
}

#nav {
  width: 892px;
  padding: 16px 0 0 70px;
}

#nav:after {
  clear: both;
  display: block;
  content: "";
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  width: 962px;
}

.profile-menu ul {
  margin: 0px 0px 0px 150px;
  padding: 20px 0px 0px 0px;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  width: 962px;
}

.my-profile-headline {
  font-size: 20px;
  float: left;
  padding-top: 10px;
  margin-left: 10px;
}

#nav ul:after, .profile-menu ul:after {
  clear: both;
  display: block;
  content: "";
}

#nav ul li, .profile-menu ul li {
  float: left;
  margin: 0 35px 0 0;
  position: relative;
  display: inline;
  z-index: 500;
}

#nav ul li a, .profile-menu ul li a {
  color: #fdb645;
  float: left;
  position: relative;
  outline: none;
  z-index: 500;
  text-decoration: none;
  font-weight: bold;
}

#nav ul li span {
  display: none;
  width: 120px;
  height: 74px;
  position: absolute;
  top: -7px;
  left: 50%;
}

#nav ul li a:hover {
  text-decoration: none;
}

#nav ul .active  span, 
#nav ul li:hover span, 
#nav ul li.hover span {
  display: block;
}

#nav ul .active span strong, 
#nav ul li:hover span strong, 
#nav ul li.hover span strong
  {
  left: -50%;
  width: 120px;
  display: block;
  position: relative;
}

#nav ul .active span strong em, 
#nav ul li:hover span strong em, 
#nav ul li.hover span strong em{
  background: url(../images/bg-nav-h.png) no-repeat;
  width: 120px;
  height: 74px;
  display: block;
}

.sub-nav {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: -96px 0 0;
}

.sub-nav-holder {
  float: right;
}

.sub-nav-l {
  width: 44px;
  height: 30px;
  background: url(../images/bg-sub-nav-l.png) no-repeat;
  overflow: hidden;
  float: left;
}

.sub-nav-r {
  width: 8px;
  height: 30px;
  background: url(../images/bg-sub-nav-r.png) no-repeat;
  overflow: hidden;
  float: left;
}

.sub-nav-holder ul {
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
  height: 30px;
  list-style: none;
  background: url(../images/bg-sub-nav-c.png) repeat-x;
  overflow: hidden;
}

.sub-nav-holder ul li {
  float: left;
  padding: 6px 10px 0 0;
}

.sub-nav-holder ul li a {
  text-decoration: none;
  color: #fff;
}

.sub-nav-holder ul li a:hover {
  text-decoration: underline;
}

#main {
  width: 962px;
  margin: 0 auto;
}

.boxes2 {
  width: 962px;
  float: left;
  margin-left: -1px;
}

.boxes-container2 {
  /*width:962px;*/
  overflow: hidden;
}

.boxes-frame2 {
  background: url(../images/bg-boxes-frame2.gif) no-repeat;
  float: left;
}

.box2 {
  float: left;
  width: 176px;
  min-height: 100px;
  padding: 18px 40px 0px 20px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

.box2 img, .box2 p {
  padding-left: 8px;
}

.box2 h3 {
  color: #a7cee0;
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 25px;
  text-align: right;
}

.boxes {
  width: 962px;
  background: url(../images/bg-boxes-holder.gif) repeat-y;
  float: left;
}

/* url(../images/bg-boxes-container.gif) */
.boxes-container {
  width: 959px;
  overflow: hidden;
  border: 1px #2c1d00 solid;
  border-top: none;
  border-bottom: none;
  /*margin-left: 1px;*/
  background: url(../images/gradient-top.jpg) repeat-x #000;
}

.hide-rows-viewall {
  background: #aaaaaa; /* Old browsers */
  background: -moz-linear-gradient(top, #aaaaaa 0%, #555555 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaaaaa),
    color-stop(100%, #555555)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aaaaaa 0%, #555555 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #aaaaaa 0%, #555555 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #aaaaaa 0%, #555555 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #aaaaaa 0%, #555555 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa',
    endColorstr='#555555', GradientType=0); /* IE6-9 */
  height: 16px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
  cursor: pointer;
}

.boxes-container-transparent {
  width: 961px;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
  /*margin-left: 1px;*/
  background: url(../images/half-transparent.png) repeat;
}

.plain-boxes-container {
  width: 958px;
  overflow: hidden;
  background: #000 no-repeat;
  border: 1px #2c1d00 solid;
  border-top: none;
}

.super-bold {
  font-weight: bolder;
  font-size: 35px;
}

.medium-bold {
  font-weight: bolder;
  font-size: 20px;
}

.small-bold {
  font-weight: bold;
  font-size: 14px;
}

.boxes-holder {
  background: url(../images/bg-boxes-holder.gif) repeat-y;
  float: left;
}

.boxes-frame {
  background: url(../images/bg-boxes-frame.gif) no-repeat;
  float: left;
}

.boxes-inner {
  background: url(../images/bg-boxes-inner.gif) no-repeat 0 100%;
  float: left;
  width: auto;
  padding: 16px 0 22px 17px;
  margin: 0 -1px 0 0;
  position: relative;
}

.box {
  float: left;
  width: 176px;
  min-height: 100px;
  padding: 18px 40px 41px 20px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

* html .box {
  height: 143px;
}

.simple-box img, .simple-box .size-info {
  padding: 5px;
}

.simple-box h3, .box h3, .mp-activity-container h3{
  /*color:#a7cee0;*/
  color: #FDB645;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 22px;
}

.box p {
  margin: 0 0 13px;
}

.box .more {
  background: url(../images/knapp-red-small.png) no-repeat;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
  position: absolute;
  bottom: 36px;
  width: 100px;
  height: 31px;
  display: block;
  overflow: hidden;
}

.container-holder {
  /*margin:0 0 0 2px;*/
  float: left;
  /*background-color: #000;*/
}

.dual {
  width: 962px;
  background: url(../images/bg-banner.gif) repeat-y;
  float: left;
}

.dual-holder {
  width: 962px;
  margin: 0 -11px 0 0;
  padding: 14px 0 13px 11px;
  background: url(../images/bg-banner-holder.gif) no-repeat;
  min-height: 186px;
  overflow: hidden;
}

* html .dual-holder {
  height: 186px;
}

.dual-box {
  float: left;
  width: 440px;
  padding: 0 24px 0 15px;
  overflow: hidden;
}

.dual-box a {
  float: left;
}

.dual-box img {
  display: block;
}

.frame-block, .frame-block2 {
  width: 960px;
  /*background: url(../images/bg-frame-holder.gif) repeat-y;*/
  background: url(../images/gradient-bg.jpg) #131313 repeat-x;
  float: left;
  /* margin-left: -1px; */
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.fb-background {
  background: #131313;
}

.black {
  background: #000000;
}

.frame-block2 {
  width: 960px;
  background: url(../images/game-list-bg.png) #141414 repeat-x;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.frame-holder {
  width: 920px;
  /*background: url(../images/bg-frame-block.gif) no-repeat;*/
  padding: 22px;
}

.frame-holder2 {
  width: 960px;
  margin: 10px;
}

.block {
  width: 962px;
  background: url(../images/bg-block.gif) repeat-y;
  float: left;
}

.block-holder {
  width: 946px;
  padding: 13px 0 10px 14px;
  background: url(../images/bg-block-holder.gif) no-repeat;
  overflow: hidden;
  min-height: 176px;
}

* html .block-holder {
  min-height: 176px;
}

.table-holder {
  width: 436px;
  float: left;
  padding: 5px 38px 0 16px;
  background: url(../images/bg-table.gif) repeat-y;
  min-height: 171px;
}

* html .table-holder {
  height: 171px;
}

.table-holder h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  color: #fff;
}

.dual table, .block table {
  border-collapse: collapse;
  font-size: 12px;
  line-height: 14px;
}

.dual table tr, .block table tr {
  overflow: hidden;
}

.dual table td, .block table td {
  padding: 4px 0 2px;
}

.dual table tr.table-line td, .block table tr.table-line td {
  background: #222;
}

.dual table .flag, .block table .flag {
  width: 24px;
  padding-left: 7px !important;
}

.dual table .flag img, .block table .flag img {
  display: block;
}

.dual table .time, .block table .time {
  width: 100px;
  padding-left: 8px !important;
}

.dual table .nickname, .block table .nickname {
  padding-left: 22px !important;
}

.dual table .money, .block table .money {
  text-align: right;
  padding-right: 12px !important;
}

.content {
  width: 430px;
  float: left;
  padding: 4px 0 0;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
  color: #fff;
}

.content h2 {
  margin: 0 0 15px;
  color: #a7cee0;
  font-size: 18px;
  line-height: 21px;
}

.content p {
  margin: 0;
}

.content ul {
  margin: 0 0 13px;
  padding: 0 0 0 14px;
  list-style: none;
}

.content ul li {
  background: url(../images/bullet2.gif) no-repeat 0 3px;
  padding: 0 0 1px 8px;
}

.banners {
  width: 960px;
  text-align: center;
  padding: 10px 0 0;
}

.banners ul {
  margin: 0 0 10px;
  padding: 0 3px 0 0;
  list-style: none;
}

* html .banners ul {
  padding: 0 1px 0 0;
}

.banners ul li {
  display: inline;
  padding: 0 3px;
}

.frame-block .text-block {
  width: 820px;
  margin: 0 auto;
  text-align: center;
  color: #686868;
  font-size: 12px;
  line-height: 18px;
}

.frame-block .text-block p {
  margin: 0;
}

.footer-holder {
  width: 960px;
  /*background: url(../images/bg-footer-holder.gif) no-repeat 1px 0;*/
  padding: 18px 0 59px;
  overflow: hidden;
}

.picture {
  margin: -227px 0 0 26px;
  width: 897px;
  position: relative;
}

.picture img {
  display: block;
}

.button {
  display: block;
  width: 428px;
  height: 52px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/bg-button3.gif) no-repeat;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.transfooter {
  width: 960px;
  margin-top: -550px;
  font-size: 12px;
  line-height: 18px;
  float: left;
}

.footer {
  width: 960px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
  color: #fdb645;
  background: url(../images/gradient-bg.jpg) #131313 repeat-x;
  /*float:left;*/
  /*margin-left: -1px;*/
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  clear: both;
}

.footer .menu {
  width: 100%;
  text-align: center;
}

.footer .menu ul {
  margin: 0;
  padding: 0 26px 0 0;
  list-style: none;
  overflow: hidden;
}

.footer .menu ul {
  padding: 0 23px 0 0;
}

.footer .menu ul li {
  background: url(../images/bullet1.gif) no-repeat 0 6px;
  padding: 0 5px 0 13px;
  display: inline;
}

.footer .menu ul .first {
  background: none;
}

.footer .menu ul li a {
  color: #fdb645;
  text-decoration: none;
}

.footer .menu ul li a:hover {
  text-decoration: underline;
}

.top-profile-frame {
  background: url(../images/profile_top.png) no-repeat;
  position: relative;
  margin-left: 100px;
  width: 286px;
  height: 117px;
}

.top-profile-frame .top-profile-image {
  float: right;
  margin: 5px 10px 5px 5px;
}

.top-profile-frame .top-profile-name {
  float: right;
  margin: 10px;
}

.top-profile-frame .top-profile-balances {
  float: right;
  margin: 5px 20px 10px 10px;
  clear: both;
}

.top-profile-frame .top-profile-buttons {
  float: right;
  margin-right: 15px;
  width: 300px;
}

.top-profile-frame .top-profile-buttons li {
  display: inline;
  list-style: none;
  float: right;
  margin-right: 6px;
}

.login-form {
  margin-top: 20px;
}

.login-form #login_username {
  
}

.login-form #login_password {
  
}

.top-profile-1row {
  text-align: right;
}

.top-profile-1row img {
  vertical-align: middle;
}

.top-profile-2row {
  text-align: right;
  padding-top: 10px;
}

.top-profile-2row table {
  float: right;
}

.top-profile-3row {
  text-align: right;
  padding: 10px 0px 0px 10px;
}

.fat {
  font-weight: bold;
}

.profile-menu {
  background: url(../images/profile-menu-bg.png) no-repeat;
  width: 962px;
  height: 46px;
  position: relative;
  float: left;
}

.profile-content {
  background: url(../images/my-profile-bg.png) no-repeat;
  width: 962px;
  margin-left: -1px;
  float: left;
}

.top-flash-bg, .game-list-bg {
  background: url(../images/top-flash-bg.png) no-repeat;
  width: 962px;
  height: 333px;
  float: left;
}

/*
.game-list-bg{
  margin-left: -2px;
}
*/
.zebra-tbl, .accountHistoryTable {
  border: 0;
  border-collapse: collapse;
}

.zebra-tbl .odd, .accountHistoryTable .odd {
  background-color: #333;
}

.zebra-tbl .even, .accountHistoryTable .even {
  
}

.zebra-tbl td, .accountHistoryTable td {
  padding: 5px;
  border: none;
}

.zebra-header, .accountHistoryTableHeader {
  background: #3c3214;
}

.zebra-header td, .accountHistoryTableHeader th {
  font-weight: bold;
}

.account-box {
  padding: 10px 25px 0 25px;
}

.simple-box {
  background: url(../images/box-bg.png) #000 repeat-x;
  min-height: 101px;
  border: 1px solid #3b3114;
}

.simple-frame {
  background: url(../images/box-bg.png) #000 repeat-x;
  border: 1px solid #333 !important;
}

.top-flash-holder {
  float: left;
  margin-left: 25px;
}

.profile-menu, .boxes, .frame-block, .dual, .block {
  /* margin-left: -1px; */
  
}

.btn-table td {
  background: url(../images/game-list-btn-bg.png) no-repeat;
  width: 226px;
  height: 33px;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 10px;
}

.btn-table td a {
  color: #fdb645;
  text-decoration: none;
  position: relative;
  left: 5px;
  top: -2px;
}

.error-txt, .red {
  color: #f00;
}

.error {
  color: #a00;
}

.ok{
  color: #0a0;
}

/* Search Users */
.stats_table, .list_table {
  
}

.stats_table td, .list_table td {
  padding: 2px;
}

.stats_table .stats_header, .list_table .list_header {
  background-color: #fdd;
  font-weight: bold;
  cursor: pointer;
}

.stats_table .sub_table td {
  width: 50px;
}

/* Bonuses */
.bonus_entry_table {
  
}

.bonus_entry_table td {
  padding: 2px;
}

.bonus_entry_table .odd {
  background-color: #333;
}

.bonus_entry_table .even {
  
}

.bonus_entry_progress {
  border: solid 1px #9c6500;
  width: 625px;
  height: 14px;
}

.bonus_entry_bar {
  background-color: #9c6500;
}

.bonus_progress_text {
  position: relative;
  top: -14px;
  left: 0:
}

/* Account admin menu */
.uadmin-menu ul li {
  list-style: none;
  display: inline;
  padding-right: 10px;
}

.simple-list ul li {
  list-style: none;
  display: inline;
}

/* MoneyBookers */
.payframe {
  text-align: center;
  width: 961px;
  height: 800px;
  background-color: #000;
}

.payframe iframe {
  border: none;
  width: 800px;
  overflow: hidden;
  height: 100%;
  vertical-align: middle;
}
/* Datacash */
.datacash_payframe {
  width: 961px;
  height: 800px;
  background-color: #000;
}

.datacash_payframe iframe {
  border: none;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

/* Game play */
.game_frame {
  border: none;
  width: 800px;
  overflow: hidden;
  height: 600px;
}

/* Selectable */
.selectable:hover {
  background: #555;
  cursor: pointer;
}

/* Jackpots page */
.jp_image {
  width: 155px;
  height: 130px;
}

.a-big{
  color: #FDB645;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

/* Promo 3 box  */
/*
.promo_headline{
  margin-top: 2px;
  margin-left: 15px;
  font-size: 20px;
}
*/
/* Radial Table */
/*
.radial-table{
  width: 290px;
  margin:20px 10px 20px 24px;
  font-weight: bold;
  border-collapse:collapse;
}

.radial-table td{
  padding: 0px 0px 0px 0px;

}

.radial-table .top td{
  padding-bottom: 0px;
}

.radial-table .top{
  width: 290px;
  height: 52px;
  background: url(../images/radial-table/top.png) no-repeat;
}

.radial-table .bottom{
  width: 290px;
  height: 65px;
  background: url(../images/radial-table/bottom.png) bottom no-repeat;
}

.radial-table .odd{
  height: 27px;
  background: #222222;
}

.radial-table .even{
  height: 27px;
  background: url(../images/radial-table/even-tr.jpg) #1e1e1e no-repeat;
}

.radial-table a, .a-big{
  color: #FDB645;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.a-yellow-small{
  color: #FDB645;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.winner{
  width: 290px;
  height: 244px;
  float:left;
  margin:20px 8px 20px 12px;

}

.winner-top{
  width: 290px;
  height: 4px;
  background: url(../images/winner-box/top.png) no-repeat;
}

.winner-middle{
  width: 290px;
  height: 100%;
  background: url(../images/winner-box/middel.png);
}

.winner-bottom{
  width: 290px;
  height: 4px;
  background: url(../images/winner-box/bottom.png) no-repeat;
}

.round-dark{
  float: left;
  border-collapse: collapse;
}

.round-dark td{
  background: #222;
}

.round-dark .box_bl {background: url(../images/dark-round-corner-table/bottom-left.png) no-repeat; width: 5px; height: 5px;  }
.round-dark .box_br {background: url(../images/dark-round-corner-table/bottom-right.png) no-repeat; width: 5px; height: 5px; }
.round-dark .box_tl {background: url(../images/dark-round-corner-table/top-left.png) no-repeat; width: 5px; height: 5px; }
.round-dark .box_tr {background: url(../images/dark-round-corner-table/top-right.png) no-repeat; width: 5px; height: 5px; }

.winners-container{
  position: relative;
  top: -35px;
}

.slidedown_winner{
 height: 33px;
 margin-top: 2px;
 display: block;
 font-weight: bold;
 background: url("../images/btn-big-gradient-bg.png") no-repeat scroll 0 0 transparent;
 cursor: pointer;
}

.slidedown_flag{
 float: left;
 width: 32px;
}

.slidedown_name{
 float: left;
 width: 80px;
}

.slidedown_game{
 float: left;
 width: 90px;
}

.slidedown_amount{
 float: clear;
}
*/
.btn-small {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  cursor: pointer;
}

.btn-small td {
  padding: 0;
  margin: 0;
}

.btn-small td, .btn-small td a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  text-decoration: none;
}

.btn-small .left-td {
  width: 7px;
  height: 28px;
  background: url(../images/small-yellow-dynamic/left.png) no-repeat;
}

.btn-small .middle-td {
  height: 28px;
  background: url(../images/small-yellow-dynamic/bg.png) repeat-x;
}

.btn-small .right-td {
  width: 7px;
  height: 28px;
  background: url(../images/small-yellow-dynamic/right.png) no-repeat;
}
/*
.dynamic-mini-yellow, 
.dynamic-small-yellow, 
.dynamic-medium-yellow, 
.dynamic-big-yellow{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  cursor: pointer;
}

.dynamic-mini-yellow td, .dynamic-small-yellow td, .dynamic-medium-yellow td, .dynamic-big-yellow td{
  padding: 0;
  margin: 0;
}

.dynamic-mini-yellow td, .dynamic-mini-yellow td a,
.dynamic-small-yellow td, .dynamic-small-yellow td a,
.dynamic-medium-yellow td, .dynamic-medium-yellow td a,
.dynamic-big-yellow td, .dynamic-big-yellow td a{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  text-decoration: none;
}

.dynamic-big-yellow td, .dynamic-big-yellow td a{
  font-size: 18px;
}

.dynamic-medium-yellow td, .dynamic-medium-yellow td a{
  font-size: 16px;
}

.dynamic-mini-yellow td, .dynamic-mini-yellow td a{
  font-size: 14px;
}

.dynamic-mini-yellow .left-td{
  width: 7px;
  height: 28px;
  background: url(../images/buttons/dynamic-mini-yellow/left.png) no-repeat;
}

.dynamic-mini-yellow .middle-td{
  height: 28px;
  background: url(../images/buttons/dynamic-mini-yellow/middle.png) repeat-x;
}

.dynamic-mini-yellow .right-td{
  width: 7px;
  height: 28px;
  background: url(../images/buttons/dynamic-mini-yellow/right.png) no-repeat;
}

.dynamic-small-yellow .left-td{
  width: 7px;
  height: 33px;
  background: url(../images/buttons/dynamic-small-yellow/left.png) no-repeat;
}

.dynamic-small-yellow .middle-td{
  height: 33px;
  background: url(../images/buttons/dynamic-small-yellow/middle.png) repeat-x;
}

.dynamic-small-yellow .right-td{
  width: 7px;
  height: 33px;
  background: url(../images/buttons/dynamic-small-yellow/right.png) no-repeat;
}

.dynamic-medium-yellow .left-td{
  width: 9px;
  height: 44px;
  background: url(../images/buttons/dynamic-medium-yellow/left.png) no-repeat;
}

.dynamic-medium-yellow .middle-td{
  height: 44px;
  background: url(../images/buttons/dynamic-medium-yellow/middle.png) repeat-x;
}

.dynamic-medium-yellow .right-td{
  width: 9px;
  height: 44px;
  background: url(../images/buttons/dynamic-medium-yellow/right.png) no-repeat;
}

.dynamic-big-yellow .left-td{
  width: 14px;
  height: 61px;
  background: url(../images/buttons/dynamic-big-yellow/left.png) no-repeat;
}

.dynamic-big-yellow .middle-td{
  height: 61px;
  background: url(../images/buttons/dynamic-big-yellow/middle.png) repeat-x;
}

.dynamic-big-yellow .right-td{
  width: 18px;
  height: 61px;
  background: url(../images/buttons/dynamic-big-yellow/right.png) no-repeat;
}

.container-box{
  float: left;
}
*/
.first-container {
  padding-left: 5px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.news-container {
  float: left;
  width: 962px;
  font-size: 14px;
}

.header-big {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.header-small {
  color: #999;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

.news-top-list {
  padding: 10px 5px 10px 5px;
}

.news-top-list table {
  width: 100%;
}

.news-date {
  width: 50px;
}

.big_headline {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 20px;
}

.article_info {
  float: right;
  margin-top: -20px;
}

.list-article-info {
  float: left;
  margin-left: 163px;
  margin-top: 5px;
}

.list-news-bottom {
  height: 40px;
  width: 586px;
  background: url(../images/news/news-bottom-frame.png) no-repeat bottom;
  float: left;
  margin-top: -20px;
}

.news-content {
  width: 585px;
  float: left;
}

.news-top {
  background: url(../images/news/news-bg-middle.png) repeat-y;
  margin-bottom: -12px;
  float: left;
  width: 962px;
}

.news-top-bkg {
  padding: 20px 20px 0px 20px;
  /*background: url(../images/news/news-bg-top.png) no-repeat;*/
  float: left;
  width: 962px;
}

.news-middle {
  padding: 0px 20px 0px 20px;
  margin-top: 12px;
  background: url(../images/news/news-bg-middle.png) repeat-y;
  float: left;
  width: 962px;
}

.news-bottom {
  height: 12px;
  background: url(../images/news/news-bg-bottom.png) no-repeat;
  padding: 0;
  float: left;
  width: 962px;
}

.list-news-item {
  border-top: #69450d 1px solid;
  float: left;
}

.big-win-item {
  border-top: none !important;
  width: 580px;
}

.list-news-content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.big-win-content {
  color: #ccc;
  font-size: 14px;
}

.af-main-page .nano-content-big-win{
  border-left: #555 1px solid;
}

.list-news-readmore {
  width: 100px;
  float: right;
}

.img-left {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.news-archive {
  float: left;
  padding-left: 50px;
}

.archive-month {
  border-bottom: #69450d 1px solid;
  width: 280px;
  padding-top: 10px;
}

.archive-month a {
  padding-left: 10px;
}
/*
.news-archive2{
  float: left;
  width: 250px;
}

.news-archive2 .archive-month{
  border-bottom: #69450d 1px solid;
  width: 250px;
  padding-top: 10px;
}
*/
.paginator {
  clear: both;
  color: #000;
  font-size: 14px;
  margin-top: 5px;
  padding-top: 5px;
}

.paginator .current_link {
  display: inline-block;
  background-color: #9c561f;
  padding: 2px 4px 2px 4px;
  margin-left: 2px;
  text-decoration: none;
}

.paginator .page_link {
  display: inline-block;
  background-color: #69450d;
  padding: 2px 4px 2px 4px;
  margin-left: 2px;
  text-decoration: none;
}

.paginator a:hover {
  text-decoration: underline;
}

.paginator-item {
  float: left;
  margin-bottom: 2px;
}

.paginator .arrow {
  font-size: xx-large;
  line-height: 6px;
  vertical-align: middle;
  margin-bottom: 5px;
  text-decoration: none;
}

.mg-game-info {
  float: left;
  width: 630px;
  color: #888;
  margin-left: 25px;
  margin-top: 5px;
}

.game-bkg {
  float: left;
  width: 962px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.game-description {
  width: 910px;
  float: left;
  color: #888;
}
/*
.sn-main-container{
  float:left;
  width:290px;
  height:252px;
  margin:20px 10px 20px 14px;
  overflow: hidden;
}
.sn-container{
  position: 			relative;
  top: 				-260px;
  width: 				290px;
  height: 			252px;
  z-index: 			80;
}

.sn-img{
  width: 				290px;
  height: 			252px;
  margin:				0px;
  padding:			0px;
}

.sn_text{

}

.sn_go{
  background:			top center no-repeat url('../images/bg-snurra.png') transparent;
  width: 				290px;
  height: 			45px;
  margin-top: -45px;
}
.sn_go .sn-btn-cont{
  margin-left: 150px;
  margin-top: 5px;
}

.spin-btn, .play-btn{
  cursor: pointer;
}

.big-text-shadow{
  text-shadow: 4px 4px 4px #000;
}

.reset-h{
  padding: 0;
  margin: 0;

}

.small_jp_img{
  width: 86px;
  height: 51px;
  float: left;
  padding: 1px !important;
}
*/
.errors {
  color: #e2b26e;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  padding: 2px;
  line-height: 18px;
}

#birthyear, #birthmonth, #birthdate, #language, #country, #preferred_lang, .site_input {
  background-color: #222;
  border: solid 1px #9c7238;
  color: #fff;
  padding: 4px 0px;   
}

#birthyear, #birthmonth, #birthdate {
  width: 75px;

}

#birthmonth, #birthdate {
  margin-left: 5px;
}

#country {
  width: 246px;
}

#step2 #country {
  width: 236px;
}

.registerform ul {
  list-style-type: none;
  margin-left: -40px;
}

.registerform ul li {
  display: inline;
}

.registerform input[type="text"], .registerform input[type="tel"],
  #registerform input[type="password"], .registerform input[type="password"],
  .registerform input[type="date"], .registerform textarea,
  .regform-field {
  width: 250px;
  background-color: #000;
  border: solid 1px #9c7238;
  color: #fff;
}

.default-input, .wide-input, .narrow-input, .medium-input {
  background-color: #222;
  border: solid 1px #9c7238;
  color: #fff;
  width: 250px;
}

.wide-input {
  width: 500px;
}

.narrow-input {
  width: 100px;
}

.medium-input {
  width: 126px;
}

/*
.bonus_entry_table .even{}


.round-dark .box_bl {background: url(../images/dark-round-corner-table/bottom-left.png) no-repeat; width: 5px; height: 5px;  }
.round-dark .box_br {background: url(../images/dark-round-corner-table/bottom-right.png) no-repeat; width: 5px; height: 5px; }
.round-dark .box_tl {background: url(../images/dark-round-corner-table/top-left.png) no-repeat; width: 5px; height: 5px; }
.round-dark .box_tr {background: url(../images/dark-round-corner-table/top-right.png) no-repeat; width: 5px; height: 5px; }

.withdraw-deposit-headline{
  background: #555;
  padding: 5px;
  font-size: 16px;
}

.withdraw-deposit-headline a{
  text-decoration: none;
}

.pd-info-table{
  padding: 0;
  margin: 0;
}

.pd-info-table td{
  padding: 2px;
}

.x { width: 300px;}
*/
.landing-holder2 {
  position: relative;
  width: 900px;
  height: 1200px;
  left: 165px;
}

.landing-bigbtn2 {
  background: url(../images/knapp-yellow-big.png) no-repeat;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 20px;
  text-shadow: 1px 1px 2px #000;
  width: 306px;
  height: 53px;
  display: block;
  cursor: pointer;
  margin: 10px 17px 0 0;
  text-indent: 0;
}

.landing2-hr {
  background: url(../images/hr-bkg.png) no-repeat;
  width: 648px;
  height: 2px;
}

.vip-color {
  color: #e19a25;
}

.landing-holder {
  position: relative;
  top: -550px;
  width: 900px;
}

.landing-holder .upper-left-text {
  color: #ffe671;
  font-size: 32px;
  font-family: "Arial Black";
  text-shadow: 1px 1px 2px #f59704;
}

.landing-holder .upper-left-text-big {
  color: #ffe671;
  font-size: 42px;
  font-family: "Arial Black";
  text-shadow: 1px 1px 2px #f59704;
}

.arial-black-big {
  color: #fff;
  font-family: "Arial Black";
  font-size: 25px;
}

.arial-black-medium {
  color: #fff;
  font-family: "Arial Black";
  font-size: 20px;
}

.landing-logo {
  position: relative;
  top: -100px;
  left: 650px;
}

.landing-character {
  position: relative;
  top: -280px;
  left: 380px;
}

.landing-narrow-divider {
  width: 446px;
  height: 2px;
  background: url(../images/landing-narrow-divider.png) no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
}

.landing-wide-divider {
  width: 892px;
  height: 2px;
  background: url(../images/landing-wide-divider.png) no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
}

.landing-right-bottom-table td {
  padding-left: 15px;
}

a.tooltip {
  z-index: 24;
  color: #FDB645;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

a.tooltip:hover {
  z-index: 25;
}

a.tooltip span {
  display: none;
}

a.tooltip:hover span {
  position: absolute;
  display: block;
  top: 10px;
  left: 60px;
  width: 300px;
  height: 100px;
  background: url(../images/game-list-bg.png) #141414 repeat-x;
  color: #fdb645;
  text-align: center;
}

.simple_airy_table td input[type="submit"] {
  margin-top: 5px;
}

.simple-airy-table td {
  padding: 5px;
}
/*
.icon_div_down{
  width: 20px;
  height: 20px;
  background: url(../images/slide_down_icon.png) no-repeat;
}

.icon_div_close{
  width: 20px;
  height: 20px;
  background: url(../images/slide_close_icon.png) no-repeat;
}

.hr_dc{
  width: 905px;
  height: 1px;
  background: url(../images/dc-box/hr_dc.png);
}
*/
.button-left-normal {
  width: 4px;
  height: 43px;
  float: left;
  cursor: pointer;
  background: url(../images/buttons/orange-left-button.png) no-repeat;
}

.button-middle-normal {
  height: 43px;
  float: left;
  text-align: center;
  cursor: pointer;
  background: url(../images/buttons/orange-middle-button.png) repeat;
  text-shadow: 1px 1px 2px #000;
}

.button-right-normal {
  width: 4px;
  height: 43px;
  float: left;
  outline: none;
  cursor: pointer;
  background: url(../images/buttons/orange-right-button.png) no-repeat;
}

.button-content-normal {
  position: relative;
  top: 10px;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
}

.button-middle-normal-big {
  padding: 0px 10px 0px 10px;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
}

/*
.button-fixed-size{
  width:243px;
  height:35px;
  border: none;
  padding-left:10px;
  background: url(../images/buttons/orange-input-normal.png) no-repeat;
}

.button-fixed-size:focus{
  width:243px;
  height:35px;
  border: none;
  outline:none;
  padding-left:10px;
  background: url(../images/buttons/orange-input-selected.png) no-repeat;
}

.button-fixed-size:disabled{
  width:243px;
  height:35px;
  border: none;
  padding-left:10px;
  background: url(../images/buttons/orange-input_disabled.png) no-repeat;
}

.button-fixed-dark{
  height:28px;
  border-radius: 8px;
  display: inline-block;
  border-width:1px;
  border-style:solid;
  background-color:black;
}

.lightbox-background{
  display:none;
  z-index:1000;
  position:absolute;
  top:0;
  left:0px;
  background: url(../images/lightbox/background-fade.png) repeat-x;
  background-color: #000;
}

.loading-bar{
  margin-left:-5px;
  margin-top:10px;
  width: 220px;
  height: 19px;
  background: url(../images/dc-box/loading.gif) no-repeat;
}

#contact_form .frame-holder{
  width: 350px;
}

#contact_form .frame-block{
  background: #000;
  width: 380px;
  border: solid 2px #6f5a2f;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 0px 0px 5px;
}

#contact_form .pad-stuff,
#contact_form .big-left-margin{
  padding: 0;
  margin: 0;
}
*/
.forgot-password {
  padding-left: 30px;
}

.forgot-pwd-explain {
  margin-left: 320px;
}

.forgot-pwd-forms {
  float: left;
  width: 300px;
}
/*
.transferButtonInner{
  background: url("../images/account/transfer_btn_bg_yellow.png") repeat-x scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    height: 43px;
  margin: 10px;
    text-align: center;
    width: 200px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  border: none;
  font-size: 20px;
}
*/
.u-admin-table {
  width: 96%;
}

.u-admin-table td {
  border: 1px solid #555;
}

.container-acc-holder {
  background: url(../images/half-transparent.png) repeat;
}

.boxes-acc-container {
  overflow: hidden;
  border: 1px #2c1d00 solid;
  border-top: none;
  /*margin-left: 1px;*/
  background: none;
  border-bottom: none;
  width: 960px;
}

.acc-left-menu, .doc-left-menu {
  float: left;
  margin: 0px 10px 10px 20px;
  border: 1px #3B3114 solid;
  border-bottom: none;
  width: 240px;
  background: url("../images/box-bg.png") repeat-x scroll 0 0 #000000;
}

.doc-left-menu {
  margin: 0px 10px 0px 0px;
}

.acc-left-menu ul, .doc-left-menu ul {
  margin: 0;
  padding: 0;
}

.acc-left-menu ul li, .doc-left-menu ul li {
  list-style: none;
  padding: 0px;
  border-bottom: 1px #3B3114 solid;
}

.acc-left-menu ul li a, .doc-left-menu ul li a {
  text-decoration: none;
  padding: 0px;
  display: block;
  margin: 10px;
  font-size: 14px;
}

.acc-left-menu ul li a:hover, .doc-left-menu ul li a:hover {
  text-decoration: underline;
}

.acc-left-headline {
  font-size: 24px;
  margin: 10px;
  color: #FDB645;
  font-weight: bold;
}

.acc-right-content {
  float: left;
  width: 675px;
  overflow: visible;
}

.big-btn {
  border: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 2px 2px 2px #000;
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.btn {
  border: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 1px 1px 1px #000;
  color: #fff !important;
  height: 24px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.btn a {
  color: #fff;
}

/*
xs=21, s=23, m=25, l=27, xl=35, xxl=49
btn-default				=> yellow 
btn-cancel-default		=> red
btn-cancel				=> grey
btn-action				=> green
*/
.btn-xs {
  height: 21px;
  font-size: 12px;
  text-align: center;
}

.btn-s {
  height: 23px;
  font-size: 12px;
  text-align: center;
}

.btn-m {
  height: 25px;
  font-size: 14px;
  text-align: center;
}

.btn-l {
  height: 27px;
  font-size: 14px;
  text-align: center;
}

.btn-xl {
  height: 35px;
  font-size: 16px;
  text-align: center;
}

.btn-xxl {
  height: 49px;
  font-size: 24px;
  text-align: center;
}

.btn-default-xs {
  background: url("../images/mobile/mobile_btn.png") repeat-x;
}

.btn-default-s {
  background: url("../images/buttons/y23btn.png") repeat-x;
}

.btn-default-l {
  background: url("../images/account/acc-yellow-small.png") repeat-x;
}

.btn-default-xl {
  background: url("../images/account/acc-yellow-big.png") repeat-x;
}

.btn-default-xxl {
  background: url("../images/buttons/y49btn.png") repeat-x;
}

.btn-cancel-l {
  background: url("../images/account/acc-grey-small.png") repeat-x;
}

.btn-cancel-default-l {
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329),
    color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* W3C */
}

.btn-action-l {
  background: #2ca53a; /* Old browsers */
  background: -moz-linear-gradient(top, #2ca53a 0%, #0c661c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ca53a),
    color-stop(100%, #0c661c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2ca53a 0%, #0c661c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2ca53a 0%, #0c661c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2ca53a 0%, #0c661c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2ca53a 0%, #0c661c 100%);
  /* W3C */
}

.headline-default-s {
  color: #eca20d;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0px 10px 0px;
}

.headline-default-m {
  color: #eca20d;
  font-weight: bold;
  font-size: 26px;
  margin: 10px 0px 10px 0px;
}

.headline-default-l {
  color: #eca20d;
  font-weight: bold;
  font-size: 36px;
  margin: 10px 0px 10px 0px;
}

.headline-default-xl {
  color: #eca20d;
  font-weight: bold;
  font-size: 46px;
}

.headline-s {
  color: #ccc;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0px 10px 0px;
}

.headline-l {
  color: #ccc;
  font-weight: bold;
  font-size: 26px;
  margin: 10px 0px 10px 0px;
}

.gradient-default {
  background: #fad336; /* Old browsers */
  background: -moz-linear-gradient(top, #fad336 0%, #db9b2f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fad336),
    color-stop(100%, #db9b2f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fad336 0%, #db9b2f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fad336 0%, #db9b2f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fad336 0%, #db9b2f 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #fad336 0%, #db9b2f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad336',
    endColorstr='#db9b2f', GradientType=0); /* IE6-9 */
}

.gradient-normal {
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333),
    color-stop(100%, #000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #333333 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #333333 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333',
    endColorstr='#000000', GradientType=0); /* IE6-9 */
}

.gradient-trophy-bar {
  background: #7db9e8; /* Old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #1e5799 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8),
    color-stop(100%, #1e5799)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7db9e8 0%, #1e5799 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7db9e8 0%, #1e5799 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7db9e8 0%, #1e5799 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7db9e8 0%, #1e5799 100%);
  /* W3C */
}

.doc-btn {
  height: 29px;
  border: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.doc-status-btn {
  width: 200px;
}

.requested-bkg {
  background: url("../images/documents/requested_btn.png") repeat-x;
}

.processing-bkg {
  background: url("../images/documents/processing_btn.png") repeat-x;
}

.rejected-bkg {
  background: url("../images/documents/rejected_btn.png") repeat-x;
}

.approved-bkg {
  background: url("../images/documents/accepted_btn.png") repeat-x;
}

.deactivated-bkg {
  background: url("../images/documents/deactivated_btn.png") repeat-x;
}

.w-100 {
  width: 100px;
}

.w-125 {
  width: 125px;
}
.multibox-content .w-125 {
  width: 105px; 
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.w-330 {
  width: 330px;
}

.w-300 {
  width: 300px;
}

.w-100-pc {
  width: 100%;
}

.w-50-pc {
  width: 50%;
}

.w-25-pc {
  width: 25%;
}

.w-10-pc {
  width: 10%;
}

.w-30-pc {
  width: 30%;
}

.w-40-pc {
  width: 40%;
}

.selected-color {
  color: #fdb645 !important;
}

.fakefile input {
  background-color: #000000;
  border: 1px solid #9C7238;
  color: #FFFFFF;
  width: 125px;
  margin-top: 0px;
}

.fakefile button {
  margin-top: -3px;
}

div.fileinputs {
  position: relative;
}

div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  cursor: pointer;
}

.hidden-file {
  position: relative;
  text-align: right;
  -moz-opacity: 0;
  filter: alpha(opacity : 0);
  opacity: 0;
  z-index: 2;
  width: 230px;
}

.mgchoose-news-list-item {
  float: left;
  margin-top: 5px;
}

.mgchoose-news-list-item .img-left {
  margin-right: 10px;
  margin-top: 0px;
  float: left;
}

.mgchoose-article-headline {
  float: left;
}

.mgchoose-article-info .header-big, .mgchoose-article-info .a-big
  {
  font-size: 11px;
}

.mgchoose-article-headline {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.mgchoose-article-headline a {
  text-decoration: none;
}

.fail-confirm {
  width: 420px;
  font-size: 14px;
}

.fail-continue {
  margin-left: 60px;
}

.fail-continue-left-btn {
  width: 200px;
}

.info-bonus {
  width: 280px;
  font-size: 14px;
}

.device-adjustment1 {
  margin: auto;
  width: 150px;
}

.faq-search {
  background: none;
  border: 1px solid #aaa;
  color: #aaa;
  height: 27px;
  padding: 4px 4px 2px 16px;
  width: 500px;
}

.faq-left {
  width: 250px;
}

.faq-left ul li {
  list-style: none;
  height: 40px;
  background: url(../images/game_chooser/left_row_bkg.jpg) repeat-x;
  border: solid 1px #000;
  margin-top: -1px;
  font-size: 14px;
  font-weight: bold;
}

.faq-left ul li a {
  display: block;
  padding: 10px 0px 0px 10px;
  text-decoration: none;
  color: #ddd;
}

.faq-left ul li a:hover {
  color: #fff;
}

.faq-left ul li a img {
  display: block;
  float: right;
  margin-right: 20px;
}

.faq-left ul {
  margin: 0px;
  padding: 0px;
}

.faq-right {
  width: 600px;
  margin-left: 20px;
}

/*
.seen-on-tv{
  background: url(https://images.videoslots.com/uploads/file_uploads/seen-on-tv.png);
  position: absolute;
  top: 75px;
  cursor: pointer;
  width: 210px;
  height: 68px;
  margin-left: 420px;
}

.grey-zebra-header{
  background: #555;
}

.grey-zebra-header th{
  text-align: left;
}
*/
.section_button {
  background: url("../images/top-red-btn.png") no-repeat;
  width: 134px;
  height: 28px;
  position: relative;
  top: 157px;
  left: 450px;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.section-text {
  position: relative;
  top: 5px;
}

.section_button_loggedin {
  top: 10px;
}

.section_button_loggedout {
  top: 11px;
}

.section_button a {
  position: relative;
  top: -115px;
  left: 35px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.currency-menu {
  float: left;
  margin-left: 400px;
  padding: 5px 5px 0px 5px;
}

.currency-menu ul {
  margin: 0px;
  padding: 0 5px 0 5px;
  list-style: none;
  overflow: hidden;
  float: left;
}

.currency-menu ul li {
  float: left;
  cursor: pointer;
}

.crmenu-separator {
  background: url(../images/currencies/separator.png);
  width: 13px;
  height: 21px;
}

.currency-menu ul li:last-child {
  display: none;
}

.game-payout-row {
  border: solid 1px #ECA20D;
  margin-bottom: 10px;
  border-radius: 6px;
}

.game-payout-first {
  width: 150px;
}

.game-payout-first img {
  margin: 5px;
}

.game-payout-middle {
  width: 400px;
}

.game-payout-last {
  width: 300px;
}

.game-payout-middle div {
  width: 400px;
  margin: auto;
  text-align: center;
}

#dc-quick-deposit {
  max-width: 400px;
  margin-left: 250px;
}

.cashier-top-bar {
  font-size: 14px;
  padding: 5px 5px 5px 10px;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
  display: none;
}

.cashier2-close {
  background: #db9b2f; /* Old browsers */
  background: -moz-linear-gradient(top, #db9b2f 0%, #fad336 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db9b2f),
    color-stop(100%, #fad336)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #db9b2f 0%, #fad336 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #db9b2f 0%, #fad336 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #db9b2f 0%, #fad336 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #db9b2f 0%, #fad336 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9b2f',
    endColorstr='#fad336', GradientType=0); /* IE6-9 */
  float: right;
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  font-weight: bold;
  margin-top: -2px;
  text-shadow: 1px 1px 1px #000;
  cursor: pointer;
}

.top-bar-menuitem a {
  cursor: pointer;
}

.account-sub-box {
  background: url("../images/box-bg.png") repeat-x scroll 0 0 #000000;
  border: 1px solid #3B3114;
  padding: 10px;
  margin: 10px 0px 10px 0px;
}

.acc-lim-left, .acc-lim-right {
  min-height: 80px;
}

.account-small-headline {
  color: #FDB645;
  font-weight: bold;
}

.account-headline {
  color: #FDB645;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 18px;
  font-weight: bold;
}

.account-sub-middle {
  text-align: center;
}

.account-spacer {
  margin-left: 35px;
}

.account-table {
  width: 655px;
}

.account-table-td {
  width: 50%;
  vertical-align: top;
}

.account-table-td .account-sub-box {
  min-height: 80px;
}

.nano-big-win {
  width: 340px !important;
}

.nano-big-win .nano-content-big-win {
  padding: 10px;
  top: -4px !important;
}

.nano .nano-pane {
  
}

.nano .nano-slider {
  background: #555 !important;
}

.act-feed-item {
  float: left;
  width: 320px;
  margin-bottom: 2px;
  background: none;
  position: relative;
}

.act-feed-img {
  float: left;
  margin-right: 10px;
}

.act-feed-headline {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.act-feed-content {
  color: #ccc;
  font-size: 13px;
}

.act-feed-content a {
  cursor: pointer !important;
}

.big-win-wrapper {
  padding-right: 10px;
}

.cancel-pending {
  display: inline-block;
  text-decoration: underline;
}

.thin-line {
  border: 0;
  height: 1px;
  background-color: #333;
}

.padded-with-mleft {
  margin-left: 5px;
  padding: 10px;
}

.full-account-table {
  margin-left: 5px;
  margin-top: 15px;
  padding: 10px;
}

.active-txt {
  color: #8c8;
}

.award-progressbar-bkg {
  background-color: #222;
  border-radius: 4px;
  position: absolute;
  width: 420px;
  height: 14px;
}

.award-progressbar-bar {
  border-radius: 4px;
  box-shadow: 0 0 4px #adf;
  height: 10px;
  position: absolute;
  z-index: 100;
}

.bonus-progressbar-bkg {
  top: 0px !important;
  left: 0px !important;
  width: 350px !important;
}

.bonus-progressbar-bar {
  left: 0px !important;
  top: 2px !important;
}

.bonus_entry .simple-box {
  min-height: 80px !important;
  padding: 0px 10px 0px 10px;
}

.bonus-entry-progress-txt {
  position: relative;
  left: 370px;
}

.bonus-entry-btn-holder {
  position: relative;
  left: 438px;
  bottom: 17px;
}

.my-bonuses-bonuspic {
  margin-right: 10px;
}

.bonus-progress-holder {
  position: relative;
  margin-top: 6px;
  height: 25px;
}

.responsible-gambling-box {
  height: 105px;
}

.expand-toggle {
  cursor: pointer;
}

table.edit-user input {
  background-color: #222;
  color: #fff;
  width: 240px;
  border: 1px solid #fff;
  padding: 3px;
}

table.edit-user input[type=submit] {
  background: #aaa;
  border: 1px solid #aaa;
  color: #222;
  padding: 5px;
}

table.edit-user input[type=submit]:hover {
  color: #000;
  background-color: #ddd;
  cursor: pointer;
}

table.edit-user #country {
  border: 1px solid #fff;
}

table.edit-user td {
  border: none;
}

.rg-duration {
  float: left;
}

.rg-form {
  float: left;
}

.rg-holder {
  width: 450px;
  margin: auto;
  min-height: 90px;
}

.fill-even, .fill-odd {
  color: black;
}

.fill-odd {
  background-color: #eee;
}

.fill-even {
  background-color: #fff;
}

.fill_saturday {
  background-color: #cbb;
}

.fill_sunday {
  background-color: #cbb;
}

.sitemap ul, .sitemap li {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.sitemap {
  padding-left: 20px;
}

.sitemap a {
  text-decoration: none;
}

.sitemap > ul{ 
  padding-left:5px !important;
}

.sitemap > ul li:before{ 
  content:"\25b8"; 
  position:relative; 
  left:-5px;
}

.sitemap > ul > li:before{ 
  content:""; 
}

.sitemap > ul > li {
  margin: 15px 0px;
  list-style: disc;
  list-style-position: inside;
}

.sitemap > ul > li:hover {
  list-style: circle;
  list-style-position: inside; 
}

.sitemap > ul > li > a {
  font-size: 15px;
}
.sitemap > ul li a {
  display: inline-block;
  width: 70%;
}

.sitemap > ul > li > ul > li,
.sitemap > ul > li > ul > li > ul >li {
  margin: 10px 0px;
  padding-left: 30px !important;
}

.sitemap > ul > li > ul > li:first-child {
  margin-top: 15px;
}

.sitemap > ul > li > ul > li:last-child {
  margin-bottom: 40px;
}

.sitemap > ul li:hover:before,
.sitemap a:hover {
  color: #fdb645;
}

.gch-left-readmore {
  display: none;
}

#search-result {
  margin-bottom: 20px;
}

.mgchoose-article-headline.margin-ten-top {
  margin-top: 20px;
}

.star > div.star {
  display: none;
}

#mbox-loader {
  top: 50px !important;
  left: auto !important;
}

.mboxloader-outer {
  background-image: url(../images/logo.png);
}
 
ul.slides li > a {
  display: none;
}

#user-bg-images { 
  text-align: center;
  position: relative;
}

#user-bg-images h3{
  text-align: left;
}

#user-bg-images img { 
  margin: 5px;
  transition: all .5s ease-in-out;
  border: 1px solid #9c7238;  
}

.small-user-bg-image { 
  display: inline-block;
  margin: 10px;
  width: 190px;
  height: 110px;
  background-color: #000;
  background-repeat: no-repeat;
  border: 1px solid #9c7238;
  background-size: 190px;
  background-position: center center;
}

.large-user-bg-image { 
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 10000;
  width: 925px;
  height: 500px;
  background-color: #000;
  background-repeat: no-repeat;
  border: 1px solid #9c7238;
  top:-513px;
  left: -253px;
  background-size: 900px;
  background-position: center center;
}

.small-user-bg-image:hover { 
  cursor: pointer;
}

.user-bg-image-overlay {
  width: inherit;
  height: inherit;
  background-color: rgba(0,0,0,.7);
  position: relative;
  visibility:hidden;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 110px;
  text-transform: uppercase;
}

.small-user-bg-image:hover .large-user-bg-image { 
  display: block;
  -webkit-animation: fadein 1s; 
  -moz-animation: fadein 1s; 
  -ms-animation: fadein 1s; 
  -o-animation: fadein 1s; 
  animation: fadein 1s;
  opacity: 1;  
}

.small-user-bg-image .user-bg-image-overlay.active,
.small-user-bg-image:hover .user-bg-image-overlay {
  visibility: visible;
}

.nano {
  -webkit-backface-visibility: hidden;
  -webkit-transform:translateZ(0);
}

table.casino-races {
  width:234px;
}

table.casino-races th,
table.casino-races td {
  text-align: center;
  line-height: 24px;
}

table.casino-races td:nth-of-type(1) {
  width:30px;
  text-indent: 10px;
  text-align: left;
}

table.casino-races td:nth-of-type(2) {
  text-align: left;
}

table.casino-races tbody tr:nth-child(odd) {
  background: #333; 
}

table.casino-races th{
  background-color: #3c3214;
  padding-bottom: 4px;
}

table.casino-races th:nth-of-type(1){
  text-indent: 10px;
  text-align: left;
}

#promotion-table {
  border-spacing: 0px;
  border-collapse: separate;
  background: url(../images/gradient-bg.jpg) #131313 repeat-x;
}

#promotion-table td {
  vertical-align: top;
  padding-top:23px;
}

#promotion-table td:first-child {
  padding-left:23px;
}

#promotion-table td:nth-of-type(2) {
  padding-left: 10px;
  padding-bottom: 23px;
}

#promotion-container-menu {
  width: 243px;
}

#promotion-container-image {
  width: 646px;
  height: 206px;
  margin-bottom: 15px;
}

h1#promotion-title {
  margin: 0;
  margin-bottom:15px;
  color: #fdb645;
}

#promotion-container {
  width: 646px;
}

#promotion-container .blocks > div {
  float: left;
  border: 1px solid #333;
  width: 316px;
  height: 270px;
  margin-bottom:15px;
}

#promotion-container .blocks > div:nth-child(odd) {
  margin-right:10px;
}

#promotion-container .blocks > div > div {
  height: calc(100% - 138px);
  position:relative;
  padding: 15px;
}

#promotion-container .blocks > div > div a {
  position: absolute;
  bottom: 10px;
  right: 15px;
  padding-top: 5px;
  box-sizing: border-box;
  width: 140px;
  text-decoration: none;
}

#promotion-container-menu > ul > li > a,
#promotion-container-menu > ul > li > span {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1e1e+0,010101+100 */
  background: #1e1e1e; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e1e1e 0%, #010101 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#010101)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e1e1e 0%,#010101 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e1e1e 0%,#010101 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e1e1e 0%,#010101 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1e1e1e 0%,#010101 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#010101',GradientType=0 ); /* IE6-8 */
} 

#promotion-container .blocks > div > div > h2 {
  margin-top: 0px;
  color: #fdb645;
}

#promotion-container-menu {
  border: 1px solid #333;
}

#promotion-container-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#promotion-container-menu > ul > li a,
#promotion-container-menu span {
  display: block;
  font-size: 14px;
  color: #989898;
}

#promotion-container-menu li {
  display: block;
  line-height: 36px;
  vertical-align: middle;

}

#promotion-container-menu > ul > li {
}

#promotion-container-menu img {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px;
}

#promotion-container-menu > ul > li > ul li {
  padding-left: 15px;
  background-color: #141414;
}

#promotion-container-menu > ul > li > ul > li > ul > li {
  padding-left: 15px;
}

#promotion-container-menu > ul > li > ul li span:before,
#promotion-container-menu > ul > li > ul li a:before {
  content: '> ';
}

#promotion-container-menu > ul > li > a,
#promotion-container-menu > ul > li > span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#promotion-container-menu > ul > li > ul > li a {
  font-size: 14px;
  text-decoration: none;
}

#promotion-container .frame-block,
#promotion-container .frame-block.mobile-info-txt,
#promotion-container .wysiwig {
  width: 645px !important; 
}

#promotion-container .frame-block.mobile-info-txt,
#promotion-container .wysiwig {
  width: 645px !important;
  padding:0;
  margin:0;
}

#promotion-container table.container-cont {
  font-size:10px;
  width:100%;
}

#promotion-container table.container-cont td {
  vertical-align: middle;
}

#promotion-container .boxes-container table.container-cont .first-container > div,
#promotion-container .boxes-container table.container-cont .last-container > div {
  width: 100%;
  padding: 0px !important;
}

#wrapper.stretch,
.play-bkg.stretch {
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0; 
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.pager-betwins { width: 300px; float: left; position: relative; bottom: 20px; }

.nano > .nano-content { outline: none !important;}

.ccard-fraud-line{
    background-color: #faa;
}

.bonus-fraud-line{
    background-color: #abf;
}

.liability-fraud-line{
    background-color: #fff800;
}

.majority-fraud-line{
    background-color: #cfff00;
}

.multi_deposit-fraud-line{
    background-color: #FF00A8;
}

.manual_adjustment-fraud-line{
    background-color: #23fcff;
}

.nodeposit-fraud-line{
    background-color: #56f;
}

.loww-fraud-line{
    background-color: #afb;
}

.manual-fraud-line{
    background-color: #ffa500;
}

.withdraw_limit-fraud-line{
    background-color: #ff2700;
}

.stuck-tr-line{
    background-color: #aa55aa;
}

.over-tr-line{
    background-color: #885500;
}

#image-front-container{
    margin: 15px 0px 15px 0px;
}

#image-back-container{
    margin-bottom: 15px;
}
