/* Variables */
/* Mixins */

.PlaceholderFontColor {
  color: #bbafa4 !important;
}
.PlaceholderTopLoginFontColor {
  color: #7f7c7a !important;
}
.PlaceholderTopMenuFontColor {
  color: #eaa6ac !important;
}
.ButtonGreen {
  border: solid 1px #2ea508;
  background-color: #2ea508;
}
.ButtonBlue {
  border: solid 1px #017ea8;
  background-color: #146cb7;
}
.ButtonRed {
  border: solid 1px #ac1d28;
  background-color: #bf3642;
}
.ButtonYellow {
  border: solid 1px #dcb201;
  background-color: #ffcc00;
}
.ButtonBrown {
  border: solid 1px #65503a;
  background-color: #817366;
}
.ButtonBase {
  border: solid 1px #bcbcbc;
  background-color: #f0eee7;
}
.ButtonDisabled {
  border: solid 1px #e1e0de;
  background-color: #e7e7e6;
}
/* Fonts */

@font-face {
  font-family: 'plutocond_regular';
  src: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/9ed1377c-b230-4262-a3e3-1f76222befb2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'plutocond_regular';
  src: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/33ed5221-31bb-494b-beaa-c341a10223f6.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'plutocond_regular';
  src: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/4a619bd2-6d42-4b6a-879b-b27721fa5b50.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'plutocond_regular';
  src: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/63087e26-7598-4a57-addd-585f19c9900d.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'plutocond_heavy';
  src: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/4a619bd2-6d42-4b6a-879b-b27721fa5b50.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'plutocond_heavy';
  src: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/63087e26-7598-4a57-addd-585f19c9900d.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'plutocond_heavy';
  src: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/4a619bd2-6d42-4b6a-879b-b27721fa5b50.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'plutocond_heavy';
  src: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/63087e26-7598-4a57-addd-585f19c9900d.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
/* Buttons */

.cssButton {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.cssButton:hover {
  color: white;
  text-decoration: none;
}
.cssButton:active {
  position: relative;
  top: 1px;
  border: solid 1px #a99180;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.cssButtonXLarge {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  padding: 30px 120px;
}
.cssButtonLarge {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  padding: 19px 67px;
}
.cssButtonMedium {
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
  padding: 14px 67px;
}
.cssButtonSmall {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 14px;
}
.cssButtonMicro {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 12px;
}
.cssButtonXLargeGreen {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/166549c1-633a-4fd5-9c1b-77f7cd29f8eb.gif') left top repeat-x;
  border: solid 1px #2ea508;
  background-color: #2ea508;
}
.cssButtonLargeGreen {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/d5bf077f-aea8-4b2e-98d7-ba5117ca30e5.gif') left top repeat-x;
  border: solid 1px #2ea508;
  background-color: #2ea508;
}
.cssButtonMediumGreen {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/a00dc1fb-056e-437f-bc8a-3a51a17c7f2e.gif') left top repeat-x;
  border: solid 1px #2ea508;
  background-color: #2ea508;
}
.cssButtonSmallGreen {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/576838f7-564f-4992-ac6f-6fa059f53e1a.gif') left top repeat-x;
  border: solid 1px #2ea508;
  background-color: #2ea508;
}
.cssButtonLargeBlue {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/1ea9a3b9-6f01-48b3-9abb-8f0ed631d811.gif') left top repeat-x;
  border: solid 1px #017ea8;
  background-color: #146cb7;
}
.cssButtonMediumBlue {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/a1e4826c-3ec1-4136-955a-654bb8eb1478.gif') left top repeat-x;
  border: solid 1px #017ea8;
  background-color: #146cb7;
}
.cssButtonSmallBlue {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/89148dbe-ec5f-4054-addf-b7b2d2ebd0e1.gif') left top repeat-x;
  border: solid 1px #017ea8;
  background-color: #146cb7;
}
.cssButtonLargeRed {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/810e8d10-0487-4946-9e37-8242452f3a0f.gif') left top repeat-x;
  border: solid 1px #ac1d28;
  background-color: #bf3642;
}
.cssButtonMediumRed {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/9ae7d13c-eacb-4aea-8acf-6796836c3045.gif') left top repeat-x;
  border: solid 1px #ac1d28;
  background-color: #bf3642;
}
.cssButtonSmallRed {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/0d1660e7-8d12-47ff-999d-58b4f0205766.gif') left top repeat-x;
  border: solid 1px #ac1d28;
  background-color: #bf3642;
}
.cssButtonLargeYellow {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/3a818636-2b20-4f5d-b88a-df99162aab65.gif') left top repeat-x;
  border: solid 1px #dcb201;
  background-color: #ffcc00;
}
.cssButtonMediumYellow {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/fc5c49a5-e217-41d8-a210-33b8b4961cca.gif') left top repeat-x;
  border: solid 1px #dcb201;
  background-color: #ffcc00;
}
.cssButtonSmallYellow {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/441c14fb-a3dc-473b-86ee-a5183fa5b0eb.gif') left top repeat-x;
  border: solid 1px #dcb201;
  background-color: #ffcc00;
}
.cssButtonSmallBrown {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/9ceeb433-dc75-4bf2-a3cd-437ef44a4a62.gif') left top repeat-x;
  border: solid 1px #65503a;
  background-color: #817366;
}
.cssButtonSmallBase {
  color: #70685f;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/5a64780b-545a-4ae2-9501-3d8631364131.gif') left top repeat-x;
  border: solid 1px #bcbcbc;
  background-color: #f0eee7;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: none !important;
}
.cssButtonSmallBase:hover {
  color: #70685f;
}
.cssButtonSmallDisabled {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/6de7d85f-238a-43b4-a934-5c30c8b1a63b.gif') left top repeat-x;
  border: solid 1px #e1e0de;
  background-color: #e7e7e6;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  cursor: default;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.cssButtonSmallDisabled:active {
  border: solid 1px #e7e7e6;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  top: 0px;
}
html {
  background: #322e2a;
  overflow-y: scroll;
}
body {
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #322e2a;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/fef4303f-df4d-41b7-b5c0-91ea585b7798.jpg') center 50px repeat-x #73853b;
  min-width: 1240px;
}
h1 {
  font-size: 40px;
  font-family: 'plutocond_heavy', Tahoma, Geneva, Arial Black, Arial, Helvetica, sans-serif;
  font-weight: 900;
}
h2 {
  font-size: 20px;
  clear: both;
}
h3 {
  font-size: 17px;
  clear: both;
}
h4,
h5,
h6 {
  font-size: 14px;
  clear: both;
}
a {
  color: #322e2a;
  text-decoration: underline;
  outline: 0;
}
ul li {
  list-style: none;
}
p {
  margin: 12px 0 35px;
  line-height: 19px;
}
p.largeText {
  font-size: 17px;
  line-height: 22px;
}
input,
select {
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background: white;
  border: 1px solid #e0d6ce;
  padding: 5px;
}
input[type='checkbox'],
input[type='radio'] {
  background: none;
  border: none;
  padding: 0px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbafa4 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbafa4 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbafa4 !important;
}
input::placeholder,
textarea::placeholder {
  color: #bbafa4 !important;
}
input.placeholder,
textarea.placeholder {
  color: #bbafa4 !important;
}
textarea {
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #e0d6ce;
  font-size: 14px;
  padding: 5px;
}
sub {
  font-size: 0.8em;
  line-height: 0;
  vertical-align: sub;
}
sup {
  font-size: 0.8em;
  line-height: 0;
  vertical-align: super;
}
figure {
  margin-bottom: 22px;
}
figure figcaption {
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
  color: #70685f;
  padding-top: 2px;
}
figure figcaption a {
  color: #70685f;
}
figure.mediumImage {
  padding: 6px;
  background: #f4f2ed;
  width: 360px;
  margin-top: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
figure.left {
  float: left;
  margin-right: 22px;
}
figure.right {
  float: right;
  margin-left: 22px;
}
table {
  width: 100%;
  margin-bottom: 35px;
}
table th {
  font-size: 11px;
  color: #70685f;
  text-align: left;
  text-transform: uppercase;
  padding: 0 20px 10px 0;
}
table td {
  padding: 10px 20px 10px 0;
}
table tr {
  border-bottom: 1px solid #e0d6ce;
}
table tr:first-child {
  border-bottom: 2px solid #e0d6ce;
}
table tr:last-child {
  border-bottom: none;
}
blockquote {
  quotes: '“' '”';
  padding: 0px 80px;
  position: relative;
  bottom: 20px;
}
blockquote p {
  font-size: 17px;
  line-height: 22px;
  color: #988c82;
  font-style: italic;
  margin: 0px;
}
blockquote p:before {
  content: '“';
  content: open-quote;
  font-size: 80px;
  position: relative;
  right: 52px;
  top: 40px;
  display: block;
}
header #pageHeader {
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
  border-bottom: 4px solid #838e98;
  border-bottom: 4px solid rgba(50, 46, 42, 0.2);
  padding-bottom: 10px;
  margin-bottom: 35px;
  position: relative;
  z-index: 99;
}
header #pageHeader a {
  font-size: 12px;
  text-decoration: none;
}
header #pageHeader a:hover {
  text-decoration: underline;
}
header #pageHeader > a {
  float: right;
  position: relative;
  top: 22px;
  margin-left: 30px;
}
header #pageHeader > ul {
  float: right;
  position: relative;
  top: 5px;
  margin-left: 30px;
  width: 384px;
  height: 40px;
  overflow: hidden;
}
header #pageHeader > ul li {
  width: 192px;
  float: left;
  padding-bottom: 6px;
}
header #pageHeader div img {
  vertical-align: middle;
  margin-right: 15px;
}
header #pageHeader div,
article header div.points {
  position: absolute;
  right: 5px;
  bottom: 10px;
  font-size: 17px;
  z-index: 49;
}
header #pageHeader div strong,
article header div.points strong {
  font-size: 20px;
}
header #pageTop {
  background: #bf3642;
  width: 100%;
  height: 46px;
  border-bottom: 4px solid #8f0b16;
}
header #pageTop > div {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}
header #pageTop h1.logo a {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/c7b56044-7e1d-4f53-bc92-445fd2c9cbc0.png') center bottom no-repeat;
  letter-spacing: -1000em;
  overflow: hidden;
  text-indent: -999em;
  float: left;
  height: 37px;
  width: 64px;
  margin-top: 7px;
  color: #bf3642;
  font-size: 1px;
}
header #pageTop .topLogin {
  padding-top: 9px;
  font-size: 12px;
  line-height: 15px;
  color: #df9ba1;
  display: inline-block;
  vertical-align: top;
  height: 50px;
}
header #pageTop .topLogin a {
  color: #df9ba1;
  text-decoration: none;
}
header #pageTop .topLogin a.linkTextBreak {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 5px;
}
header #pageTop .topLogin img.topbarDevider {
  display: inline;
  vertical-align: top;
  position: relative;
  bottom: 7px;
  padding-left: 15px;
}
header #pageTop .topLogin a.cssButton {
  margin-left: 15px;
  color: white !important;
}
header #pageTop .topLogin input[type='text'],
header #pageTop .topLogin input[type='password'] {
  color: #322e2a;
  font-size: 14px;
  line-height: auto;
  padding: 7px 0 5px 10px;
  margin-right: 4px;
  background: #ece6e0;
  border: solid 1px #d6cec5;
  border-top: solid 1px #b3a79b;
  border-bottom: solid 1px #84827f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
header #pageTop .topLogin input[type='text'].valid,
header #pageTop .topLogin input[type='password'].valid {
  background-color: #ceffca;
}
header #pageTop .topLogin input::-webkit-input-placeholder {
  color: #7f7c7a !important;
}
header #pageTop .topLogin input:-moz-placeholder {
  color: #7f7c7a !important;
}
header #pageTop .topLogin input:-ms-input-placeholder {
  color: #7f7c7a !important;
}
header #pageTop .topLogin input::placeholder {
  color: #7f7c7a !important;
}
header #pageTop .topLogin input.placeholder {
  color: #7f7c7a !important;
}
header #pageTop .topLogin span#loginBox {
  display: none;
}
header #pageTop .topLogin a#loginLabel {
  cursor: pointer;
}
header #pageTop .topLogin a#signupLabel {
  display: none;
  cursor: pointer;
  padding-left: 12px;
  font-weight: bold;
}
header #pageTop nav#topMenu ul li {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 52px;
  padding-left: 30px;
}
header #pageTop nav#topMenu ul li a {
  color: white;
  text-decoration: none;
}
header #pageTop nav#topMenu ul li a:hover {
  text-decoration: underline;
}
header #pageTop nav#topMenu form div {
  float: left;
  margin: 11px 0px 0px 30px;
  background: #8f0b16;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 1px 2px;
}
header #pageTop nav#topMenu form input {
  color: white;
  background: #8f0b16;
  border: none;
  width: 160px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
}
header #pageTop nav#topMenu form input::-webkit-input-placeholder {
  color: #eaa6ac !important;
}
header #pageTop nav#topMenu form input:-moz-placeholder {
  color: #eaa6ac !important;
}
header #pageTop nav#topMenu form input:-ms-input-placeholder {
  color: #eaa6ac !important;
}
header #pageTop nav#topMenu form input::placeholder {
  color: #eaa6ac !important;
}
header #pageTop nav#topMenu form input.placeholder {
  color: #eaa6ac !important;
}
header #pageTop nav#topMenu form a.cssButton {
  text-shadow: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  padding: 4px 16px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
header #pageTop nav#topMenu form a.cssButton:active {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
header #pageTop div#userMenu {
  padding-right: 15px;
  position: relative;
  z-index: 199;
  width: 200px;
  float: right;
}
header #pageTop div#userMenu > span {
  color: white;
  line-height: 52px;
  cursor: pointer;
  display: block;
}
header #pageTop div#userMenu > span a {
  color: white;
  text-decoration: none;
}
header #pageTop div#userMenu span img {
  margin-right: 5px;
}
header #pageTop div#userMenu span img:first-child {
  margin-bottom: 3px;
  margin-right: 8px;
}
header #pageTop div#userMenu > nav {
  position: absolute;
  right: 0px;
  top: 38px;
  z-index: 299;
  display: none;
}
header #pageTop div#userMenu > nav > span {
  background: white;
  padding: 8px 10px;
  border: 4px solid white;
  border-bottom: none;
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  position: absolute;
  top: -32px;
  right: 0px;
  cursor: pointer;
  z-index: 499;
}
header #pageTop div#userMenu > nav > div {
  background: white;
  padding: 5px;
  border: 4px solid white;
  border-radius: 3px 0px 3px 3px;
  -webkit-border-radius: 3px 0px 3px 3px;
  -moz-border-radius: 3px 0px 3px 3px;
  width: 200px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  z-index: 399;
}
header #pageTop div#userMenu > nav > div > a {
  float: left;
  margin: 3px 0px 5px 5px;
}
header #pageTop div#userMenu > nav > div > a img {
  width: 48px;
}
header #pageTop div#userMenu > nav > div > ul {
  border-top: 1px solid #ddd4c2;
  clear: both;
  padding: 5px 0px 3px;
  line-height: 18px;
}
header #pageTop div#userMenu > nav > div > ul.top {
  border: none;
  float: left;
  text-align: left;
  clear: none;
  padding: 1px 0px 8px 4px;
  line-height: 14px;
}
header #pageTop div#userMenu > nav > div > ul li {
  font-size: 13px;
  text-align: left;
}
header #pageTop div#userMenu > nav > div > ul li a {
  text-decoration: none;
  display: block;
  padding: 2px 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
header #pageTop div#userMenu > nav > div > ul li a.logOut {
  background: #f8f5ef;
}
header #pageTop div#userMenu > nav > div > ul li a:hover {
  background: #d61e12;
  color: white;
}
header #pageTop div#userMenu > nav > div hr {
  clear: both;
  display: block;
  margin-top: 10px;
}
#pageContent {
  width: 1200px;
  margin: 0 auto;
  min-height: 450px;
}
#pageContent article > header {
  border-bottom: 4px solid #838e98;
  border-bottom: 4px solid rgba(50, 46, 42, 0.2);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#pageContent #primary {
  width: 792px;
  float: left;
}
#pageContent #secondary {
  width: 384px;
  float: left;
  margin-left: 24px;
}
#pageFooter {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/02ecb37b-e0de-42dc-9b07-b73579c55a09.png') center top;
  padding-top: 106px;
  color: #70685f;
}
#pageFooter h1 {
  font-size: 14px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  font-weight: bold;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 4px solid #70685f;
}
#pageFooter h2 {
  font-size: 14px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  font-weight: bold;
  padding-bottom: 0px;
  text-transform: uppercase;
}
#pageFooter a {
  color: #70685f;
  text-decoration: none;
}
#pageFooter p {
  margin-top: 13px;
  line-height: 18px;
}
#pageFooter ul {
  margin-top: 13px;
  line-height: 20px;
  list-style: none;
}
#pageFooter .footerWrapper {
  background: #322e2a;
}
#pageFooter #subContent {
  width: 1200px;
  margin: 0px auto;
  padding: 20px 0 15px;
}
#pageFooter #subContent article {
  width: 792px;
  float: left;
}
#pageFooter #subContent article img {
  border: 3px solid #70685f;
  margin-bottom: 22px;
}
#pageFooter #subContent article img.left {
  float: left;
  margin-right: 22px;
  width: 258px;
}
#pageFooter #subContent article img.right {
  float: right;
  margin-left: 22px;
  width: 258px;
}
#pageFooter #subContent aside {
  width: 384px;
  float: right;
  margin-bottom: 60px;
}
#pageFooter #subContent aside > div {
  padding: 0px 9px;
  width: 360px;
}
#pageFooter #subContent aside article {
  padding: 12px 0px;
  width: 100%;
  line-height: 15px;
  border-top: 1px solid #433e39;
}
#pageFooter #subContent aside article:first-child {
  border-top: none;
}
#pageFooter #subContent aside article strong {
  float: left;
  font-size: 12px;
}
#pageFooter #subContent aside article time {
  float: left;
  margin-left: 5px;
  font-size: 12px;
}
#pageFooter #subContent aside article h1 {
  border: none;
  float: left;
  padding-bottom: 0px;
  margin-top: 5px;
}
#pageFooter #subContent aside article > div {
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}
#pageFooter #subContent aside article img {
  border: none;
  float: left;
  margin: 0px !important;
}
#pageFooter #subContent aside article > img {
  margin-right: 15px !important;
}
#pageFooter #subContent aside article p {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 14px;
}
#pageFooter #subContent section {
  width: 792px;
  float: left;
  margin-bottom: 30px;
}
#pageFooter #subContent section ul {
  padding-left: 8px;
}
#pageFooter #subContent section ul li {
  padding: 0 8px 3px 0;
  float: left;
}
#pageFooter #subContent > article > div {
  float: right;
  position: relative;
  bottom: 6px;
}
#pageFooter #subContent > article > div > div {
  float: left;
}
#pageFooter #subContent > article > div > div:first-of-type {
  margin-right: 28px !important;
}
#pageFooter #subContent > article .fb_iframe_widget {
  position: relative;
  bottom: 4px;
}
#pageFooter .footerWrapper footer {
  width: 1200px;
  margin: 0px auto;
  padding: 20px 0 50px;
}
#pageFooter .footerWrapper footer nav {
  width: 180px;
  margin-right: 25px;
  float: left;
}
#pageFooter .footerWrapper footer aside {
  width: 380px;
  float: left;
}
#pageFooter .footerWrapper footer aside ul {
  margin-top: 8px;
}
#pageFooter .footerWrapper footer aside ul li {
  width: 95px;
  height: 40px;
  text-align: center;
  float: left;
}
#pageFooter .footerWrapper footer aside ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 95px;
  height: 40px;
}
/* contentBox styles */

