body {
	margin: 0 auto;
	padding: 0;
    background-color: #edebdf;
	background-image: url("../img/cotton.jpeg");
	width: 1335px;
    overflow-y: scroll;
}

.hide {
	display: none !important;
}

.clr {
	clear: both;
}

.pre {
    position: absolute; 
    left: 1px;
    width: 1px;
    height: 1px;
    opacity: 0.1;
}

#liveinternetcounter {
    width: 88px;
    height: 31px;
    background-image: url(../img/counter.gif);
    margin-right: 97px;
    float: right;
}

#xc {
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0.1;
}

#message {
    border: 6px solid rgba(101, 63, 16, 1);
    border-radius: 12px;
    min-height: 50px;
    line-height: 22px;
    margin-left: -350px;
    padding: 10px 20px 14px;
    box-sizing: border-box;
    position: fixed;
    text-align: center;
    top: 75px;
    width: 700px;
    z-index: 99999;
    box-shadow: 3px 3px 5px black, 0px 0px 2px inset;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.12) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    font-family: verdana;
    font-size: 18px;
    text-shadow: 0 0 2px grey;
    cursor: pointer;
    left: 50%;
}

#message i {
    text-shadow: none;
    color: #4b20c3;
}

.msg0  { background-color: rgba(100, 191,  33, 0.88); }
.msg1  { background-color: rgba(232,  26,  26, 0.88); }
.msg-1 { background-color: rgba(194, 190, 185, 0.88); }

#header {
	width: 100%;
	height:250px;
	background-position: 183px -12px;
	background-repeat: no-repeat;
    position: relative;
}

#logo {
    position: absolute;
    top: 12px;
    margin-left: 30px;
}

#google_translate_element {
    position: absolute;
    right: 7px;
    top: 5px;
}

#pmntbtn{
    background-image: url(../img/usd_rus.png);
    width: 117px;
    height: 109px;
    position: absolute;
    left: 1214px;
    background-repeat: no-repeat;
    top: 127px;
    display: block;
}

#videobtn{
    background-image: url(../img/youtube.png);
    width: 46px;
    height: 30px;
    position: absolute;
    left: 1283px;
    background-repeat: no-repeat;
    top: 37px;
    display: block;
}

#video_nav_btn {
    width:500px; 
    margin:0 auto;  
    text-align:center;
    padding: 20px 0;
}

#video_nav_btn .prev_btn, #video_nav_btn .next_btn {
    width:210px; 
    float:left;  
    min-height:5px;
}

#video_nav_btn .prev_btn a, #video_nav_btn .next_btn a {
    color: #3F6E18;
    text-shadow: 1px 1px 0px #6DAB33;
    text-decoration: none;
}

#video_nav_btn .page_num {
    float:left; 
    width:80px; 
    text-shadow: 1px 1px 1px #303030, 0 0 6px #FFDD00;
    color: #F5AC23;
    font-weight:bold;
}

#headmenu {
	height: 26px;
    left: 232px;
    position: relative;
    top: 166px;
    width: 905px;
}

#headmenu a {
	display: block;
    float: left;
    margin: 0 58px 0 0;
    width: 92px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #e9cb98;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #303030, 0 0 5px #ffdd00;
    transition: all 0.8s ease 0s;
}

#headmenu a:hover {
    color: #fff74a !important;
    text-shadow: 0 0 10px #fff74a;
    transition: all 0.8s ease 0s;
}

#sidebar {
	width: 325px;
	float: left;
}

.sidebarblock {
	background: #e9cb98 none repeat scroll 0 0;
    border: 5px solid #785b37;
    border-radius: 10px;
    margin: 30px 0 30px 45px;
    padding: 7px;
    width: 250px;
}

#slavelink {
    width:52px;
    height:168px;
    background:url(../img/link.png) no-repeat;
    position:fixed;
    top:60%;
    left:-17px;
}

#slavelink:hover {
    left:-10px; 
}

