/* --------------------------------------------------- */
/* Miniclip.com Core Stylesheet	                       */
/* Requires LESS v1.1.3 or higher (http://lesscss.org) */
/* --------------------------------------------------- */
body,
div,
dl,
dt,
dd,
li,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
  font-style: normal;
}
acronym,
abbr,
fieldset,
img {
  border: 0;
}
:focus {
  outline: 0;
}
* {
  background: no-repeat;
}
body {
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  background: #333;
}
a:link {
  color: #004499;
  text-decoration: none;
}
a:visited,
a:focus {
  color: #004499;
}
a:hover,
a:hover span {
  text-decoration: underline;
}
a:active,
a:active span {
  color: #005bcc;
  text-decoration: underline;
}
code {
  background: #f5f5f5;
  color: #999999;
  border-radius: 3px;
  padding: 2px 4px;
}
::selection,
::-moz-selection {
  background: #0099ff;
  color: #ffffff;
}
hr {
  border: 1px solid #eeeeee;
  border-width: 1px 0 0 0;
  margin: 20px 0;
}
#site-container {
  position: relative;
}
#container {
  width: 1010px;
  margin: 0 auto 40px;
}
.container {
  width: 990px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
#content {
  overflow: hidden;
  background: #ffffff;
  clear: both;
  padding: 10px 0;
}
strong {
  font-weight: bold;
}
.standard-border {
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #bbbbbb;
  padding: 20px;
  margin-bottom: 10px;
}
img.avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type='text'],
input[type='password'],
textarea,
.custom-select-box {
  border: 1px solid #bbbbbb;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 175px;
  padding: 5px;
  font-size: 13px;
  background: #ffffff;
  color: #222222;
  -webkit-box-shadow: 1px 1px 2px #eee inset;
  -moz-box-shadow: 1px 1px 2px #eee inset;
  box-shadow: 1px 1px 2px #eee inset;
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
.custom-select-box:focus {
  border-color: #0099ff;
}
input[type='text'].error,
input[type='password'].error,
textarea.error,
.custom-select-box.error {
  border-color: #cc0000;
  background: #fff0f0;
  -webkit-box-shadow: 1px 1px 2px #eaa inset;
  -moz-box-shadow: 1px 1px 2px #eaa inset;
  box-shadow: 1px 1px 2px #eaa inset;
}
input[type='text'][disabled],
input[type='password'][disabled],
textarea[disabled],
.custom-select-box[disabled],
input[type='text'][readonly],
input[type='password'][readonly],
textarea[readonly],
.custom-select-box[readonly] {
  background: #f8f8f8;
  color: #bbbbbb;
}
input[type='text'].fullwidth,
input[type='password'].fullwidth,
textarea.fullwidth,
.custom-select-box.fullwidth {
  width: 100%;
}
input[type='text'].size-small,
input[type='password'].size-small,
textarea.size-small,
.custom-select-box.size-small {
  width: 60px;
}
input[type='text'].size-auto,
input[type='password'].size-auto,
textarea.size-auto,
.custom-select-box.size-auto {
  width: auto;
}
.breadcrumbs {
  position: relative;
  height: 22px;
  line-height: 20px;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}
.breadcrumbs h1 {
  display: inline;
  font-weight: bold;
}
.breadcrumbs a {
  font-weight: bold;
}
.breadcrumbs .breadcrumbs-detail {
  float: left;
}
select {
  z-index: 9999;
  cursor: pointer;
  width: 214px;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.custom-select-wrapper .custom-select-box {
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 5% 5px 5px;
  background: #ffffff url(/layout/custom-dropdown-arrow.png) no-repeat center right;
  z-index: 1;
  cursor: pointer;
}
.custom-select-wrapper .custom-select-box-close {
  display: none;
}
label {
  font-weight: bold;
  cursor: pointer;
}
label:hover {
  color: #000000;
}
table {
  width: 100%;
  margin-bottom: 10px;
}
table th,
table td {
  padding: 10px 5px;
}
table th {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  background: #f5f5f5;
}
table td {
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}
table td.game-icon,
table td.icon {
  width: 70px;
}
table tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.clear:after,
.container:after,
.clear:before,
.container:before {
  content: " ";
  display: block;
  visibility: hidden;
}
.clearfloat,
.clearfix,
.clear:after,
.container:after {
  clear: both;
}
.clear,
.container {
  zoom: 1;
}
.promo-wrapper img {
  display: none;
}
.column-container {
  margin: 0 0 10px 0;
  clear: both;
  display: table;
}
.left-content {
  vertical-align: top;
  width: 680px;
  padding-left: 10px;
  background: #fff;
  display: table-cell;
}
.right-content {
  vertical-align: top;
  width: 310px;
  background-color: #fff;
  display: table-cell;
  padding-left: 10px;
}
.title {
  font-family: 'Fredoka One', Arial, sans-serif;
  color: #0099ff;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.1;
}
.title a {
  color: #0099ff;
}
.title.center {
  text-align: center;
}
.metadata {
  letter-spacing: 1px;
  color: #999999;
  text-transform: uppercase;
}
h1.title {
  font-size: 36px;
}
h2.title {
  font-size: 30px;
}
h3.title {
  font-size: 25px;
}
h4.title {
  font-size: 20px;
}
h5.title {
  font-size: 16px;
  color: #222222;
}
h6.title {
  font-size: 16px;
  color: #999999;
}
ul.game-icons {
  list-style-type: none;
}
ul.game-icons li {
  margin: 0 10px 7px 0;
  list-style-type: none;
  height: 75px;
}
a.game-icon {
  display: block;
  width: 70px;
  text-align: center;
  font-size: 11px;
  overflow: hidden;
  z-index: 1;
}
a.game-icon:active .icon-wrap img {
  -webkit-box-shadow: 0 -2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 2px 0px rgba(0, 0, 0, 0.3);
}
a.game-icon span.game-name {
  overflow: hidden;
  white-space: nowrap;
}
a.game-icon:hover span.game-name {
  text-decoration: underline;
}
a.game-icon.mini-icon .icon-wrap {
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.game-icon.mini-icon .icon-wrap img {
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.game-icon.mini-icon .icon-wrap:after {
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-wrap {
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  float: left;
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  margin: 0 0 2px 0;
  border: 1px solid #222;
}
.icon-wrap img {
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: block;
}
.icon-wrap:after {
  -moz-border-radius: 8px;
  border-radius: 8px;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.notification-tip {
  position: relative;
  z-index: 99;
}
.notification-tip span {
  font-weight: bold;
  background: #ff6600;
  border: 1px solid #cc5200;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 9px;
  padding: 1px 3px;
  line-height: 1;
}
.notification-tip.offset span {
  top: -5px;
  left: -5px;
  position: absolute;
}
.notification-tip.red span {
  background: #cc0000;
  border-color: #990000;
}
.notification-tip.blue span {
  background: #0099ff;
  border-color: #007acc;
}
.drop-top {
  -webkit-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  display: none;
  width: 100%;
  background: #a6dcff;
}
.drop-top-inner {
  overflow: hidden;
  position: relative;
  width: 1010px;
  margin: 0 auto;
  padding: 10px 0;
}
.drop-top-inner h2 {
  font-family: 'Fredoka One', Arial, sans-serif;
  font-size: 36px;
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.drop-top-inner h2 span.orange {
  color: #ff6600;
}
.close-droptop-action {
  position: absolute;
  top: 10px;
  right: 0;
}
.drop-top-close {
  position: relative;
  bottom: auto;
  text-indent: 0;
}
#login-bar input.error {
  border-color: #cc0000;
  color: #cc0000 !important;
  background-color: #FFDDDD !important;
}
.login-bar-signup,
.login-bar-form,
.login-bar-thirdparty {
  overflow: hidden;
  float: left;
  margin-right: 25px;
  padding-right: 25px;
}
.login-bar-signup {
  width: 290px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.login-bar-form {
  width: 465px;
  padding-top: 1px;
  padding-bottom: 5px;
  border-right: 1px dotted #79b6dc;
}
.login-bar-form h2 {
  font-size: 18px;
}
.login-bar-form .form-left {
  position: relative;
  float: left;
}
.login-bar-form fieldset,
.login-bar-form #login-form-submit {
  position: relative;
  float: left;
  margin: 5px 10px 0 0;
}
.login-bar-form #login-form-submit {
  margin: 28px 0 0 0;
}
.login-bar-form label {
  position: absolute;
  z-index: 20;
  padding: 5px 10px;
  font-size: 13px;
  color: #bbbbbb;
  cursor: text;
}
.login-bar-form fieldset#login-form-email label,
.login-bar-form fieldset#login-form-password label {
  z-index: 10;
  margin: 1px;
  padding: 5px 7px 3px;
  width: 171px;
}
.login-bar-form fieldset#login-form-remember {
  float: left;
  clear: both;
  width: 380px;
}
.login-bar-form fieldset#login-form-remember label {
  position: relative;
  padding: 5px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.login-bar-form fieldset#login-form-remember p {
  float: right;
  font-size: 11px;
}
.login-bar-form p.error-message {
  overflow: hidden;
  float: left;
  width: 260px;
  padding: 5px 0;
  color: #c00;
  font-size: 11px;
  font-weight: bold;
}
.login-bar-thirdparty {
  width: 75px;
  padding-top: 31px;
  padding-bottom: 31px;
}
.login-bar-thirdparty #fb-login-button {
  display: block;
  width: 71px;
  height: 22px;
  background: url('/channels/games/layout/sprites/main.png?v=3') -286px -340px no-repeat;
  cursor: pointer;
}
.signup-bar-left {
  float: left;
  width: 630px;
  padding: 10px 0;
}
ul.signup-features {
  overflow: hidden;
  width: 620px;
  height: 128px;
  margin: 10px 0 0 0;
  background: url('/channels/games/layout/sprites/main.png?v=3') 0px -32px no-repeat;
}
ul.signup-features li {
  float: left;
  width: 118px;
  margin: 0 25px 0 0;
  padding: 85px 5px 5px 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.signup-bar-right {
  float: left;
  width: 375px;
}
#flash-login {
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  padding: 5px;
  background: #fff;
}
.welcome-bar .welcome-message {
  float: left;
  width: 675px;
  font-size: 16px;
}
.welcome-bar h2 {
  margin-bottom: 10px;
  font-size: 21px;
  text-transform: uppercase;
}
.welcome-bar h3 {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
}
.welcome-bar .credits-info {
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  overflow: auto;
  margin-top: 15px;
  padding: 5px 10px;
  border: 1px solid #0099ff;
  background: #d3eeff;
}
.welcome-bar .credits-logo {
  float: left;
  width: 122px;
  height: 31px;
  margin-right: 20px;
  background: url('/channels/games/layout/sprites/main.png?v=3') -362px -340px no-repeat;
}
.welcome-bar .credits-info-action {
  float: left;
  display: block;
  margin: 2px 0;
}
.welcome-bar .user-credit-bonus {
  float: right;
  width: 325px;
}
.welcome-bar .credit-balance-container {
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right;
  position: relative;
  width: 225px;
  height: 65px;
  padding: 10px;
  border: 1px solid #0099ff;
  background: #fff;
  font-family: "Fredoka One", sans-serif;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}
.welcome-bar .credit-balance-container a:hover {
  text-decoration: none;
}
.welcome-bar .coin-stack {
  position: absolute;
  top: -4px;
  left: -60px;
  width: 110px;
  height: 93px;
  background: url('/channels/games/layout/sprites/main.png?v=3') -664px -296px no-repeat;
}
.welcome-bar .starting-balance,
.welcome-bar .bonus-balance {
  position: absolute;
  top: 8px;
  left: 75px;
  color: #036;
}
.welcome-bar .starting-balance {
  -webkit-animation: starting-balance 1.5s 1 ease-in;
  -moz-animation: starting-balance 1.5s 1 ease-in;
  -ms-animation: starting-balance 1.5s 1 ease-in;
  animation: starting-balance 1.5s 1 ease-in;
  opacity: 0;
}
.welcome-bar .bonus-balance {
  -webkit-animation: bonus-credits 1.5s 1 ease-out;
  -moz-animation: bonus-credits 1.5s 1 ease-out;
  -ms-animation: bonus-credits 1.5s 1 ease-out;
  animation: bonus-credits 1.5s 1 ease-out;
}
.welcome-bar .bonus-balance b {
  -webkit-animation: bonus-pulse 2s infinite ease-out;
  display: block;
  font-weight: normal;
  text-decoration: none;
}
.welcome-bar .bonus-notification {
  font-weight: bold;
}
@-webkit-keyframes starting-balance {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes starting-balance {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes starting-balance {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes starting-balance {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bonus-credits {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    color: #ffd74e;
    -webkit-filter: blur(10px);
    -webkit-transform: scale(2);
  }
  100% {
    opacity: 1;
    color: inherit;
    -webkit-transform: blur(0);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bonus-credits {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    color: #ffd74e;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    color: inherit;
    transform: scale(1);
  }
}
@-ms-keyframes bonus-credits {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    color: #ffd74e;
    -webkit-filter: blur(10px);
  }
  100% {
    opacity: 1;
    color: inherit;
    -webkit-transform: blur(0);
  }
}
@keyframes bonus-credits {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    color: #ffd74e;
    -webkit-filter: blur(10px);
  }
  100% {
    opacity: 1;
    color: inherit;
    -webkit-transform: blur(0);
  }
}
@-webkit-keyframes bonus-pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1.25);
    color: #004283;
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
.firefox .drop-top-inner h2 {
  margin: 0px;
}
.msie .drop-top-inner .message {
  padding-top: 10px;
}
.chrome .drop-top-inner .message,
.opera .drop-top-inner .message {
  padding-top: 10px;
}
.chrome .drop-top-inner h2,
.opera .drop-top-inner h2 {
  padding-bottom: 10px;
}
header,
.ie-header {
  z-index: 250;
  position: relative;
  padding: 10px 10px 7px 10px;
  background: #fff;
}
header .top-strip,
.ie-header .top-strip {
  height: 60px;
  margin: 0 0 10px 0;
  position: relative;
}
header .logo h1 a,
.ie-header .logo h1 a {
  text-indent: -9999px;
  direction: ltr;
  display: block;
  float: left;
  width: 202px;
  height: 48px;
  margin-top: 8px;
  background: url('/layout/logo_miniclip-tagline-black.png') no-repeat;
}
header .search-box,
.ie-header .search-box {
  float: left;
  margin: 0 30px;
  width: 225px;
}
.search-box {
  position: relative;
  height: 40px;
  padding: 10px 0;
}
.search-box .search-form {
  z-index: 20;
  position: relative;
  width: 100%;
}
.search-box .search-text {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-box .search-text:focus {
  border-color: #0099ff;
}
.search-box .search-text.search-active {
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.search-box .search-text:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.search-box .search-submit {
  text-indent: -9999px;
  direction: ltr;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url('/channels/games/layout/sprites/main.png?v=3') -706px -212px no-repeat;
}
.activity-ticker {
  float: left;
  position: relative;
  width: 217px;
  height: 60px;
  margin: 0;
  background: #fff;
}
.activity-ticker nav {
  display: none;
}
.activity-ticker .game-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.activity-ticker .game-name {
  display: none;
}
.activity-ticker a.text-link {
  font-size: 11px;
  font-weight: bold;
  color: #222222;
  line-height: 1.5;
}
.activity-ticker a.text-link:hover {
  text-decoration: none;
}
.activity-ticker a.text-link:hover span {
  text-decoration: underline;
}
.activity-ticker a.text-link span {
  color: #004499;
  font-weight: normal;
}
.activity-ticker .content-wrapper {
  background: #fff;
  position: relative;
}
.activity-ticker .item {
  display: none;
  position: absolute;
}
.activity-ticker .item.current {
  display: block;
}
.activity-ticker .item .info {
  padding: 4px;
  margin: 0 0 4px 80px;
  display: block;
}
.activity-ticker .item .notification-game {
  position: absolute;
  top: 0;
  left: 0;
}
.login-area {
  position: absolute;
  height: 25px;
  width: 287px;
  height: 60px;
  right: 0;
}
.login-area .login-container {
  overflow: hidden;
  width: 250px;
  height: 28px;
}
.credits-profile {
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-indent: -9999px;
  direction: ltr;
  float: right;
  border: 1px solid #ffd74e;
  margin-right: 5px;
  height: 26px;
  line-height: 26px;
  padding: 0 1px;
}
.credits-profile .icon {
  margin: 4px;
  width: 20px;
  height: 20px;
  background: url('/channels/games/layout/sprites/main.png?v=3') -678px -272px no-repeat;
}
.login-box {
  overflow: hidden;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right;
  width: auto;
  height: 26px;
  border: 1px solid #eeeeee;
  background: #fff;
  z-index: 20;
  line-height: 18px;
  font-size: 12px;
  margin-right: 5px;
}
.login-box .default-yome {
  text-indent: -9999px;
  direction: ltr;
  width: 18px;
  height: 18px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  background: url('/channels/games/layout/sprites/main.png?v=3') -719px -271px no-repeat;
  border-radius: 2px;
}
.login-box .facebook-icon {
  text-indent: -9999px;
  direction: ltr;
  width: 18px;
  height: 18px;
}
.login-box .facebook-icon a {
  display: block;
  width: 18px;
  height: 18px;
  background: url('/channels/games/layout/sprites/site.png?v=4') -39px -6px no-repeat;
  vertical-align: top;
  border-radius: 2px;
}
.login-box ul {
  float: left;
  display: inline;
}
.login-box li {
  float: left;
  border-left: 1px solid #eeeeee;
  padding: 4px 5px;
}
.login-box li:first-child {
  border: none;
}
.login-box #display-profile .avatar,
.login-box #notification-list .icon,
.login-box #credits-balance .icon {
  float: left;
  width: 20px;
  height: 20px;
}
.login-box #credits-balance .icon {
  background: url('/channels/games/layout/sprites/main.png?v=3') -678px -272px no-repeat;
}
.login-box #notification-list .notification-tip {
  z-index: 30;
  margin-left: -10px;
  margin-top: -5px;
  margin-right: -3px;
  float: left;
}
.login-box #notification-list .notification-tip span {
  text-decoration: none;
  color: white;
}
.login-box #notification-list .icon {
  background: url('/layout/icons/users-notification.png') no-repeat;
}
.login-box .username,
.login-box .balance-figure {
  padding: 0 10px 0 5px;
  background: url('/layout/login-toolbox-arrow.png') center right no-repeat;
}
.login-box.active {
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  border: 0;
  margin: 1px;
}
.login-box.active #login-link {
  color: #999;
}
.login-box .default-yome {
  float: left;
  margin-right: 5px;
}
#language-selector {
  overflow: hidden;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 18px;
  padding: 4px 5px;
  border: 1px solid #eeeeee;
  z-index: 20;
  cursor: pointer;
}
#language-expandable {
  display: none;
  position: absolute;
  top: 35px;
  right: -20px;
}
#language-expandable:before {
  left: auto;
  right: 31px;
}
#language-expandable h2 {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
}
#language-expandable ul {
  display: block;
  margin-bottom: 5px;
}
#language-expandable li {
  margin: 0 0 5px 0;
}
#language-expandable a {
  display: block;
}
#language-expandable img {
  margin: 0 5px 0 0;
  vertical-align: bottom;
}
#language-expandable p a {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #666;
  margin: 10px -10px 0 -10px;
}
ul.social-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}
ul.social-buttons li {
  float: left;
  margin-left: 15px;
}
li.google-plusone > div {
  width: 72px !important;
}
.search-category-icon {
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f5f5f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(10%, #ffffff), color-stop(25%, #ffffff), color-stop(55%, #f5f5f8), color-stop(80%, #d7d7e3), color-stop(95%, #efeff4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  border-color: #e0e0e9;
  border: 1px solid #CBD3DF;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  display: block;
  height: 24px;
  padding: 2px 0;
  text-align: center;
  width: 68px;
}
.search-category-icon img {
  height: 24px !important;
  width: 29px !important;
}
#search-suggestions {
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #bbbbbb;
  z-index: 9999;
  position: absolute;
  left: -20px;
  width: 223px;
  margin-right: 0;
  border-top: 0;
  background: #ffffff;
}
#search-suggestions li {
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
}
#search-suggestions li.free-games {
  background-color: #53d940;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #53d940 , endColorstr= #33aa22 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53d940), to(#33aa22));
  background-image: -webkit-linear-gradient(top, #53d940, #33aa22);
  background-image: -moz-linear-gradient(top, #53d940, #33aa22);
  background-image: -ms-linear-gradient(top, #53d940, #33aa22);
  background-image: -o-linear-gradient(top, #53d940, #33aa22);
  background-image: linear-gradient(top, #53d940, #33aa22);
  padding: 10px;
  font-size: 11px;
  color: #ffffff;
}
#search-suggestions li a.game-icon {
  display: block;
  width: 203px;
  min-height: 50px;
  position: relative;
  padding: 5px 10px;
  text-align: left;
}
#search-suggestions li a.game-icon:hover,
#search-suggestions li a.game-icon.highlighted {
  background: #eeeeee;
}
#search-suggestions li a.game-icon .search-category-icon {
  width: 50px;
  float: left;
  display: inline-block;
}
#search-suggestions li a.game-icon .game-name {
  display: block;
  position: absolute;
  top: 5px;
  left: 70px;
  font-weight: bold;
}
#search-suggestions li a.game-icon .game-description {
  display: block;
  position: relative;
  margin-top: 14px;
  margin-left: 60px;
  width: 130px;
  font-size: 11px;
  color: #222222;
  text-decoration: none;
}
#search-suggestions li a.game-icon:hover {
  text-decoration: none !important;
}
#search-suggestions li a.game-icon .game-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 10px;
  text-align: right;
  text-decoration: none;
  color: #222222;
}
#search-suggestions li a.game-icon .game-button .user-relationship span {
  text-decoration: none;
}
#search-suggestions li img {
  width: 50px;
  height: 42px;
}
#search-suggestions .category a,
#search-suggestions .hub a {
  min-height: 25px !important;
}
#search-suggestions .category .nowrap-icon,
#search-suggestions .hub .nowrap-icon {
  width: 50px;
  text-align: center;
  display: block;
  float: left;
}
#search-suggestions .category .nowrap-icon img,
#search-suggestions .hub .nowrap-icon img {
  height: 25px;
  width: auto;
}
#search-suggestions .category .game-name {
  top: 12px;
  left: 90px;
}
#search-suggestions .player .icon-wrap img {
  height: 50px;
}
#search-suggestions .player .country-flag {
  height: auto;
  width: auto;
}
#search-suggestions .hub .game-name {
  top: 10px;
  left: 50px;
}
#search-suggestions .action-button.orange a {
  width: 203px;
  margin: 10px;
  padding-left: 0;
  padding-right: 0;
}
#search-suggestions .action-button.green a {
  width: auto;
  min-height: 0px;
  height: auto;
  padding: 1px 10px;
}
.search-category-icon {
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f5f5f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(10%, #ffffff), color-stop(25%, #ffffff), color-stop(55%, #f5f5f8), color-stop(80%, #d7d7e3), color-stop(95%, #efeff4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  border-color: #e0e0e9;
  border: 1px solid #cbd3df;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  display: block;
  height: 24px;
  padding: 2px 0;
  text-align: center;
  width: 68px;
}
.search-category-icon img {
  height: 24px !important;
  width: 29px !important;
}
nav {
  overflow: hidden;
  width: 100%;
  height: 34px;
  display: block;
}
nav ul {
  display: table;
  width: 100%;
  list-style-type: none;
}
nav ul li.button {
  display: table-cell;
  cursor: pointer;
}
nav ul li.button a {
  overflow: auto;
  line-height: 28px;
  list-style-type: none;
}
nav ul li.button:last-child {
  padding: 0;
}
nav ul li.button:first-child a {
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  border-left-width: 1px;
}
nav ul li.button:last-child a {
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  border-right-width: 1px;
}
nav ul.open li#nav-button-more a {
  background: #fff;
}
.button a {
  overflow: hidden;
  font-family: Verdana, sans-serif;
  background: #f5f5f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(10%, #ffffff), color-stop(25%, #ffffff), color-stop(55%, #f5f5f8), color-stop(80%, #d7d7e3), color-stop(95%, #efeff4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  border-color: #e0e0e9;
  display: block;
  border: 1px solid #cbd3df;
  border-width: 1px 0;
  padding: 0 3px;
  color: #004499;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  line-height: 30px;
  white-space: nowrap;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
}
.button a:hover {
  background: #e6e6ed;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(10%, #ffffff), color-stop(25%, #ffffff), color-stop(55%, #e6e6ed), color-stop(80%, #c8c8d8), color-stop(95%, #e0e0e9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #e6e6ed 55%, #c8c8d8 80%, #e0e0e9 95%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #e6e6ed 55%, #c8c8d8 80%, #e0e0e9 95%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #e6e6ed 55%, #c8c8d8 80%, #e0e0e9 95%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #e6e6ed 55%, #c8c8d8 80%, #e0e0e9 95%);
  background: linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #e6e6ed 55%, #c8c8d8 80%, #e0e0e9 95%);
  border-color: #d1d1df;
}
.button a:active {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 32, 0.3) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 32, 0.3) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 32, 0.3) inset;
}
.button a:focus {
  outline: 0;
  background: #f5f5f5;
}
.button a img {
  height: 24px;
  min-width: 10px;
  vertical-align: middle;
  margin: -2px 0 0 0;
}
#nav-button-home,
#nav-button-more {
  width: 30px;
}
#nav-button-home a,
#nav-button-more a {
  padding: 0 5px;
  text-align: center;
}
#nav-button-home a span,
#nav-button-more a span {
  position: absolute !important;
  left: -9999px !important;
  direction: ltr;
}
#nav-button-home a {
  background: #115588;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b88da), color-stop(10%, #1b88da), color-stop(25%, #1771b5), color-stop(55%, #115588), color-stop(80%, #0b395b), color-stop(95%, #104f7f));
  background: -webkit-linear-gradient(top, #1b88da 0%, #1b88da 10%, #1771b5 25%, #115588 55%, #0b395b 80%, #104f7f 95%);
  background: -moz-linear-gradient(top, #1b88da 0%, #1b88da 10%, #1771b5 25%, #115588 55%, #0b395b 80%, #104f7f 95%);
  background: -o-linear-gradient(top, #1b88da 0%, #1b88da 10%, #1771b5 25%, #115588 55%, #0b395b 80%, #104f7f 95%);
  background: -ms-linear-gradient(top, #1b88da 0%, #1b88da 10%, #1771b5 25%, #115588 55%, #0b395b 80%, #104f7f 95%);
  background: linear-gradient(top, #1b88da 0%, #1b88da 10%, #1771b5 25%, #115588 55%, #0b395b 80%, #104f7f 95%);
  border-color: #0d4168;
}
#nav-button-home a:hover {
  background: #0e4771;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #187ac3), color-stop(10%, #187ac3), color-stop(25%, #14639f), color-stop(55%, #0e4771), color-stop(80%, #082a44), color-stop(95%, #0d4168));
  background: -webkit-linear-gradient(top, #187ac3 0%, #187ac3 10%, #14639f 25%, #0e4771 55%, #082a44 80%, #0d4168 95%);
  background: -moz-linear-gradient(top, #187ac3 0%, #187ac3 10%, #14639f 25%, #0e4771 55%, #082a44 80%, #0d4168 95%);
  background: -o-linear-gradient(top, #187ac3 0%, #187ac3 10%, #14639f 25%, #0e4771 55%, #082a44 80%, #0d4168 95%);
  background: -ms-linear-gradient(top, #187ac3 0%, #187ac3 10%, #14639f 25%, #0e4771 55%, #082a44 80%, #0d4168 95%);
  background: linear-gradient(top, #187ac3 0%, #187ac3 10%, #14639f 25%, #0e4771 55%, #082a44 80%, #0d4168 95%);
  border-color: #0a3352;
}
#more-navigation-toggle {
  width: 20px;
}
#more-navigation-toggle img {
  margin: 4px;
}
#more-navigation {
  overflow: hidden;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= #eeeeee );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: none;
  position: relative;
  border: 1px solid #bbbbbb;
  background: #ffffff;
  margin-top: 5px;
}
#more-navigation h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 0 #ffffff;
}
#more-navigation #game-categories {
  overflow: hidden;
  width: auto;
  padding: 10px 10px 15px 10px;
  border-bottom: 1px solid #eeeeee;
}
#more-hub-pages,
#more-cool-stuff,
#more-social-networks {
  float: left;
  width: 298px;
  padding: 10px 15px;
  font-size: 12px;
}
#more-hub-pages ul li,
#more-cool-stuff ul li,
#more-social-networks ul li {
  margin-bottom: 8px;
}
#more-hub-pages ul li a img,
#more-cool-stuff ul li a img,
#more-social-networks ul li a img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#more-cool-stuff {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
#more-cool-stuff .list-icon {
  float: left;
  width: 16px;
  height: 16px;
  background: url('/channels/games/layout/sprites/main.png?v=3') 0 0 no-repeat;
}
#cool-store .list-icon {
  background-position: -536px -304px;
}
#cool-download .list-icon {
  background-position: -590px -304px;
}
#cool-free-games .list-icon {
  background-position: -572px -304px;
}
#cool-help .list-icon {
  background-position: -626px -304px;
}
#cool-forum .list-icon {
  background-position: -554px -304px;
}
#cool-newsletter .list-icon {
  background-position: -608px -304px;
}
#more-social-networks .section-icon {
  width: 32px;
  height: 18px;
  background-position: -693px -162px;
}
#more-social-networks a {
  font-size: 14px;
  line-height: 24px;
}
#more-social-networks ul li {
  margin-bottom: 12px;
}
#more-social-networks .list-icon {
  width: 24px;
  height: 24px;
  float: left;
  background: url('/channels/games/layout/sprites/site.png?v=4') 0 0 no-repeat;
  border-radius: 2px;
}
#social-facebook .list-icon {
  background-position: -238px -4px;
}
#social-twitter .list-icon {
  background-position: -5px -4px;
}
#social-google-plus .list-icon {
  background-position: -74px -4px;
}
#social-youtube .list-icon {
  background-position: -107px -4px;
}
#social-pinterest .list-icon {
  background-position: -141px -4px;
}
#more-cool-stuff ul,
#more-social-networks ul li {
  float: left;
  width: 50%;
}
#more-cool-stuff ul li a,
#more-social-networks ul li a {
  padding: 0 0 0 10px;
}
/* -- FEATURED CONTENT -- */
section#featured-games {
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px 0;
}
section#featured-games .blue-container {
  overflow: hidden;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  width: 660px;
  padding: 10px;
  background: #0099ff;
}
section#featured-games .whitebox {
  height: 266px;
}
section#featured-games .latest-games {
  float: left;
  width: 446px;
  padding: 2px;
}
section#featured-games .latest-games .game-animation {
  float: left;
  min-height: 266px;
  background: #eee;
}
section#featured-games .latest-games ul.game-icons {
  float: right;
  margin: 10px 14px 0 0;
  height: 76px;
}
section#featured-games .latest-games ul.game-icons li {
  float: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
}
section#featured-games .latest-games ul.game-icons li.current {
  background: url(/layout/blue-arrow-right.png) no-repeat 3px 23px;
}
section#featured-games .hot-games {
  float: right;
  width: 196px;
  padding: 2px;
}
section#featured-games .hot-games ul.game-icons {
  overflow: auto;
  margin: 5px 0 10px;
}
section#featured-games .hot-games ul.game-icons li {
  float: left;
  height: 76px;
  margin: 5px 14px 4px;
}
section .whitebox {
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
section#featured-games .whitebox.hot-games.Credits {
  background: url(/images/credits/six-pack-bg.png) no-repeat 0 0;
}
.promo-mast {
  display: block;
  position: relative;
  padding: 5px 0;
  background: #ffffff;
  overflow: hidden;
  font-size: 10px;
}
.promo-mast .container-728x90 {
  min-width: 728px;
  padding-right: 31px;
  line-height: 0;
  z-index: 30;
  float: right;
}
.promo-mast .container-728x90 .mc-push {
  height: 90px;
}
.promo-mast .promo-text {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  position: absolute;
  right: -24px;
  top: 45px;
  width: 90px;
  background: #fff;
}
.promo-mast .promo-tag {
  font-weight: bold;
}
.promo-mast .feedback {
  float: right;
}
.promo-unit {
  overflow: hidden;
  float: right;
  width: 300px;
  padding: 0 10px 5px 0;
  font-size: 10px;
  background: #fff;
}
.promo-unit .miniclip-internal {
  margin-bottom: 10px;
  overflow: hidden;
}
.promo-unit .miniclip-internal a {
  inline-display: block;
}
.promo-unit .container-300x250 {
  width: 300px;
  max-height: 600px;
  line-height: 0;
}
.promo-unit .container-300x250 .mc-push {
  width: 300px;
  height: 250px;
}
.promo-unit .container-300x250 .mc-push img {
  width: 298px;
  height: 248px;
}
.promo-unit .promo-text {
  overflow: hidden;
  clear: both;
  line-height: 14px;
}
.promo-unit .promo-tag {
  float: left;
}
.promo-unit .feedback {
  float: right;
}
body.locale-de .promo-unit .container-300x250 {
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  padding: 10px 0 5px 0;
  background: #7c0;
}
body.locale-de .promo-unit .promo-text {
  border: 0;
  padding: 0px 3px 2px 7px;
  background: #7c0;
  color: #fff;
}
body.locale-de .promo-unit .promo-tag {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
body.locale-de .promo-unit .feedback {
  margin: 4px 3px 0 0;
}
body.locale-de .promo-unit .feedback a {
  color: #fff;
  text-decoration: underline;
}
body.locale-de section#promo-mast .promo-text {
  background-color: #7c0;
  color: #fff;
}
body.locale-de section#promo-mast .promo-text .feedback a {
  color: #ffffff;
}
/*
RIGHT COLUMN STACK CONTAINERS
 */