.contentBox {
  width: 1200px;
  margin: 0px auto;
  margin-bottom: 12px;
  background: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contentBox.brown {
  background: #eae7e0;
}
.contentBox.yellow {
  background: #fff5ae;
  display: none;
}
.contentBox > h1,
.contentBox > h2 {
  font-size: 20px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  border-bottom: 4px solid #e0d6ce;
  padding: 9px 12px;
}
.contentBox.brown > h1 {
  color: #70685f;
  border-bottom: 4px solid #bbafa4;
}
.contentBox.yellow > h1 {
  border-bottom: 4px solid #ffd259;
}
.contentBox > h1 span {
  font-weight: normal;
}
.contentBox a.footer {
  display: block;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/a47ce9bf-7bdd-431b-8982-c5b3ca54900e.png') center no-repeat;
  border-top: 1px solid #e0d6ce;
  text-align: center;
  cursor: pointer;
  height: 16px;
}
.contentBox a.footer.up {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/8bbecf64-bcfb-4e80-8957-6ba7751e0cce.png') center no-repeat;
}
.contentBox.brown a.footer {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/92c6fb76-7fda-4b4c-8e95-be892d3b74ed.png') center no-repeat;
  border-top: 1px solid #bbafa4;
}
.contentBox.brown a.footer.up {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/83bda668-753b-40a3-81c8-55fbca6d242a.png') center no-repeat;
}
.contentBox > div {
  padding: 9px 12px;
}
.contentBox > div.footer {
  padding: 12px 13px 0px 13px;
}
.contentBox > div.footer ul li {
  padding: 0 3px 3px 0;
  float: left;
}
.contentBox > div.footer ul li:last-child {
  padding: 0 0px 3px 0;
}
.contentBox > div.footer ul li:first-child {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/80162c76-c785-4b21-bfcb-5281a1cf4892.jpg') right top no-repeat #e0d6ce;
  width: 144px;
  height: 46px;
  padding: 2px 0 0px 8px;
  margin-right: 4px;
  overflow: hidden;
  color: #70685f;
  font-size: 14px;
}
.contentBox > div.footer ul li:first-child a {
  text-decoration: none;
  color: #70685f;
}
.contentBox > div.footer ul li:first-child span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
}
.contentBox article {
  margin: 12px;
  border-top: 1px solid #e0d6ce;
}
.contentBox article:first-child,
.contentBox article:first-of-type {
  border-top: none;
}
.contentBox article h1 {
  font-size: 17px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}
.contentBox article h1 a {
  text-decoration: none;
}
.contentBox article p {
  margin-bottom: 12px;
}
.contentBox article img {
  float: left;
  margin: 0 15px 0px 0;
}
.contentBox.brown article {
  margin: 9px 12px;
  border-top: 1px solid #e0d6ce;
}
.contentBox.brown article:first-child,
.contentBox.brown article:first-of-type {
  border-top: none;
}
.contentBox.brown article h1 {
  color: #70685f;
}
.contentBox.brown article p {
  margin-bottom: 9px;
  color: #70685f;
}
.contentBox a.largeButton {
  background: #eae7e0;
  clear: both;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contentBox .facebookFriends a {
  display: block;
  padding: 55px 0px;
  text-align: center;
  color: #70685f;
  text-decoration: none;
  line-height: 30px;
  font-weight: bold;
}
.contentBox .message {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.contentBox .message p,
.contentBox .message .cssButton {
  margin-bottom: 20px;
}
.contentBox .subHeading {
  border-bottom: 1px solid #e0d6ce;
  padding: 5px 8px;
  color: #70685f;
}
.contentBox article.shopConditions p {
  margin-top: 0px;
}
.contentBox article.shopConditions h4 {
  margin-top: 18px;
  margin-bottom: 5px;
  color: #70685f;
}
.contentBox h1 span.points {
  font-size: 12px;
  color: white;
  text-decoration: none;
  display: inline-block;
  background: #5b554b;
  background: rgba(53, 48, 39, 0.7);
  padding: 4px;
  line-height: 14px;
  float: right;
  position: relative;
  bottom: 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.contentBox.brown h1 span.points {
  bottom: 3px;
}
.contentBox h1 span.points img {
  vertical-align: bottom;
  padding-right: 2px;
}
.contentBox.brown h1 > a.noAnchorDisplay {
  text-decoration: none;
  color: #70685f;
}
#primary .contentBox {
  width: 792px;
}
#secondary .contentBox {
  width: 384px;
}
#secondary .contentBox > h1 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 12px;
}
/* Drop Down list */

.contentBox div.dropDownMenu {
  position: relative;
  cursor: pointer;
}
.contentBox div.dropDownMenu > span {
  display: block;
  cursor: pointer;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/a47ce9bf-7bdd-431b-8982-c5b3ca54900e.png') 7px 12px no-repeat;
  padding: 8px 10px 5px 26px;
  border: 1px solid white;
  border-bottom: none;
}
.contentBox div.dropDownMenu > span.down {
  position: relative;
  z-index: 250;
  background: white;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/8bbecf64-bcfb-4e80-8957-6ba7751e0cce.png') 7px 12px no-repeat white;
  border: 1px solid #e0d6ce;
  border-bottom: none;
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
}
.contentBox div.dropDownMenu > span.down:hover {
  text-decoration: none;
}
.contentBox div.dropDownMenu > div {
  padding-top: 27px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 198;
}
.contentBox div.dropDownMenu > div > ul {
  min-width: 150px;
  background: white;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 6px 0px;
  border: 1px solid #e0d6ce;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  z-index: 199;
}
.contentBox div.dropDownMenu > div > ul li {
  color: #70685f;
  display: block;
  padding: 2px 12px 2px 12px;
  white-space: nowrap;
}
.contentBox div.dropDownMenu > div > ul li.checked {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/8bcbcc43-ab0d-441c-b548-dffc3ef374c0.png') 8px 8px no-repeat;
}
.contentBox div.dropDownMenu > div > ul li a {
  color: #70685f;
  text-decoration: none;
  padding: 5px 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: block;
}
.contentBox div.dropDownMenu > div > ul li a:hover {
  color: #322e2a;
  background: #f0eee7;
}
.contentBox div.dropDownMenu > div > ul li a.selected {
  color: white;
  background: #70685f;
}
.contentBox div.dropDownMenu > div > ul li li.checked a {
  background: none;
}
.contentBox div.dropDownMenu > div > ul li li.privacySettings {
  padding-top: 4px;
}
.contentBox div.dropDownMenu > div > ul li li.privacySettings a {
  border-top: 1px solid #e0d6ce;
}
.contentBox.brown div.dropDownMenu > span {
  border-color: #eae7e0;
}
.contentBox.brown div div.dropDownMenu > span.down {
  border-color: #e0d6ce;
}
/* Primary Contentbox Navigation */

.contentBox nav > ul {
  display: block;
  margin-left: 12px;
}
.contentBox nav > ul li {
  float: left;
}
.contentBox nav > ul:first-child li a {
  color: #988c82;
  font-size: 20px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  text-decoration: none;
  display: block;
  padding: 9px 12px;
  position: relative;
  border-bottom: #e0d6ce 4px solid;
}
.contentBox nav > ul:first-child li a.selected {
  color: #322e2a;
  background: #eae7e0;
  border-bottom: #bbafa4 4px solid;
  position: relative;
  z-index: 10;
}
.contentBox nav hr {
  border: 0;
  margin: 0;
  padding: 0px;
  line-height: 4px;
  clear: both;
  background: #e0d6ce;
  height: 4px;
  position: relative;
  bottom: 4px;
  z-index: 5;
  color: #e0d6ce;
}
.contentBox nav div.dropDownMenu {
  float: right;
  margin-right: 6px;
  top: 5px;
}
/* Profile / Games box on front page */

.contentBox .profiles section {
  float: right;
  margin: 0;
}
.contentBox .profiles section:first-child {
  float: left;
  margin: 0px 23px 8px 0px;
}
.contentBox .profiles section div {
  float: left;
  width: 572px;
}
.contentBox .profiles section div h1 {
  margin-left: 12px;
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 10px;
}
.contentBox .profiles section div ul li {
  padding: 0 4px 3px 0;
  float: left;
}
.contentBox .profiles section div ul li:first-child {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/e02d2b62-c1aa-4ec1-8821-4f5b05de9e63.jpg') right top no-repeat #e0d6ce;
  width: 144px;
  height: 46px;
  padding: 2px 0 0px 8px;
  margin-right: 4px;
  overflow: hidden;
  color: #70685f;
  font-size: 14px;
}
.contentBox .profiles section div ul li:first-child span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
}
.contentBox .profiles section .gamePicture img {
  float: left;
  width: 140px;
  height: 140px;
  display: block;
}
/* Gamebox List */