.logout a, .btn {
	background-color: #89bd55;
    border: 2px solid #4b7b4b;
    color: #250a0a;
    display: block;
    margin: 14px auto;
    padding: 5px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #715532;
    text-shadow: 0 1px #a5dc6f;
    background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
    background: -webkit-linear-gradient(top, #8dc059, #6aa436);
    background: -moz-linear-gradient(top, #8dc059, #6aa436);
    background: -ms-linear-gradient(top, #8dc059, #6aa436);
    background: -o-linear-gradient(top, #8dc059, #6aa436);
    background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
}

.logout a:hover, .btn:hover {
    background-color: #8dc059;
    background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
    background: -webkit-linear-gradient(top, #6aa436, #8dc059);
    background: -moz-linear-gradient(top, #6aa436, #8dc059);
    background: -ms-linear-gradient(top, #6aa436, #8dc059);
    background: -o-linear-gradient(top, #6aa436, #8dc059);
    background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
}


a.statitem {
    text-decoration: none;
    color: #F5AC23;
    text-shadow: 1px 1px 2px #23201c;
}

.usermenu {
    width: 196px;
    margin-left: 85px; 
    background-attachment: no-repeat;
    border-radius: 20px;
}

.usermenu1, .usermenu2, .usermenu3, .usermenu4 {
    margin-bottom: 10px;
}

.usermenu1 {
    height:147px;
}

.usermenu2 {
    height:134px;
    padding-top: 20px;
}

.usermenu3 {
    height:218px;
}

.usermenu4 {
    height:103px;
}

.usermenu5 {
    height: 167px;
    padding-top: 21px;
    margin-bottom: 10px;
}

.usermenu a {
    text-shadow: 1px 1px 1px #303030, 0px 0px 10px #FFDD00;
    color: #E9CB98;
    transition: all 0.8s ease 0s;
    text-decoration: none;
    font-size: 18px;
    display: block;
    height: 30px;
    text-align: center;
    width: 170px;
    margin: 0 auto;
}

.usermenu a:hover {
    text-shadow: 0px 0px 10px #FFF74A;
    color:#FFF74A;
    transition: all 0.8s ease 0s;
}

.usermenu label {
    padding-top: 3px;
    line-height: 28px;
    color: #F5AC23;
    font-weight: bold;
    text-shadow: 1px 1px 1px #303030, 0px 0px 6px #FFDD00;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.usermenu1 label {
    padding-top: 5px;
    margin-bottom: 9px;
}

.usermenu4 a {
    color: #24E432;
    font-size: 14px;
    float: right;
    margin-right: 6px;
    text-align: right;
    margin-top: 3px;
    text-shadow: 0 0 2px black, 0 0 5px #DFEBF0;
    width: 89px;
}

.usermenu4 i {
    font-size: 12px;
    width: 68px;
    display: block;
    float: right;
    color: orange;
    text-shadow: 0 0 2px #0a0707;
    margin-top: 4px;
    margin-right: 12px;
    cursor: default;
    font-family: serif;
}

.stattext {
	float: left;
    height: 35px;
    line-height: 40px;
    margin-left: 10px;
    overflow: hidden;
    white-space: pre;
    width: 135px;
}

.statitem {
	background-color: #c5b290;
    border: 2px solid #785b37;
    border-radius: 5px;
    color: #3f6e18;
    float: right;
    height: 19px;
    line-height: 17px;
    margin-right: 5px;
    padding: 2px 0 0;
    text-align: center;
    text-shadow: 1px 1px 1px #6dab33;
    width: 90px;
    margin-top: 9px;
}

#footer {
    width: 100%;
    height: 200px;
}

#content {
	width: 900px;
	margin-left: 50px;
	float: left;

}

.page {
	background: #e9cb98 none repeat scroll 0 0;
    border: 5px solid #785b37;
    border-radius: 10px;
    color: #222;
    margin: 70px auto 0;
    padding: 0 30px 25px;
    width: 540px;
    
}

.pagetitle {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #f5ac23;
    font-family: Arial;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    height: 41px;
    line-height: 62px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #303030, 0 0 6px #ffdd00;
    top: -45px;
    width: 247px;
    z-index: 999;
}


#login a {
    float: right;
}

#signup, #login, #recovery  {
    color: #2f2f2f;
    font-size: 17px;
    font-family: "Verdana";
}

#signup table, #login table, #recovery table {
    width: 320px;
    margin: 0 auto;
    text-align: center;
}

#signup table .text, #login table .text, #recovery table .text {
    color: gray;
    font-size: 15px;
}

#signup table td, #login table td, #recovery table td{
    padding: 5px 0;
}

#signup table .lbl, #login table .lbl, #recovery table .lbl{
    text-align: right;
}

#signup .st1 table td{
    padding: 5px 0 0;
}

#signup .st1 .text {
    color: #5a7564;
    font-size: 15px;
    padding-top: 22px !important;
}

#signup .st2, #recovery .st1, #recovery .st3 {
    text-align: center;
    color: green;
}

#signup .chckbx {
    width: 55px;
    float: right;
    margin-top: 9px;
}

#signup table .help, #recovery table .help {
    font-size: 12px;
    color: #397933;
    text-shadow: 0 0 2px #f8f9f9;
    text-align: right;
    padding: 0 !important;
}

#recovery table .help {
    padding-right: 10px !important;
}

#signup form, #login form, #recovery .st1, #recovery .st3, #recovery form  {
	background-color: #e6d4b3;
    border-radius: 15px;

    margin: 20px auto;
    padding: 30px 0;
    width: 420px;
}

#signup input[type="submit"], #login input[type="submit"], #recovery input[type="submit"] {
	background-color: #3dac79;
    border: medium none;
    border-radius: 10px;
    box-shadow: 2px 2px 2px black;
    color: black;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    width: 200px;
}

#signup  input[type="submit"]:hover, #login  input[type="submit"]:hover, #recovery  input[type="submit"]:hover {
	background-color: #43C88F;
}

#signup  input[type="submit"]:active, #login  input[type="submit"]:active, #recovery  input[type="submit"]:active {

	margin-left: 2px;
	box-shadow: none;
}

#signup  input[type="email"], #signup  input[type="text"], #signup  input[type="password"], 
#login  input[type="text"], #login  input[type="password"], 
#recovery  input[type="text"], #recovery  input[type="password"] { 
	padding: 0 8px;
    border-radius: 3px;
    font-size: 14px;
    width: 125px;
}