.right-column-wide {
  float: left;
  width: 220px;
}
.right-column-slim {
  float: right;
  width: 70px;
}
.stack-box {
  float: left;
  width: 220px;
  height: 264px;
  margin: 0 10px 10px 0;
  background: #fff;
  position: relative;
}
.stack-box.full-width,
.stack-box.size-3x1,
.stack-box.size-3x05,
.stack-box.size-3xx {
  width: 678px;
}
.stack-box.size-2x1 {
  width: 450px;
}
.stack-box.size-3xx {
  height: auto;
}
.stack-box.size-3x1,
.stack-box.size-2x1 {
  height: 264px;
}
.stack-box.size-3x05 {
  height: 130px;
}
.stack-box.fullwidth {
  width: 100%;
}
.stack-box .button {
  margin: -1px -1px 0 -1px;
}
.stack-box .button a {
  border-radius: 6px;
  border: 1px solid #cbd3df;
}
.stack-box.widget-flex-image .icon-wrap,
.stack-box.widget-flex-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.stack-box.widget-flex-image img {
  display: block;
  width: 100%;
}
.stack-box.flexible {
  height: auto;
}
.stack-box.flexible .inner {
  height: auto;
}
.stack-box.widget-flex-swf {
  line-height: 0;
  margin-bottom: 10px;
}
.stack-box.super-slim {
  width: 70px;
}
.stack-box.super-slim h2 {
  padding: 0;
  background: transparent;
  border: 0;
}
.stack-box.widget-blog-posts article {
  display: none;
  height: 235px;
  background-size: cover;
  background-position: center center;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  position: absolute;
  top: 29px;
  left: 0;
  width: 220px;
  overflow: hidden;
  padding: 10px 10px 40px 10px;
  color: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.stack-box.widget-blog-posts article h2 {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 0 5px 0;
  text-align: left;
}
.stack-box.widget-blog-posts article h2 a {
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.stack-box.widget-blog-posts nav {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  z-index: 10;
  height: auto;
}
.stack-box.widget-blog-posts nav a {
  text-indent: -999em;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #000000;
  display: inline-block;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000000;
}
.stack-box.widget-blog-posts nav a:hover {
  background: #0099ff;
}
.stack-box.widget-blog-posts nav a.selected {
  background: #ffffff;
}
.stack-box.top-games-grid li {
  font-size: 12px;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.stack-box.top-games-grid .inner ol a {
  float: left;
  font-weight: bold;
}
.stack-box.top-games-grid .inner ol a.name {
  line-height: 35px;
}
.stack-box.top-games-grid .inner ol a.thumbnail {
  margin-right: 10px;
  display: block;
  line-height: 0;
}
.stack-box.top-games-grid ol img {
  width: 35px;
  height: 35px;
}
.stack-box.top-games-grid .panel {
  display: none;
}
.stack-box.top-games-grid span {
  float: left;
}
.stack-box.top-games-grid span.position {
  float: left;
  margin-right: 10px;
  line-height: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}
.stack-box.top-games-grid div.star-rating {
  float: left;
}
.stack-box h2,
.stack-box h3 {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= #eeeeee );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #eeeeee;
  border-bottom-color: #bbbbbb;
  color: #222222;
  text-align: center;
  font-size: 16px;
}
.stack-box h2 span.sub,
.stack-box h3 span.sub {
  opacity: 0.6;
}
.stack-box h2 a.more,
.stack-box h3 a.more {
  font-size: 10px;
  line-height: 21px;
  font-weight: bold;
}
.stack-box h2.left,
.stack-box h3.left {
  text-align: left;
}
.stack-box h2.left a.more,
.stack-box h3.left a.more {
  float: right;
}
.stack-box h2.blue,
.stack-box h3.blue {
  background-color: #66c2ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #66c2ff , endColorstr= #0099ff );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66c2ff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -moz-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -ms-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -o-linear-gradient(top, #66c2ff, #0099ff);
  background-image: linear-gradient(top, #66c2ff, #0099ff);
  color: #ffffff;
  border-color: #0099ff;
}
.stack-box h2.blue a,
.stack-box h3.blue a {
  color: #ffffff;
}
.stack-box h2.green,
.stack-box h3.green {
  background-color: #53d940;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #53d940 , endColorstr= #33aa22 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53d940), to(#33aa22));
  background-image: -webkit-linear-gradient(top, #53d940, #33aa22);
  background-image: -moz-linear-gradient(top, #53d940, #33aa22);
  background-image: -ms-linear-gradient(top, #53d940, #33aa22);
  background-image: -o-linear-gradient(top, #53d940, #33aa22);
  background-image: linear-gradient(top, #53d940, #33aa22);
  color: #ffffff;
  border-color: #33aa22;
}
.stack-box h2.orange,
.stack-box h3.orange {
  background-color: #ff8533;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff8533 , endColorstr= #cc5200 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8533), to(#cc5200));
  background-image: -webkit-linear-gradient(top, #ff8533, #cc5200);
  background-image: -moz-linear-gradient(top, #ff8533, #cc5200);
  background-image: -ms-linear-gradient(top, #ff8533, #cc5200);
  background-image: -o-linear-gradient(top, #ff8533, #cc5200);
  background-image: linear-gradient(top, #ff8533, #cc5200);
  color: #ffffff;
  border-color: #993d00;
}
.stack-box.top-games-smartphone .tabs a {
  padding: 0 10px 0 40px;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  line-height: 28px;
  color: #999999;
  font-size: 12px;
  display: inline-block;
  width: 110px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -1px;
  background: url(/content/category/icons/android.png) 10px 2px no-repeat #eeeeee;
  border: 1px solid #bbbbbb;
}
.stack-box.top-games-smartphone .tabs a:first-child {
  width: 108px;
  margin-right: 2px;
}
.stack-box.top-games-smartphone .tabs a.appleiphone {
  background-image: url(/layout/icons/apple_logo.png);
}
.stack-box.top-games-smartphone .tabs a.selected {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  font-weight: bold;
  color: #222222;
}
.stack-box.top-games-smartphone .inner {
  border-top: 1px solid #bbbbbb;
}
.stack-box h3 {
  font-size: 12px;
  padding: 2px 6px;
}
.stack-box.push-ad a {
  z-index: 2;
}
.stack-box.push-ad a,
.stack-box.push-ad .mc-push {
  display: block;
}
.stack-box.push-ad .mc-push {
  margin-bottom: 12px;
}
.stack-box.push-ad .mc-push:last-child {
  margin-bottom: 0;
}
.stack-box.push-ad .dfp {
  width: 220px;
  display: block;
  height: 80px;
  overflow: hidden;
  margin-bottom: 12px;
}
.stack-box.push-ad.push-small a,
.stack-box.push-ad.push-small .mc-push {
  height: 78px;
}
.stack-box.push-ad.push-medium a,
.stack-box.push-ad.push-medium .mc-push {
  height: 124px;
}
.stack-box.push-ad.push-large a,
.stack-box.push-ad.push-large .mc-push {
  height: 262px;
}
.stack-box .inner {
  border: 1px solid #bbbbbb;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  height: 215px;
  padding: 10px;
  border-top: 0;
}
.stack-box .inner .icon-wrap {
  margin-right: 10px;
}
.stack-box .inner .row hr {
  clear: both;
  margin: 10px -10px;
  border: 1px solid #eeeeee;
  border-width: 1px 0 0 0;
}
.stack-box .inner.compressed {
  padding: 8px;
}
.stack-box .inner.compressed .row hr {
  margin: 6px -10px;
}
.stack-box .inner.flexible-height {
  height: auto;
}
.stack-box .inner h2,
.stack-box .inner h3 {
  background: transparent;
  border: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
#sidebar {
  clear: both;
  padding: 5px 10px 0 0;
  background: #fff;
}
#sidebar .stack-box,
.stack-box.end {
  margin-right: 0;
}
.category-box {
  border: 1px solid #bbbbbb;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 218px;
  height: 262px;
}
.category-box h2 {
  padding: 0;
  border: 0;
  background: transparent;
}
.category-box ul {
  overflow: hidden;
  padding: 12px 12px 0px 12px;
}
.category-box ul li {
  float: left;
  margin: 1px 13px 14px 13px;
}
.category-box.full-width ul li {
  margin: 0 15px 7px 15px;
}
.category-box a.more-games {
  display: block;
  border: 1px solid #eeeeee;
  padding: 10px 10px 0 10px;
  border-width: 1px 0 0 0;
  text-align: center;
  font-size: 12px;
}
.category-box ul.no-icon,
.hot-box ul.no-icon {
  border-top: 1px solid #eeeeee;
  padding-top: 2px;
}
.category-box ul.no-icon li,
.hot-box ul.no-icon li {
  overflow: hidden;
  width: 60px;
  height: 14px;
  margin-bottom: 0px;
  padding: 0 0 0 10px;
  background: url(/layout/orange-bullet.png) 0 4px no-repeat;
  text-align: left;
  font-size: 10px;
  white-space: nowrap;
}
.hot-box ul.no-icon li {
  width: auto;
  height: 16px;
}
.pool-widget {
  position: relative;
  background: url('/images/widgets/8bpm/widget.png');
}
.pool-widget .play-game {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 35px;
  width: 151px;
  height: 46px;
  background: url('/images/widgets/8bpm/button.png');
}
.pool-widget .play-game:hover {
  opacity: 0.9;
}
.pool-widget .players-online {
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center;
}
.pool-widget h2 {
  color: #ccc;
  text-shadow: 0px 1px 2px #000;
  font-size: 17px;
  font-weight: bold;
}
.pool-widget p {
  display: block;
  color: #fff;
  text-shadow: 0px 1px 2px #000;
  font-size: 19px;
  font-weight: bold;
}
#smartphone.stack-box.category-box {
  overflow: hidden;
}
#android h2 a {
  background-color: #b8d267;
}
.smartphone-section-heading {
  height: 27px;
}
.smartphone-section-heading .android-button a {
  float: right;
  width: 75px;
  height: 16px;
  margin: 3px;
  padding: 3px 3px 0 0;
  color: #fff;
  font-size: 11px;
  text-align: right;
}
.smartphone-section-heading .windows-button a {
  float: right;
  width: 51px;
  height: 16px;
  margin: 3px -3px;
  padding: 3px 0 2px 6px;
  background: url('/channels/games/layout/sprites/main.png?v=3') -895px -32px no-repeat;
  color: #fff;
  font-size: 11px;
}
#android .smartphone-section-heading {
  background: #b8d267 url('/channels/games/layout/sprites/main.png?v=3') -622px -56px no-repeat;
}
#windows .smartphone-section-heading {
  background: url('/channels/games/layout/sprites/main.png?v=3') -622px -112px no-repeat;
}
#windows .smartphone-section-heading.windows-up {
  background: url('/channels/games/layout/sprites/main.png?v=3') -622px -85px no-repeat;
}
.smartphone-games-icon-container {
  height: 177px;
  font-size: 11px;
}
#iphone-icons.smartphone-games-icon-container {
  overflow: hidden;
  height: 178px;
  padding-top: 3px;
}
.smartphone-section-main-icon {
  overflow: hidden;
  float: left;
  width: 100px;
  height: 164px;
  margin: 8px 17px 3px 24px;
  line-height: 13px;
}
.smartphone-section-main-icon .smartphone-main-name {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.smartphone-section-small-icon {
  overflow: hidden;
  float: left;
  width: 70px;
  height: 78px;
  margin-top: 8px;
  line-height: 13px;
}
.smartphone-large-icon {
  width: 100px;
  height: 100px;
}
.smartphone-small-icon {
  width: 50px;
  height: 50px;
}
.smartphone-game-name {
  line-height: 13px;
  margin-top: 2px;
}
.top-ten-box,
.all-categories-box {
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 11px;
}
.top-ten-box ol {
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  border: 1px solid #bbbbbb;
  height: 210px;
  overflow: hidden;
  padding: 13px 15px 11px 15px;
  border-top: none;
}
.top-ten-box ol li {
  margin-bottom: 5px;
  line-height: 16px;
}
.top-ten-box ol li span {
  font-weight: bold;
  border-radius: 3px;
  background: #0099ff;
  color: #ffffff;
  float: left;
  width: 2em;
  text-align: center;
  margin-right: 5px;
}
.top-ten-box ol li.counter-1 a {
  font-weight: bold;
}
.top-ten-box ol li.counter-1 span {
  background-color: #ff6600;
}
.hot-box ul {
  height: 179px;
  padding: 14px 0 0 0;
  border: 0;
  background: transparent;
}
.hot-box ul.no-icon {
  height: 51px;
}
.hot-box ul.game-icons li {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.all-categories-box ul li {
  float: left;
  margin: 5px;
}
.lazy-loader {
  width: 75%;
  padding: 5px;
  margin: 10px auto;
  text-align: center;
  font-size: 9px;
}
.lazy-loader img {
  width: 32px;
  height: 32px;
}
section#full-list {
  -moz-border-radius: 6px;
  border-radius: 6px;
  clear: both;
  background: #fff;
}
section#full-list .list-header {
  overflow: hidden;
  padding: 0 10px;
}
section#full-list .list-header label em {
  color: #bbb;
}
section#full-list .game a {
  text-align: left;
}
section#full-list h2 {
  font-size: 16px;
}
section#full-list .list-header h2 {
  float: left;
  padding: 8px 40px 8px 0;
  color: #000;
}
section#full-list .list-header .section-icon {
  float: left;
  width: 32px;
  height: 17px;
  margin: 10px 10px 10px 0;
  background: url('/channels/games/layout/sprites/main.png?v=3') -727px -162px no-repeat;
}
section#full-list .list-header ul {
  overflow: hidden;
  width: auto;
}
section#full-list .list-header ul li {
  float: left;
  margin: 10px;
}
section#full-list .list-header ul li input {
  margin: 0 5px 0 0;
}
section#full-list .list-header ul li h3,
section#full-list .games-list ul li h3 {
  font-weight: bold;
}
section#full-list .games-list .list-container ul:nth-child(1) li:nth-child(1) h3 {
  margin-top: 0;
}
section#full-list .list-toggle {
  float: right;
  padding: 10px 0;
  cursor: pointer;
}
section#full-list .list-toggle:hover {
  color: rgba(0, 0, 0, 0.5);
}
section#full-list .list-container {
  overflow: hidden;
  padding: 10px;
}
section#full-list .games-list {
  overflow: hidden;
}
#more-navigation #game-categories ul,
section#full-list .games-list .list-container ul,
section#full-list .category-list .list-container ul {
  float: left;
  width: 140px;
  font-size: 11px;
}
#more-navigation #game-categories ul {
  width: 138px;
}
section#full-list .category-list .list-container {
  margin: 0 0 10px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