.contentBox .games {
  padding: 6px;
}
.contentBox .games ul {
  margin: 0px;
}
.contentBox .games ul li {
  float: left;
  position: relative;
}
.contentBox .games ul li a:first-child {
  background: none;
  border-bottom: none;
  display: block;
  width: 186px;
  height: 144px;
  overflow: hidden;
  text-decoration: none;
  margin: 0px 6px 12px 6px;
}
.contentBox .games ul li a:hover {
  background: none;
  border-bottom: none;
}
.contentBox .games ul li a:first-child img {
  display: inline-block;
  width: 186px;
  height: 144px;
  background: transparent;
  position: relative;
  z-index: 10;
  color: #eae7e0;
}
.contentBox .games ul li a:first-child span {
  display: inline-block;
  width: 186px;
  height: 144px;
  position: relative;
  bottom: 145px;
  z-index: 5;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #988c82;
  line-height: 144px;
  background: #eae7e0;
}
.contentBox .games ul li a.points,
.contentBox .games ul li a.jackpot,
.contentBox .games ul li time {
  font-size: 12px;
  color: white;
  text-decoration: none;
  display: inline-block;
  background: #5b554b;
  background: rgba(53, 48, 39, 0.7);
  padding: 4px;
  position: absolute;
  bottom: 12px;
  left: 6px;
  border-radius: 0px 2px 0px 0px;
  -webkit-border-radius: 0px 2px 0px 0px;
  -moz-border-radius: 0px 2px 0px 0px;
  z-index: 15;
}
.contentBox .games ul li a.points img,
.contentBox .games ul li a.jackpot img {
  vertical-align: bottom;
  padding-right: 2px;
}
.contentBox .games ul li a.new {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/a46822fd-4c25-45f5-8163-9e042ca25a51.png');
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 5px;
  right: -3px;
  text-decoration: none;
  text-align: center;
  line-height: 53px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1px;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  z-index: 15;
}
.contentBox .games ul li a.test {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/b491107a-35eb-4df2-a487-2d144303cec1.png');
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 5px;
  right: -3px;
  text-decoration: none;
  text-align: center;
  line-height: 53px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1px;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  z-index: 15;
}
.contentBox .games ul li a.yourTurn {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/6bd7b75a-d99b-49a1-9c3f-a0983fca1fa2.png') top left no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -6px;
  display: block;
  text-align: center;
  color: white;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  text-decoration: none;
  z-index: 15;
}
.contentBox .games > a {
  background: #eae7e0;
  text-transform: uppercase;
  color: #322e2a;
  font-size: 16px;
  font-weight: bold;
  display: block;
  clear: both;
  text-align: center;
  text-decoration: none;
  margin: 6px;
  line-height: 36px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* Large Gamebox List */

.contentBox .gamesLarge {
  padding: 12px 6px 6px 6px;
}
.contentBox .gamesLarge ul li {
  float: left;
  position: relative;
}
.contentBox .gamesLarge ul li > a:first-child {
  background: none;
  border-bottom: none;
  display: block;
  width: 248px;
  height: 193px;
  overflow: hidden;
  text-decoration: none;
  margin: 0px 6px 12px;
}
.contentBox .gamesLarge ul li > a:first-child img {
  display: inline-block;
  width: 248px;
  height: 193px;
  background: transparent;
  position: relative;
  z-index: 10;
  color: #eae7e0;
}
.contentBox .gamesLarge ul li > a:first-child span {
  display: inline-block;
  width: 248px;
  height: 193px;
  position: relative;
  bottom: 193px;
  z-index: 5;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #988c82;
  line-height: 193px;
  background: #eae7e0;
}
.contentBox .gamesLarge ul li .gameBoxOverlay {
  background: #5b554b;
  background: rgba(53, 48, 39, 0.7);
  bottom: 12px;
  left: 6px;
  right: 6px;
  position: absolute;
  z-index: 10;
}
.contentBox .gamesLarge ul li .gameBoxOverlay a.points,
.contentBox .gamesLarge ul li .gameBoxOverlay a.jackpot,
.contentBox .gamesLarge ul li .gameBoxOverlay a.gamePlayerCounts,
.contentBox .gamesLarge ul li .gameBoxOverlay time {
  font-size: 12px;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 4px;
  z-index: 15;
}
.contentBox .gamesLarge ul li .gameBoxOverlay a.gamePlayerCounts {
  float: right;
}
.contentBox .gamesLarge ul li .gameBoxOverlay a.gamePrize {
  display: none;
}
.contentBox .gamesLarge ul li .gameBoxOverlay a.points img,
.contentBox .gamesLarge ul li .gameBoxOverlay a.jackpot img,
.contentBox .gamesLarge ul li .gameBoxOverlay a.gamePlayerCounts img {
  vertical-align: bottom;
  padding-right: 2px;
}
.contentBox .gamesLarge ul li a.yourTurn {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/6bd7b75a-d99b-49a1-9c3f-a0983fca1fa2.png') top left no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -8px;
  display: block;
  text-align: center;
  color: white;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  text-decoration: none;
  z-index: 15;
}
.contentBox .gamesLarge a.largeButton {
  margin: 3px 6px;
}
/* Online friends/users */

.contentBox .online ul li {
  padding: 0 2px 3px 1px;
  float: left;
}
.contentBox .online ul li a {
  position: relative;
  text-decoration: none;
  width: 87px;
  height: 87px;
  overflow: hidden;
  display: block;
}
.contentBox .online ul li a img {
  width: 87px;
}
.contentBox .online ul li a img.gameImg {
  width: 36px;
  height: 36px;
  border: 1px solid #eae7e0;
  position: absolute;
  top: -1px;
  right: -1px;
}
.contentBox .online ul li a span {
  display: inline-block;
  font-size: 12px;
  color: white;
  text-align: center;
  background: #5b554b;
  background: rgba(53, 48, 39, 0.7);
  width: 87px;
  padding: 4px 0;
  position: absolute;
  bottom: 0px;
}
/* Winners box */

.contentBox .winners article {
  padding: 3px 10px 3px 0;
  margin: 0px;
}
.contentBox .winners article h1 {
  font-size: 14px;
  margin-top: 5px;
  color: #322e2a;
}
.contentBox .winners article p {
  margin: 5px 0 0 0;
  line-height: 1;
  color: #322e2a;
}
.contentBox .winners article div.left {
  float: left;
}
.contentBox .winners article div.left time {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  display: block;
  margin: 5px 0 9px;
}
.contentBox .winners article div.right {
  float: right;
}
.contentBox .winners article div.right p {
  font-size: 17px;
  font-weight: bold;
  text-align: right;
}
.contentBox .winners article div.right p:first-child {
  font-size: 14px;
  font-weight: normal;
  color: #988c82;
}
/* Achievements box */

.contentBox .achievements > div {
  padding: 3px 0 3px 0;
  margin: 0px;
  border-bottom: 1px solid #e0d6ce;
}
.contentBox .achievements > div:last-of-type {
  border-bottom: none;
}
.contentBox .achievements > div > a > img {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 15px 0 0;
}
.contentBox .achievements > div div.left {
  float: left;
  position: relative;
}
.contentBox .achievements > div div.left a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #70685f;
  display: block;
  margin-top: 8px;
}
.contentBox .achievements > div div.right {
  float: right;
}
.contentBox .achievements > div div.right img {
  vertical-align: bottom;
  margin-top: 2px;
  padding: 2px;
}
.contentBox .achievements div.progressContainer {
  background: #eae7e0;
  height: 8px;
  padding: 2px;
  margin: 5px 0px 0px 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contentBox .achievements div.progressContainer div.progressBar {
  background: #1a87c4;
  height: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contentBox .achievements span.points {
  font-size: 10px;
  color: white;
  text-decoration: none;
  display: inline-block;
  background: #5b554b;
  background: rgba(53, 48, 39, 0.7);
  padding: 4px;
  line-height: 11px;
  margin-top: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.contentBox .achievements span.points img {
  vertical-align: bottom;
  padding-right: 2px;
  width: 12px;
}
/* Large Achievements box */

.contentBox .achievementsLarge > ul li {
  float: left;
  padding-left: 25px;
  position: relative;
  padding: 5px 0px 15px 20px;
}
.contentBox .achievementsLarge > ul li > a {
  display: block;
  float: left;
  width: 100px;
  position: relative;
}
.contentBox .achievementsLarge > ul li > a > img {
  width: 100px;
}
.contentBox .achievementsLarge > ul li div.progressContainer {
  background: #eae7e0;
  height: 10px;
  padding: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contentBox .achievementsLarge > ul li div.progressContainer div.progressBar {
  background: #1a87c4;
  height: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contentBox .achievementsLarge > ul li:first-child {
  padding-left: 0px;
}
.contentBox .achievementsLarge > ul li:nth-of-type(4n) {
  padding-left: 0px;
  clear: left;
}
.contentBox .achievementsLarge > ul li > div {
  float: left;
  width: 127px;
  margin-left: 12px;
}
.contentBox .achievementsLarge > ul li div a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  line-height: 17px;
}
.contentBox .achievementsLarge > ul li div p {
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 15px;
}
.contentBox .achievementsLarge > ul li div time {
  font-size: 10px;
  line-height: 12px;
  display: block;
  margin-top: 8px;
  color: #259907;
  font-style: italic;
}
.contentBox .achievementsLarge > ul li div span {
  font-size: 14px;
  color: #988c82;
}
.contentBox .achievementsLarge > ul li > div > div {
  margin: 8px 0px;
}
.contentBox .achievementsLarge > ul li div div span.progress {
  float: left;
}
.contentBox .achievementsLarge span.points {
  font-size: 10px;
  color: white;
  text-decoration: none;
  display: inline-block;
  background: #5b554b;
  background: rgba(53, 48, 39, 0.7);
  padding: 4px;
  line-height: 11px;
  margin-top: 4px;
  position: absolute;
  bottom: 4px;
  left: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.contentBox .achievementsLarge span.points img {
  vertical-align: bottom;
  padding-right: 2px;
  width: 12px;
}
/* Trophies box */

.contentBox .trophies > div {
  padding: 3px 0 3px 0;
  margin: 0px;
  border-bottom: 1px solid #e0d6ce;
}
.contentBox .trophies > div:last-of-type {
  border-bottom: none;
}
.contentBox .trophies > div > a > img {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 15px 0 0;
}
.contentBox .trophies > div div.left {
  float: left;
}
.contentBox .trophies > div div.left a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #70685f;
  display: block;
  margin-top: 8px;
}
.contentBox .trophies > div div.left p {
  margin: 8px 0 0 0;
  line-height: 1;
  color: #988c82;
  font-style: italic;
  font-size: 11px;
}
.contentBox .trophies > div div.right {
  float: right;
}
.contentBox .trophies > div div.right div {
  width: 52px;
  height: 48px;
  text-align: center;
  vertical-align: bottom;
  float: left;
  position: relative;
}
.contentBox .trophies > div div.right div img {
  margin-top: 7px;
}
.contentBox .trophies > div div.right div span.trophieCount {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/787f2295-6477-4aed-8dcb-732bff766a92.png') top left no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 26px;
  display: block;
  text-align: center;
  color: white;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
}
/* Prize tournaments box */

.contentBox .prizeTournaments > div {
  padding: 3px 0 3px 0;
  margin: 0px;
  border-bottom: 1px solid #e0d6ce;
}
.contentBox .prizeTournaments > div:last-of-type {
  border-bottom: none;
}
.contentBox .prizeTournaments > div > a > img {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 15px 0 0;
}
.contentBox .prizeTournaments > div div.left {
  float: left;
}
.contentBox .prizeTournaments > div div.left a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #70685f;
  display: block;
  margin-top: 8px;
}
.contentBox .prizeTournaments > div div.left time {
  margin: 8px 0 0 0;
  line-height: 1;
  color: #988c82;
  font-style: italic;
  font-size: 11px;
}
.contentBox .prizeTournaments > div div.right {
  float: right;
}
.contentBox .prizeTournaments > div div.right div {
  width: 48px;
  height: 48px;
  text-align: center;
  vertical-align: bottom;
  float: left;
  position: relative;
  margin-left: 4px;
}
.contentBox .prizeTournaments > div div.right div img {
  width: 48px;
}
.contentBox .prizeTournaments > div div.right div span.prize {
  background: #f0c964;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  border-bottom: 1px solid #e4ece1;
  border-right: 1px solid #e4ece1;
  text-align: center;
  color: white;
  line-height: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  text-shadow: 1px 1px #b7933d;
  background: #e6a913;
  text-shadow: 1px 1px #a57c5d;
  border-color: #e4ece1;
}
/* Top player - Top rating box */

.contentBox .topGamers article {
  padding: 3px 10px 3px 0;
  margin: 0px;
}
.contentBox .topGamers article h1 {
  font-size: 14px;
  margin-top: 6px;
  color: #322e2a;
}
.contentBox .topGamers article h1 a {
  color: #322e2a;
}
.contentBox .topGamers article div.left {
  float: left;
}
.contentBox .topGamers article div.left p {
  margin: 8px 0 0 0;
  line-height: 1;
  color: #988c82;
  font-style: italic;
  font-size: 11px;
}
.contentBox .topGamers article div.left time {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  display: block;
  margin: 5px 0px 9px;
}
.contentBox .topGamers article div.right {
  float: right;
}
.contentBox .topGamers article div.right p {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #322e2a;
  margin: 0px 0px 6px;
}
.contentBox .topGamers article div.right p > span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  position: relative;
  top: 3px;
}
.contentBox .topGamers article div.right > span {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  float: right;
}
.contentBox .topGamers article > a {
  position: relative;
  display: block;
}
.contentBox .topGamers article > a > img {
  width: 48px;
}
.contentBox .topGamers article > a span.prize {
  background: #bbafa4;
  height: 16px;
  padding: 0px 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  border-bottom: 1px solid #e4ece1;
  border-right: 1px solid #e4ece1;
  text-align: center;
  color: #322e2a;
  line-height: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  background: #e6a913;
  color: white;
  text-shadow: 1px 1px #a57c5d;
  border-color: #e4ece1;
}
.contentBox .topGamers > article.noPoints div.right p {
  text-decoration: line-through;
  color: #bbafa4;
}
.contentBox .topGamers > article.userPoints {
  background: #e0d6ce;
  margin-top: 12px;
  padding-left: 4px;
}
.contentBox .topGamers > div {
  background: #e0d6ce;
  padding: 4px;
  margin: 4px 0px;
  font-size: 12px;
  font-style: italic;
  line-height: 17px;
}
.contentBox .topGamers.singleRow article div.right p {
  padding-top: 12px;
}
/* Friend Proposals box, Friend Requests box */

.contentBox .friends > div {
  padding: 3px 0px 3px 0;
  margin: 0px;
  border-bottom: 1px solid #e0d6ce;
}
.contentBox .friends > div > a > img {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 15px 0 0;
}
.contentBox .friends div div.left {
  float: left;
}
.contentBox .friends div div.left a {
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
  color: #322e2a;
  text-decoration: none;
  display: block;
}
.contentBox .friends div div.left span {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  display: block;
  margin: 5px 0 9px;
}
.contentBox .friends div div.right {
  float: right;
}
.contentBox .friends div div.right a {
  font-size: 12px;
  font-weight: normal;
  color: #988c82;
  text-decoration: none;
  display: block;
  text-align: right;
  margin-top: 3px;
}
.contentBox .friends div div.right a:first-child {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  color: #322e2a;
}
.contentBox .friends div p {
  margin: 5px 0 0 0;
  line-height: 1;
  color: #322e2a;
}
/* FAQ box */

.contentBox .faq article {
  border-top: none;
}
.contentBox .faq article h1 {
  padding: 10px 0px 15px;
}
.contentBox .faq article > p {
  padding: 0px 20px 10px 61px;
  margin: 0px;
}
.contentBox .faq article img {
  width: 46px;
}
.contentBox .faq article ol {
  padding: 0 20px 10px 80px;
}
.contentBox .faq article ol li {
  line-height: 18px;
  padding: 3px 0px;
}
.contentBox .faq article ol li:hover {
  cursor: pointer;
}
.contentBox .faq article ol li > p {
  padding-top: 3px;
  margin: 0px;
}
.contentBox .faq article ol li > p:hover {
  cursor: auto;
}
/* Old Cases box */

.contentBox .oldCases a {
  display: block;
  line-height: 18px;
  color: #70685f;
  text-decoration: none;
  clear: both;
}
.contentBox .oldCases a:hover {
  text-decoration: underline;
}
.contentBox .oldCases a time {
  color: #988c82;
  font-size: 11px;
  line-height: 20px;
  font-style: italic;
  display: block;
  float: right;
}
/* Chat box */

.contentBox .chat > div {
  margin: 12px 0px;
  position: relative;
}
.contentBox .chat > div > img,
.contentBox .chat > div > a img {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
}
.contentBox .chat > div > img.mailConversationImg,
.contentBox .chat > div > a img.mailConversationImg {
  width: 87px;
  height: 87px;
}
.contentBox .chat > div > span.privatePost {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/af7b7240-8d1b-4d61-97f2-719d541a58ba.png') left top no-repeat;
  display: inline-block;
  width: 13px;
  height: 18px;
  position: absolute;
  right: 54px;
  top: 8px;
}
.contentBox .chat div.chatContent {
  float: left;
  width: 653px;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/97a00033-11c9-488f-a84a-398bad7271fe.gif') left top repeat-y;
}
.contentBox .chat div.chatContent > div {
  margin-left: 22px;
  padding: 12px 0px 12px 12px;
  border-bottom: 3px solid #e0d6ce;
  width: 610px;
  overflow: hidden;
}
.contentBox .chat div.chatContent div a,
.contentBox .chat div.chatContent div span {
  color: #988c82;
  text-decoration: none;
}
.contentBox .chat div.chatContent div a:hover {
  text-decoration: underline;
}
.contentBox .chat div.chatContent div time {
  float: right;
  color: #988c82;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px;
}
.contentBox .chat div.chatContent div p {
  margin-bottom: 0px;
  clear: both;
}
.contentBox .chat div.chatContent div p img {
  max-width: 598px;
}
.contentBox .chat div.mailConversationPost {
  width: 982px;
}
.contentBox .chat div.mailConversationPost > div {
  width: 938px;
  min-height: 60px;
}
.contentBox .chat > div.adminResponse > img,
.contentBox .chat > div.adminResponse > a img {
  float: right;
}
.contentBox .chat > div.adminResponse > span.privatePost {
  left: 54px;
}
.contentBox .chat > div.adminResponse div.chatContent {
  float: right;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/2606dd3a-ec9e-4e8d-80bb-cfbe359ab979.gif') right top repeat-y;
}
.contentBox .chat > div.adminResponse div.chatContent div {
  margin: 0px 22px 0px 0px;
  padding-right: 12px;
}
.contentBox .chat > div.adminResponse div.chatContent div > span:first-child {
  display: block;
  text-align: right;
}
.contentBox .chat > div.adminResponse div.chatContent div time {
  float: left;
  position: relative;
  bottom: 14px;
}
.contentBox .chat > div#post1 p {
  font-size: 18px;
}
.contentBox .chat .largeButton {
  display: none;
}
.contentBox .chat .postDummy {
  display: none;
}
.contentBox .chat div.chatContent ul.files {
  margin-top: 20px;
}
.contentBox .chat div.chatContent ul.files li {
  float: left;
  padding-right: 25px;
  padding-bottom: 25px;
  font-size: 12px;
  line-height: 20px;
  color: #988c82;
  display: block;
}
.contentBox .chat div.chatContent ul.files li:nth-of-type(4n) {
  clear: left;
}
.contentBox .chat div.chatContent ul.files li img {
  float: left;
  margin-right: 8px;
  width: 48px;
}
.contentBox .chat div.chatContent ul.files li a.fileName {
  float: left;
  color: #322e2a;
}
.contentBox .chat div.chatContent ul.files li a.delete {
  color: #d61e12;
  display: none;
}
/* Send message box */

.contentBox .send {
  margin-bottom: 10px;
  background: #f4f2ed;
}
.contentBox .send div {
  padding: 8px 0;
}
.contentBox .send div a {
  color: #70685f;
  text-decoration: none;
  margin-right: 10px;
}
.contentBox .send div a:hover {
  text-decoration: underline;
}
.contentBox .send div a img {
  vertical-align: middle;
  margin-right: 5px;
}
.contentBox .send > form > div {
  display: none;
  padding-bottom: 5px;
}
.contentBox .send textarea {
  display: block;
  width: 98%;
  color: #988c82;
}
.contentBox .send p {
  float: left;
  margin-bottom: 10px;
}
.contentBox .send p img {
  vertical-align: middle;
  margin-right: 5px;
}
.contentBox .send a.cssButton {
  float: right;
  margin-top: 0px;
  color: white;
}
.contentBox .send a.cssButton:hover {
  text-decoration: none;
}
.contentBox .send .removeFileDummy {
  display: none;
}
/* Activity box */

.contentBox .activity {
  padding-top: 0px;
}
.contentBox .activity article {
  padding: 12px 0px 12px 0;
  margin: 0px;
}
.contentBox .activity article > a > img {
  width: 87px;
  text-align: left;
}
.contentBox .activity article > div > img {
  height: 87px;
  float: right;
  margin: 0px 0px 0px 4px;
}
.contentBox .activity article > div {
  float: left;
  width: 666px;
  position: relative;
  min-height: 87px;
  /*width:543px;*/

}
.contentBox .activity article h1 {
  font-size: 17px;
  font-weight: normal;
  color: #322e2a;
  display: inline;
}
.contentBox .activity article h1 a {
  font-weight: bold;
}
.contentBox .activity article p {
  margin: 7px 0px 22px 0px;
}
.contentBox .activity article time {
  color: #988c82;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  padding-top: 5px;
}
.contentBox .activity article footer {
  position: absolute;
  bottom: 0px;
  color: #988c82;
  font-size: 12px;
}
.contentBox .activity article footer a {
  color: #988c82;
  margin-right: 24px;
  text-decoration: none;
}
.contentBox .activity article footer a:hover {
  color: #322e2a;
}
.contentBox .activity article footer a.voteCount {
  color: #528b07;
  margin-right: 3px;
  font-size: 12px;
  font-style: italic;
}
.contentBox .activity article footer a.voteCount:hover {
  text-decoration: underline;
}
.contentBox .activity article footer a.vote {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/c1514364-e589-42b9-827a-1d96ffd5eeb1.png') top left no-repeat;
  width: 13px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.contentBox .activity article footer a.vote:hover {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/8808d0a3-df25-481b-bbb1-f60bfa1bd920.png') top left no-repeat;
}
.contentBox .activity a.largeButton {
  margin-top: 12px;
}
.contentBox .activity .chat {
  background: #eae7e0;
  padding: 3px 12px 12px 12px;
  margin: 0px 12px 12px 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contentBox .activity .chat div.chatContent {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/5b046b40-b541-4210-878c-2677698e0773.gif') repeat-y left top;
}
.contentBox .activity .chat div.chatContent > div {
  border-bottom: 3px solid #bbafa4;
}
.contentBox .activity .chat > div#post1 p {
  font-size: 14px;
}
.contentBox .activity .chat div.chatContent div span.votes {
  float: right;
  position: relative;
  bottom: 3px;
  margin-left: 12px;
}
.contentBox .activity .chat > a {
  color: #988c82;
  font-size: 14px;
  text-decoration: none;
}
.contentBox .activity .chat > a:hover {
  color: #322e2a;
}
.contentBox .activity .send {
  background: #eae7e0;
  padding: 12px 12px 6px 12px;
  margin: 0px 12px 12px 12px;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-bottom: 1px solid #e0d6ce;
}
.contentBox .activity .send > form > div {
  display: block;
}
.contentBox .activity .send > form > div a {
  margin-top: 0px;
  margin-right: 5px;
}
.contentBox .chat div.chatContent div a.voteCount {
  color: #528b07;
  margin-right: 3px;
  font-size: 12px;
  font-style: italic;
}
.contentBox .chat div.chatContent div a.vote {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/c1514364-e589-42b9-827a-1d96ffd5eeb1.png') top left no-repeat;
  width: 13px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.contentBox .chat div.chatContent div a.vote:hover {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/8808d0a3-df25-481b-bbb1-f60bfa1bd920.png') top left no-repeat;
}
/* Profile on start page */

.contentBox .profile {
  position: relative;
}
.contentBox .profile > div {
  float: left;
  line-height: 20px;
  margin-bottom: 12px;
}
.contentBox .profile > div > a img {
  float: left;
  margin-right: 10px;
  width: 87px;
  height: 87px;
}
.contentBox .profile > div > div {
  float: left;
  width: 85px;
  text-align: center;
}
.contentBox .profile > div > div a {
  display: block;
  text-decoration: none;
  position: relative;
}
.contentBox .profile > div > div a span.count {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/787f2295-6477-4aed-8dcb-732bff766a92.png') top left no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 26px;
  display: block;
  text-align: center;
  color: white;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
}
.contentBox .profile > img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.contentBox .profile form textarea {
  color: #322e2a;
  width: 348px;
  margin-bottom: 8px;
}
.contentBox .profile form > div {
  display: none;
}
.contentBox .profile form > div div.dropDownMenu {
  float: left;
}
.contentBox .profile form div a.cssButton {
  float: right;
}
/* Sub menu for Primary Contentbox */

.contentBox .subMenu {
  border-bottom: 1px solid #e0d6ce;
  padding-bottom: 10px;
}
.contentBox .subMenu > ul li {
  float: left;
}
.contentBox .subMenu > ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 8px;
  color: #70685f;
}
.contentBox .subMenu > ul li a.selected {
  background: #70685f;
  color: white;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.contentBox .subMenu .dropDownMenu {
  float: right;
  top: -4px;
}
.contentBox .subMenu form {
  float: right;
}
.contentBox .subMenu form input {
  width: 220px;
}
/* Next Tournament Contentbox */

.contentBox .nextTournament > a > img {
  float: left;
  margin: 0 25px 0 0;
  width: 130px;
}
.contentBox .nextTournament div.left {
  float: left;
  color: #988c82;
  font-size: 12px;
  line-height: 16px;
}
.contentBox .nextTournament div.left > time {
  color: #322e2a;
  font-weight: bold;
  font-size: 17px;
  display: block;
  margin-bottom: 12px;
}
.contentBox .nextTournament div.left > span {
  font-size: 10px;
  text-transform: uppercase;
}
.contentBox .nextTournament div.left a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #70685f;
  display: block;
  margin-top: 8px;
}
.contentBox .nextTournament div.left > p {
  width: 200px;
  color: #70685f;
  margin: 0px;
  font-size: 14px;
}
.contentBox .nextTournament div.left > p strong {
  font-size: 17px;
  display: block;
  margin-bottom: 4px;
}
.contentBox .nextTournament div.right {
  padding-top: 8px;
  clear: both;
}
.contentBox .nextTournament div.right a.cssButton {
  float: right;
  margin-top: 8px;
  padding: 6px 25px;
}
.contentBox .nextTournament div.right ul {
  clear: both;
}
.contentBox .nextTournament div.right ul li {
  float: left;
  padding-left: 4px;
}
.contentBox .nextTournament div.right ul.friends li:first-child {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/80162c76-c785-4b21-bfcb-5281a1cf4892.jpg') right top no-repeat #e0d6ce;
  width: 140px;
  height: 46px;
  padding: 2px 0 0px 8px;
  margin-right: 4px;
  overflow: hidden;
  color: #70685f;
  font-size: 14px;
}
.contentBox .nextTournament div.right ul.friends li:first-child span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
}
.contentBox .nextTournament div.right ul.prizes {
  margin-top: 3px;
}
.contentBox .nextTournament div.right ul.prizes li {
  position: relative;
}
.contentBox .nextTournament div.right ul.prizes li:first-child {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/25bc8b2f-2d45-462b-a66e-360afb89ab20.jpg') right top no-repeat #e6a813;
  width: 192px;
  height: 46px;
  padding: 2px 0 0px 8px;
  margin-right: 4px;
  color: white;
  font-size: 14px;
}
.contentBox .nextTournament div.right ul.prizes li:first-child span {
  line-height: 68px;
}
.contentBox .nextTournament div.right ul.prizes li:first-child img.prizeIcon {
  position: absolute;
  bottom: 18px;
  left: 8px;
  z-index: 100;
  display: block;
}
.contentBox .nextTournament div.right ul.prizes li span.prize {
  background: #f0c964;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 4px;
  display: block;
  border-bottom: 1px solid #e4ece1;
  border-right: 1px solid #e4ece1;
  text-align: center;
  color: white;
  line-height: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  text-shadow: 1px 1px #b7933d;
}
.contentBox .nextTournament div.right ul.prizes li span.prize.two {
  background: #b9b9b9;
  text-shadow: 1px 1px #838383;
}
.contentBox .nextTournament div.right ul.prizes li span.prize.three {
  background: #dca57c;
  text-shadow: 1px 1px #a57c5d;
}
/* My Rating Contentbox */

.contentBox .scoreResults ul li {
  font-size: 12px;
  color: #70685f;
  border-bottom: 1px solid #e0d6ce;
  padding: 5px 0px;
  display: block;
}
.contentBox .scoreResults ul li span {
  float: right;
  font-size: 11px;
  font-style: italic;
}
.contentBox .scoreResults ul li:first-child {
  font-size: 14px;
  color: #322e2a;
  padding: 0px 0px 10px;
}
.contentBox .scoreResults ul li:first-child span {
  color: #70685f;
  position: relative;
  top: 11px;
}
.contentBox .scoreResults ul li:first-child span:first-child {
  font-size: 24px;
  color: #322e2a;
  font-style: normal;
  font-weight: 900;
  float: none;
  position: relative;
  top: 3px;
}
.contentBox .scoreResults ul li span.smallText {
  float: none;
  font-size: 10px;
  font-style: normal;
}
.contentBox .scoreResults ul li:first-child span.smallText {
  color: #322e2a;
  position: static;
  font-size: 12px;
  font-weight: bold;
}
/* Game Rating Comparison Box */

.contentBox #progressComparison h1 span {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}
.contentBox .progressComparison {
  position: relative;
}
.contentBox .progressComparison > span {
  display: block;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/1d77bf39-0cc4-4c04-9f07-abe77f34f75b.png') center top no-repeat;
  padding: 0px 6px;
  height: 16px;
  position: absolute;
  top: -4px;
  left: 203px;
  z-index: 30;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}
.contentBox .progressComparison ul li {
  padding: 0px;
  margin: 0px 0px 4px 0px;
  height: 48px;
}
.contentBox .progressComparison ul li > a > img {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 4px 0 0;
}
.contentBox .progressComparison ul li > div {
  float: left;
  width: 308px;
  height: 48px;
  overflow: hidden;
  position: relative;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/42e64cb8-4d86-4f31-bdf9-08ef87ccaeca.jpg') left top no-repeat #70685f;
}
.contentBox .progressComparison ul li > div > div.progressBar {
  float: left;
  height: 48px;
  overflow: hidden;
  background: #bf3642;
}
.contentBox .progressComparison ul li > div > div.progressBar.blue {
  background: #209d8d;
}
.contentBox .progressComparison ul li > div > div.progressInfoContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 288px;
  height: 48px;
  overflow: hidden;
  padding: 6px 10px 0px 10px;
}
.contentBox .progressComparison ul li div div div.left {
  float: left;
}
.contentBox .progressComparison ul li div div div.left a {
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.contentBox .progressComparison ul li div div div.left p {
  margin: 8px 0 0 0;
  line-height: 1;
  color: white;
  font-style: italic;
  font-size: 11px;
}
.contentBox .progressComparison ul li div div div.left time {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  display: block;
  margin: 5px 0 9px;
}
.contentBox .progressComparison ul li div div div.right {
  float: right;
}
.contentBox .progressComparison ul li div div div.right p {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: white;
  margin: 0px 0 2px;
}
.contentBox .progressComparison ul li div div div.right p > span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  position: relative;
  top: 3px;
}
.contentBox .progressComparison ul li div div div.right > span {
  color: #b1ada8;
  font-size: 11px;
  font-style: italic;
  float: right;
}
.contentBox .progressComparison ul li div span.progressCenterLine {
  display: block;
  height: 48px;
  width: 1px;
  background: #eae7e0;
  position: absolute;
  left: 50%;
  top: 0px;
}
.contentBox .progressComparison.singleRow ul li div div.right p {
  padding-top: 6px;
}
/* Photo Comments Box */