#signup input[type="email"], #login input[type="text"], #login input[type="password"], #recovery input[type="text"] {
    width: 157px;
}

.checkbox {
    width: 15px;
    height: 15px;
    border: 2px solid #bbaeae;
    display: block;
    border-radius: 3px;
    background-color: #e4e0d7;
}

.checkbox + label {  
  cursor: pointer;  
}  

.checkbox:not(checked) {  
  position: absolute;  
  opacity: 0;  
}  
.checkbox:not(checked) + label { 
  position: relative; /* будем позиционировать псевдочекбокс относительно label */  
  padding: 0 0 0 60px; /* оставляем слева от label место под псевдочекбокс */  
}  

.checkbox:not(checked) + label:before { 
  content: '';  
  position: absolute;  
  top: -4px;  
  left: 0;  
  width: 50px;  
  height: 26px;  
  border-radius: 13px;  
  background: #CDD1DA;  
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);  
}  

.checkbox:not(checked) + label:after { 
  content: '';  
  position: absolute;  
  top: -2px;  
  left: 2px;  
  width: 22px;  
  height: 22px;  
  border-radius: 10px;  
  background: #FFF;  
  box-shadow: 0 2px 5px rgba(0,0,0,.3);  
  transition: all .2s; /* анимация, чтобы чекбокс переключался плавно */  
}  
 
.checkbox:checked + label:before { 
  background: #9FD468;  
}  

.checkbox:checked + label:after { 
  left: 26px;  
}  



#signup .st1 {
    padding-top: 18px;
    color: #556b6b;
}

.spoiler {
    margin-bottom: 13px;
}

.spoiler_links {
    color: #579532;
    font-size: 18px;
    text-decoration: none;
}

.spoiler_links:hover {
    text-decoration: underline;
}

.faqgroup {
    background-color: #cab083;
    border: 2px solid #785b37;
    border-radius: 10px;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.faqgroup h1 {
    color: #785b37;
    font-size: 25px;
    margin: 0 0 8px;
    text-align: center;
}

.spoiler_body {
    line-height: 16px;
    display: none;
}

hr {
    color: #785B37;
    height: 2px;
    border: none;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    background-color: #785B37;
}

.points {
    display: block;
    width: 35px;
    border: 0px solid red;
    float: left;
    font-size: 35px;
    font-weight: bold;
    color: #F6E9B2;
    margin-top: 6px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.2);
}

#stiker { 
    width: 150px;
    float:left;
}

.general {
    font-size: 25px;
    list-style: none;
    line-height: 25px;
    color: #C88B30;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 630px;
    padding: 0 0 0 50px;
    margin-left: 110px;
}

.general li {
    margin-bottom: 30px;
}

#why {
    margin:0px auto; 
    clear:both; 
    width:700px;
    height:480px;
}

.promo {
    margin:50px auto;
    cursor: default; 
    background: url(http://golden-mines.org/img/promo4.png) 0px 0px no-repeat !important;
    width: 839px;
    height:570px;
}

.promo1, .promo2, .promo3, .promo4 {
    height: 60px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000, 0px 2px 3px rgba(0, 0, 0, 0.8), 0px 4px 6px rgba(0, 0, 0, 0.6), 0px 9px 13px rgba(0, 0, 0, 0.6), 0px 0px 10px #fff;
    text-align: left;
    width: 740px;
}

.promo1 span, .promo2 span, .promo3 span, .promo4 span {
    margin: 30px 40px 0px 40px;
}

.promo2 img {
    width: 50px;
    margin-top: -20px;
    position: absolute;
    margin-left: -25px;
}

.promo3 img {
    width: 70px;
    margin-top: -18px;
    position: absolute;
    margin-left: -35px;
}

.promo4 img {
    width: 70px;
    margin-top: -13px;
    position: absolute;
    margin-left: -35px;
}

.promo1 {
    width: 800px;
    padding-top: 120px;
    text-align: center;
}

.promo2 {
    padding: 27px 0 0 60px;
}

.promo3 {
    padding: 33px 0 0 60px;
}

.promo4 {
    padding: 8px 0 0 60px;
}

#video label {
    color: #F5AC23;
    font-weight: bold;
    margin:0 auto 10px;
    text-shadow: 1px 1px 1px #303030, 0 0 4px #303030;
    text-align:center;
    font-size:24px;
    display: block;
}

#video h1 {
    background-color:#795D38; 
    text-align:center; 
    font-size:24px; 
    color: #F5AC23;  
    font-weight: bold;   
    text-shadow: 1px 1px 1px #303030, 0 0 4px #303030; 
    padding:10px; 
    margin: 20px 0 10px; 
    border-radius:5px; 
    box-shadow: 1px 1px 1px 2px #303030;
}

#video iframe {
    width:560px;
    margin:0 0 10px -10px;
    height:315px;
    border:none;
}

.html_container {
    width:100%;
}