#more-navigation #game-categories ul li,
section#full-list .category-list ul li {
  padding: 0 0 0 10px;
  background: url(/layout/blue-bullet-light-bg.png) no-repeat 0 3px;
}
footer,
.ie-footer {
  overflow: hidden;
  -moz-border-radius: 6px;
  border-radius: 6px;
  clear: both;
  margin: 10px 0;
  background: #fff;
  font-size: 11px;
}
footer h3,
.ie-footer h3 {
  margin: 0 0 3px 0;
  font-weight: bold;
}
footer section,
.ie-footer section {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
footer .text-block,
.ie-footer .text-block {
  float: left;
  width: 485px;
  padding: 0 10px;
}
footer .text-block p,
.ie-footer .text-block p {
  margin-bottom: 10px;
}
footer .footer-links ul,
.ie-footer .footer-links ul {
  float: left;
  margin: 0 20px 0 10px;
  width: 138px;
}
footer .footer-links ul.language,
.ie-footer .footer-links ul.language {
  float: right;
}
footer .footer-links ul.language li a img,
.ie-footer .footer-links ul.language li a img {
  float: left;
  margin: 1px 2px 0 0;
}
footer .footer-links ul li,
.ie-footer .footer-links ul li {
  clear: both;
  margin-bottom: 3px;
  line-height: 11px;
}
footer .footer-links a,
.ie-footer .footer-links a,
footer .legal ul li a,
.ie-footer .legal ul li a {
  color: #222222;
  text-decoration: underline;
}
footer .footer-links a:hover,
.ie-footer .footer-links a:hover,
footer .legal ul li a:hover,
.ie-footer .legal ul li a:hover {
  text-decoration: none;
}
footer .legal,
.ie-footer .legal {
  padding: 10px;
  text-align: center;
}
footer .legal p,
.ie-footer .legal p {
  line-height: 20px;
  font-weight: bold;
}
footer .legal a,
.ie-footer .legal a {
  font-weight: normal;
  margin: 0 10px;
}
footer .social ul li,
.ie-footer .social ul li {
  float: left;
  margin: 0 10px;
}
.disabled-button a,
.disabled-button button,
.action-button a,
.action-button button,
input.action-button,
button.action-button,
input.submit {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= #eeeeee );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: Tahoma, sans-serif;
  border: 1px solid #eeeeee;
  color: #222222;
  width: auto;
  display: block;
  float: left;
  margin: 0 3px 0 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.disabled-button.tab a,
.action-button.tab a {
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}
.action-button:last-child a,
.action-button:last-child button,
input.action-button:last-child,
button.action-button:last-child,
input.submit:last-child {
  margin: 0;
}
.action-button.small a,
.action-button.small button,
input.action-button.small,
.disabled-button.small a,
.disabled-button.small button,
input.disabled-button.small {
  padding: 1px 10px;
  font-size: 10px;
}
.action-button.fullwidth a,
input.action-button.fullwidth {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.action-button.big a,
.action-button.big button,
input.action-button.big {
  padding: 16px;
  font-size: 20px;
}
input.action-button[disabled]:hover,
input.submit[disabled]:hover,
.disabled-button[disabled]:hover,
button.action-button[disabled]:hover,
input.action-button[disabled],
input.submit[disabled],
.disabled-button[disabled],
button.action-button[disabled],
input.action-button a,
input.submit a,
.disabled-button a,
button.action-button a {
  color: #222222;
  background: #f8f8f8;
  border-color: #eeeeee;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.action-button.blue[disabled]:hover,
input.submit.blue[disabled]:hover,
.disabled-button.blue[disabled]:hover,
button.action-button.blue[disabled]:hover,
input.action-button.blue[disabled],
input.submit.blue[disabled],
.disabled-button.blue[disabled],
button.action-button.blue[disabled],
input.action-button.blue a,
input.submit.blue a,
.disabled-button.blue a,
button.action-button.blue a {
  color: #ffffff;
  background: #9ed5fa;
  border-color: #55b6f6;
}
input.action-button.green[disabled]:hover,
input.submit.green[disabled]:hover,
.disabled-button.green[disabled]:hover,
button.action-button.green[disabled]:hover,
input.action-button.green[disabled],
input.submit.green[disabled],
.disabled-button.green[disabled],
button.action-button.green[disabled],
input.action-button.green a,
input.submit.green a,
.disabled-button.green a,
button.action-button.green a {
  color: #ffffff;
  background: #83d478;
  border-color: #3ba02c;
}
input.action-button.red[disabled]:hover,
input.submit.red[disabled]:hover,
.disabled-button.red[disabled]:hover,
button.action-button.red[disabled]:hover,
input.action-button.red[disabled],
input.submit.red[disabled],
.disabled-button.red[disabled],
button.action-button.red[disabled],
input.action-button.red a,
input.submit.red a,
.disabled-button.red a,
button.action-button.red a,
input.action-button.red button,
input.submit.red button,
.disabled-button.red button,
button.action-button.red button {
  color: #ffffff;
  background: #f25a5a;
  border-color: #c20a0a;
}
.action-button.blue a,
input.action-button.blue,
button.action-button.blue,
.action-button.blue button {
  background-color: #66c2ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #66c2ff , endColorstr= #0099ff );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66c2ff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -moz-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -ms-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -o-linear-gradient(top, #66c2ff, #0099ff);
  background-image: linear-gradient(top, #66c2ff, #0099ff);
  border-color: #007acc;
  color: #fff;
}
.action-button.green a,
input.action-button.green,
input.submit,
button.action-button.green,
.action-button.green button {
  background-color: #53d940;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #53d940 , endColorstr= #33aa22 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53d940), to(#33aa22));
  background-image: -webkit-linear-gradient(top, #53d940, #33aa22);
  background-image: -moz-linear-gradient(top, #53d940, #33aa22);
  background-image: -ms-linear-gradient(top, #53d940, #33aa22);
  background-image: -o-linear-gradient(top, #53d940, #33aa22);
  background-image: linear-gradient(top, #53d940, #33aa22);
  border-color: #267f19;
  color: #fff;
}
.action-button.red a,
.action-button.red button,
input.action-button.red {
  background-color: #ff0000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff0000 , endColorstr= #800000 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#800000));
  background-image: -webkit-linear-gradient(top, #ff0000, #800000);
  background-image: -moz-linear-gradient(top, #ff0000, #800000);
  background-image: -ms-linear-gradient(top, #ff0000, #800000);
  background-image: -o-linear-gradient(top, #ff0000, #800000);
  background-image: linear-gradient(top, #ff0000, #800000);
  border-color: #800000;
  color: #fff;
}
.action-button.grey a,
.action-button.grey button,
input.action-button.grey {
  background-color: #777777;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #777777 , endColorstr= #444444 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
  background-image: -webkit-linear-gradient(top, #777777, #444444);
  background-image: -moz-linear-gradient(top, #777777, #444444);
  background-image: -ms-linear-gradient(top, #777777, #444444);
  background-image: -o-linear-gradient(top, #777777, #444444);
  background-image: linear-gradient(top, #777777, #444444);
  border-color: #333;
  color: #fff;
}
.action-button.orange a,
.action-button.orange button,
input.action-button.orange {
  background-color: #ff8533;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff8533 , endColorstr= #cc5200 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8533), to(#cc5200));
  background-image: -webkit-linear-gradient(top, #ff8533, #cc5200);
  background-image: -moz-linear-gradient(top, #ff8533, #cc5200);
  background-image: -ms-linear-gradient(top, #ff8533, #cc5200);
  background-image: -o-linear-gradient(top, #ff8533, #cc5200);
  background-image: linear-gradient(top, #ff8533, #cc5200);
  border-color: #993d00;
  color: #fff;
}
.action-button.navy a,
.action-button.navy button,
input.action-button.navy {
  background-color: #335588;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #335588 , endColorstr= #113366 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#335588), to(#113366));
  background-image: -webkit-linear-gradient(top, #335588, #113366);
  background-image: -moz-linear-gradient(top, #335588, #113366);
  background-image: -ms-linear-gradient(top, #335588, #113366);
  background-image: -o-linear-gradient(top, #335588, #113366);
  background-image: linear-gradient(top, #335588, #113366);
  border-color: #136;
  color: #fff;
}
.action-button.yellow a,
input.action-button.yellow,
.action-button.yellow button,
button.action-button.yellow {
  background-color: #ffd74e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffd74e , endColorstr= #ce9f00 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd74e), to(#ce9f00));
  background-image: -webkit-linear-gradient(top, #ffd74e, #ce9f00);
  background-image: -moz-linear-gradient(top, #ffd74e, #ce9f00);
  background-image: -ms-linear-gradient(top, #ffd74e, #ce9f00);
  background-image: -o-linear-gradient(top, #ffd74e, #ce9f00);
  background-image: linear-gradient(top, #ffd74e, #ce9f00);
  border-color: #ce9f00;
}
.action-button a:hover,
input.action-button:hover,
input.submit:hover,
button.action-button:hover,
.action-button button:hover {
  background-color: #ff944d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff944d , endColorstr= #b34700 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff944d), to(#b34700));
  background-image: -webkit-linear-gradient(top, #ff944d, #b34700);
  background-image: -moz-linear-gradient(top, #ff944d, #b34700);
  background-image: -ms-linear-gradient(top, #ff944d, #b34700);
  background-image: -o-linear-gradient(top, #ff944d, #b34700);
  background-image: linear-gradient(top, #ff944d, #b34700);
  border-color: #803300;
  color: #ffffff;
}
.action-button a:active,
input.action-button:active,
input.submit:active,
button.action-button:active,
.action-button button:active {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,32,0.3) inset;
  -moz-box-shadow: 0 2px 3px rgba(0,0,32,0.3) inset;
  box-shadow: 0 2px 3px rgba(0,0,32,0.3) inset;
}
input.action-button[disabled]:hover,
input.submit[disabled]:hover,
.disabled-button[disabled]:hover,
input.action-button[disabled],
input.submit[disabled],
.disabled-button[disabled],
input.action-button a,
input.submit a,
.disabled-button a,
input.action-button button,
input.submit button,
.disabled-button button {
  color: #222222;
  background: #f8f8f8;
  border-color: #eeeeee;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.action-button.blue[disabled]:hover,
input.submit.blue[disabled]:hover,
.disabled-button.blue[disabled]:hover,
input.action-button.blue[disabled],
input.submit.blue[disabled],
.disabled-button.blue[disabled],
input.action-button.blue a,
input.submit.blue a,
.disabled-button.blue a {
  color: #ffffff;
  background: #9ed5fa;
  border-color: #55b6f6;
}
input.action-button.green[disabled]:hover,
input.submit.green[disabled]:hover,
.disabled-button.green[disabled]:hover,
input.action-button.green[disabled],
input.submit.green[disabled],
.disabled-button.green[disabled],
input.action-button.green a,
input.submit.green a,
.disabled-button.green a,
input.action-button.green button,
input.submit.green button,
.disabled-button.green button {
  color: #ffffff;
  background: #83d478;
  border-color: #3ba02c;
}
input.action-button.grey[disabled]:hover,
input.submit.grey[disabled]:hover,
.disabled-button.grey[disabled]:hover,
input.action-button.grey[disabled],
input.submit.grey[disabled],
.disabled-button.grey[disabled],
input.action-button.grey a,
input.submit.grey a,
.disabled-button.grey a,
input.action-button.grey button,
input.submit.grey button,
.disabled-button.grey button {
  color: #ffffff;
  background: #848484;
  border-color: #333333;
}
.notification-bar {
  -moz-border-radius: 6px;
  border-radius: 6px;
  clear: both;
  position: relative;
  width: auto;
  margin: 0 0 10px 0;
  border: 1px solid #267f19;
  background: #33aa22;
  padding: 6px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
.notification-bar.notifcation-close {
  padding: 6px 40px 6px 12px;
}
.notification-bar p {
  clear: none;
}
.notification-bar .icon {
  margin-right: 5px;
  font-weight: bold;
}
.notification-bar strong {
  font-weight: bold;
}
.notification-bar .close {
  text-indent: -9999px;
  direction: ltr;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  padding: 0 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2) url(/layout/notification-close.png) no-repeat center;
  cursor: pointer;
}
.notification-bar .close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.notification-bar a,
.notification-bar a:hover,
.notification-bar a:visited {
  color: #fff;
  text-decoration: underline;
}
.notification-bar a:active {
  color: #efe;
  text-decoration: none;
}
.notification-bar.information {
  border-color: #007acc;
  background: #0099ff;
}
.notification-bar.warning {
  border-color: #cc5200;
  background: #ff6600;
}
.notification-bar.error {
  border-color: #990000;
  background: #cc0000;
}
.left-arrow-pager,
.right-arrow-pager {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  line-height: 14px;
  color: #33aa22;
  font-weight: bold;
}
.left-arrow-pager:hover,
.right-arrow-pager:hover {
  border-color: #33aa22;
}
.toolbox {
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  position: absolute;
  width: 140px;
  padding: 10px;
  /*	background: #111; */
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  z-index: 999;
}
.toolbox h1 {
  color: white !important;
  font-family: Tahoma, sans-serif !important;
  font-size: 16px !important;
  border-bottom: none !important;
  padding: 0 !important;
}
.toolbox strong {
  display: block;
  font-weight: bold;
}
.toolbox span {
  display: block;
  margin-top: 5px;
}
.toolbox a {
  color: #fff;
}
.toolbox:before {
  position: absolute;
  top: -8px;
  left: 73px;
  content: '';
  border: 8px solid transparent;
  border-bottom-color: #111;
  border-top-width: 0;
  z-index: 999;
}
.toolbox.tooltip-top:before {
  bottom: -8px;
  top: auto;
  border: 8px solid transparent;
  border-top-color: #111;
  border-bottom-width: 0;
}
.toolbox .avatar {
  border: 1px solid #fff;
  float: left;
  line-height: 0;
  margin-right: 5px;
}
.round-corners {
  -moz-border-radius: 6px;
  border-radius: 6px;
}
body.use-showcase header {
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
body.use-takeover header {
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.is-challenge-game a {
  color: #ff6600;
}
.new-game-icon {
  display: inline-block;
  width: 23px;
  height: 7px;
  margin: 4px 0 0 5px;
  background: url('/channels/games/layout/sprites/main.png?v=3') -694px -186px no-repeat;
}
#feedback {
  z-index: 50;
  position: fixed;
  bottom: 0;
  right: 20px;
  font-size: 15px;
}
#feedback .yome {
  display: block;
  position: absolute;
  left: 3px;
  bottom: 0;
  width: 35px;
  height: 50px;
  background: url(/layout/feedback-yome.png);
}
#feedback a {
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #53d940;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #53d940 , endColorstr= #33aa22 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53d940), to(#33aa22));
  background-image: -webkit-linear-gradient(top, #53d940, #33aa22);
  background-image: -moz-linear-gradient(top, #53d940, #33aa22);
  background-image: -ms-linear-gradient(top, #53d940, #33aa22);
  background-image: -o-linear-gradient(top, #53d940, #33aa22);
  background-image: linear-gradient(top, #53d940, #33aa22);
  display: block;
  height: 30px;
  padding-left: 40px;
  padding: 0 20px;
  border: 1px solid #33aa22;
  border-bottom: none;
  color: #fff;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#player-options,
#credits-options,
#notifications-dropdown {
  position: absolute;
  top: 35px;
  right: 85px;
  display: none;
  padding-bottom: 5px;
}
#player-options ul,
#credits-options ul,
#notifications-dropdown ul {
  margin-left: 50px;
}
#player-options li,
#credits-options li,
#notifications-dropdown li {
  padding: 0 0 5px 0;
}
/* override some settings */
#notifications-dropdown {
  width: 200px;
  z-index: 50;
}
#notifications-dropdown h2 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
#notifications-dropdown .no-notifications {
  padding: 5px;
  text-align: center;
  margin-top: 110px;
}
#notifications-dropdown #notifications-dropdown-content {
  margin-left: 0px;
  width: 100% !important;
}
#notifications-dropdown #notifications-dropdown-content .jspContainer,
#notifications-dropdown #notifications-dropdown-content .jspPane {
  width: 100% !important;
}
#notifications-dropdown #notifications-dropdown-content .jspDrag {
  background: grey;
}
#notifications-dropdown #notifications-dropdown-content .notification-row {
  border-top: 1px solid #444;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
#notifications-dropdown #notifications-dropdown-content .notification-row img {
  vertical-align: middle;
  margin-right: 10px;
  display: table-cell;
}
#notifications-dropdown #notifications-dropdown-content .notification-row a {
  display: table;
  text-decoration: none;
}
#notifications-dropdown #notifications-dropdown-content .notification-row .message {
  display: table-cell;
  vertical-align: middle;
}
#notifications-dropdown #notifications-dropdown-content .notification-row .message span {
  display: inline;
  text-decoration: none;
  color: white;
}
#notifications-dropdown #notifications-dropdown-content .notification-row:hover {
  background: #000;
}
#notifications-dropdown .all-read {
  float: right;
  margin-top: 0;
}
#notifications-dropdown .more-notifications {
  margin-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #444;
  text-align: center;
}
#notifications-dropdown.toolbox:before {
  left: auto;
  right: 20px;
}
.notifications-list-read {
  display: block;
  float: right;
}
/* override some settings */
#credits-options .credits-icon {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  height: 25px;
  background: url('/channels/games/layout/sprites/main.png?v=3') -1px -326px no-repeat;
}
#credits-options ul {
  margin-left: 40px;
}
#player-options .logout a {
  color: #bbb;
}
.notification-count {
  display: inline !important;
}
.site-notification {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  background: #33aa22;
  position: relative;
}
.site-notification p a {
  color: #9fea95;
  font-weight: bold;
}
a.takeover:hover,
a.takeover {
  z-index: 10;
  text-decoration: none;
}
#admin-stuff {
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #bbbbbb;
  position: fixed;
  bottom: 10px;
  left: 20px;
  padding: 10px;
  width: 300px;
  background: #fff;
}
#admin-stuff #admin-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 350px;
  font-size: 10px;
}
#admin-stuff .notification-bar,
#admin-stuff .action-button,
#admin-stuff table {
  clear: both;
  margin-bottom: 10px;
  font-size: 10px;
}
#admin-stuff #admin-header {
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
  background: #0099ff;
  color: #fff;
}
#admin-stuff #admin-header a {
  position: absolute;
  right: 10px;
  top: 5px;
}
#bookmark-homepage {
  -webkit-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  display: none;
  border-top: 1px solid #c0e6ff;
  background: #a6dcff;
}
#bookmark-homepage .button-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#sponsored-games .with-icon .widget-html {
  padding-left: 80px;
}
#sponsored-games.compressed .with-icon .widget-html {
  font-size: 9px;
  padding-left: 56px;
}
#sponsored-games.compressed img {
  width: 45px;
}
.body-overlay {
  z-index: 500;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.webgame #payment-modal {
  border: 0;
}
.webgame #payment-modal iframe {
  -moz-border-radius: 0;
  border-radius: 0;
}
#payment-modal {
  /*overflow-x: hidden !important;
  overflow-y: scroll !important;*/
  overflow: hidden;
}
#payment-modal iframe {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
.pagination {
  padding: 6px 0;
  margin-bottom: 10px;
  text-align: center;
}
.pagination li {
  display: inline;
  list-style-type: none;
}
.pagination li a {
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= #eeeeee );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  padding: 5px 10px;
}
.pagination li a:hover {
  background-color: #ff8533;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff8533 , endColorstr= #cc5200 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8533), to(#cc5200));
  background-image: -webkit-linear-gradient(top, #ff8533, #cc5200);
  background-image: -moz-linear-gradient(top, #ff8533, #cc5200);
  background-image: -ms-linear-gradient(top, #ff8533, #cc5200);
  background-image: -o-linear-gradient(top, #ff8533, #cc5200);
  background-image: linear-gradient(top, #ff8533, #cc5200);
  border-color: #cc0000;
  color: #ffffff;
  text-decoration: none;
}
.pagination li.current a {
  background-color: #66c2ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #66c2ff , endColorstr= #0099ff );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66c2ff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -moz-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -ms-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -o-linear-gradient(top, #66c2ff, #0099ff);
  background-image: linear-gradient(top, #66c2ff, #0099ff);
  border-color: #0099ff;
  color: #fff;
  font-weight: bold;
}
.friends-league-widget {
  position: relative;
  height: auto;
}
.friends-league-widget .inner {
  position: relative;
  overflow: auto;
  height: auto;
  padding: 0;
}
.friends-league-widget ul {
  padding-top: 10px;
}
.friends-league-widget li {
  overflow: auto;
  position: relative;
  padding: 0 10px 10px 10px;
}
.friends-league-widget li span {
  float: left;
}
.friends-league-widget li .score-challenge {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: auto;
  display: none;
  position: absolute;
  right: 5px;
  top: 1px;
  padding-left: 5px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.friends-league-widget li:hover .score-challenge {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
}
.friends-league-widget .score-position {
  width: 30px;
  margin-right: 10px;
  padding-top: 5px;
  color: #0099ff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.friends-league-widget .user-avatar {
  margin-right: 5px;
}
.friends-league-widget .user-avatar img {
  float: left;
}
.friends-league-widget .username {
  overflow: hidden;
  max-width: 85px;
  padding-top: 2px;
}
.friends-league-widget .user-score {
  float: right;
  overflow: hidden;
  max-width: 45px;
  margin-left: 5px;
  padding-top: 3px;
  font-size: 11px;
  font-weight: bold;
}
.friends-league-widget .current-user {
  margin-bottom: 10px;
  padding-top: 10px;
  background: #a6dcff;
}
.friends-league-widget .current-user .score-position {
  padding-top: 10px;
}
.friends-league-widget .current-user .username {
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
}
.friends-league-widget .current-user .user-score {
  padding-top: 8px;
  font-size: 13px;
}
.friends-league-widget .refresh-overlay {
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.friends-league-widget .refresh-overlay .message-container {
  margin-top: 50px;
  padding: 10px;
  text-align: center;
}
.friends-league-widget .refresh-overlay .message {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.friends-league-widget .refresh-overlay .refresh-button a {
  width: 164px;
}
.activity-feed {
  position: relative;
  height: auto;
  /* Promoted Activity */
}
.activity-feed .settings-icon {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-indent: -9999px;
  direction: ltr;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  background: url(/sandbox/players/feed-widget/filter-icon.png);
}
.activity-feed .settings-icon:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.activity-feed .activity-settings {
  display: none;
  z-index: 9999;
  right: -25px;
  width: 100px;
  margin-top: 2px;
}
.activity-feed .activity-settings li {
  overflow: auto;
}
.activity-feed .activity-settings .icon {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-right: 5px;
  background: url(/sandbox/players/feed-widget/filter-icons.png) no-repeat;
}
.activity-feed .activity-settings .all-updates .icon {
  background-position: 0 0;
}
.activity-feed .activity-settings .my-updates .icon {
  background-position: 0 -10px;
}
.activity-feed .activity-settings .more-settings {
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #444;
}
.activity-feed .activity-settings .more-settings a {
  color: #bbb;
}
.activity-feed .inner {
  position: relative;
  height: auto;
  padding: 0;
}
.activity-feed .refresh-notification {
  overflow: auto;
  z-index: 2500;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 94%;
  padding: 3%;
  border-bottom: 1px solid #eeeeee;
  background: rgba(255, 255, 255, 0.85);
}
.activity-feed .refresh-notification a {
  width: 93%;
  padding-left: 3%;
  padding-right: 3%;
}
.activity-feed .feed-content {
  overflow: hidden;
  height: 230px;
}
.activity-feed .feed-event {
  z-index: 500;
  display: block;
  overflow: auto;
  width: 198px;
  padding: 10px;
  border-top: 1px solid #eeeeee;
}
.activity-feed .feed-event:first-child {
  border-top: 0;
}
.activity-feed .user-avatar {
  vertical-align: middle;
  display: inline;
  width: 15px;
  height: 15px;
  padding-right: 5px;
}
.activity-feed .event-time {
  display: block;
  color: #bbbbbb;
  font-size: 11px;
}
.activity-feed .event-graphic {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
}
.activity-feed .event-graphic a {
  display: block;
}
.activity-feed .event-graphic img {
  float: left;
  width: 34px;
  height: 34px;
}
.activity-feed .featured-event .event-graphic img {
  width: 70px;
  height: 70px;
}
.activity-feed .featured-event .event-text {
  width: 118px;
}
.activity-feed .game-icon {
  float: left;
  margin: 0;
}
.activity-feed .event-text {
  float: right;
  width: 154px;
  padding: 0;
  font-size: 12px;
}
.activity-feed .event-text em {
  font-style: italic;
}
.activity-feed .event-action {
  display: block;
  margin-top: 10px;
}
.activity-feed .promotion-event {
  background: url(/sandbox/players/feed-widget/promoted-bg.jpg) center top no-repeat;
}
.activity-feed .promotion-event .event-graphic {
  background: transparent;
}
.activity-feed .promotion-event p {
  padding: 2px;
  text-shadow: 1px 1px 0 #fff;
}
.box-white {
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  background: #ffffff;
}
.box-grey,
.box-grey-border {
  border: 1px solid #bbbbbb;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}
.box-grey {
  padding: 30px;
  background: #eeeeee url(/channels/games/layout/pages/newsletter-signup/paper.png);
}
.box-blue,
.box-green,
.box-orange {
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #66c2ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #66c2ff , endColorstr= #0099ff );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66c2ff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -moz-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -ms-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -o-linear-gradient(top, #66c2ff, #0099ff);
  background-image: linear-gradient(top, #66c2ff, #0099ff);
  border: 1px solid #0099ff;
  padding: 10px;
  color: #ffffff;
  font-size: 11px;
}
.box-blue .title,
.box-green .title,
.box-orange .title {
  color: #ffffff;
}
.box-green {
  border-color: #33aa22;
  background-color: #53d940;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #53d940 , endColorstr= #33aa22 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53d940), to(#33aa22));
  background-image: -webkit-linear-gradient(top, #53d940, #33aa22);
  background-image: -moz-linear-gradient(top, #53d940, #33aa22);
  background-image: -ms-linear-gradient(top, #53d940, #33aa22);
  background-image: -o-linear-gradient(top, #53d940, #33aa22);
  background-image: linear-gradient(top, #53d940, #33aa22);
}
.box-orange {
  border-color: #cc0000;
  background-color: #ff8533;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff8533 , endColorstr= #cc5200 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8533), to(#cc5200));
  background-image: -webkit-linear-gradient(top, #ff8533, #cc5200);
  background-image: -moz-linear-gradient(top, #ff8533, #cc5200);
  background-image: -ms-linear-gradient(top, #ff8533, #cc5200);
  background-image: -o-linear-gradient(top, #ff8533, #cc5200);
  background-image: linear-gradient(top, #ff8533, #cc5200);
}
#daily-challenge .challenge {
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  height: 261px;
  border: 1px solid #036;
  background: url(/images/widgets/daily-challenge/daily-challenge.png);
}
#daily-challenge .challenge img.heading {
  position: absolute;
  top: 2px;
  left: 31px;
}
#daily-challenge .challenge .info {
  position: absolute;
  top: 45px;
  left: 80px;
  width: 132px;
  height: 210px;
  text-align: center;
}
#daily-challenge .challenge .info .game-icon {
  width: 112px;
  margin: 15px 10px;
}
#daily-challenge .challenge .info .icon-wrap {
  float: none;
  margin: 0 20px 2px 20px;
}
#daily-challenge .challenge .info p {
  margin: 0 5px;
  color: #68738f;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
#daily-challenge .challenge .info p b,
#daily-challenge .challenge .info p strong {
  color: #2e3e67;
  font-size: 18px;
}
#daily-challenge .challenge .info a.play-now {
  text-indent: -9999px;
  direction: ltr;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 132px;
  height: 120px;
}
.user-banned {
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  background: #ead6d6;
  background: -webkit-linear-gradient(45deg, rgba(150, 50, 50, 0.2) 25%, transparent 25%, transparent 50%, rgba(150, 50, 50, 0.2) 50%, rgba(150, 50, 50, 0.2) 75%, transparent 75%, transparent);
  background-size: 30px 30px;
}
.ban-container {
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ead6d6;
  background: #fff;
}
.banned-heading {
  font-family: 'Fredoka One', Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  color: #963232;
  text-transform: uppercase;
}
.stack-box.tips-tricks-widget .video-thumbnail {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.stack-box.tips-tricks-widget .inner {
  height: 210px;
}
.stack-box.tips-tricks-widget .thumbnail-overlay {
  text-indent: -9999px;
  direction: ltr;
  position: absolute;
  top: 45px;
  left: 71px;
  width: 72px;
  height: 72px;
  background: url('/channels/games/layout/sprites/main.png?v=3') -761px -140px no-repeat;
}
.stack-box.tips-tricks-widget .video-link:hover .thumbnail-overlay {
  background-position: -833px -140px;
}
.stack-box.tips-tricks-widget .video-title {
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  background: none;
  color: #004499;
  font-size: 13px;
  text-align: left;
}
.stack-box.tips-tricks-widget .video-description {
  margin-bottom: 10px;
  font-size: 12px;
}
#game-widgets .tips-tricks-widget .thumbnail-overlay {
  top: 39px;
  left: 59px;
}
#game-widgets .tips-tricks-widget .more-videos .action-button a {
  width: 176px;
}
.star-rating {
  width: 100px;
  height: 20px;
  background: url('/channels/games/layout/sprites/site.png?v=4') 0 -74px no-repeat;
}
.star-rating-5 {
  width: 100px;
}
.star-rating-10 {
  width: 200px;
}
.rating-stars {
  height: 20px;
  background: url('/channels/games/layout/sprites/site.png?v=4') 0 -34px no-repeat;
}
.rating-1-star {
  width: 20px;
}
.rating-1-5-star {
  width: 30px;
}
.rating-2-star {
  width: 40px;
}
.rating-2-5-star {
  width: 50px;
}
.rating-3-star {
  width: 60px;
}
.rating-3-5-star {
  width: 70px;
}
.rating-4-star {
  width: 80px;
}
.rating-4-5-star {
  width: 90px;
}
.rating-5-star {
  width: 100px;
}
.rating-6-star {
  width: 120px;
}
.rating-7-star {
  width: 140px;
}
.rating-8-star {
  width: 160px;
}
.rating-9-star {
  width: 180px;
}
.rating-10-star {
  width: 200px;
}
iframe.mini-peg {
  border-radius: 6px;
  border: none;
  height: 264px;
  width: 220px;
  margin: 0;
}
.user-relationship .toolbox {
  text-align: center;
  display: none;
}
.user-relationship .disabled-button .toolbox,
.user-relationship .action-button .toolbox {
  margin-top: 35px;
  margin-left: -38px;
}
.user-relationship .disabled-button.small .toolbox,
.user-relationship .action-button.small .toolbox {
  margin-top: 25px;
  margin-left: -46px;
}
.user-relationship span button {
  float: none;
}
ul.friend-list li.friend {
  float: left;
  margin: 10px;
  height: 106px;
  width: 70px;
}
ul.friend-list li.friend .user-relationship {
  margin-top: 3px;
  text-align: center;
  width: 71px;
}
ul.friend-list li.friend .user-relationship span.disabled-button button.add-friend,
ul.friend-list li.friend .user-relationship span.disabled-button button.remove-friend,
ul.friend-list li.friend .user-relationship span.disabled-button button.unblock {
  width: 100%;
}
.added-friend .remove-friend:hover {
  background-color: #ff0000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff0000 , endColorstr= #800000 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#800000));
  background-image: -webkit-linear-gradient(top, #ff0000, #800000);
  background-image: -moz-linear-gradient(top, #ff0000, #800000);
  background-image: -ms-linear-gradient(top, #ff0000, #800000);
  background-image: -o-linear-gradient(top, #ff0000, #800000);
  background-image: linear-gradient(top, #ff0000, #800000);
  border-color: #800000;
  color: #fff;
}
.added-friend .unblock:hover {
  background-color: #40d52a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #40d52a , endColorstr= #206a15 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#40d52a), to(#206a15));
  background-image: -webkit-linear-gradient(top, #40d52a, #206a15);
  background-image: -moz-linear-gradient(top, #40d52a, #206a15);
  background-image: -ms-linear-gradient(top, #40d52a, #206a15);
  background-image: -o-linear-gradient(top, #40d52a, #206a15);
  background-image: linear-gradient(top, #40d52a, #206a15);
  border-color: #206a15;
  color: #fff;
}
.added-friend.small button img {
  height: 8px;
  width: 8px;
}