.contentBox .photoComments article {
  margin: 9px 0px;
}
.contentBox .photoComments article img {
  float: left;
  margin: 0 15px 9px 0;
}
.contentBox .photoComments article p {
  color: #322e2a;
  font-size: 12px;
  margin: 0 0 4px 0;
  line-height: 14px;
}
.contentBox .photoComments article a {
  text-decoration: none;
}
.contentBox .photoComments article a.profileName {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  line-height: 1;
}
.contentBox .photoComments article time {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  line-height: 1;
}
/* Game Changelog box */

.contentBox .changelog {
  font-size: 12px;
}
.contentBox .changelog time {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  line-height: 14px;
  float: right;
}
.contentBox .changelog ul {
  padding: 5px 0px 25px 25px;
  margin-top: 7px;
  border-top: 1px solid #e0d6ce;
}
.contentBox .changelog ul li {
  line-height: 17px;
  padding: 3px 0px;
  list-style-image: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/819d330c-22c2-4ccb-8ec6-4d3c6eb0085e.png');
}
/* Sendt Gifts box */

.contentBox .sendtGifts ul li {
  margin: 0px;
  float: left;
  border-bottom: 1px solid #e0d6ce;
  margin: 0;
  padding: 3px 0;
  width: 100%;
}
.contentBox .sendtGifts ul li:last-child {
  border-bottom: none;
}
.contentBox .sendtGifts ul li img {
  float: left;
  padding-right: 12px;
}
.contentBox .sendtGifts ul li div.left {
  float: left;
}
.contentBox .sendtGifts ul li div.left a {
  color: #322e2a;
  font-size: 14px;
  margin-top: 5px;
  text-decoration: none;
  font-weight: bold;
  display: block;
}
.contentBox .sendtGifts ul li div.left time {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  display: block;
  margin-top: 8px;
}
.contentBox .sendtGifts ul li div.right {
  float: right;
}
.contentBox .sendtGifts ul li div.right a {
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  margin-top: 13px;
  text-decoration: none;
  display: block;
}
/* Weekly Achievement box */

.contentBox .weeklyAchievement > a {
  float: left;
  margin: 0 25px 0 0;
  width: 120px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.contentBox .weeklyAchievement > a img {
  display: block;
  margin-bottom: 12px;
}
.contentBox .weeklyAchievement div.expiredImage {
  height: 120px;
  position: relative;
  text-align: center;
  width: 120px;
  float: left;
  margin: 0px 36px 12px 24px;
}
.contentBox .weeklyAchievement div.expiredImage a.expired {
  position: absolute;
  bottom: 45px;
  left: -19px;
  border: 5px double #bb9597;
  color: #aa787d;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 5px;
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
  white-space: nowrap;
  width: 139px;
  overflow: hidden;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.contentBox .weeklyAchievement div.left {
  float: left;
  color: #988c82;
  font-size: 12px;
  line-height: 16px;
}
.contentBox .weeklyAchievement div.left > a {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  width: 210px;
  line-height: 17px;
}
.contentBox .weeklyAchievement div.left > time {
  color: #322e2a;
  font-weight: bold;
  font-size: 17px;
  display: block;
  margin-bottom: 8px;
  width: 210px;
  line-height: 20px;
}
.contentBox .weeklyAchievement div.left > span {
  font-size: 10px;
  text-transform: uppercase;
}
.contentBox .weeklyAchievement div.left a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #70685f;
  display: block;
  margin-top: 8px;
}
.contentBox .weeklyAchievement div.left > p {
  width: 210px;
  color: #70685f;
  margin: 0px;
  font-size: 12px;
}
.contentBox .weeklyAchievement div.left > p strong {
  font-size: 17px;
  display: block;
  margin-bottom: 4px;
}
.contentBox .weeklyAchievement div.left > strong {
  font-size: 14px;
  display: block;
  margin: 8px 0px;
  color: #322e2a;
}
.contentBox .weeklyAchievement.inactive div.left > p {
  width: 180px;
}
.contentBox .weeklyAchievement div.right {
  padding-top: 8px;
  clear: both;
}
.contentBox .weeklyAchievement div.right ul {
  clear: both;
}
.contentBox .weeklyAchievement div.right ul li {
  float: left;
}
.contentBox .weeklyAchievement div.right ul li img {
  vertical-align: bottom;
  margin-left: 6px;
  width: 48px;
  height: 48px;
}
.contentBox .weeklyAchievement div.right ul.tasks li:first-child {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/80162c76-c785-4b21-bfcb-5281a1cf4892.jpg') right top no-repeat #e0d6ce;
  width: 185px;
  height: 46px;
  padding: 2px 0 0px 8px;
  margin-right: 4px;
  overflow: hidden;
  color: #70685f;
  font-size: 14px;
}
.contentBox .weeklyAchievement div.right ul.tasks li:first-child span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
}
.contentBox .weeklyAchievement div.right a.cssButton {
  float: right;
  margin-top: 8px;
  padding: 6px 25px;
}
/* Find Users Box */

.contentBox .findUsers {
  color: #70685f;
}
.contentBox .findUsers p {
  margin: 0px 0px 12px 0px;
}
.contentBox .findUsers form > div {
  padding: 12px;
  margin-bottom: 8px;
  background: #e0ddd7;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contentBox .findUsers form > div > div {
  color: #322e2a;
}
.contentBox .findUsers form > div > div:first-child {
  margin-bottom: 14px;
}
.contentBox .findUsers form > div > div:last-of-type {
  margin-bottom: 0px;
}
.contentBox .findUsers form > div > div > div {
  margin-top: 6px;
}
.contentBox .findUsers form > div > div div.ageLabel {
  text-align: center;
  font-style: italic;
}
.contentBox .findUsers form input[type="number"] {
  margin-left: 6px;
  border: 1px solid #bbafa4;
}
.contentBox .findUsers form .cssButton {
  float: right;
}
.contentBox .findUsers .ui-widget {
  font-size: 0.9em;
}
.contentBox .findUsers .ui-slider .ui-slider-handle {
  cursor: pointer;
}
.contentBox .findUsers .ui-widget-header {
  background: #bbafa4;
  background: #c6edb6;
  background: #c2e6f9;
  background: #8bd3ed;
}
/* Shop Frontpage */

.contentBox div.shopFront article {
  width: 360px;
  height: 258px;
  background: #f4f2ed;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin: 0px 0px 12px 0px;
  padding: 12px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contentBox div.shopFront article h1 {
  font-size: 14px;
}
.contentBox div.shopFront article p {
  font-size: 12px;
  line-height: 12px;
  margin-top: 7px;
  color: #99928a;
}
.contentBox div.shopFront article > a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.contentBox div.shopFront.narrow article {
  width: 354px;
}
.contentBox div.shopFront article.categories {
  height: 270px;
  background: #2496d5;
  color: white;
  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  cursor: default;
}
.contentBox div.shopFront article.categories h2:first-child {
  margin-top: 12px;
}
.contentBox div.shopFront article.categories h2 a {
  color: white;
  text-decoration: none;
}
.contentBox div.shopFront article.categories ul {
  display: block;
  margin: 6px 0px 25px 0px;
}
.contentBox div.shopFront article.categories ul li {
  float: left;
  line-height: 18px;
  padding-right: 4px;
  padding-top: 2px;
}
.contentBox div.shopFront article.categories ul li a {
  color: white;
  text-decoration: none;
}
.contentBox div.shopFront article.categories ul li.large {
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 2px;
}
.contentBox div.shopFront article.polo {
  height: 408px;
  background: #e0d6ce;
  position: relative;
}
.contentBox div.shopFront article.polo img {
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 10;
}
.contentBox div.shopFront article.info {
  height: 226px;
  background: #e0d6ce;
  position: relative;
}
.contentBox div.shopFront article.info h1 {
  color: #70685f;
  font-size: 20px;
  margin-bottom: 12px;
}
.contentBox div.shopFront article.info > p {
  color: #70685f;
  font-size: 14px;
  line-height: 17px;
}
.contentBox div.shopFront article.info > img {
  float: right;
  margin-left: 5px;
}
.contentBox div.shopFront article.info footer {
  position: absolute;
  bottom: 18px;
  left: 12px;
}
.contentBox div.shopFront article.info footer p {
  color: #70685f;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 7px;
}
.contentBox div.shopFront div.column1,
.contentBox div.shopFront div.column2,
.contentBox div.shopFront div.column3 {
  width: 384px;
  float: left;
  padding-right: 12px;
}
.contentBox div.shopFront div.column3 {
  float: right;
  padding-right: 0px;
}
.contentBox div.shopFront.narrow div.column1,
.contentBox div.shopFront.narrow div.column2 {
  width: 378px;
  padding: 0px;
}
.contentBox div.shopFront.narrow div.column2 {
  float: right;
}
/* Shop Categories */

.contentBox div.shopCategory article {
  margin: 0px;
  padding: 12px 0px;
  position: relative;
}
.contentBox div.shopCategory article > div {
  float: right;
  width: 505px;
}
.contentBox div.shopCategory article form {
  /*padding:0px 0px 24px 0px;*/
  font-size: 12px;
  position: absolute;
  bottom: 54px;
  right: 0px;
}
.contentBox div.shopCategory article form input,
.contentBox div.shopCategory article form select {
  padding: 2px;
}
.contentBox div.shopCategory article form label {
  margin: 0px 5px 0px 12px;
}
.contentBox div.shopCategory article form label:first-child {
  margin-left: 0px;
}
.contentBox div.shopCategory article form input[type=number] {
  width: 40px;
}
.contentBox div.shopCategory article div.price {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/e02d2b62-c1aa-4ec1-8821-4f5b05de9e63.jpg') no-repeat scroll right top #eae7e0;
  font-size: 12px;
  line-height: 20px;
  color: #70685f;
  width: 200px;
  height: 43px;
  padding: 5px 0 0 8px;
  overflow: hidden;
  margin-top: 18px;
}
.contentBox div.shopCategory article div.price span {
  color: #322e2a;
  font-size: 17px;
  display: block;
}
.contentBox div.shopCategory article div.price strong {
  font-size: 20px;
}
.contentBox div.shopCategory article .cssButton {
  position: absolute;
  bottom: 12px;
  right: 0px;
  top: auto;
}
/* Shop Cart */

.contentBox .cart > div {
  padding: 3px 0px 3px 0;
  margin: 0px;
  border-bottom: 1px solid #e0d6ce;
}
.contentBox .cart > div.cartTotal {
  border-bottom: none;
}
.contentBox .cart > div > a > img {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 15px 0 0;
}
.contentBox .cart div div.left {
  float: left;
}
.contentBox .cart div.cartTotal div.left {
  padding-top: 8px;
}
.contentBox .cart div div.right {
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #322e2a;
  padding-top: 5px;
}
.contentBox .cart div.cartTotal div.right {
  font-size: 17px;
}
.contentBox .cart div p {
  margin: 5px 0 0 0;
  line-height: 1;
  color: #322e2a;
}
.contentBox .cart div div.left a {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  display: block;
  text-decoration: none;
}
.contentBox .cart div div.left a:first-child {
  font-size: 14px;
  margin: 5px 0 6px;
  font-weight: bold;
  font-style: normal;
  color: #322e2a;
}
.contentBox .cart div div.right span {
  font-size: 12px;
  font-weight: normal;
  color: #988c82;
  text-decoration: none;
  display: block;
  text-align: right;
  margin-top: 5px;
}
/* Other Users Bought Box */

.contentBox .otherUsersBought > div {
  padding: 3px 0 3px 0;
  margin: 0px;
  border-bottom: 1px solid #e0d6ce;
}
.contentBox .otherUsersBought > div:last-of-type {
  border-bottom: none;
}
.contentBox .otherUsersBought > div > a > img {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 15px 0 0;
}
.contentBox .otherUsersBought > div div.left {
  float: left;
  position: relative;
}
.contentBox .otherUsersBought > div div.left a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #70685f;
  display: block;
  margin-top: 8px;
}
.contentBox .otherUsersBought > div div.left span {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  display: block;
  text-decoration: none;
  padding-top: 4px;
}
.contentBox .otherUsersBought > div div.right {
  float: right;
}
.contentBox .otherUsersBought > div div.right img {
  vertical-align: bottom;
  width: 48px;
  height: 48px;
}
/* Find Address Box for delivery */

.contentBox .findAddress {
  color: #70685f;
  padding-bottom: 15px;
}
.contentBox .findAddress p {
  margin: 0px 0px 12px 0px;
}
.contentBox .findAddress input {
  width: 185px;
  margin-right: 5px;
}
/* Player Turns box */

.contentBox .playerTurn > div {
  padding: 3px 0 3px 0;
  margin: 0px;
  border-bottom: 1px solid #e0d6ce;
}
.contentBox .playerTurn > div:last-of-type {
  border-bottom: none;
}
.contentBox .playerTurn > div > a > img {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 9px 0 0;
}
.contentBox .playerTurn > div div.left {
  float: left;
  position: relative;
}
.contentBox .playerTurn > div div.left a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #70685f;
  display: block;
  margin-top: 6px;
}
.contentBox .playerTurn > div div.left p {
  color: #988c82;
  font-size: 11px;
  font-style: italic;
  line-height: 1;
  margin: 6px 0 0;
}
.contentBox .playerTurn > div div.right {
  float: right;
}
.contentBox .playerTurn > div div.right img {
  vertical-align: bottom;
  width: 48px;
  height: 48px;
}
/* Jackpot box */

.contentBox > .jackpot {
  font-size: 40px;
  letter-spacing: 1.3px;
  font-family: 'plutocond_heavy', Tahoma, Geneva, Arial Black, Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 18px 0px;
}
/* contentBox styles End */

/* frontpage pre login */

.frontpage header #pageTop {
  background: #322e2a;
  border-bottom: 4px solid #181715;
}
.frontpage header #pageTop h1.logo a {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/dc54fd5d-6430-4d6a-a298-ce1a4b899720.png') center bottom no-repeat;
  height: 125px;
  width: 180px;
  margin-top: 0px;
}
.frontpage header #pageTop .topLogin,
.frontpage header #pageTop .topLogin a {
  color: #bfbfbf;
}
.frontpage header #pageHeader {
  width: 1000px;
  border: none;
  margin: 30px auto 5px;
}
.frontpage header #pageHeader hgroup {
  padding-left: 110px;
}
.frontpage header #pageHeader h1 {
  font-size: 43px;
  color: white;
  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
}
.frontpage header #pageHeader h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  margin-top: 10px;
}
.frontpage header #pageHeader h2 a {
  font-size: 22px;
  line-height: 28px;
}
.frontpage #pageContent {
  padding-top: 50px;
}
.frontpage #pageContent nav {
  position: relative;
}
.frontpage #pageContent nav > div {
  height: 238px;
  width: 1200px;
  overflow: hidden;
  position: relative;
  display: block;
  background: white;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.frontpage #pageContent nav > div ul {
  width: 12000px;
  position: absolute;
}
.frontpage #pageContent nav > div ul li {
  float: left;
  padding: 12px 12px 10px 0;
  position: relative;
}
.frontpage #pageContent nav > div ul li:first-child {
  padding-left: 12px;
}
.frontpage #pageContent nav > div ul li > a {
  width: 285px;
  height: 214px;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.frontpage #pageContent nav > div ul li > a > img {
  display: inline-block;
  width: 285px;
  height: 214px;
  background: transparent;
  position: relative;
  z-index: 10;
  color: #bbafa4;
}
.frontpage #pageContent nav > div ul li > a > span {
  display: inline-block;
  width: 285px;
  height: 214px;
  position: relative;
  bottom: 214px;
  z-index: 5;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #322e2a;
  line-height: 214px;
  background: #bbafa4;
  opacity: 0.6;
}
.frontpage #pageContent nav > div ul li .gameBoxOverlay {
  background: #5b554b;
  background: rgba(53, 48, 39, 0.7);
  bottom: 10px;
  left: 0px;
  right: 12px;
  position: absolute;
  z-index: 10;
}
.frontpage #pageContent nav > div ul li .gameBoxOverlay a.points,
.frontpage #pageContent nav > div ul li .gameBoxOverlay a.jackpot,
.frontpage #pageContent nav > div ul li .gameBoxOverlay a.gamePlayerCounts,
.frontpage #pageContent nav > div ul li .gameBoxOverlay time {
  font-size: 12px;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 4px;
  z-index: 15;
}
.frontpage #pageContent nav > div ul li .gameBoxOverlay a.gamePlayerCounts {
  float: right;
}
.frontpage #pageContent nav > div ul li .gameBoxOverlay a.gamePrize {
  display: none;
}
.frontpage #pageContent nav > div ul li .gameBoxOverlay a.points img,
.frontpage #pageContent nav > div ul li .gameBoxOverlay a.jackpot img,
.frontpage #pageContent nav > div ul li .gameBoxOverlay a.gamePlayerCounts img {
  vertical-align: bottom;
  padding-right: 2px;
}
.frontpage #pageContent nav img.pagerLeft {
  position: absolute;
  bottom: 97px;
  left: -10px;
  cursor: pointer;
  z-index: 15;
}
.frontpage #pageContent nav img.pagerRight {
  position: absolute;
  bottom: 97px;
  right: -10px;
  cursor: pointer;
  z-index: 15;
}
.frontpage #pageContent nav img.pagerRight:active,
.frontpage #pageContent nav img.pagerLeft:active {
  bottom: 96px;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}
.frontpage #pageContent .aboutUs {
  margin-bottom: 40px;
}
.frontpage #pageContent section.aboutUsItem {
  width: 400px;
  float: left;
  margin-top: 65px;
}
.frontpage #pageContent section.aboutUsItem a {
  text-decoration: none;
}
.frontpage #pageContent section.aboutUsItem h1 {
  margin-top: 10px;
  display: inline;
  font-size: 24px;
  line-height: 26px;
  color: white;
  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
}
.frontpage #pageContent section.aboutUsItem p {
  margin-top: 8px;
  line-height: 18px;
}
.frontpage #pageContent section.aboutUsItem img {
  float: left;
  display: block;
  margin-right: 10px;
}
/* Game Presentationn page */