.ico_qiwi {
    background-image: url("../img/ico/qiwi.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding-left: 25px;
    box-sizing: border-box;
}

.ico_yandex {
    background-image: url("../img/ico/yandex.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding-left: 25px;
    box-sizing: border-box;
}

.ico_webmoney {
    background-image: url("../img/ico/webmoney.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding-left: 25px;
    box-sizing: border-box;
}

.ico_payeer {
    background-image: url("../img/ico/payeer.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding-left: 25px;
    box-sizing: border-box;
}



.html_container table {
    border: 1px solid #6d5454;
    box-sizing: border-box;
    background-color: #d0b077;
}

.html_container table tr {
    border-top: 1px solid #6d5454;
}

.html_container table tr:hover {
    background-color: #c6cc6a;
}

.html_container table, .th {
    border-collapse: collapse;
    cursor: default;
}

.html_container table td, .th td {
    overflow:hidden;
    display: block;
    float: left;
    height:30px;
}

.html_container table td {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 0 1px rgba(142, 105, 105, 0.62);
    font-family: SERIF;
    line-height: 30px;
    text-align: left;
    padding-top: 4px;
    height: 40px;
}

.th td {
    color: #bcdab8;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(18, 21, 88);
    font-family: SERIF;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}

#accountpayment .html_container table, #accountpayment .th, #holdinfo {
    width: 575px;
    margin-left: -17px;
}

#accountpayment .html_container table input[type="submit"] {
    width: 65px;
    text-align: center;
    font-size: 10px;
    height: 19px;
    display: block;
    border-radius: 4px;
    background: none;
    background-color: #e62c2c;
    color: #ece3e3;
    border: 1px solid #ece3e3;
    text-shadow: 1px 1px 1px #3a1d1d;
    padding: 0 2px 2px;
    cursor: pointer;
    box-shadow: 1px 1px 2px #633333;
    float: right;
    margin-top: 3px;
}

#accountpayment .th td:nth-child(4) {
    padding-left: 16px;
    box-sizing: border-box;
}

#accountpayment .th td:nth-child(4) img {
    margin-bottom: -1px;
    margin-left: 3px;
    opacity: 0.7;
    cursor: pointer;
}

.blur {
    opacity: 0.5 !important;
    text-shadow: 0 0 5px black !important;
    font-weight: bold !important;
    filter: grayscale(90%) blur(3px);
    overflow: visible !important;
    color: rgba(130, 99, 46, 0.46) !important;
}

.blur img {
    opacity: 0.3 !important;
    border-radius: 2px !important;
}

#accountpayment .html_container table td:nth-child(1), #accountpayment .th td:nth-child(1) {
    width:66px;
}

#accountpayment .html_container table td:nth-child(1) {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
}

#accountpayment .html_container table td:nth-child(2), #accountpayment .th td:nth-child(2) {
    width:125px;
}

#accountpayment .html_container table td:nth-child(2) {
    color: #4a2424;
    text-shadow: 1px 1px 2px #a0b3a0;
    font-size: 12px;
}

#accountpayment .html_container table td:nth-child(3), #accountpayment .th td:nth-child(3) {
    width:65px;
}

#accountpayment .html_container table td:nth-child(3) div {
    background-color: #3fad7a;
    border-radius: 5px;
    height: 26px;
    text-align: right;
    padding-right: 3px;
    line-height: 10px;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-weight: normal;
    font-family: arial;
    font-size: 11px;
    border: 1px solid #bfe2a7;
    box-shadow: 1px 1px 1px #6a8a64;
    margin-right: 5px;
    margin-top: 1px;
    padding-top: 4px;
}

#accountpayment .html_container table td:nth-child(3) i {
    color: rgb(210, 210, 210);
    padding: 0;
    margin-left: 2px;
    font-size: 9px;
    text-shadow: 1px 1px 0px #1c581e;
    font-style: normal;
}

#accountpayment .html_container table td:nth-child(3) b {
    font-size: 10px;
    padding: 2px;
    color: #00ffff;
    box-sizing: border-box;
    font-weight: normal;
}

#accountpayment .html_container table td:nth-child(4), #accountpayment .th td:nth-child(4) {
    width:90px;
}

#accountpayment .html_container table td:nth-child(4) {
    font-size: 12px;
    line-height: 11px;
    font-weight: normal;
}

#accountpayment .html_container table td:nth-child(4) img {
    margin-top: 1px;
    margin-bottom: -1px;
    margin-right: 3px;
    opacity: 0.9;
    width: 16px;
    height: 11px;
}

#accountpayment .html_container table td:nth-child(5), #accountpayment .th td:nth-child(5) {
    width:210px;
}

#accountpayment .html_container table td:nth-child(5) {
    line-height: 12px;
    font-size: 12px;
    font-weight: normal;
}

#accountpayment .html_container table .colspan {
    width: 100% !important;
    line-height: 30px !important;
    font-size: 14px !important;
}

#accountpayment .html_container pre {
    margin: 0;
    width:60px;
    color: green;
    text-align: right;
    font-family: monospace;
}

#accountpayment .payform {
    width: 270px;
    padding: 10px;
    background-color: #dac49f;
    margin-left: -10px;
    border: 3px solid #b5ad97;
    box-shadow: 0 0 3px black;
    border-radius: 7px;
    margin-top: -15px;
    margin-bottom: 15px;
    float:left;
}