.gamePresentation {
  background-position: center 50px;
  background-repeat: repeat-x;
}
.gamePresentation #pageContent {
  padding-top: 35px;
}
.gamePresentation #pageContent > article header h1 {
  width: 610px;
  padding-left: 405px;
  display: inline-block;
}
.gamePresentation #pageContent > article header > a img {
  position: absolute;
  left: 42px;
  top: 0px;
}
.gamePresentation #pageContent > article header a.shareContentLink {
  color: #565e5f;
  text-decoration: none;
}
.gamePresentation #pageContent > article > a.shareContentLink {
  color: #565e5f;
  text-decoration: none;
  float: right;
  clear: both;
}
.gamePresentation #pageContent > article > div {
  text-align: right;
  clear: both;
  vertical-align: bottom;
  position: relative;
  padding-right: 90px;
}
.gamePresentation #pageContent > article > div > div {
  float: right;
}
.gamePresentation #pageContent > article > div > div:first-of-type {
  margin-right: 28px !important;
}
.gamePresentation #pageContent > article > div .fb_iframe_widget {
  position: relative;
  bottom: 4px;
}
.gamePresentation #pageContent > article > div a.shareContentLink {
  display: block;
  float: right;
  background: white;
  background-image: linear-gradient(top, #fefefe 11%, #dfdfdf 78%);
  background-image: -o-linear-gradient(top, #fefefe 11%, #dfdfdf 78%);
  background-image: -moz-linear-gradient(top, #fefefe 11%, #dfdfdf 78%);
  background-image: -webkit-linear-gradient(top, #fefefe 11%, #dfdfdf 78%);
  background-image: -ms-linear-gradient(top, #fefefe 11%, #dfdfdf 78%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.11, #fefefe), color-stop(0.78, #dfdfdf));
  border: 1px solid #cccccc;
  padding: 3px 8px 2px 8px;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 0px;
  bottom: 4px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.gamePresentation #pageContent > article p {
  font-size: 17px;
  line-height: 22px;
  font-weight: normal;
  padding-top: 4px;
  padding-left: 405px;
}
.gamePresentation #pageContent > article a.cssButton {
  margin: 15px 0 10px 407px;
}
.gamePresentation #pageContent > article a.openlobby,
.gamePresentation #pageContent > article span.asGuestLabel {
  clear: both;
  margin: 15px 0 10px 477px;
}
.gamePresentation #pageContent > article > figure#gamePlayPreview {
  float: right;
  margin: 0 0 10px 30px;
  width: 365px;
  border: 3px solid #94b8ca;
  border: 3px solid rgba(50, 46, 42, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.gamePresentation #pageContent > article > figure#gamePlayPreview:hover {
  border: 3px solid #c3b778;
  border: 3px solid rgba(230, 168, 19, 0.5);
}
.gamePresentation #pageContent > article > figure#gamePlayPreview.userLoggedIn {
  width: 132px;
}
.gamePresentation #pageContent > article > figure#gamePlayPreview img {
  width: 100%;
  cursor: pointer;
  display: none;
}
.gamePresentation #pageContent > article > figure#gamePlayPreview img:first-child {
  display: block;
}
.gamePresentation #pageContent > article > iframe {
  float: right;
  margin: 0 0 10px 30px;
  border: 3px solid #94b8ca;
  border: 3px solid rgba(50, 46, 42, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.gamePresentation #primary .contentBox div.topTournaments {
  padding-top: 6px;
}
.gamePresentation #primary .contentBox div.topTournaments div.left {
  color: #322e2a;
  font-size: 12px;
  line-height: 19px;
  width: 141px;
  margin-left: 15px;
}
.gamePresentation #primary .contentBox div.topTournaments div.left:first-child {
  margin-left: 0px;
}
.gamePresentation #primary .contentBox div.topTournaments div.left > time {
  font-size: 14px;
  margin-bottom: 5px;
}
.gamePresentation #primary .contentBox div.topTournaments div.left > span {
  color: #988c82;
  font-size: 11px;
}
.gamePresentation #primary .contentBox div.topTournaments div.left .cssButton {
  color: white;
  width: 110px;
  margin-top: 15px;
}
.gamePresentation #primary .contentBox div.topTournaments div.left .cssButtonSmallDisabled {
  color: #70685f;
  text-shadow: none;
}
.gamePresentation #primary .contentBox div.achievements > div.progressContainer {
  height: 12px;
  padding: 2px;
  margin: 8px 0px;
}
.gamePresentation #primary .contentBox div.achievements > div.progressContainer div.progressBar {
  height: 12px;
}
.gamePresentation #primary .contentBox div.achievements > div {
  border-top: 1px solid #e0d6ce;
  border-bottom: none;
  position: relative;
}
.gamePresentation #primary .contentBox div.achievements > div > img {
  float: left;
  display: block;
  vertical-align: top;
  margin-right: 12px;
}
.gamePresentation #primary .contentBox div.achievements > div > div {
  float: left;
  width: 630px;
}
.gamePresentation #primary .contentBox div.achievements > div > div > span.heading {
  font-size: 17px;
  text-decoration: none;
  display: block;
  padding-top: 15px;
}
.gamePresentation #primary .contentBox div.achievements > div > div > p {
  margin: 4px 0px 12px 0px;
}
.gamePresentation #primary .contentBox div.achievements > div > div div.progressContainer {
  height: 12px;
  padding: 2px;
  margin: 8px 0px;
}
.gamePresentation #primary .contentBox div.achievements > div > div div.progressBar {
  height: 12px;
}
.gamePresentation #primary .contentBox div.achievements > div > div span.prize {
  color: #322e2a;
  float: right;
  font-size: 17px;
}
.gamePresentation #primary .contentBox div.achievements > div > div span.progress {
  float: left;
  font-size: 14px;
}
.gamePresentation #primary .contentBox div.achievements > div.achieved {
  background: #f3ffed;
}
.gamePresentation #primary .contentBox div.achievements > div.achieved > div div {
  padding: 6px 0px;
  color: #259907;
  line-height: 17px;
}
.gamePresentation #primary .contentBox div.achievements > div.achieved > div div span {
  color: #988c82;
}
.gamePresentation #primary .contentBox div.achievements span.points {
  font-size: 12px;
  color: white;
  text-decoration: none;
  display: inline-block;
  background: #5b554b;
  background: rgba(53, 48, 39, 0.7);
  padding: 4px;
  position: absolute;
  bottom: 10px;
  left: 6px;
  line-height: 14px;
}
.gamePresentation #primary .contentBox div.achievements span.points img {
  vertical-align: bottom;
  padding-right: 2px;
}
.gamePresentation .gamePresentation-ludo #pageContent header img {
  top: 17px;
}
.gamePresentation .gamePresentation-ludo #pageFooter #subContent aside img {
  margin: 40px auto 0px;
  display: block;
}
.gamePresentation .gamePresentation-enogtyve #pageContent header img {
  top: -17px;
}
/* gamePopup styles */

.gamePopup {
  background: #1d1c1a;
  overflow: hidden;
}
/* gamePopup styles End */

/* Signup and Signup completed */

.userCreate header #pageHeader {
  width: 575px;
  border: none;
}
.userCreate header #pageHeader h1 {
  font-size: 43px;
  color: white;
  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
}
.userCreate header #pageHeader p {
  font-size: 22px;
  line-height: 28px;
  margin: 15px 0 20px;
}
.userCreate #pageContent {
  width: 575px;
  margin: 0 auto;
}
.userCreate #pageContent .userDetails label {
  display: block;
  clear: both;
  float: left;
  line-height: 40px;
}
.userCreate #pageContent .userDetails input[type="text"],
.userCreate #pageContent .userDetails input[type="password"],
.userCreate #pageContent .userDetails input[type="email"] {
  font-size: 14px;
  line-height: auto;
  padding: 11px 0 9px 10px;
  border: solid 1px #bbafa4;
  width: 373px;
  float: right;
  margin-bottom: 12px;
}
.userCreate #pageContent .userDetails input[type="text"].valid,
.userCreate #pageContent .userDetails input[type="password"].valid,
.userCreate #pageContent .userDetails input[type="email"].valid {
  background-color: #ceffca;
}
.userCreate #pageContent .userSex span {
  clear: both;
  float: left;
  line-height: 40px;
}
.userCreate #pageContent .userSex div {
  float: right;
  width: 390px;
}
.userCreate #pageContent .userSex input[type="radio"] {
  float: left;
  margin: 6px 8px 12px 15px;
  width: 25px;
  height: 25px;
  color: #1e99cd;
}
.userCreate #pageContent .userSex label {
  float: left;
  line-height: 40px;
}
.userCreate #pageContent .userBirthday span {
  display: block;
  clear: both;
  float: left;
  line-height: 45px;
}
.userCreate #pageContent .userBirthday div {
  float: right;
  width: 390px;
}
.userCreate #pageContent .userBirthday select {
  float: left;
  margin: 4px 0px 12px 5px;
  padding: 9px;
  border: solid 1px #bbafa4;
  background: white;
  width: 124px;
}
.userCreate #pageContent .usertermsOfUse {
  clear: both;
  text-align: right;
}
.userCreate #pageContent .usertermsOfUse input[type="checkbox"] {
  border: solid 1px #bbafa4;
  background: white;
  margin-right: 5px;
}
.userCreate #pageContent .usertermsOfUse label {
  line-height: 35px;
  white-space: nowrap;
}
.userCreate #pageContent .usertermsOfUse label a {
  color: #322e2a;
}
.userCreate #pageContent .signupButton {
  float: right;
  padding-left: 42px;
  padding-right: 42px;
  margin-top: 15px;
}
.userCreateCompleted #pageContent .userEmailInfo {
  clear: both;
  font-size: 12px;
  margin-bottom: 20px;
}
.userCreateCompleted #pageContent .userCreateButtons {
  text-align: right;
  clear: both;
}
.userCreateCompleted #pageContent .cssButton {
  margin-left: 8px;
}
.userCreateCompleted header #pageHeader img {
  float: right;
}
/* Forgot Password page */

.userForgotPassword header #pageHeader {
  margin-bottom: 0px;
  width: 575px;
  border: none;
}
.userForgotPassword header #pageHeader h1 {
  font-size: 43px;
  color: white;
  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
}
.userForgotPassword header #pageHeader p {
  font-size: 16px;
  line-height: 28px;
  margin: 25px 0px;
}
.userForgotPassword #pageContent {
  width: 575px;
  margin: 0 auto;
}
.userForgotPassword #pageContent .userDetails label {
  display: block;
  clear: both;
  float: left;
  line-height: 40px;
}
.userForgotPassword #pageContent .userDetails input[type="text"] {
  font-size: 14px;
  line-height: auto;
  padding: 11px 0 9px 10px;
  border: solid 1px #bbafa4;
  width: 373px;
  margin-bottom: 12px;
}
.userForgotPassword #pageContent .userDetails input[type="text"].valid,
.userForgotPassword #pageContent .userDetails input[type="email"].valid {
  background-color: #ceffca;
}
.userForgotPassword .signupButton {
  padding-left: 42px;
  padding-right: 42px;
}
/* Article page */

.articlePage #pageHeader {
  margin-bottom: 20px;
}
.articlePage .contentBox {
  width: 1152px;
  padding: 0px 24px;
}
.articlePage .contentBox article {
  margin: 0px;
  padding: 25px 0;
  border: none;
}
.articlePage .contentBox article h1 {
  font-size: 32px;
  font-family: 'plutocond_heavy', Tahoma, Geneva, Arial Black, Arial, Helvetica, sans-serif;
  font-weight: 900;
  border: none;
  padding: 0px;
}
.articlePage .contentBox article h2,
.articlePage .contentBox article h3,
.articlePage .contentBox article h4,
.articlePage .contentBox article h5,
.articlePage .contentBox article h6 {
  margin-top: 25px;
}
.articlePage .contentBox article > header {
  border: none;
  padding: 0px;
}
.articlePage .contentBox article header p,
.articlePage .contentBox article header h2,
.articlePage .contentBox article header h3,
.articlePage .contentBox article header h4,
.articlePage .contentBox article header h5,
.articlePage .contentBox article header h6 {
  margin-top: 10px;
}
.articlePage .contentBox article p {
  margin: 20px 0 10px 0;
}
.articlePage .contentBox article li {
  margin-left: 15px;
  padding-left: 3px;
  line-height: 19px;
}
.articlePage .contentBox article ol li {
  margin-left: 20px;
  line-height: 19px;
}
.articlePage .contentBox article ul li {
  list-style: disc;
}
.articlePage .contentBox article address {
  line-height: 19px;
}
.articlePage .contentBox article img {
  float: none;
  margin: 0px;
}
/* Profile Page */

.profilePage header #pageHeader {
  margin-bottom: 10px;
}
.profilePage header #pageHeader .profilePicture {
  position: absolute;
  left: 0px;
  width: 240px;
}
.profilePage header #pageHeader .profilePicture.editable:hover {
  cursor: pointer;
  outline: 3px solid #c3b778;
  outline: 3px solid rgba(230, 168, 19, 0.5);
}
.profilePage header #pageHeader h1 {
  padding-left: 265px;
}
.profilePage header #profileInfo {
  margin: 0 auto;
  padding: 0 0 0 254px;
  width: 940px;
  height: 200px;
  position: relative;
}
.profilePage header #profileInfo > p {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  font-size: 17px;
  line-height: 22px;
  position: absolute;
  bottom: 30px;
}
.profilePage header #profileInfo > p span.onlineLabel {
  color: white;
  background: #528b07;
  padding: 2px 5px;
  text-transform: uppercase;
}
.profilePage header #profileInfo > p:first-child {
  margin: 15px 0 0 0;
  padding-left: 10px;
  font-style: italic;
  position: static;
}
.profilePage header #profileInfo > p:first-child {
  height: 45px;
  width: 920px;
  overflow: hidden;
}
.profilePage header #profileInfo > p > p {
  margin: 0px;
  padding: 0px;
  line-height: 22px;
}
.profilePage header #profileInfo p span.editable {
  display: inline-block;
  width: 200px;
}
.profilePage header #profileInfo p.editable:hover,
.profilePage header #profileInfo p.editState,
.profilePage header #profileInfo p span.editable:hover,
.profilePage header #profileInfo p span.editState {
  outline: 2px dashed rgba(50, 46, 42, 0.2);
  cursor: pointer;
}
.profilePage header #profileInfo ul {
  width: 520px;
  position: absolute;
  bottom: 30px;
  right: 0px;
}
.profilePage header #profileInfo ul li {
  float: left;
  width: 130px;
  text-align: center;
}
.profilePage header #profileInfo ul a {
  text-decoration: none;
  font-size: 12px;
}
.profilePage header #profileInfo ul a:hover {
  text-decoration: underline;
  font-size: 12px;
}
.profilePage header #profileInfo ul a img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.profilePage header #profileInfo .editableFocus {
  padding: 0px;
  margin: 0px;
}
.profilePage header #profileInfo .editableFocus textarea {
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  margin: 0px;
  padding: 0px;
  background: transparent;
  border: none;
  overflow: hidden;
  resize: none;
  outline: 0;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.profilePage header #profileInfo .editableFocus select {
  font-size: 17px;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  background: transparent;
  border: none;
  overflow: hidden;
  resize: none;
  outline: 0;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
}
.profilePage header #profileInfo .editableFocus select option {
  background: #f7f4f0;
}
.profilePage .contentBox .about > span {
  display: block;
  padding-top: 4px;
  font-size: 11px;
  font-style: italic;
  color: #70685f;
  line-height: 14px;
  text-align: right;
}
.profilePage .contentBox .about > div.aboutData {
  background: #f7f4f0;
  padding: 12px;
}
.profilePage .contentBox .about > div.aboutData table {
  width: 364px;
  float: left;
  margin: 0px;
}
.profilePage .contentBox .about > div.aboutData table:first-child {
  margin-right: 15px;
}
.profilePage .contentBox .about > div.aboutData table tr:first-child {
  border-width: 1px;
}
.profilePage .contentBox .about > div.aboutData table tr td {
  line-height: 18px;
  padding: 7px 20px 7px 0;
}
.profilePage .contentBox .about > div.aboutData table tr td:first-child {
  text-transform: uppercase;
  color: #70685f;
  font-size: 12px;
  vertical-align: top;
}
.profilePage .contentBox .about > div.aboutData table tr td div {
  padding-left: 1px;
  padding-right: 1px;
}
.profilePage .contentBox .about > div.aboutData table tr td div.editable:hover {
  outline: 1px dashed #e0d6ce;
  cursor: pointer;
  color: #1c90d0;
}
.profilePage .contentBox .about > div.aboutData table tr td div.editable.editState {
  outline: 1px dashed #e0d6ce;
}
.profilePage .contentBox .about > div.aboutData table tr td div .editableFocus {
  padding: 0px;
  margin: 0px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.profilePage .contentBox .about > div.aboutData table tr td div .editableFocus select {
  padding: 0px;
  margin: 0px;
  background: #fffcf9;
  border: none;
  width: 100%;
}
.profilePage .contentBox .about > div.aboutData table tr td span {
  font-size: 10px;
  font-style: italic;
  color: #70685f;
  line-height: 14px;
  margin-top: 4px;
  display: none;
}
.profilePage .contentBox .about article {
  margin: 12px 0px;
  padding: 12px 0px;
}
.profilePage .contentBox .activity article > div {
  width: 645px;
}
.profilePage #editProfile,
.profilePage #editAddress {
  padding-bottom: 15px;
}
.profilePage #editProfile > div,
.profilePage #editAddress > div {
  padding-left: 10px;
}
.profilePage #pageContent .signupButton {
  margin-top: 25px;
}
.profilePage #online .online {
  height: 350px;
}
.profilePage #guestBook textarea {
  width: 737px;
}
/* Guest Profile Page */

/*
.guestsprofile #primary .tabs > div:not(:first-of-type)
{
    display: none;
}
.guestsprofile.profilePage header #pageTop .topLogin,
.guestsprofilesimple.profilePage header #pageTop .topLogin
{
    padding-top:16px;
}
*/

.guestsprofile.profilePage header #pageTop .topLogin strong,
.guestsprofilesimple.profilePage header #pageTop .topLogin strong {
  font-size: 14px;
}
.guestsprofile.profilePage header #profileInfo > p:first-child:hover,
.guestsprofilesimple.profilePage header #profileInfo > p:first-child:hover {
  outline: none;
}
.guestsprofile.profilePage header #profileInfo > div {
  position: absolute;
  right: 0px;
  bottom: 29px;
  text-align: right;
}
.guestsprofilesimple.profilePage header #profileInfo > div {
  position: absolute;
  bottom: 29px;
  text-align: left;
  margin-left: 10px;
}
.guestsprofilesimple.profilePage header #profileInfo > p {
  bottom: 177px;
}
.guestsprofile.profilePage .contentBox .activity .gamesLarge,
.guestsprofilesimple.profilePage .contentBox .activity .gamesLarge {
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid #e0d6ce;
  margin-bottom: 6px;
}
.guestsprofile.profilePage .contentBox .activity .gamesLarge .subMenu,
.guestsprofilesimple.profilePage .contentBox .activity .gamesLarge .subMenu {
  padding-bottom: 2px;
}
.guestsprofile.profilePage .contentBox .activity .gamesLarge .subMenu ul li a,
.guestsprofilesimple.profilePage .contentBox .activity .gamesLarge .subMenu ul li a {
  padding-left: 0px;
}
.guestsprofile.profilePage .contentBox .activity .gamesLarge > ul,
.guestsprofilesimple.profilePage .contentBox .activity .gamesLarge > ul {
  padding: 3px 0px;
}
.guestsprofile.profilePage .contentBox .activity .gamesLarge > ul li a:first-child,
.guestsprofilesimple.profilePage .contentBox .activity .gamesLarge > ul li a:first-child {
  padding: 6px 12px 6px 0px;
}
.guestsprofile.profilePage .contentBox .activity .gamesLarge > ul li:nth-of-type(3n+0) a:first-child,
.guestsprofilesimple.profilePage .contentBox .activity .gamesLarge > ul li:nth-of-type(3n+0) a:first-child {
  padding-right: 0px;
}
.guestsprofile.profilePage .contentBox .activity .gamesLarge > ul li time,
.guestsprofilesimple.profilePage .contentBox .activity .gamesLarge > ul li time {
  left: 0px;
}
.guestsprofile.profilePage .contentBox .about article:first-child,
.guestsprofilesimple.profilePage .contentBox .about article:first-child {
  padding-top: 0px;
}
.guestsprofilesimple.profilePage header #profileInfo > p span {
  background: #1f9fd0;
}
/* Tournaments Page */

#primary .contentBox div.topTournaments {
  padding: 12px 0 12px 0;
  margin: 0px;
  border-bottom: 1px solid #e0d6ce;
}
#primary .contentBox div.topTournaments:last-of-type {
  border-bottom: none;
}
#primary .contentBox div.topTournaments > a > img {
  float: left;
  margin: 0 15px 0 0;
  width: 180px;
  height: 140px;
}
#primary .contentBox div.topTournaments div.left {
  float: left;
  color: #988c82;
  font-size: 12px;
  line-height: 16px;
}
#primary .contentBox div.topTournaments div.left > time {
  color: #322e2a;
  font-weight: bold;
  font-size: 17px;
  display: block;
  margin-bottom: 12px;
}
#primary .contentBox div.topTournaments div.left > span {
  font-size: 10px;
  text-transform: uppercase;
}
#primary .contentBox div.topTournaments div.left div.dropDownMenu {
  top: 15px;
}
#primary .contentBox div.topTournaments div.left div.dropDownMenu span {
  color: #322e2a;
  font-size: 14px;
  line-height: 1;
}
#primary .contentBox div.topTournaments div.left div.dropDownMenu > div ul li {
  font-size: 14px;
}
#primary .contentBox div.topTournaments div.left > a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #70685f;
  display: block;
  margin-top: 8px;
}
#primary .contentBox div.topTournaments div.right {
  float: right;
  height: 140px;
  position: relative;
}
#primary .contentBox div.topTournaments div.right div.buttonsContainer {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#primary .contentBox div.topTournaments div.right div.buttonsContainer .cssButton {
  padding: 8px 0px;
  width: 148px;
}
#primary .contentBox div.topTournaments div.right div.buttonsContainer .cssButton:hover {
  text-decoration: none;
}
#primary .contentBox div.topTournaments div.right div.buttonsContainer .cssButton:active {
  padding: 8px 0px;
  width: 148px;
}
#primary .contentBox div.topTournaments div.right div.buttonsContainer > a {
  padding: 8px 0px;
  text-decoration: none;
}
#primary .contentBox div.topTournaments div.right div.buttonsContainer > a:hover {
  text-decoration: underline;
}
#primary .contentBox div.topTournaments div.right ul {
  clear: both;
}
#primary .contentBox div.topTournaments div.right ul li {
  float: left;
  padding-left: 4px;
}
#primary .contentBox div.topTournaments div.right ul li a > img {
  width: 48px;
  height: 48px;
}
#primary .contentBox div.topTournaments div.right ul.friends li:first-child {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/e02d2b62-c1aa-4ec1-8821-4f5b05de9e63.jpg') right top no-repeat #eae7e0;
  width: 164px;
  height: 46px;
  padding: 2px 0 0px 8px;
  margin-right: 4px;
  overflow: hidden;
  color: #70685f;
  font-size: 14px;
}
#primary .contentBox div.topTournaments div.right ul.friends li:first-child span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
}
#primary .contentBox div.topTournaments div.right ul.prizes {
  margin-top: 3px;
}
#primary .contentBox div.topTournaments div.right ul.prizes li {
  position: relative;
}
#primary .contentBox div.topTournaments div.right ul.prizes li:first-child {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/f0b6fb9d-ff96-4f69-9901-05d6e291bf63.jpg') right top no-repeat #e6a813;
  width: 216px;
  height: 46px;
  padding: 2px 0 0px 8px;
  margin-right: 4px;
  color: white;
  font-size: 14px;
}
#primary .contentBox div.topTournaments div.right ul.prizes li:first-child span {
  line-height: 68px;
}
#primary .contentBox div.topTournaments div.right ul.prizes li:first-child img.prizeIcon {
  position: absolute;
  bottom: 18px;
  left: 8px;
  z-index: 100;
  display: block;
}
#primary .contentBox div.topTournaments div.right ul.prizes li span.prize {
  background: #f0c964;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 4px;
  display: block;
  border-bottom: 1px solid #e4ece1;
  border-right: 1px solid #e4ece1;
  text-align: center;
  color: white;
  line-height: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  text-shadow: 1px 1px #b7933d;
}
#primary .contentBox div.topTournaments div.right ul.prizes li span.prize.two {
  background: #b9b9b9;
  text-shadow: 1px 1px #838383;
}
#primary .contentBox div.topTournaments div.right ul.prizes li span.prize.three {
  background: #dca57c;
  text-shadow: 1px 1px #a57c5d;
}
.tournaments #primary .contentBox table {
  margin-bottom: 30px;
}
.tournaments #primary .contentBox table col.col1 {
  width: 66px;
}
.tournaments #primary .contentBox table col.col2 {
  width: 128px;
}
.tournaments #primary .contentBox table col.col3 {
  width: 205px;
}
.tournaments #primary .contentBox table col.col4 {
  width: 218px;
}
.tournaments #primary .contentBox table tr {
  border-top: 1px solid #e0d6ce;
  border-bottom: 1px solid #e0d6ce;
}
.tournaments #primary .contentBox table tr td {
  padding: 4px 0px 4px 0px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
.tournaments #primary .contentBox table tr td > time {
  font-weight: bold;
  font-size: 17px;
}
.tournaments #primary .contentBox table tr td span {
  font-size: 11px;
  color: #70685f;
  text-transform: uppercase;
}
.tournaments #primary .contentBox table tr td:first-child div {
  width: 48px;
  height: 48px;
  position: relative;
}
.tournaments #primary .contentBox table tr td:first-child div img:first-child {
  width: 48px;
  height: 48px;
}
.tournaments #primary .contentBox table tr td:first-child div img.prizeIcon {
  position: absolute;
  top: 19px;
  left: 27px;
  z-index: 20;
}
.tournaments #primary .contentBox table tr td a.cssButton {
  font-size: 12px;
  text-shadow: none;
  float: right;
  line-height: 14px;
  font-weight: bold;
  padding: 3px 0px;
  width: 148px;
}
.tournaments #primary .contentBox table tr td a.cssButton time {
  font-size: 10px;
  font-weight: normal;
  text-transform: normal;
  display: block;
}
#tournamentTree {
  padding-top: 18px;
}
#tournamentTree h3 {
  color: #988c82;
  text-align: center;
  padding-bottom: 12px;
  font-size: 24px;
}
.tournamentRound {
  background: url('/_gfx/tournamentRoundTop.png') no-repeat top center transparent;
  padding-top: 28px;
  margin-bottom: 12px;
}
.tournamentRound.selected {
  background: url('/_gfx/tournamentRoundSelectedTop.png') no-repeat top center transparent;
}
.tournamentRound.winners {
  background: transparent;
  padding-top: 0px;
}
.tournamentRound div {
  background: #eae7e0;
  color: #807970;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.tournamentRound.selected div,
.tournamentRound.winners div {
  background: #caedc2;
  color: #322e2a;
}
.tournamentRound div > span {
  font-size: 20px;
  font-weight: bold;
}
.tournamentRound div > time {
  float: right;
  font-size: 13px;
  line-height: 22px;
}
.tournamentRound div ul {
  margin-left: 29px;
  margin-top: 12px;
}
.tournamentRound div ul li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  margin-bottom: 12px;
  width: 160px;
  height: 160px;
}
.tournamentRound.winners div ul li {
  margin-left: 45px;
  margin-bottom: 55px;
}
.tournamentRound div ul li a img {
  width: 160px;
  height: 160px;
}
.tournamentRound div ul li a span {
  position: absolute;
  width: 160px;
  height: 30px;
  left: 0px;
  bottom: 0px;
  background: rgba(53, 48, 39, 0.7);
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  line-height: 30px;
}
.tournamentRound div ul li img.clock {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.tournamentRound div ul li img.trophie {
  position: absolute;
  bottom: -15px;
  left: -45px;
  width: 85px;
}
.tournamentRound div ul li > span {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding: 18px 0px 0px 0px;
}
.contentBox > div.tournamentProgress {
  padding: 9px 6px;
}
.tournamentProgress div > div > span {
  display: block;
  padding: 8px;
  color: #5d5952;
  font-size: 12px;
}
.tournamentProgress ul {
  margin: 0px 3px;
}
.tournamentProgress ul li {
  display: inline-block;
  position: relative;
  margin: 1px;
  width: 87px;
  height: 87px;
}
.tournamentProgress ul li img {
  width: 87px;
  height: 87px;
}
.tournamentProgress ul li span {
  position: absolute;
  width: 87px;
  height: 20px;
  left: 0px;
  bottom: 0px;
  background: rgba(53, 48, 39, 0.7);
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  line-height: 20px;
}
.tournamentProgress > div.winners {
  background: url('/_gfx/tournamentRoundSmallTop.png') no-repeat top center transparent;
  padding-top: 15px;
}
.tournamentProgress > div.winners div {
  background: #ccbfb3;
  color: #807970;
  padding: 4px 0px;
  margin-bottom: 4px;
}
.tournamentRound div ul.participants {
  margin: 0px 5px;
  padding-bottom: 12px;
}
.tournamentRound div ul.participants li {
  display: inline-block;
  position: relative;
  margin: 1px 1px;
  width: 87px;
  height: 87px;
}
.tournamentRound div ul.participants li img {
  width: 87px;
  height: 87px;
}
.tournamentRound div ul.participants li span {
  position: absolute;
  width: 87px;
  height: 20px;
  left: 0px;
  bottom: 0px;
  background: rgba(53, 48, 39, 0.7);
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  line-height: 20px;
}
#primary .contentBox div.topTournaments div.right ul.prizesLarge {
  margin-top: 3px;
}
#primary .contentBox div.topTournaments div.right ul.prizesLarge li {
  position: relative;
  padding-left: 5px;
}
#primary .contentBox div.topTournaments div.right ul.prizesLarge li img {
  height: 90px;
}
#primary .contentBox div.topTournaments div.right ul.prizesLarge li span.prize {
  background: none repeat scroll 0 0 #f0c964;
  border-bottom: 1px solid #e4ece1;
  border-right: 1px solid #e4ece1;
  color: white;
  display: block;
  font-family: 'plutocond_heavy', Arial, Arial black, Tahoma, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  height: 16px;
  left: 5px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px #b7933d;
  text-transform: uppercase;
  top: 0;
  width: 16px;
}
#primary .contentBox div.topTournaments div.right ul.prizesLarge li span.prize.two {
  background: none repeat scroll 0 0 #b9b9b9;
  text-shadow: 1px 1px #838383;
}
#primary .contentBox div.topTournaments div.right ul.prizesLarge li span.prize.three {
  background: none repeat scroll 0 0 #dca57c;
  text-shadow: 1px 1px #a57c5d;
}
#primary .contentBox div.topTournaments div.right ul.prizesLarge li p.prizeLabel {
  display: block;
  font-size: 13px;
  padding-top: 2px;
  margin: 0px;
}
#primary .contentBox div.topTournaments div.right div.prizesLargeHeadline {
  color: white;
  background: #e6a913;
  margin-left: 5px;
  margin-bottom: 3px;
  padding: 3px 35px 2px 0px;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#primary .contentBox div.topTournaments div.right div.prizesLargeHeadline img {
  position: absolute;
  top: -9px;
  right: -5px;
  z-index: 9999;
}
#primary .contentBox div.topTournaments div.left div.buttonsContainer {
  padding-top: 9px;
}
#primary .contentBox div.topTournaments div.left div.buttonsContainer .cssButton {
  padding: 8px 0;
  width: 148px;
}
/* Player Turns on Game Presentationn page */

#primary .contentBox div.playerTurns {
  padding: 9px 0px 6px 0px;
  margin: 0px;
  border-bottom: 1px solid #e0d6ce;
}
#primary .contentBox div.playerTurns:last-of-type {
  border-bottom: none;
}
#primary .contentBox div.playerTurns div.left {
  float: left;
  font-size: 17px;
  line-height: 44px;
  line-height: 20px;
  white-space: nowrap;
}
#primary .contentBox div.playerTurns div.left > a.giveup {
  font-size: 14px;
  color: #322e2a;
  text-decoration: none;
}
#primary .contentBox div.playerTurns div.left > a.giveup:hover {
  text-decoration: underline;
}
#primary .contentBox div.playerTurns div.left > a.cssButton {
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  padding: 13px 25px;
  float: left;
  margin-right: 12px;
}
#primary .contentBox div.playerTurns div.left > a.cssButtonSmallBase {
  text-shadow: none;
}
#primary .contentBox div.playerTurns div.left > time {
  color: #322e2a;
  font-weight: bold;
  font-size: 17px;
  display: block;
  margin-bottom: 12px;
}
#primary .contentBox div.playerTurns div.left > span {
  color: #988c82;
  font-size: 12px;
  text-transform: uppercase;
}
#primary .contentBox div.playerTurns div.left > strong {
  font-size: 20px;
}
#primary .contentBox div.playerTurns div.right {
  float: right;
}
#primary .contentBox div.playerTurns div.right div {
  float: left;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  width: 100px;
}
#primary .contentBox div.playerTurns div.right div > span {
  color: #988c82;
  font-size: 10px;
  text-transform: uppercase;
}
#primary .contentBox div.playerTurns div.right ul {
  clear: both;
}
#primary .contentBox div.playerTurns div.right ul li {
  float: left;
  padding-left: 4px;
}
/* Friends page */

.friends #primary .contentBox table {
  margin-bottom: 12px;
}
.friends #primary .contentBox table col.col1 {
  width: 44px;
}
.friends #primary .contentBox table col.col2 {
  width: 65px;
}
.friends #primary .contentBox table col.col3 {
  width: 292px;
}
.friends #primary .contentBox table col.col4 {
  width: 242px;
}
.friends #primary .contentBox table tr {
  border-bottom: none;
}
.friends #primary .contentBox table tr td {
  padding: 4px 0px 1px 0px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #e0d6ce;
}
.friends #primary .contentBox table tr td a {
  text-decoration: none;
}
.friends #primary .contentBox table tr td a strong {
  font-size: 17px;
}
.friends #primary .contentBox table tr td a img {
  width: 48px;
}
.friends #primary .contentBox table tr td span {
  font-size: 13px;
  font-weight: bold;
  color: white;
  background: #528b07;
  padding: 2px 5px;
  text-transform: uppercase;
}
.friends #primary .contentBox table tr td:first-child {
  border-bottom: none;
  color: #70685f;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  padding-right: 12px;
}
.friends #primary .contentBox table tr td div {
  display: none;
}
.friends #primary .contentBox table tr td div img {
  padding-left: 7px;
  width: auto;
}
/* Mail page */

.mail .contentBox > div {
  padding: 0px 0px 9px 0px;
}
.mail .contentBox nav a span.count {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/8c0d08ad-d706-40c8-9789-ae530035df08.png') top left no-repeat;
  width: 32px;
  height: 31px;
  position: absolute;
  right: 10px;
  top: 5px;
  display: block;
  text-align: center;
  color: white;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
}
.mail .contentBox .subMenu {
  padding: 9px 12px;
}
.mail .contentBox .subMenu .cssButton {
  float: right;
  margin-right: 10px;
}
.mail .contentBox table {
  margin-bottom: 12px;
}
.mail .contentBox table col .col1 {
  width: 40px;
}
.mail .contentBox table col.col2 {
  width: 65px;
}
.mail .contentBox table col.col3 {
  width: 200px;
}
.mail .contentBox table col.col4 {
  width: 660px;
}
.mail .contentBox table col.col5 {
  width: 200px;
}
.mail .contentBox table tr {
  border-bottom: none;
}
.mail .contentBox table tr td {
  padding: 4px 0px 1px 0px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #e0d6ce;
  color: #70685f;
  min-width: 40px;
}
.mail .contentBox table tr td a {
  text-decoration: none;
  color: #70685f;
}
.mail .contentBox table tr td a img.profileImage {
  width: 48px;
}
.mail .contentBox table tr td strong {
  font-size: 17px;
}
.mail .contentBox table tr td time {
  float: right;
  margin-right: 20px;
}
.mail .contentBox table tr td:first-child {
  text-align: center;
}
.mail .contentBox table tr .largeButton {
  margin: 0px 12px;
}
.mail .contentBox table tr:hover {
  cursor: pointer;
}
.mail .contentBox table tr.unreadMails {
  background: #f9f1d6;
  color: #322e2a;
}
.mail .contentBox table tr.unreadMails a,
.mail .contentBox table tr.unreadMails time {
  color: #322e2a;
}
.mail #chat.contentBox > div {
  padding: 9px 12px 9px 12px;
}
.mail #mailConversationContainer {
  display: none;
  padding: 0px;
}
.mail .tabs {
  margin-bottom: 0px;
}
.mail .mailFolder .largeButton {
  margin: 0px 12px;
}
.mail #mailContent .dropDownMenu {
  display: none;
}
/* Photo albums page */

.photoalbums #primary .contentBox ul.albums {
  margin-bottom: 10px;
}
.photoalbums #primary .contentBox ul.albums li {
  float: left;
  width: 256px;
}
.photoalbums #primary .contentBox ul.albums li div {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/b6fd2c12-cd82-4419-82e4-2642cb5ca1bd.png') top left no-repeat;
  width: 247px;
  height: 196px;
  margin: 0 auto;
}
.photoalbums #primary .contentBox ul.albums li a {
  color: #322e2a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 3px;
  padding-left: 15px;
}
.photoalbums #primary .contentBox ul.albums li a img {
  margin-top: 14px;
  border: 1px solid #e4d5c8;
}
.photoalbums #primary .contentBox ul.albums li span {
  color: #988c82;
  display: block;
  font-size: 11px;
  font-style: italic;
  margin: 5px 0 12px;
  padding-left: 15px;
}
.photoalbums #primary .contentBox ul.photos {
  margin-bottom: 10px;
}
.photoalbums #primary .contentBox ul.photos li {
  float: left;
}
.photoalbums #primary .contentBox ul.photos li:nth-of-type(odd) {
  margin-right: 24px;
}
.photoalbums #primary .contentBox ul.photos li figure.mediumImage {
  margin: 5px 0 12px 0;
}
.photoalbums #primary .contentBox ul.photos li a {
  color: #322e2a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top: 3px;
}
.photoalbums #primary .contentBox ul.photos li time {
  color: #988c82;
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-top: 3px;
}
.photoalbums #primary .contentBox a {
  font-size: 17px;
}
.photoalbums #primary .contentBox a.prev,
.photoalbums #primary .contentBox a.next {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/e02d2b62-c1aa-4ec1-8821-4f5b05de9e63.jpg') right top no-repeat #eae7e0;
  width: 164px;
  height: 46px;
  padding: 2px 0 0px 8px;
  margin-right: 4px;
  overflow: hidden;
  color: #70685f;
  font-size: 14px;
  display: block;
  font-size: 24px;
  line-height: 46px;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  text-decoration: none;
  display: none;
}
.photoalbums #primary .contentBox a.prev {
  float: left;
}
.photoalbums #primary .contentBox a.next {
  float: right;
}
.photoalbums h1 > time {
  float: right;
  font-size: 14px;
  color: #70685f;
  margin-top: 5px;
}
.photoalbums .contentBox .chat > div#post1 p {
  font-size: 14px;
}
/* Gifts albums page */

.gifts #primary .contentBox ul.giftsBox li {
  float: left;
  width: 240px;
  margin-right: 24px;
  padding: 12px 0px;
}
.gifts #primary .contentBox ul.giftsBox li:nth-of-type(3n+0) {
  margin-right: 0px;
}
.gifts #primary .contentBox ul.giftsBox li > div {
  background: #f4f2ed;
  position: relative;
  height: 214px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.gifts #primary .contentBox ul.giftsBox li > div > a > img:first-child {
  position: absolute;
  top: 4px;
  right: 4px;
}
.gifts #primary .contentBox ul.giftsBox li > div > img {
  position: relative;
  bottom: 4px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.gifts #primary .contentBox ul.giftsBox li > div > h2 {
  font-size: 14px;
  padding: 22px 0px 0px 12px;
}
.gifts #primary .contentBox ul.giftsBox li > div > p {
  font-size: 12px;
  padding: 12px;
  margin: 0px;
  line-height: 15px;
}
.gifts #primary .contentBox ul.giftsBox li > div > strong {
  font-size: 14px;
  display: block;
  padding-left: 12px;
  color: #988c82;
}
.gifts #primary .contentBox ul.giftsBox li > a > img {
  float: left;
  padding: 12px;
}
.gifts #primary .contentBox ul.giftsBox li > span {
  float: left;
  padding-top: 28px;
  display: block;
}
.gifts #primary .contentBox ul.giftsBox li > span > a {
  float: left;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.gifts #primary .contentBox ul.giftsBox li > span > time {
  float: left;
  color: #988c82;
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-top: 3px;
}
.gifts #ModalPopupContainer .buttons div {
  color: #988c82;
  font-size: 11px;
  position: absolute;
  bottom: 12px;
  left: 12px;
  line-height: 15px;
}
.gifts #ModalPopupContainer .dialogContent img {
  float: right;
  width: 175px;
  padding-top: 10px;
}
.gifts #ModalPopupContainer .dialogContent p > strong {
  line-height: 37px;
}
.gifts #ModalPopupContainer .dialogContent > strong {
  font-size: 14px;
  display: block;
  color: #988c82;
  padding-bottom: 20px;
  padding-top: 5px;
}
/* Privacy Settings page */