#accountpayment .payform input[type="submit"] {
    width: 100%;
}

#accountpayment .payform table {
    margin: 10px auto 2px;
    width: 100%;
}

#accountpayment .payform table td {
    font-size: 14px;
}

#accountpayment .payform i {
    color: #1fa012;
    text-align: center;
    text-shadow: 0 0 3px #d2d87b;
    font-style: normal;
    display: block;
    width: 100%;
}

#accountpayment .payhint {
    height: 230px;
    float: left;
    width: 230px;
    margin-left: 20px;
    font-size: 13px;
    color: #1a651a;
    margin-top: -10px;
    text-align: justify;
    line-height: 12px;
}

#accountpayment .payhint b {
    color: red;
}

#accountpayment .strap {
    border: 2px solid #785b37;
    width: 20px;
    height: 10px;
    border-radius: 0 0 4px 4px;
    background-color: #a28561;
    margin: 0 auto;
    text-align: center;
    line-height: 3px;
    font-family: monospace;
    color: #634a2a;
    cursor: default;
    overflow: hidden;
    text-decoration: none !important;
    margin-bottom: -12px;
    border-top: none;
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
}

#accountpayment .cp {
    border-top: 3px solid #785b37;
    margin-bottom: 23px !important;
}

#accountpayment .cp .spoiler_body {
    border-bottom: 3px solid #785b37;
    margin-top: 17px;
    padding-bottom: 10px;
}

#accountpayment .cp a, #accountpayment .cp a span {
    text-decoration: underline !important;
}

#accountpayment .s100 form {
    cursor: help;
}

#accountpayment .s104, #accountpayment .s101, #accountpayment .s106 {
    color: #ffc538 !important;
    text-shadow: 0px 0px 3px #000000 !important;
    padding-left: 2px !important;
}

#accountpayment .s101 {
    line-height: 33px !important;
    font-size: 14px !important;
}

#accountpayment .s102 {
    line-height: 33px !important;
    font-size: 13px !important;
    padding-left: 2px !important;
    font-style: normal !important;
}

#accountpayment .s103 {
    color: red !important;
    line-height: 16px !important;
    font-size: 13px !important;
    text-shadow: 0 0 1px #b5aeae !important;
    padding-left: 2px !important;
}

#accountpayment .s105, #accountpayment .s200 {
    color: #009000 !important;
    line-height: 16px !important;
    text-shadow: 0 0 2px #c1d2af !important;
    padding-left: 2px !important;
}

#accountpayment .s105 {
    font-size: 13px !important;
}
    width: 226px;
    height: 194px;

#accountpayment .s200 i {
    display: table-cell !important;
    vertical-align: middle !important;
    height: 36px !important;
    font-style: normal !important;
}

#accountpayment .s200 {
    font-size: 14px !important;
}

#accountpayment .s200 p {
    padding: 0 !important;
    margin: 0 !important;
    color: #555555 !important;
    font-size: 12px !important;
    text-shadow: 0 0 1px rgba(142, 105, 105, 0.62)  !important;
}

#accountindex .th, #accountindex .html_container table {
    width: 410px;
    margin: 0 auto;
}

#accountindex .html_container table td {
    height: 36px;
    padding-top: 2px;
}

#accountindex .th td:nth-child(1), #accountindex .html_container table td:nth-child(1) {
    width: 125px;
}

#accountindex .th td:nth-child(2), #accountindex .html_container table td:nth-child(2) {
    width: 120px;
}

#accountindex .th td:nth-child(3), #accountindex .html_container table td:nth-child(3) {
    width: 150px;
}


#accountindex .html_container table td:nth-child(1) {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

#accountindex .html_container table td:nth-child(2) {
    font-size: 12px;
    line-height: 11px;
    font-weight: normal;
}

#accountindex .html_container table td:nth-child(2) img {
    margin-top: 1px;
    margin-bottom: -1px;
    margin-right: 3px;
    opacity: 0.9;
    width: 16px;
    height: 11px;
}

#accountindex .html_container table td:nth-child(3) i {
    font-size: 12px;
    color: #6f6969;
    font-weight: normal;
    text-shadow: none;
    font-style: normal;
}

#accountindex .html_container table td:nth-child(3) b {
    color: #128e12;
}

.card {
    background-color: #C5B290;
    width: 450px;
    height: 150px;
    margin: 20px auto 20px;
    border: 0px solid #936F43;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 2px #303030;
    padding: 7px 7px 7px 120px;
    box-sizing: border-box;
}

.card img {
    float: left;
    height: 130px;
    margin-left: -105px;
}

.card h2 {
    color: #633600;
    margin: 5px 0 10px;
    font-size: 18px;
    text-shadow: 0px 0px 3px #E9E0D1;
    font-weight: bold;
}

.card b {
    display: block;
    width: 100%;
    color: #3F6E18;
    text-shadow: 1px 1px 0px #6DAB33;
}

.card i {
    color: black;
    text-shadow: none;
    font-style: normal;
}