.privacySettings .contentBox article > img {
  float: right;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.privacySettings .contentBox article > h2 {
  display: inline-block;
}
.privacySettings .contentBox article > p:first-of-type {
  margin-top: 0px;
}
.privacySettings .contentBox article h4 {
  border-bottom: 1px solid #e0d6ce;
  line-height: 20px;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.privacySettings .contentBox article h4 img {
  position: relative;
  left: 3px;
}
.privacySettings .contentBox article h4 span {
  font-size: 11px;
  font-weight: normal;
  color: #988c82;
  float: right;
  position: relative;
  top: 2px;
}
.privacySettings .contentBox article h4 a.cssButton {
  float: right;
  display: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding: 4px 12px;
  position: relative;
  bottom: 3px;
}
.privacySettings .contentBox article h4 span:hover {
  text-decoration: underline;
}
.privacySettings .contentBox article div.buttons {
  padding-top: 12px;
  text-align: right;
  display: none;
}
.privacySettings .contentBox article div.buttons a.cssButton {
  margin-left: 8px;
}
.privacySettings .contentBox article div.privacySettingsDataTable {
  background: #f7f4f0;
  padding: 12px 12px 24px 12px;
}
.privacySettings .contentBox article div.privacySettingsDataTable table {
  width: 556px;
  float: left;
  margin: 0px;
}
.privacySettings .contentBox article div.privacySettingsDataTable table:first-child {
  margin-right: 15px;
}
.privacySettings .contentBox article div.privacySettingsDataTable table tr:first-child {
  border-width: 1px;
  border-bottom: 1px solid #e0d6ce;
}
.privacySettings .contentBox article div.privacySettingsDataTable table tr td {
  padding: 5px 10px 4px 0;
  vertical-align: middle;
}
.privacySettings .contentBox article div.privacySettingsDataTable table tr td:first-child {
  text-transform: uppercase;
  color: #70685f;
  font-size: 12px;
}
.privacySettings .contentBox article div.privacySettingsDataTable table tr td select {
  float: right;
  min-width: 150px;
}
.privacySettings .contentBox article div.privacySettingsDataTable a.cssButton {
  margin-top: 12px;
  margin-right: 12px;
  float: right;
}
.privacySettings .contentBox article > div {
  display: none;
}
.privacySettings .contentBox article > div > p {
  margin: 10px 0px;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers {
  margin: 12px 0px;
  background: #f7f4f0;
  padding: 24px 12px;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers table {
  margin: 0px;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers table col .col1 {
  width: 44px;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers table col .col2 {
  width: 65px;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers table col .col3 {
  width: 292px;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers table tr {
  border-bottom: none;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers table tr td {
  padding: 4px 0px 1px 0px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #e0d6ce;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers table tr td a {
  text-decoration: none;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers table tr td a strong {
  font-size: 17px;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers table tr td a.cssButton {
  margin-right: 12px;
  float: right;
}
.privacySettings .contentBox article > div div.privacySettingsBlockedUsers table tr td:first-child {
  border-bottom: none;
  color: #70685f;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  padding-right: 12px;
}
/* Achievements Page */

.achievementsPage #primary .contentBox .subHeading {
  color: #322e2a;
  font-size: 14px;
  font-weight: bold;
}
.achievementsPage #primary .contentBox .gameAchievements > div div.left {
  width: 150px;
}
.achievementsPage #primary .contentBox .gameAchievements > div div.left a:first-child {
  margin-top: 5px;
}
.achievementsPage #primary .contentBox .gameAchievements > div div.right {
  width: 538px;
}
.achievementsPage #primary .contentBox .gameAchievements > div div.right img:hover {
  background: #eae7e0;
  cursor: default;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.achievementsPage #primary .contentBox .hiddenAchievements > ul {
  margin: 10px 0px 12px 0px;
}
.achievementsPage #primary .contentBox .hiddenAchievements > ul li {
  float: left;
  padding: 3px 2px 3px 2px;
}
.achievementsPage #primary .contentBox .hiddenAchievements > ul li img {
  vertical-align: middle;
  padding: 0px 2px;
}
.achievementsPage #primary .contentBox .hiddenAchievements > ul li img:hover {
  background: #eae7e0;
  cursor: default;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.achievementsPage #primary .contentBox .weeklyAchievements > ul {
  margin: 10px 0px 12px 0px;
}
.achievementsPage #primary .contentBox .weeklyAchievements > ul li {
  float: left;
  padding: 6px 8px 12px 8px;
}
.achievementsPage #primary .contentBox .weeklyAchievements > ul li img {
  vertical-align: middle;
  padding: 2px 4px;
}
.achievementsPage #primary .contentBox .weeklyAchievements > ul li img:hover {
  background: #eae7e0;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.achievementsPage #primary .contentBox .weeklyAchievements > ul.activeAchievements li {
  padding: 0px 2px 3px 2px;
}
.achievementsPage #primary .contentBox .weeklyAchievements > ul.inactiveAchievements li {
  padding: 10px 45px 20px 45px;
}
.achievementsPage #primary .contentBox .weeklyAchievements > ul.inactiveAchievements li div {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}
.achievementsPage #primary .contentBox .weeklyAchievements > ul.inactiveAchievements li div img {
  vertical-align: middle;
  padding: 0;
  background: none;
}
.achievementsPage #primary .contentBox .weeklyAchievements > ul.inactiveAchievements li div a.expired {
  position: absolute;
  bottom: 17px;
  left: -24px;
  border: 5px double #bb9597;
  color: #aa787d;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px;
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
  white-space: nowrap;
  width: 89px;
  overflow: hidden;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.ui-tooltip-achievements {
  min-width: 320px;
}
.ui-tooltip-tipped .ui-tooltip-titlebar,
.ui-tooltip-tipped .ui-tooltip-content {
  border-color: #bbafa4 !important;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #322e2a;
  background: #eae7e0 !important;
}
.ui-tooltip-achievements-test2.ui-tooltip-tipped .ui-tooltip-titlebar,
.ui-tooltip-achievements-test2.ui-tooltip-tipped .ui-tooltip-content {
  border-color: #009bd3 !important;
  border-color: #37819b !important;
  border-color: #78b7cc !important;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #322e2a !important;
  background: #4bb0d5 !important;
  background: #8bd3ed !important;
}
.ui-tooltip-achievements-test2.ui-tooltip-tipped .ui-tooltip-titlebar {
  color: #322e2a !important;
}
.ui-tooltip-achievements-test2.ui-tooltip-tipped .ui-tooltip-content time {
  color: #322e2a !important;
}
.ui-tooltip-achievements .ui-tooltip-titlebar {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  border-bottom: 4px solid #e0d6ce;
  padding: 6px 12px;
  background: white;
}
.ui-tooltip-achievements-achieved .ui-tooltip-titlebar {
  border-bottom: 4px solid #ccd6c7;
  background: #f3ffed;
}
.ui-tooltip-achievements .ui-tooltip-titlebar span.points {
  font-size: 12px;
  color: white;
  text-decoration: none;
  display: inline-block;
  background: #5b554b;
  background: rgba(53, 48, 39, 0.7);
  padding: 4px;
  line-height: 14px;
  float: right;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.ui-tooltip-achievements .ui-tooltip-titlebar span.points img {
  vertical-align: bottom;
  padding-right: 2px;
}
.ui-tooltip-achievements div.ui-tooltip-content {
  font-size: 14px;
  padding: 9px 12px;
}
.ui-tooltip-achievements-achieved div.ui-tooltip-content {
  background: #f3ffed;
}
.ui-tooltip-achievements div.ui-tooltip-content .dialogContent {
  float: right;
  width: 170px;
}
.ui-tooltip-achievements div.ui-tooltip-content .dialogContent p,
.ui-tooltip-achievements div.ui-tooltip-content > p {
  margin-top: 2px;
  margin-bottom: 12px;
  line-height: 15px;
  font-size: 12px;
}
.ui-tooltip-achievements div.ui-tooltip-content .dialogContent time {
  display: block;
  clear: both;
  font-size: 11px;
  color: #259907;
  line-height: 14px;
  font-style: italic;
  position: absolute;
  bottom: 9px;
  right: 6px;
  width: 174px;
  text-align: left;
}
.ui-tooltip-achievements div.ui-tooltip-content > time {
  display: block;
  clear: both;
  font-size: 11px;
  color: #259907;
  line-height: 14px;
  font-style: italic;
  padding-top: 12px;
}
.ui-tooltip-achievements div.ui-tooltip-content .dialogContent strong,
.ui-tooltip-achievements div.ui-tooltip-content > strong {
  display: block;
  font-size: 17px;
}
.ui-tooltip-achievements div.ui-tooltip-content div.dialogContent div.progressContainer {
  background: #eae7e0;
  height: 8px;
  padding: 2px;
  margin: 12px 0px 2px 0px;
  width: 98%;
  float: right;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.ui-tooltip-achievements div.ui-tooltip-content div.dialogContent div.progressContainer div.progressBar {
  background: #1a87c4;
  height: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.ui-tooltip-achievements div.ui-tooltip-content div.dialogContent span.progress {
  display: block;
  font-size: 12px;
  color: #988c82;
}
/* Weekly Achievements Page */

.weeklyAchievementsPage #primary .contentBox h2 span.points {
  font-size: 12px;
  color: white;
  text-decoration: none;
  display: inline-block;
  background: #5b554b;
  background: rgba(53, 48, 39, 0.7);
  padding: 4px;
  line-height: 14px;
  float: right;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.weeklyAchievementsPage #primary .contentBox h2 span.points img {
  vertical-align: bottom;
  padding-right: 2px;
}
.weeklyAchievementsPage #primary .contentBox .weeklyAchievement > img {
  float: left;
  display: block;
  margin-right: 24px;
}
.weeklyAchievementsPage #primary .contentBox .weeklyAchievement > div.text {
  float: left;
  width: 618px;
  padding-top: 12px;
}
.weeklyAchievementsPage #primary .contentBox .weeklyAchievement > div.text h1 {
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: bold;
}
.weeklyAchievementsPage #primary .contentBox .weeklyAchievement > div.text p {
  margin-bottom: 15px;
}
.weeklyAchievementsPage #primary .contentBox .weeklyAchievement > div.text span {
  font-weight: bold;
  font-size: 17px;
}
.weeklyAchievementsPage #primary .contentBox .weeklyAchievement > div.text span.activateText {
  clear: both;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #988c82;
  width: 350px;
  text-align: right;
  margin: 3px 14px 0px 0px;
}
.weeklyAchievementsPage #primary .contentBox .weeklyAchievement > div.text time {
  font-weight: bold;
  font-size: 17px;
  float: right;
  line-height: 17px;
}
.weeklyAchievementsPage #primary .contentBox .weeklyAchievement > div.text a.cssButton {
  float: right;
  position: relative;
  bottom: 5px;
  right: 15px;
}
.weeklyAchievementsPage #primary .contentBox .weeklyAchievement > div.image {
  height: 120px;
  position: relative;
  text-align: center;
  width: 120px;
  float: left;
  margin: 0px 48px 0px 24px;
}
.weeklyAchievementsPage #primary .contentBox .weeklyAchievement > div.image span {
  position: absolute;
  bottom: 45px;
  left: -19px;
  border: 5px double #bb9597;
  color: #aa787d;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 5px;
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
  white-space: nowrap;
  width: 139px;
  overflow: hidden;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.weeklyAchievementsPage #primary .contentBox .subHeading {
  color: #322e2a;
  font-size: 17px;
  font-weight: bold;
  border-bottom: none;
  margin: 12px 12px 6px 12px;
}
.weeklyAchievementsPage #primary .contentBox div.task {
  border-top: 1px solid #e0d6ce;
  border-bottom: none;
  margin: 0px 12px;
  padding: 12px 12px;
}
.weeklyAchievementsPage #primary .contentBox div.task.achieved {
  background: #f3ffed;
}
.weeklyAchievementsPage #primary .contentBox div.task.achieved > div div {
  color: #259907;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  font-style: italic;
}
.weeklyAchievementsPage #primary .contentBox div.task > a img {
  float: left;
  display: block;
  vertical-align: top;
  margin-right: 12px;
  width: 48px;
  height: 48px;
}
.weeklyAchievementsPage #primary .contentBox div.task > div {
  float: left;
  width: 682px;
}
.weeklyAchievementsPage #primary .contentBox div.task > div > span.heading {
  font-size: 14px;
  text-decoration: none;
  display: block;
  font-weight: bold;
}
.weeklyAchievementsPage #primary .contentBox div.task > div > p {
  margin: 4px 0px 12px 0px;
  font-size: 12px;
}
.weeklyAchievementsPage #primary .contentBox div.task > div > div span.progress {
  float: left;
  font-size: 12px;
}
.weeklyAchievementsPage #primary .contentBox div.task div.progressContainer {
  background: #eae7e0;
  height: 12px;
  padding: 2px;
  margin: 5px 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.weeklyAchievementsPage #primary .contentBox div.task div.progressContainer div.progressBar {
  background: #1a87c4;
  height: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.weeklyAchievementsPage.inactive #primary .contentBox .weeklyAchievement > div.text {
  width: 575px;
}
/* sub content Page PreLogin styles Start */

.subPagePreLogin #pageHeader {
  border: none;
  padding: 65px 90px 0px;
  width: 1020px;
}
.subPagePreLogin #pageHeader h1 {
  color: white;
  font-size: 43px;
  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
  width: 703px;
  float: left;
}
.subPagePreLogin #pageHeader p {
  font-size: 22px;
  line-height: 28px;
  width: 703px;
  float: left;
  margin-top: 30px;
}
.subPagePreLogin #pageHeader img {
  float: right;
  margin-top: 35px;
}
.prizes.subPagePreLogin #pageHeader img {
  margin-top: 20px;
}
.prizes.subPagePreLogin .contentBox div.shopFront article {
  cursor: default;
}
.tournaments.subPagePreLogin #pageHeader img {
  margin-top: 5px;
}
.tournaments.subPagePreLogin .topTournaments .friends {
  display: none;
}
/* sub content Page PreLogin styles End */

/* Shop Cart Page */

.cart .contentBox a.cssButton {
  float: right;
}
.cart .contentBox table {
  margin-bottom: 55px;
}
.cart .contentBox table col.col1 {
  width: 72px;
}
.cart .contentBox table col.col2 {
  width: 400px;
}
.cart .contentBox table col.col3 {
  width: 100px;
}
.cart .contentBox table col.col4 {
  width: 125px;
}
.cart .contentBox table col.col5 {
  width: 200px;
}
.cart .contentBox table tr {
  border-bottom: none;
}
.cart .contentBox table tr th {
  padding: 4px 0px 12px 0px;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px solid #e0d6ce;
  color: #322e2a;
  font-weight: normal;
}
.cart .contentBox table tr th:first-child {
  padding-left: 12px;
}
.cart .contentBox table tr th:last-child {
  padding-right: 12px;
}
.cart .contentBox table tr td {
  padding: 4px 0px 1px 0px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #e0d6ce;
  color: #70685f;
}
.cart .contentBox table tr td.description {
  font-size: 12px;
  line-height: 16px;
  color: #322e2a;
  padding-right: 75px;
  vertical-align: top;
}
.cart .contentBox table tr td a {
  text-decoration: none;
  color: #70685f;
  display: block;
}
.cart .contentBox table tr td a.remove {
  color: #988c82;
  font-style: italic;
  font-size: 11px;
}
.cart .contentBox table tr td img {
  width: 48px;
  height: 48px;
}
.cart .contentBox table tr td strong {
  font-size: 14px;
  color: #322e2a;
}
.cart .contentBox table tr td input[type=number] {
  width: 40px;
}
.cart .contentBox table tr.freight td {
  padding: 6px 0px 6px 24px;
  background: #eae7e0;
}
.cart .contentBox table tr.priceTotal td {
  padding: 18px 0px 18px 24px;
}
.cart .contentBox table tr.priceTotal td strong {
  color: #70685f;
  font-size: 17px;
}
.cart .contentBox table tr.tax td {
  padding: 6px 0px 6px 24px;
  background: #f4f2ed;
}
.cart .contentBox table tr td.empty {
  border: none;
  background: none;
}
.cart .contentBox table tr td:first-child {
  text-align: center;
}
.cart .contentBox table tr td:last-child {
  padding-right: 12px;
}
.cart .contentBox table tr th.price,
.cart .contentBox table tr td.price {
  text-align: right;
}
/* Shop Delivery Page */

.delivery #primary .contentBox > div {
  width: 576px;
}
.delivery #primary .contentBox p {
  margin-bottom: 25px;
  margin-left: 12px;
}
.delivery #primary .contentBox p strong {
  font-size: 17px;
}
.delivery #primary .contentBox form > label {
  display: block;
  clear: both;
  float: left;
  line-height: 40px;
  padding-left: 12px;
}
.delivery #primary .contentBox form > input {
  font-size: 14px;
  line-height: auto;
  padding: 11px 0 9px 10px;
  border: solid 1px #bbafa4;
  width: 373px;
  float: right;
  margin-bottom: 12px;
}
.delivery #primary .contentBox form > input.postal {
  width: 106px;
  margin-right: 12px;
}
.delivery #primary .contentBox form > input.city {
  width: 243px;
}
.delivery #primary .contentBox form > textarea {
  font-size: 14px;
  line-height: auto;
  padding: 11px 0 9px 10px;
  border: solid 1px #bbafa4;
  width: 373px;
  float: right;
  margin-bottom: 12px;
}
.delivery #primary .contentBox form > div {
  clear: both;
  padding: 7px 0px 55px 191px;
}
.delivery #primary .contentBox a.cssButton {
  float: right;
}
/* Shop Payment Page */

.payment #primary .contentBox > div {
  padding: 9px 0px 55px 0px;
}
.payment #primary .contentBox p {
  margin-bottom: 25px;
  margin-left: 24px;
}
.payment #primary .contentBox p strong {
  font-size: 17px;
  margin-bottom: 8px;
  display: inline-block;
}
.payment #primary .contentBox div.paymentOption form label:first-child {
  margin-left: 24px;
}
.payment #primary .contentBox div.paymentOption form input[type="checkbox"] {
  margin-left: 24px;
}
.payment #primary .contentBox div.paymentOption div.paymentBox {
  background: #eae7e0;
  margin: 12px 0px;
  padding: 24px 24px;
}
.payment #primary .contentBox div.paymentOption div.paymentBox img {
  display: block;
  clear: both;
  margin-bottom: 24px;
}
.payment #primary .contentBox div.paymentOption div.paymentBox label,
.payment #primary .contentBox div.paymentOption div.paymentBox span {
  display: block;
  clear: both;
  float: left;
  line-height: 40px;
  width: 200px;
}
.payment #primary .contentBox div.paymentOption div.paymentBox input {
  font-size: 14px;
  line-height: auto;
  padding: 11px 0 9px 10px;
  border: solid 1px #bbafa4;
  width: 373px;
  margin-bottom: 12px;
}
.payment #primary .contentBox div.paymentOption div.paymentBox input.controlnumber {
  width: 112px;
  clear: both;
}
.payment #primary .contentBox div.paymentOption div.paymentBox select {
  float: left;
  margin: 4px 5px 14px 0px;
  padding: 9px;
  border: solid 1px #bbafa4;
  background: white;
  width: 124px;
}
.payment #primary .contentBox div.paymentOption div.paymentBox div.divider {
  float: left;
  margin: 4px 0px 14px 0px;
  padding: 9px;
  width: 12px;
  font-size: 18px;
  font-weight: bold;
}
.payment #primary .contentBox a.cssButton {
  float: right;
  margin-right: 12px;
}
/* Shop Receipt Page */

.receipt #primary .contentBox > div {
  padding: 9px 0px 55px 0px;
}
.receipt #primary .contentBox p {
  margin-bottom: 25px;
  margin-left: 24px;
}
.receipt #primary .contentBox p strong {
  font-size: 17px;
  margin-bottom: 8px;
  display: inline-block;
}
.receipt #primary .contentBox p.receiptBoxText {
  margin-bottom: 0px;
}
.receipt #primary .contentBox div.receiptBox {
  background: #eae7e0;
  margin: 12px 0px;
  padding: 24px 24px;
}
.receipt #primary .contentBox a.cssButton {
  float: right;
  margin-right: 12px;
}
.receipt #primary .contentBox table {
  margin-bottom: 12px;
}
.receipt #primary .contentBox table col.col1 {
  width: 72px;
}
.receipt #primary .contentBox table col.col2 {
  width: 300px;
}
.receipt #primary .contentBox table col.col3 {
  width: 100px;
}
.receipt #primary .contentBox table col.col4 {
  width: 150px;
}
.receipt #primary .contentBox table col.col5 {
  width: 200px;
}
.receipt #primary .contentBox table col.col6 {
  width: 200px;
}
.receipt #primary .contentBox table tr {
  border-bottom: none;
}
.receipt #primary .contentBox table tr th {
  padding: 4px 0px 12px 0px;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px solid #e0d6ce;
  color: #322e2a;
}
.receipt #primary .contentBox table tr th:first-child {
  padding-left: 12px;
}
.receipt #primary .contentBox table tr th:last-child {
  padding-right: 12px;
}
.receipt #primary .contentBox table tr td {
  padding: 4px 0px 1px 0px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #e0d6ce;
  color: #322e2a;
}
.receipt #primary .contentBox table tr td.description {
  font-size: 12px;
  line-height: 16px;
  color: #322e2a;
  padding-right: 75px;
  vertical-align: top;
}
.receipt #primary .contentBox table tr td a {
  text-decoration: none;
  color: #322e2a;
  display: block;
}
.receipt #primary .contentBox table tr td img {
  width: 48px;
  height: 48px;
}
.receipt #primary .contentBox table tr td strong {
  font-size: 12px;
}
.receipt #primary .contentBox table tr td input[type=number] {
  width: 40px;
}
.receipt #primary .contentBox table tr.freight td {
  padding: 6px 0px 6px 24px;
}
.receipt #primary .contentBox table tr.priceTotal td {
  padding: 18px 0px 18px 24px;
}
.receipt #primary .contentBox table tr.priceTotal td strong {
  font-size: 17px;
}
.receipt #primary .contentBox table tr.tax td {
  padding: 6px 0px 6px 24px;
}
.receipt #primary .contentBox table tr th.price,
.receipt #primary .contentBox table tr td.price {
  text-align: right;
}
.receipt #primary .contentBox table tr td.empty {
  border: none;
  background: none;
}
.receipt #primary .contentBox table tr td:first-child {
  text-align: center;
}
.receipt #primary .contentBox table tr td:last-child {
  padding-right: 12px;
}
/* Championships Page */

.championships {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/bdc266a2-725a-4739-b829-a9e17675d8ce.jpg') center 50px repeat-x #7f7740;
}
.championships #primary .contentBox article p {
  margin-bottom: 25px;
}
.championships #primary .contentBox div.championship {
  border-bottom: 1px solid #e0d6ce;
}
.championships #primary .contentBox div.championship > img {
  width: 767px;
  display: block;
  margin-bottom: 12px;
}
.championships #primary .contentBox div.championship div.left {
  float: left;
  width: 384px;
}
.championships #primary .contentBox div.championship div.left > time {
  font-weight: bold;
  font-size: 17px;
  display: block;
  margin-bottom: 12px;
  margin-top: 6px;
}
.championships #primary .contentBox div.championship div.left > p {
  margin-bottom: 18px;
}
.championships #primary .contentBox div.championship div.right {
  float: right;
  position: relative;
}
.championships #primary .contentBox div.championship div.right .cssButton {
  width: 122px;
  float: right;
}
.championships #primary .contentBox div.championship div.right > ul {
  clear: both;
}
.championships #primary .contentBox div.championship div.right > ul li {
  float: left;
  padding-left: 4px;
}
.championships #primary .contentBox div.championship div.right > ul li:first-child {
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/e02d2b62-c1aa-4ec1-8821-4f5b05de9e63.jpg') right top no-repeat #eae7e0;
  width: 164px;
  height: 46px;
  padding: 2px 0 0px 8px;
  margin-right: 4px;
  overflow: hidden;
  color: #70685f;
  font-size: 14px;
}
.championships #primary .contentBox div.championship div.right > ul li:first-child span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
}
.championships #primary .contentBox div.championshipPrizes {
  padding: 12px 0px;
  border-bottom: 1px solid #e0d6ce;
}
.championships #primary .contentBox div.championshipPrizes.third {
  padding: 12px 0px;
  border-bottom: none;
}
.championships #primary .contentBox div.championshipPrizes h3 {
  float: left;
  padding: 8px 0px;
  width: 600px;
}
.championships #primary .contentBox div.championshipPrizes > span {
  display: block;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/a99cc9d5-237d-4e2d-93ea-6555b16d9a85.png') left top no-repeat;
  height: 33px;
  font-family: 'plutocond_heavy', Arial, Arial Black, Tahoma, Geneva, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  color: #70685f;
  padding-left: 10px;
}
.championships #primary .contentBox div.championshipPrizes > span span {
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #322e2a;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  padding-left: 15px;
}
.championships #primary .contentBox div.championshipPrizes p {
  width: 560px;
}
.championships #primary .contentBox div.championshipPrizes img {
  width: 152px;
  float: right;
  margin-left: 12px;
}
.championships #secondary .contentBox .topGamers article h1 img {
  float: none;
  margin-left: 5px;
}
.championships #secondary .contentBox article {
  margin: 0px;
}
.championships #secondary .contentBox article p {
  margin: 0px 0px 12px 0px;
}
.nextChampionships #primary section {
  margin-bottom: 18px;
}
/* About Us styles Start */

.articlePage.aboutUs .contentBox article h1 {
  font-size: 22px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
/* About Us styles End */

/* Conditions styles Start */

.articlePage.conditions .contentBox article h1 {
  font-size: 22px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.articlePage.conditions .contentBox article > ol > li {
  padding-bottom: 25px;
  line-height: 30px;
}
/* Conditions styles End */

/* Brands styles Start */

.articlePage.brands .contentBox article h1 {
  font-size: 22px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
/* Brands styles End */

/* Jobs styles Start */

.articlePage.jobs .contentBox article h1 {
  font-size: 22px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
}
.articlePage.jobs .contentBox article p.largeText {
  margin-top: 12px;
}
.articlePage.jobs .contentBox article div figure {
  width: 357px;
  margin-bottom: 0px;
  margin-left: 22px;
  margin-right: 0px;
}
.articlePage.jobs .contentBox article div figure:first-child {
  margin-left: 0px;
}
.articlePage.jobs .contentBox article div figure img {
  width: 357px;
}
/* Jobs styles End */

/* Contact styles Start */

.articlePage.contact .contentBox article p:first-child {
  margin-top: 0px;
}
/* Contact styles End */

/* support article pages styles Start */

.articlePage.support .contentBox article h1 {
  font-size: 22px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
/* support article pages End */

/* Modal Popup */

#ModalPopupContainer .modaloverlay {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  width: 100%;
  z-index: 20000;
}
#ModalPopupContainer .modalblanket {
  display: none;
  background-color: black;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0.4;
  position: fixed;
  width: 100%;
}
#ModalPopupContainer .dialog {
  margin: 0 auto;
  position: relative;
  top: 100px;
  width: 650px;
  background: white;
  padding-bottom: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#ModalPopupContainer .dialog.largeDialog {
  top: 60px;
  width: 980px;
}
#ModalPopupContainer .dialog > p.headline {
  font-size: 20px;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  border-bottom: 4px solid #e0d6ce;
  padding: 9px 12px;
  margin: 0px;
}
#ModalPopupContainer .dialog > div.dialogContent {
  padding: 9px 12px;
}
#ModalPopupContainer .dialog > div.dialogContent p {
  margin: 0px 0 10px 0;
}
#ModalPopupContainer .dialog > a.close img {
  float: right;
  position: relative;
  top: 12px;
  right: 12px;
}
#ModalPopupContainer .dialog .highlightBox {
  padding: 5px 12px 20px 12px;
  background: #f4f2ed;
}
#ModalPopupContainer .dialog label {
  display: block;
  clear: both;
  line-height: 30px;
}
#ModalPopupContainer .dialog input[type="text"],
#ModalPopupContainer .dialog .dialog input[type="email"] {
  width: 55%;
}
#ModalPopupContainer .dialog .buttons {
  clear: both;
  padding-top: 15px;
}
#ModalPopupContainer .dialog .cssButton {
  float: right;
  margin-right: 12px;
}
#ModalPopupContainer .dialog .previous {
  float: left;
  margin-left: 12px;
  display: none;
}
#ModalPopupContainer .dialog .sendGiftButton {
  display: none;
}
#ModalPopupContainer .dialog div.sendGiftDialog {
  padding-top: 5px;
}
#ModalPopupContainer .dialog div.sendGiftDialog > p span {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #322e2a;
  padding-bottom: 5px;
}
#ModalPopupContainer .dialog div#sendGiftDialog1 > div {
  float: right;
  background: #f4f2ed;
  position: relative;
  height: 214px;
  width: 240px;
  margin-left: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#ModalPopupContainer .dialog div#sendGiftDialog1 > div:hover {
  background: #eeece7;
}
#ModalPopupContainer .dialog div#sendGiftDialog1 > div > img {
  position: relative;
  bottom: 4px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#ModalPopupContainer .dialog div#sendGiftDialog2 {
  display: none;
}
#ModalPopupContainer .dialog div#sendGiftDialog2 > div {
  background: #f4f2ed;
  position: relative;
  height: 214px;
  width: 240px;
  float: right;
  margin-left: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#ModalPopupContainer .dialog div#sendGiftDialog2 > div > strong {
  font-size: 14px;
  margin: 19px 9px 0px 9px;
  padding: 3px;
  display: block;
  outline: 1px dashed #d2d0cc;
  height: 16px;
  width: 216px;
  overflow: hidden;
  line-height: 20px;
  cursor: pointer;
}
#ModalPopupContainer .dialog div#sendGiftDialog2 > div > strong:hover {
  background: #f4ead2;
  background: #eeece7;
  outline: 1px dashed #abaaa6;
}
#ModalPopupContainer .dialog div#sendGiftDialog2 > div > strong > span {
  color: #959491;
}
#ModalPopupContainer .dialog div#sendGiftDialog2 > div > strong > input {
  background: none;
  font-size: 14px;
  font-weight: bold;
  border: none;
  font-family: 'plutocond_regular', 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 0px;
  padding: 0px;
}
#ModalPopupContainer .dialog div#sendGiftDialog2 > div > p {
  font-size: 12px;
  margin: 6px 9px 9px 9px;
  padding: 3px;
  line-height: 15px;
  outline: 1px dashed #d2d0cc;
  height: 104px;
  width: 216px;
  overflow: hidden;
  cursor: pointer;
}
#ModalPopupContainer .dialog div#sendGiftDialog2 > div > p span {
  color: #959491;
}
#ModalPopupContainer .dialog div#sendGiftDialog2 > div > p > p {
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
#ModalPopupContainer .dialog div#sendGiftDialog2 > div > p:hover {
  background: #eae8e3;
  background: #eeece7;
  outline: 1px dashed #abaaa6;
}
#ModalPopupContainer .dialog div#sendGiftDialog3 {
  display: none;
}
#ModalPopupContainer .dialog div#sendGiftDialog3 > div {
  background: #f4f2ed;
  position: relative;
  height: 214px;
  width: 240px;
  float: right;
  margin-left: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#ModalPopupContainer .dialog div#sendGiftDialog3 > div > strong {
  font-size: 14px;
  margin: 19px 9px 0px 9px;
  padding: 3px;
  display: block;
  outline: 1px dashed #d2d0cc;
  height: 16px;
  width: 216px;
  overflow: hidden;
  line-height: 20px;
  cursor: pointer;
  outline: none;
  cursor: auto;
}
#ModalPopupContainer .dialog div#sendGiftDialog3 > div > p {
  font-size: 12px;
  margin: 6px 9px 9px 9px;
  padding: 3px;
  line-height: 15px;
  outline: 1px dashed #d2d0cc;
  height: 104px;
  width: 216px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  cursor: auto;
}
#ModalPopupContainer .dialog div#sendGiftDialog3 > div > div {
  font-size: 14px;
  padding-left: 12px;
  color: #988c82;
  font-weight: bold;
  line-height: 18px;
}
#ModalPopupContainer .dialog div#sendGiftDialog3 > div > div > span {
  display: none;
}
#ModalPopupContainer .dialog div#sendGiftDialog3 > form {
  float: left;
}
#ModalPopupContainer .dialog div#sendGiftDialog3 > form label {
  font-size: 12px;
  float: left;
  display: block;
  width: 120px;
  font-weight: bold;
}
#ModalPopupContainer .dialog div#sendGiftDialog3 > form input {
  width: 100px;
  font-size: 12px;
  float: left;
}
#ModalPopupContainer .dialog div#sendGiftDialog3 > form select {
  font-size: 12px;
  float: left;
}
#ModalPopupContainer .dialog #conditionsDialog {
  padding: 0px 32px;
}
#ModalPopupContainer .dialog #conditionsDialog > ol > li {
  padding-bottom: 12px;
  line-height: 30px;
}
#ModalPopupContainer .dialog #conditionsDialog > ol > li > ol {
  margin-left: 24px;
}
#ModalPopupContainer .dialog #conditionsDialog > ol > li > ol > li {
  line-height: 17px;
}
#ModalPopupContainer .dialog #profilePictureUploadDialog div.step1 form {
  margin: 60px auto 50px;
  text-align: center;
  outline: 2px dashed #e8e8e8;
  width: 400px;
  padding: 20px 15px;
}
#ModalPopupContainer .dialog #profilePictureUploadDialog div.step2 {
  display: none;
}
#ModalPopupContainer .dialog #profilePictureUploadDialog div.step2 p.subText {
  margin-top: 9px;
  font-size: 11px;
  font-style: italic;
  line-height: 15px;
  text-align: right;
}
#ModalPopupContainer .dialog #profilePictureUploadDialog div.step2 a#profilePictureCrop {
  float: left;
  margin-top: 9px;
  margin-right: 35px;
}
/* Status Message */

.StatusMessageContainer {
  z-index: 100;
  position: absolute;
  top: 50px;
  width: 100%;
}
.StatusMessage {
  width: 100%;
  height: 26px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  position: relative;
}
.StatusMessage.Info {
  border-bottom-color: #4bb0d5;
  background-color: #88d0e5;
}
.StatusMessage.Warning {
  border-bottom-color: #e6a813;
  background-color: #efc120;
}
.StatusMessage.Success {
  border-bottom-color: #3cc03f;
  background-color: #7ce055;
}
.StatusMessage.Error {
  border-bottom-color: #bf3642;
  background-color: #e35766;
  color: white;
}
.StatusMessageContentContainer {
  width: 1200px;
  position: relative;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  margin: 0px auto;
}
.StatusMessageContent {
  width: 1100px;
  float: left;
  vertical-align: middle;
}
.StatusMessageClose {
  float: right;
  text-align: right;
  margin-right: 5px;
  vertical-align: middle;
}
.StatusMessageClose a {
  text-decoration: none;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  background: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/9929393e-1dce-4a1d-9261-c7d4068b5b1b.png') no-repeat;
}
/* Chat Box */

.ChatContainer {
  min-height: 28px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  width: inherit;
}
.ChatBox {
  bottom: 0px;
  width: 240px;
  min-height: 28px;
  margin-right: 20px;
  float: right;
  position: relative;
}
.ChatBox .ChatBoxHeader {
  line-height: 28px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  color: white;
  font-size: 16px;
  border-bottom: 4px solid #8c0810;
  padding-left: 12px;
  padding-right: 8px;
}
.ChatBox .ChatBoxHeader .ChatBoxHeaderContact {
  float: left;
  width: 200px;
}
.ChatBox .ChatBoxHeader .ChatBoxHeaderClose {
  float: right;
  width: 10px;
}
.ChatBox .ChatBoxHeader .ChatBoxHeaderClose a {
  font-size: 12px;
  text-decoration: none;
  color: white;
  font-weight: 900;
}
.ChatBox.ChatBoxSupport {
  background-color: #bd3442;
}
.ChatBox .ChatBoxContent {
  color: white;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 8px;
}
.ChatBox .ChatBoxContent table {
  margin: 10px 0px 6px 0px;
}
.ChatBox .ChatBoxContent table tr {
  border-style: none;
  margin: 0px 0px;
}
.ChatBox .ChatBoxContent table tr td {
  border-style: none;
  vertical-align: top;
  padding: 1px 0px;
  font-weight: normal;
  font-size: 12px;
}
.ChatBox .ChatBoxContent table tr td.ChatBoxContentMessage {
  padding-left: 5px;
  vertical-align: middle;
  line-height: 22px;
}
.ChatBox .ChatBoxContent table tr td.ChatBoxContentMessage p.TimestampNotification {
  font-style: italic;
  color: #e18a91;
  font-size: 10px;
  line-height: 12px;
  margin: 0px 0px;
}
.ChatBox .ChatBoxFooter {
  padding: 0px 5px 5px 5px;
}
.ChatBox .ChatBoxFooter input[type=text] {
  width: 216px;
  border: 2px solid #8c0810;
  color: #c0b4aa;
  font-size: 12px;
  line-height: 15px;
}
#online .online {
  /*height: 170px;*/
  overflow: hidden;
  position: relative;
}
.PrimaryContentTabbed {
  display: none;
}
.PrimaryContentTabbed.selected {
  display: block;
}
/* AJAX Loader In Content Box */

.WaitingForAsyncInput {
  height: 150px;
  display: none;
}
.WaitingForAsyncInput .AjaxLoader {
  background-image: url('https://9e48deae78fc6a4c2753-1f437e60cc599588460a14cd5302bb04.ssl.cf3.rackcdn.com/0dad1194-6a09-45db-8679-5f16953a89d5.gif');
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  margin: 49px auto;
}
/* AJAX Loader In Content Box END */

/* GAME WINDOW START */

.GameWindow {
  margin: 0px;
  padding: 0px;
  background: none repeat scroll 0 0 #322e2a;
  width: 950px;
  height: 582px;
  overflow: hidden;
}
/* GAME WINDOW END */

/*  Qtip2 Styles */

.ui-tooltip-spigovalidation .ui-tooltip-titlebar,
.ui-tooltip-spigovalidation .ui-tooltip-content {
  background-color: #e21b2c;
  color: white;
  border-color: #e21b2c;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.edit_area textarea {
  padding: 0px;
}
.mustacheTemplateContainer .lastItemID {
  display: none;
}
.gameAvailableOn {
  text-align: center;
}
div.gameAvailableOn a {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
#subContent .jackpot {
  font-size: 40px;
  font-family: 'plutocond_heavy', Tahoma, Geneva, Arial Black, Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 18px 0px;
  margin-top: 12px;
}
.GameWindow {
  background: #1e1d1b;
}
/* Game Manual - Guide START */

.gameManualSection {
  margin-bottom: 15px;
}
.gameManualSection h1.title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.gameManualSection img.left {
  float: left;
  width: 40%;
}
.gameManualSection img.right {
  float: right;
  width: 40%;
}
.gameManualSection p.text.right {
  float: right;
  width: 55%;
  padding-left: 10px;
  margin: 0px;
}
.gameManualSection p.text.left {
  float: left;
  width: 55%;
  padding-right: 10px;
  margin: 0px;
}
.gameManualSections .clearBoth {
  clear: both;
}
.gameManualSections {
  padding-left: 10px;
  padding-right: 10px;
}
.gameManualSections .noEntries {
  padding-top: 5px;
  margin: 0px;
}
/* Game Manual - Guide END */

/* Stylesheet for Gamepresentation Logi images */

/*Yatzy*/

.gamePresentation-22 #pageContent > article header > a img {
  top: -42px;
}
/*Ludo*/

.gamePresentation-33 #pageContent > article header > a img {
  top: -25px;
}
/*7 kabale*/

.gamePresentation-34 #pageContent > article header > a img {
  top: -2px;
}
/*Backgammon*/

.gamePresentation-38 #pageContent > article header > a img {
  top: -35px;
}
/*Hjerterfri*/

.gamePresentation-40 #pageContent > article header > a img {
  top: -45px;
}
/*Napoleon*/

.gamePresentation-41 #pageContent > article header > a img {
  top: -52px;
}
/*Edderkop*/

.gamePresentation-42 #pageContent > article header > a img {
  top: -47px;
}
/* Custom stylesheet for individual sites or white labels */

.Test1Tester {
  color: black;
  margin-left: 10px;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-right: 14px;
}
.Test2Tester {
  color: black;
  margin-left: 10px;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-right: 14px;
}
.Test3Tester {
  color: black;
  margin-left: 10px;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-right: 14px;
}
.Test4Tester {
  color: black;
  margin-left: 10px;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-right: 14px;
}
.Test5Tester {
  color: black;
  margin-left: 10px;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-right: 14px;
}
.Test6Tester {
  color: black;
  margin-left: 10px;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-right: 14px;
}