input[type="submit"], #accountbanners .spoiler_links {
    margin-top: 10px;
    padding: 4px 30px;
    background-color: #6aa436;
    border-radius: 7px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    text-shadow: #addc7e 0 1px 0;
    color: #141b0d;
    border: 1px solid #485f45;
    cursor: pointer;
    font-size: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
    background: -webkit-linear-gradient(top, #8dc059, #6aa436);
    background: -moz-linear-gradient(top, #8dc059, #6aa436);
    background: -ms-linear-gradient(top, #8dc059, #6aa436);
    background: -o-linear-gradient(top, #8dc059, #6aa436);
    background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
}

input[type="submit"]:hover, #accountbanners .spoiler_links:hover {
    background-color: #8dc059;
    background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
    background: -webkit-linear-gradient(top, #6aa436, #8dc059);
    background: -moz-linear-gradient(top, #6aa436, #8dc059);
    background: -ms-linear-gradient(top, #6aa436, #8dc059);
    background: -o-linear-gradient(top, #6aa436, #8dc059);
    background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
    text-decoration: none;
}

input[type="submit"]:focus, a:focus {
    outline: none !important;
}
.card input[type="number"] {
    border: 1px solid #a99b9b;
    background-color: #e6e0d5;
    padding: 2px;
    text-align: right;
    border-radius: 4px;
    margin: 0 5px 0 10px;
}

#accountstore table, #accountmarket table {
    width: 100%;
    font-weight: bold;
    margin-top: 20px;
}

#accountstore hr {
    margin-top: 20px;
}

#accountstore .t1 img {
    width: 110px;
}

#accountstore .t2, #accountstore .t1 form {
    text-align: center;
}

#accountstore .t2 img {
    width: 90px;
    margin-top: 10px;
}

#accountstore b, #accountmarket table b {
    color: #3F6E18;
    text-shadow: 1px 1px 0 #6DAB33;
    font-size: 20px;
}

#accountmarket table {
    margin-top: 10px;
}

#accountmarket table img {
    width: 110px;
    float: left;
    margin-left: 40px;
}

#accountmarket table td {
    text-align: right;
    width: 140px;
}

.aqua {
    color: #30b7c7;
    text-shadow: 0 0 2px #f8f9f9;
}

#accountmarket table th, #accountmarket form {
    text-align: center;
}

#accountmarket table th {
    font-size: 20px;
    color: #2487b9;
}


#accountindex .spoiler_links {
    display: block;
    text-align: center;
    width: 300px;
    margin: 0 auto 15px;
}

#holdinfo {
    border: 2px solid #d6ccb2;
    padding: 5px 10px;
    border-radius: 7px;
    background-color: #ffedbb;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #2f2727;
    cursor: default;
    box-sizing: border-box;
}

#holdinfo .spoiler_body {
    font-size: 13px;
    line-height: 13px !important;
    color: #3c3232;
}

#holdinfo p {
    margin: 0 0 5px;
    text-align: justify;
}

#holdinfo b {
    color: #1f4fc3;
}

#holdinfo table {
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 9px auto 3px;
    width: 100%;
}

#holdinfo table th {
    font-weight: bold;
    background-color: #c4ea9b;
}

#holdinfo table td, #holdinfo table th {
    border: 1px solid #62966e;
    vertical-align: middle;
    padding: 1px 3px;
}

#holdinfo .spoiler_links img {
    height: 30px;
    margin-bottom: -8px;
    margin-right: 5px;
}

#holdinfo .spoiler_links {
    color: #1f4fc3;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
}

#holdinfo .spoiler_links:hover {
    color: #52b2ef;
}

#holdinfo, #accountpayment .cp {
    width: 560px;
    margin-left: -10px;
}

.tcaption {
    width: 100% !important;
    font-size: 16px !important;
    background-color: #987878 !important;
    border: 1px solid #6d5454 !important;
    color: #502a2a !important;
    text-shadow: 0 0 2px #ab8e8e !important;
    border-radius: 12px 12px 0 0 !important;
}

.th tr {
    background-color: #6d5454;
}

.trans {
    background-color: transparent !important;
}

.makeMeFancy {
    width: 100%;
    height: 45px;
  font-size: 15px;
    background-color: #efe1ba;
    border: 1px solid #7e7f88;
}

.red {
    color: red;
}

.blue {
    color:#5353d6;
}

.green {
    color: green;
}

.center {
    text-align: center;
    margin: 0 auto; 
    width: 100%; 
    display: block;
}

#accountconfig b {
    margin-top: -10px;
}

#accountconfig table {
    margin: 10px auto;
}

#accountconfig table .info {
    font-size: 13px;
    color: #397933;
    text-shadow: 0 0 2px #f8f9f9;
}

#accountswap table {
    margin: 0 auto;
}

table .cntr {
    text-align: center;
}

#payblock1, #payblock2 {
    background-color: #ebe2cf;
    border: 2px solid #785b37;
    border-radius: 8px 8px 0 0;
    box-shadow: 1px 1px 2px 0 #303030;
    float: left;
    height: 340px;
    margin: 15px 4px;
    overflow: hidden;
    width: 280px;
}

#payblock1 {
    margin-left: -17px;
}

#payblock2 {
    margin-right: -25px;
}

#payblock1 img, #payblock2 img {
    width: 270px;
}

#payblock1 form, #payblock2 form {
    font-size: 13px;
    margin: 8px;
}

#payblock1 form input[type="text"], #payblock2 form input[type="text"] {
    width:50px;
}

#payblock1 form input[type="submit"], #payblock2 form input[type="submit"] {
    width:83px !important;
    float: right;
    font-size: 12px !important;
    margin: 0 -5px 0 0 !important;
    padding: 0 !important;
    height: 20px;
}

.pb-head {
    background-color: #755c3a;
    color: #edad3c;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px #303030, 0 0 6px #ffdd00;
}

.metod {
    background-color: #cab083;
    border-top: 1px solid #8d8f91;
    color: green;
    font-size: 16px;
    height: 280px;
    line-height: 25px;
    margin-top: -2px;
    padding: 0;
    text-align: center;
    text-shadow: 0 0 2px #c1ebb7;
}

.recaptcha {
    height: 78px;
    width: 304px;
    background-color: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    margin: 0 auto;
}

.reflink {
    background-color:#3FD853; 
    text-align:center; 
    font-size:24px; 
    color:white; 
    font-weight: bold;  
    text-shadow: 1px 1px 1px #303030, 0 0 4px #303030; 
    padding:10px; 
    margin: 20px 0 20px; 
    border-radius:5px; 
    box-shadow: 1px 1px 1px 1px #303030;
}

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

#accountreferals .th, #accountreferals .html_container table {
    width: 100%;
}

#accountreferals .html_container table td {
    text-align: center;
}

#accountreferals .trans td {
    line-height: 25px !important;
}

#accountreferals .th td:nth-child(1), #accountreferals .th td:nth-child(4) {
    line-height: 13px;
}

#accountreferals .html_container table td {
    height: 20px;
    line-height: 20px;
}

#accountreferals .th td:nth-child(1), #accountreferals .html_container table td:nth-child(1) {
    width: 80px;
}

#accountreferals .th td:nth-child(2), #accountreferals .html_container table td:nth-child(2) {
    width: 125px;
}

#accountreferals .th td:nth-child(3), #accountreferals .html_container table td:nth-child(3) {
    width: 220px;
}

#accountreferals .th td:nth-child(4), #accountreferals .html_container table td:nth-child(4) {
    width: 100px;
}

.fullw {
    width: 100% !important;
}

#accountbonus .th, #accountbonus .html_container table {
    width: 80%;
    margin: 0 auto;
}

#accountbonus .html_container table td {
    text-align: center;
}

#accountbonus .th td:nth-child(1), #accountbonus .html_container table td:nth-child(1) {
    width: 150px;
}

#accountbonus .th td:nth-child(2), #accountbonus .html_container table td:nth-child(2) {
    width: 150px;
}

#accountbonus .th td:nth-child(3), #accountbonus .html_container table td:nth-child(3) {
    width: 120px;
}

#accountbonus .html_container table td {
    height: 20px;
    line-height: 20px;
}

#payments .th, #payments .html_container table {
    width: 470px;
    margin: 0 auto;
}

#payments .html_container table td {
    height: 26px;
    padding-top: 0px;
    text-align: center;
    line-height: 27px;
}

#payments .th td:nth-child(1), #payments .html_container table td:nth-child(1) {
    width: 132px;
}

#payments .th td:nth-child(3) {
    text-align: right;
    padding-right: 5px;
}

#payments .html_container table td:nth-child(4) {
    background-position-y: 3px;
}

#payments .th td:nth-child(2), #payments .html_container table td:nth-child(2) {
    width: 175px;
}

#payments .th td:nth-child(3), #payments .html_container table td:nth-child(3) {
    width: 110px;
}

#competition .th, #competition .html_container table {
    width: 470px;
    margin: 0 auto;
}

#competition .html_container table td {
    height: 22px;
    padding-top: 0px;
    text-align: center;
    line-height: 23px;
}

#competition .th td:nth-child(1), #competition .html_container table td:nth-child(1) {
    width: 76px;
}

#competition .th td:nth-child(2), #competition .html_container table td:nth-child(2) {
    width: 150px;
}

#competition .th td:nth-child(3), #competition .html_container table td:nth-child(3) {
    width: 110px;
}

#competition .th td:nth-child(4), #competition .html_container table td:nth-child(4) {
    width: 120px;
}


#lastcompetitions .cart {
    border: 1px solid #3e2f2f;
    width: 100px;
    float: left;
    margin: 3px;
}

#lastcompetitions .cart td {
    height: 16px;
    line-height: 16px;
    text-align: center;
    float: none;
    padding: 2px 0;
    text-shadow: none;
    font-size: 15px;
    color: black;
}

#lastcompetitions .cart tr:nth-child(1) {
    background-color: #754407;
}

#lastcompetitions .cart tr:nth-child(2) {
    background-color: #008800;
}

#lastcompetitions .cart tr:nth-child(3), #lastcompetitions .cart tr:nth-child(4) {
    background-color: #bbe6a6;
}

#lastcompetitions .cart tr:nth-child(4) {
    border-top: none;
}

#lastcompetitions .cart tr:nth-child(3) td {
    padding-top: 5px;
}

#lastcompetitions .cart tr:nth-child(1) td {
    color: #d4cc21;
}

#lastcompetitions .cart tr:nth-child(4) td {
    color: rgb(89, 91, 255);
    font-size: 14px;
    padding-top: 0px;
}

#lastcompetitions .cart input[type="submit"] {
    padding: 0 4px;
    margin-top: 0;
    height: 16px;
    font-size: 10px;
    border-radius: 0;
}

#lastcompetitions .links, #competition .links {
    text-align: center;
    margin-top: -18px;
}

.new {
    color: rgb(255, 255, 31) !important;
}

#promo_default {
    background-image: url(../img/action4.png);
}

#promo_3012 {
    background-image: url(../img/promo_3012.png);
}

#promo_1102 {
    background-image: url(http://golden-mines.org/img/promo_1102.png);
}

.promo_box {
    width: 226px;
    height: 194px;

    top: 4px;
    left: 941px;

    position: absolute;
    background-repeat: no-repeat;
    display: none;
    overflow: hidden;
}


#action_counter {
    text-shadow: 0px 0px 6px #e77f2f;
    position: absolute;
    top: 145px;
    left: 66px;
    z-index: 999;
    width: 125px;
    height: 50px;
    color: rgba(245, 210, 19, 0.74);
    font-weight: normal;
    font-size: 22px;
    font-family: monospace;
}

#accountbanners, #free_referrals {
    width: 850px;
}

#accountbanners .spoiler {
    margin: 0;
}

#accountbanners .spoiler_links {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
    box-sizing: border-box;
    font-size: 17px;
    color: #354428;
}

#accountbanners .spoiler_body div {
    max-width: 410px;
    float: left;
    margin: 5px;
}

#accountbanners .spoiler_body div img {
    max-width: 100%;
    max-height: 263px;
    cursor: pointer;
}

#bannerblock {
    width: 800px;
    padding: 10px;
    background-color: #fff0d0;
    box-sizing: border-box;
    line-height: 25px;
}

#bannerblock img {
    margin: 5px auto 15px;
    display: block;
    max-width: 100%;

}

#bannerblock xmp {
    margin: 0;
    border: 1px solid black;
    padding: 3px;
    background-color: rgb(251, 255, 236);
    line-height: 15px;
}

.banner_link {
color: rgb(169, 94, 65);
width: 60%;
font-size: 17px;
text-align: center;
text-decoration: none;
display: block;
margin: 0 auto;
background-color: rgb(240, 211, 79);
padding: 6px 0 11px;
border: 1px solid;
}

.banner_link img {
    margin-bottom: -8px;
margin-right: 15px;
}

#zoomblock {
    background: rgba( 0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

#zoomwrap {
        background-color: white;
    border-radius: 3px;
    z-index: 1000;
    position: fixed;
    top: 30%;
    left: 50%;
    display: block;
    padding: 10px;
}

#zoomimg {
    border: 1px solid #988e8e;
    box-shadow: 0 0 2px #988b8b;
}

#closebtn {
    background-color: #a2582c;
    border: 3px solid white;
    border-radius: 20px;
    box-shadow: 0 0 2px black;
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: -17px;
    top: -15px;
    width: 28px;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 29px;
}



#free_referrals table {
        width: 80%;
    margin: 0 auto;
    border: 1px solid #6d5455 !important;
    border-collapse: collapse;
    background-color: #dcc69f;
}

#free_referrals .th, #free_referrals .winner_card{
    margin-top: 5px;
}

#free_referrals table td {
    text-align: center;
    float: none;
    display: table-cell;
    border-bottom: 1px solid #6d5455 !important;
}

#free_referrals .th td {
    color: #d2ecd7;
}

#free_referrals .th tr:hover {
        background-color: #6d5455;
}

#free_referrals table td:nth-child(1){
    width: 10%;
}

#free_referrals table td:nth-child(2){
    width: 30%;
}

#free_referrals table td:nth-child(3){
    width: 15%;
}

#free_referrals table td:nth-child(4){
    width: 20%;
}

#free_referrals .html_container table td {
    font-size: inherit !important; 
    font-weight: normal !important; 
    text-align: center !important;
    padding-top: 0 !important;
    height: auto !important;
    line-height: 25px;
    height: 25px !important;
    text-shadow: none;
}

#free_referrals .html_container b {
    color: inherit !important;
}

#free_referrals h2 {
    margin: 0;
}

#free_referrals b {
    color: green;
}

#free_referrals .winner_card {
    width: 100%;
    border: 1px solid;
}

#free_referrals .winner_card .card_head {
    width: 100%;
    background-color: #6d5455;
    color: #bcdab8;
    padding: 3px 20px;
    box-sizing: border-box;
}

#free_referrals .winner_card .card_head b {
    color: #9dff6f;
    margin-right: 40px;
}

#free_referrals .winner_card .card_head span {
    color: #ccd2ca;
    margin-right: 40px;
    font-size: 13px;
}

#free_referrals .winner_card {
    background-color: #dbc69e;
}

#free_referrals .winner_card .card_body div {
        float: left;
    border: 1px solid #009fff;
    margin: 2px;
    padding: 0px 3px;
    background-color: #f1eade;
    border-radius: 3px;
    font-size: 14px;
}