@charset "utf-8";
/* CSS3 Document */

/* CSS reset */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:''
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
*:focus {
	outline:none;
}
/* CSS reset */

body, html {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
	background:#f4f4f4 !important;
	-webkit-text-size-adjust:none;
	min-width:1024px;
}
/* HEADER START */

#header {
	position: relative;
}
#header-container {
	margin: 0 0 40px;
	background:#2a2a2a;
	width:100%;
	height:142px;
	border-bottom:none;
}

#top-header-wrapper {
	height:90px;
}

#menu-container-wrapper {
	height:49px;
	background:#454545;
}
#header {
	width:980px;
	height:76px;
	margin:0 auto;
}
#logo {
	float:left;
	margin:20px 0 0;
	text-decoration:none;
	background:url(../images/logo.png) no-repeat top left;
	display:block;
	width:250px;
	height:60px;
}
#menu-container {
	float:left;
	width:980px;
	margin:0;
	padding-top:0px;
}
#menu-container ul li {
	height:49px;
	float:left;
}
#menu-container ul li:first-child {
	border-left:none;
}
#menu-container ul li:last-child {
	border-right:none;
}
#menu-container li.active a {
	color:#fff;
	background:#86b136;
	border-bottom:3px solid #628029;
	border-left:0;
	border-right:0;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
}
#menu-container ul li a {
	font-size:15px;
	text-decoration:none;
	float:left;
	color:#fff;
	padding:19px 18px 14px;
	text-shadow:none;
	font-weight:bold;
}
 #menu-container ul li:not(.active) a:hover {
 background:#333;
 color:#fff;
 text-shadow:none;
 border-bottom:3px solid #111;
}
#menu-container ul li.selected {
	border-left:0;
	border-right:0;
}
.lang-es #menu li a {
	padding-left: 15px;
}
#user-menu-login, #log-out {
	background:#86b136 !important;
	color:#fff !important;
	font-size:14px !important;
	float:left !important;
	padding:10px 12px !important;
	text-decoration:none !important;
	border-top-left-radius:5px !important;
	border-bottom-left-radius:5px !important;
	-webkit-border-top-left-radius:5px !important;
	-webkit-border-bottom-left-radius:5px !important;
	-moz-border-radius-topleft:5px !important;
	-moz-border-radius-bottomleft:5px !important;
	border-right:1px solid #77ab15 !important;
	text-shadow:none !important;
}
#sign-up, #user-menu-account {
	background:#86b136 !important;
	color:#fff !important;
	font-size:14px !important;
	float:left !important;
	padding:10px 12px !important;
	text-decoration:none;
	border-top-right-radius:5px !important;
	border-bottom-right-radius:5px !important;
	-webkit-border-top-right-radius:5px !important;
	-webkit-border-bottom-right-radius:5px !important;
	-moz-border-radius-topright:5px !important;
	-moz-border-radius-bottomright:5px !important;
	border-left:0px solid #86a44d !important;
	text-shadow:none !important;
}
#user-menu-container {
	float:right;
	padding-top: 35px;
}
#user-menu > li > span > a, .sub-tab-menu > li > span > a {
	font-size: 14px;
	display: inline-block;
}
#user-menu > li > span > a {
	color: #fff;
	text-shadow:none !important;
}
#user-menu .dropdown-container > span > a {
	padding-top: 0px;
	padding-right: 0px;
	background-color:transparent;
}
#user-menu .flag {
	display: inline-block;
	margin-right: 5px;
}
#user-menu-lang, #user-menu-currency {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2)!important;
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2)!important;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2)!important;
	border-radius:5px!important;
	-webkit-border-radius:5px!important;
	-moz-border-radius:5px!important;
	border:1px solid #111!important;
	background:#1a1a1a!important;
	padding: 9px 12px 9px 10px!important;
	margin: 0 0 0 5px!important;
	float:left!important;
	font-size:11px!important;
	color:#fff!important;
}
#user-menu-lang .dropdown a {
	position: relative;
}
#user-menu > li, .sub-tab-menu > li {
	background:transparent;
	padding-left: 10px;
}
#user-menu a, .sub-tab-menu a {
	padding:0;
}
#user-menu-lang .dropdown a .flag {
	position: static;
	top: 0px;
}
#user-menu-lang .dropdown a.first .flag {
	top: 13px;
}
#user-menu-lang .dropdown a .lang-label {
	margin-left: 0px;
}
.dropdown-container {
	position: relative;
}
.dropdown-container > span {
	background-color:transparent !important;
	border-width:0;
}
.dropdown-container:hover > span, .dropdown-container > span.visible-caption {
	position: relative;
}
.dropdown {
	background:#fff;
    border:none;
}
.dropdown-container:hover .dropdown, .dropdown-visible {
	display: block !important;
}
.dropdown-arrow {
	background: url(../images/arrow-down.png) no-repeat scroll right 45% transparent;
	margin-right: 0px;
	padding-right: 10px !important;
}
#user-menu-account.active, #user-menu-account.active a, #user-menu-login.active, #user-menu-login.active a {
	background:#fff !important;
	color:#86b136 !important;
	border-bottom-right-radius:0px !important;
	-webkit-border-bottom-right-radius:0px !important;
	-moz-border-radius-bottomright:0px !important;
}
.dropdown-account {
	background:#fff !important;
	color:#333 !important;
}
.dropdown-account a {
	background:#656079 !important;
	color:#fff !important;
}
#user-menu-lang.active, #user-menu-currency.active {
	background:#101010 !important;
	color:#fff !important;
	text-decoration:none !important;
	border-bottom-right-radius:0px !important;
	-webkit-border-bottom-right-radius:0px !important;
	-moz-border-radius-bottomright:0px !important;
	border-bottom-left-radius:0px !important;
	-webkit-border-bottom-left-radius:0px !important;
	-moz-border-radius-bottomleft:0px !important;
	-webkit-box-shadow: 0 !important;
	-moz-box-shadow: 0 !important;
	box-shadow: 0 !important;
}
.dropdown-lang {
	background:#101010 !important;
	color:#333 !important;
    top: 33px !important;
	border:1px solid #101010 !important;
}
.dropdown-lang li:nth-child(1){
    padding: 4.5px 3px;
}
.dropdown-lang a {
	background:none !important;
	color:#fff !important;
}
#quick-login-form #quick-email, #quick-login-form #quick-password {
	width: 260px;
}
#quick-login-form #quick-login-button, #quick-login-form #quick-forgot-password {
	margin-left: 0px;
}
#quick-login-form #quick-forgot-password {
	padding-top: 10px !important;
}
#quick-forgot-password {
	font-size:12px !important;
	float:right !important;
}
#forgot-password, #quick-forgot-password {
}
#support-menu-container {
	display: inline-block;
	margin-top:12px;
}
#support-menu li {
	list-style: disc inside;
}
#support-menu li a {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}
/* HEADER END */

/* FOOTER START */

#footer-container, .bottom-bar-layout #push {
	height:320px;
}
#top-footer {
	height:91px;
	background:#f4f4f4;
	font-size:11px;
}
#top-footer div.cf {
	padding: 40px 0 40px 135px;
	color: #9A9B9B;
	font-size: 11px;
	background: url(../../../images/footer-logos.png) no-repeat 0 18px;
}
#footer {
	position:relative;
	border:none;
	height:380px;
	background:#2a2a2a;
}
#top-footer-top-menu {
	float: left;
	background:transparent;
	padding: 8px 0 0 140px;
	font-size:12px;
	width:305px;
}
#top-footer a {
	color:#9a9b9b;
	font-size:11px;
}
#top-footer span {
	padding:0 5px;
}
#bottom-menu li a {
	color: #9A9B9B;
	font-size: 11px;
	text-decoration:underline;
	margin-right: 0;
	display: inline-block;
	text-shadow: none;
	padding:0;
}
#bottom-menu li a:hover {
	text-decoration:none;
}
#bottom-menu li span {
	padding: 0 5px;
}
#bottom-menu li {
	list-style:none;
}
#footer-menu tr td ul {
	margin: 0 20px 0 0;
	float:left;
}
#footer-menu tr td ul li a {
	padding: 0 0 7px;
	float:left;
}
#footer-menu tr td {
	vertical-align:top;
}
 #footer-menu tr th:nth-child(1) span, #footer-menu tr td:nth-child(1) ul, #footer-menu tr td:nth-child(1) ul li {
 width:180px;
}
 #footer-menu tr th:nth-child(2) span, #footer-menu tr td:nth-child(2) ul, #footer-menu tr td:nth-child(2) ul li {
 width:132px;
}
 #footer-menu tr th:nth-child(3) span, #footer-menu tr td:nth-child(3) ul, #footer-menu tr td:nth-child(3) ul li {
 width:142px;
}
 #footer-menu tr th:nth-child(4) span, #footer-menu tr td:nth-child(4) ul, #footer-menu tr td:nth-child(4) ul li {
 width:160px;
}
 #footer-menu tr th:nth-child(5) span, #footer-menu tr td:nth-child(5) ul, #footer-menu tr td:nth-child(5) ul li {
 width:115px;
}
 #footer-menu tr th:nth-child(6) span, #footer-menu tr td:nth-child(6) ul, #footer-menu tr td:nth-child(6) ul li {
 width:115px;
}
 #footer-menu tr th:nth-child(7) span {
 width:80px;
}
#footer-menu tr td ul li a, #disclaimer a {
	color:#a6a6a6;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	margin:0;
	padding:0 0 7px;
	border:none;
	width:inherit;
	text-shadow:none;
}
#disclaimer a {
	font-size:10px;
	color:#86b136;
}
#footer-menu tr th span {
	color:#86b136;
	text-decoration:none;
	padding:0 0 10px;
	margin:0 0 10px;
	border-bottom:1px solid #59595b;
	float:left;
	font-weight:normal;
	text-shadow:none;
	font-size: 16px;
}
#footer-menu ul li a:hover {
	text-decoration: underline;
}
#disclaimer p {
	margin: 0 0 4px;
}
#footer-menu ul li a:not(.social):hover, #disclaimer a:hover {
    color:#86b136;
    text-decoration: underline;
}
#footer-menu a:hover {
	text-decoration:underline;
}
#footer div.center {
	padding:30px 0;
}
#footer-menu tr td ul li a.social {
	background: url(../images/social_sprite.png) no-repeat 0 0;
	display: block;
	float: left;
	padding: 4px 0 0px 20px;
	margin: 0 0 6px;
}
#footer-menu tr td ul li a.facebook {
	background: url(../images/social_sprite.png) no-repeat 0 0;
}
#footer-menu tr td ul li a.twitter {
	background: url(../images/social_sprite.png) no-repeat 0 -15px;
}
#footer-menu tr td ul li a.google {
	background: url(../images/social_sprite.png) no-repeat 0 -30px;
}
#footer-menu tr td ul li a.rss {
	background: url(../images/social_sprite.png) no-repeat 0 -45px;
}
.copyright {
	padding-top: 20px;
	color: #999;
	float: left;
	font-weight:normal;
	width:500px;
}
.copyright #copyright-phrase {
	float:left;
	margin: 0 10px 0 0;
}
#disclaimer {
	color: #A6A6A6;
	font-size: 10px;
	width: 980px;
	float: left;
	padding: 20px 0;
	line-height: 12px;
}
/* FOOTER END */

/* trading area */

.games {
	margin-top: 10px;
	background: #fefefe;
	border: 0px solid #DFDFDF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
}
.game, .instrument {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.game {
	padding: 10px;
	border-bottom: 3px solid #749930;
	border-top:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	margin:0 0 15px;
	float:left;
	background:white;
	min-width:660px;
	min-width : 500px\9; /* IE8 and below */ 
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)!important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)!important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)!important;
	border-radius:5px!important;
	-webkit-border-radius:5px!important;
	-moz-border-radius:5px!important;
}

.game:hover, .instrument:hover {
	border-bottom: 3px solid #333;
	background: #F8F8F8;
	background: -moz-linear-gradient(center top, #FEFEFE, #F8F8F8);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F8F8F8));
}

.game-description {
	padding-top:3px;
	padding-bottom:0px;
	width:320px;
	line-height:15px;
	margin:0 0 0 10px;
}

.apply-wrapper a.button:hover{
	background:#f3f3f3 !important;
}
.first .game, .first .instrument {
	margin-top: 5px;
	padding-top: 5px;
	border-top: none;
}
.last .game {
	border-bottom: none;
}
.game-row {
	padding:10px 0 !important;
	width:640px !important;
	margin:0 0 0px !important;
	border-bottom:1px solid #e7ebe2 !important;
	padding: 14px 0px !important;
	padding-right:0 !important;
}
.game-row-2 {
	padding:10px 0 !important;
	border-bottom:0px solid #e7ebe2 !important;
	height:43px;
}
.game-row-3 {
	margin-bottom: 4px !important;
	position: relative !important;
	padding:0 !important;
	border-bottom:0px solid #e7ebe2 !important;
}
.sentiment-header {
	text-align: center;
	font-size: 13px;
	padding-bottom: 3px;
	color:#333;
}
.sentiment-label-above {
	display: inline-block;
	width: 80px;
	text-align: right;
	padding: 3px 5px 0 0;
	float: left;
}
.sentiment-label-below {
	display: inline-block;
	padding: 3px 0 0 5px;
}
.game-expiry-box, .change-payout-box {
	padding:2px 15px;
	background:#fff;
	border:1px solid #cbcbcb;
	font-size:11px;
	width:150px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
#game-filter a {
	text-shadow:none;
	font-weight:normal;
}
.closing-progress-bar-container .x-progress-text {
	color:#333;
}
.closing-progress-bar-container .x-progress {
	width: 154px !important;
	border: 4px solid #fff !important;
}
.game-form-buttons-wrapper {
	float: left;
	width: 40%;
	text-align: center;
	padding: 12px 20px 0 20px;
}
.game-form-invoice-wrapper {
	float: right;
	width: 60%;
}
.payout {
	font-size:60px;
	color:#333;
	float:left;
	text-decoration:none;
	margin:4px 20px 0;
	width:150px;
}
.payout-text {
	font-size:14px;
	color:#666;
	float:left;
	width:150px;
}
.confirmation-message {
	margin-top: 45px;
}
.loadable {
	display: inline-block;
	padding-right: 20px;
    position: absolute;
}
.direction-button {
	width:53px;
	height:53px;
	text-decoration:none;
	margin:0 10px 5px;
	display:block;
	overflow:hidden;
	text-indent:-5555px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.game .direction-button.call, .game .direction-button.call:active,
.small-game-form-buttons-wrapper .direction-button.call, .small-game-form-buttons-wrapper .direction-button.call:active {
	background:url(../images/call_put_btn_sprite.png) no-repeat top left !important;
	border:none !important;
}
.game .direction-button.call:hover,
.small-game-form-buttons-wrapper .direction-button.call:hover {
	background:url(../images/call_put_btn_sprite.png) no-repeat top right !important;
	border:none !important;
}
.game .direction-button.put, .game .direction-button.put:active,
.small-game-form-buttons-wrapper .direction-button.put, .small-game-form-buttons-wrapper .direction-button.put:active {
	background:url(../images/call_put_btn_sprite.png) no-repeat bottom left !important;
	border:none !important;
}
.game .direction-button.put:hover,
.small-game-form-buttons-wrapper .direction-button.put:hover {
	background:url(../images/call_put_btn_sprite.png) no-repeat bottom right !important;
	border:none !important;
}
.spot {
	float:left;
	padding: 7px 10px;
	background:#fff;
	border:1px solid #cbcbcb;
	font-size:11px;
	width:74px !important;
	text-align:center;
	display:block;
	width: 72px;
	margin: 7px 0 10px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
.trend-up {
	color: #4F900F;
}
.trend-down {
	color: #EB4823;
}
.odd {
	background:#e6e6e6;
}
.show-more {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #5A8EC4;
	padding-right: 13px;
	background: url(../images/show-more.gif) no-repeat scroll right center transparent;
}
a.show-more:hover {
	text-decoration: none;
}
.show-more.expanded {
	background-image: url(../images/show-less.gif);
}
.more {
	display: none;
	margin-top: 0px;
	margin:5px 0;
}
.more-options {
	font-size: 13px;
	margin:5px 0 0;
}
.more-options td {
	padding: 10px 5px 0 0;
	position: relative;
	display:inline;
}
/* pagination start */
#pagination .button {
	margin-right: 5px;
	color: #fff;
	background: #333;
	padding:10px 15px !important;
	text-shadow:none;
}
#pagination a:not(.pressed).button:hover {
	background:#628029;
	border:1px solid #a6a6a6;
	color:#fff;
}
#pagination .button.pressed,
#pagination a.pressed:hover {
	color:#979797;
	background:#adadad !important;
	border:1px solid #a6a6a6;
}
#pagination .button.last {
	margin-right: 0;
}
.pagination-gap {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}
/* pagination end */

#main {
	padding-bottom: 10px;
}
/* side bar */

.side-bar-block {
	border-bottom: 3px solid #749930!important;
	background-color:#fff!important;
	background:#fff!important;
	border-top: 1px solid #e7e7e7!important;
	border-left: 1px solid #e7e7e7!important;
	border-right: 1px solid #e7e7e7!important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)!important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)!important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)!important;
	-webkit-border-bottom-right-radius: 5px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-radius-bottomright: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	border-bottom-right-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
	padding:0;
	margin:0 0 10px;
}
.form {
	padding: 20px;
	margin-top: 10px;
	border-bottom: 3px solid #749930;
	border-top:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	background:white;
	border-radius:5px!important;
	-webkit-border-radius:5px!important;
	-moz-border-radius:5px!important;
}
.side-bar-block.first {
	background: none;
	padding-top: 0;
	font-size:16px !important;
	text-decoration:none;
	border: 0px solid #cbcbcb!important;
	background-color:transparent !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
	padding-bottom:0!important;
}
.side-bar-block h3 {
	font-size:13px !important;
	text-decoration:none;
	margin-bottom: 0px;
	padding:10px;
	margin:0;
	background:#86b136;
	background:-webkit-gradient(linear, left top, left bottom, from(#86b136), to(#638129));
	background:-webkit-linear-gradient(top, #86b136, #638129);
	background:-moz-linear-gradient(top, #86b136, #638129);
	background:-o-linear-gradient(top, #86b136, #638129);
	background:linear-gradient(to bottom, #86b136, #638129);
	color:#fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight:bold;
}
#side-bar-container {
}
.side-bar-block li {
	border-top: 1px solid #eeeeee;
}
.side-bar-block li.last {
	border-bottom: 1px solid #eeeeee;
}
.side-bar-block li a {
	padding: 5px 10px 5px 30px;
	display: block;
	font-weight: bold;
	color: #5A8EC4;
	background: url(../images/page-16x16.png) no-repeat scroll 5px 4px transparent;
}
.side-bar-block li a:hover {
	color: #2a5887;
}

#wallet {
	width:300px !important;
	padding: 0px;
	border-bottom: 3px solid #749930!important;
	border-top: 1px solid #e7e7e7!important;
	border-left: 1px solid #e7e7e7!important;
	border-right: 1px solid #e7e7e7!important;
	margin: 0 0 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)!important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)!important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)!important;
	-webkit-border-bottom-right-radius: 5px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-radius-bottomright: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	border-bottom-right-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
}
#wallet-balance-wrapper {
	padding: 8px 0px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
#wallet-credit-wrapper, #wallet-reserved-wrapper, #wallet-promotional-wrapper, #wallet-available-bonus-wrapper, #wallet-pending-bonus-wrapper {
	font-weight: normal;
	font-size:12px;
	padding:4px 0;
    color: #444;
}

.meter {
	background:#333 !important;
	border:none !important;
	width:275px !important;
	height:22px !important;
	-webkit-box-shadow:inset 0px 0px 15px 0px #000 !important;
	-moz-box-shadow:inset 0px 0px 15px 0px #000 !important;
	box-shadow:inset 0px 0px 15px 0px #000 !important;
	border-radius:20px !important;
	-webkit-border-radius:20px !important;
	-moz-border-radius:20px !important;
}
.meter-bar {
	background-color: #86b136;
	border-radius:20px !important;
	-webkit-border-radius:20px !important;
	-moz-border-radius:20px !important;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	z-index: 100;
	margin: 4px;
	height: 14px;
}
#quick-registration-button, #quick-login-form a.button, a.rounded-button {
	border:none !important;
	border-bottom:3px solid #9f5400 !important;
	padding:8px 20px !important;
	text-align:center !important;
	color:#fff !important;
	text-decoration:none !important;
	font-size:14px !important;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.5) !important;
	border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-moz-border-radius:5px !important;
	background:#c86b01 !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#c86b01), to(#feb401)) !important;
	background:-webkit-linear-gradient(top, #c86b01, #feb401) !important;
	background:-moz-linear-gradient(top, #c86b01, #feb401) !important; 
	background:-o-linear-gradient(top, #c86b01, #feb401) !important; 
	background:linear-gradient(to bottom, #c86b01, #feb401) !important;
}
#deposit-button, .wide-button {
	border:none !important;
	border-bottom:3px solid #9f5400 !important;
	text-align:center !important;
	color:#fff !important;
	text-decoration:none !important;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.5) !important;
	background:#c86b01 !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#c86b01), to(#feb401)) !important;
	background:-webkit-linear-gradient(top, #c86b01, #feb401) !important;
	background:-moz-linear-gradient(top, #c86b01, #feb401) !important; 
	background:-o-linear-gradient(top, #c86b01, #feb401) !important; 
	background:linear-gradient(to bottom, #c86b01, #feb401) !important;
}
#deposit-button:hover, #quick-registration-button:hover, #deposit-button:active, #quick-registration-button:active, .button:hover, .active #quick-login-button:hover, a.rounded-button:hover, .wide-button:hover {
	background:#fcb101 !important;
}

.no-positions {
	padding: 10px;
}
#positions-container {
	border: 0px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 350px;
}
#positions-container.empty {
	border: none;
}
#positions-container .last .feed-entry {
	border-bottom: none;
}
#positions-container .trade-attribute {
	padding: 0 5px;
	height: 15px;
	overflow: hidden;
}
#positions-container .trade-label {
	width: 70px;
	width: 80px;
	font-weight: bold;
	padding: 1px 0;
}
#positions-container .trade-action {
	white-space: nowrap;
}
.trade-entry-info div.trade-action-help {
    right: 50px;
}
#intro-wrapper {
	margin:0;
	padding:0px;
}
#quick-links {
	padding-bottom: 5px;
	margin: 0 0 20px;
}
#quick-links ul li a {
	width: 148px;
	display: inline-block;
	float: left;
	color:#333;
}
#quick-links ul li a:hover {
	background-color:#f2f2f2;
}
/* floating side bar */

.two-column-layout #floating-side-bar-container {
	position: fixed;
	right: 0;
	bottom: 27px;
	width: 250px;
	height: 250px;
	border-color: rgba(29, 49, 91, 0.3) rgba(29, 49, 91, 0.3);
	border-style: solid;
	border-width: 0 0 0 1px;
	background: none repeat scroll 0 0 #EBEEF4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.two-column-layout #floating-side-bar-container.collapsed {
	right: 20px;
	height: 25px;
	width: 230px;
	border-width: 1px 1px 0 1px;
	box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}
.two-column-layout #floating-side-bar-container:hover {
	cursor: pointer;
}
.two-column-layout #floating-side-bar-container.collapsed:hover {
	background-color: #F5F7FA;
}
/* bottom bar */

.bottom-bar-layout #bottom-bar-container {
	position: fixed;
	bottom: 30px;
	height: 30px;
	margin-bottom: -30px;
	width: 100%;
	background: #545454;
	background: -moz-linear-gradient(center top, #6e6e6e, #545454);
	background: -webkit-gradient(linear, left top, left bottom, from(#6e6e6e), to(#545454));
	border-top: 1px solid #545454;
}
#feed {
	height: 350px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}
.feed-entry {
	padding: 10px;
	border-bottom: 3px solid #333;
	background: #f8f8f8;
	background: -moz-linear-gradient(center top, #fefefe, #f8f8f8);
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f8f8f8));
}
.feed-entry a {
	color: #5A8EC4;
}
.feed-entry:hover {
	background: #f8f8f8;
	background: -moz-linear-gradient(center top, #f8f8f8, #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	cursor: default;
}
#search {
	width: 110px;
	font-size: 13px;
	padding: 5px !important;
	float: left;
	height: 30px;
	border-radius: 4px 0 0 4px;
	border-width: 1px 0 1px 1px !important;
}
#button-search {
	background: url(../images/search_ico.png) no-repeat top center !important;
	height: 12px !important;
	border-radius: 0 4px 4px 0 !important;
	margin-left: 0 !important;
	margin:7px 0 0!important;
	display:block;
	width:12px;
}
#button-search-container {
	height: 27px;
	border-radius: 0 4px 4px 0;
	margin: 5px 0 0;
	padding:0 !important;
}
#button-search-container:active {
}
#filter li#settings-container {
	width: 16px;
}
#button-settings-container {
	height: 30px;
}
.x-body {
	font-size: 12px;
}
.game-title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 26px;
	height: 21px;
	width: 21px;
	display: inline-block;
	background: url("http://ssl.gstatic.com/ui/v1/star/star4.png") no-repeat scroll 0 0 transparent;
	padding-top: 2px;
	margin-top: 4px;
}
.game-title.starred {
	background-image: url("http://ssl.gstatic.com/ui/v1/star/star-lit4.png");
}
.game-title:hover {
	text-decoration: none;
	background-image: url("http://ssl.gstatic.com/ui/v1/star/star-hover4.png");
}
.game-title.starred:hover {
	background-image: url("http://ssl.gstatic.com/ui/v1/star/star-lit-hover4.png");
}
.game-expiry-wrapper {
	float: right;
	font-size: 13px;
}
.game-expiry-options {
	width: 150px;
	padding: 5px !important;
	font-size: 13px;
}

.star {
	height: 21px;
	width: 21px;
	display: inline-block;
	background: url("http://ssl.gstatic.com/ui/v1/star/star4.png") no-repeat scroll 0 0 transparent;
}
.star:hover {
	background-image: url("http://ssl.gstatic.com/ui/v1/star/star-hover4.png");
}
.starred {
	background-image: url("http://ssl.gstatic.com/ui/v1/star/star-lit4.png");
}
.trade-action-button a {
	border-bottom:3px solid #537713 !important;
	padding:2px 8px !important;
	color:#fff !important;
	text-decoration:none !important;
	font-size:10px !important;
	float:left;
	display:block;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	margin:0 0 5px;
	background: #a3cf4c;
	background: -moz-linear-gradient(center top, #a3cf4c, #73a619);
	background: -webkit-gradient(linear, left top, left bottom, from(#a3cf4c), to(#73a619));
	-webkit-box-shadow:0px;
	-moz-box-shadow:0px;
	box-shadow:0px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
.trade-action-button a:hover:not(.x-item-disabled) {
	opacity:0.6;
}
.trade-details-cell-left {
	color:#888 !important;
	text-decoration:none !important;
}
.trade-details-cell {
	color:#888 !important;
	font-size:10px;
	text-transform:none;
	text-decoration:none !important;
}
.show-more {
	border-bottom:1px solid #537713;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	float:left;
	display:block;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	margin:0 5px 0 0;
	background: #73a619;
	background: -moz-linear-gradient(center top, #a3cf4c, #73a619);
	background: -webkit-gradient(linear, left top, left bottom, from(#a3cf4c), to(#73a619));
	-webkit-box-shadow:0px;
	-moz-box-shadow:0px;
	box-shadow:0px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    background: -moz-linear-gradient(center top, white, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#EAEAEA));
    -webkit-box-shadow: #999 0px 1px 2px 0px;
    color: gray;
    border: 1px solid lightGrey;
}
.sentiment-bar-below {
	background: -moz-linear-gradient(center top, #deb07a, #f8d27a);
	background: -webkit-gradient(linear, left top, left bottom, from(#deb07a), to(#f8d27a));
	border: 1px solid #a58151;
	border-left: none;
	display: inline-block;
	padding: 2px;
	border-radius: 0 2px 2px 0;
	text-align: center;
}
.dropdown-lang a:hover, .dropdown-account li a:hover {
	text-decoration:underline !important;
}
a.show-more:hover {
	text-decoration: none;
}
.show-more.expanded {
	background: #73a619;
	background: -moz-linear-gradient(center top, #a3cf4c, #73a619);
	background: -webkit-gradient(linear, left top, left bottom, from(#a3cf4c), to(#73a619));
    background: #EAEAEA;
    background: -moz-linear-gradient(center top, white, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#EAEAEA));
}
.price {
	display: block;
	text-align: center;
	margin: 10px 0;
	border: 1px solid #D2D2D2;
	padding: 5px 0;
	font-size: 13px;
}
.hidden {
	display: none;
}
.cancel {
	color: #5A8EC4;
}
.receipt {
	background: -moz-linear-gradient(center top, #FFF9E5, #FFF3CE) repeat scroll 0 0 transparent;
	border: 1px solid #ECD89B;
	border-radius: 4px;
	height: 160px;
	padding: 5px 10px;
}
.receipt-body {
	height: 138px;
}
.receipt-value {
	padding: 0 0 2px 2px;
}
.close {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url(../images/close.gif) no-repeat scroll center center transparent;
	position: absolute;
	right: 0;
	top: 4px;
	cursor: pointer;
}
.x-progress-default {
	background:#fff !important;
	border:none !important;
	width:150px !important;
	height:24px !important;
	float:left !important;
	-webkit-box-shadow:inset 0px 0px 15px 0px #ccc !important;
	-moz-box-shadow:inset 0px 0px 15px 0px #ccc !important;
	box-shadow:inset 0px 0px 15px 0px #ccc !important;
	border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-moz-border-radius:5px !important;
}
.x-progress-bar {
	background-image:url(../images/time_bar_bg.jpg) !important;
	height:16px !important;
	margin:0 !important;

	display:block !important;
	float:left !important;
	border:none !important;
	-webkit-box-shadow:inset 0px 0px 2px 0px #999;
	-moz-box-shadow:inset 0px 0px 2px 0px #999;
	box-shadow:inset 0px 0px 2px 0px #999;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
/* asset index */

#asset-index-filter, #game-filter, #date-picker {
	background:#86b136 !important;
	border:none !important;
	padding:5px;
}
#date-picker label {
	color:#fff;
	font-weight:bold;
}
#load-report-button:hover {
	background:#ccc !important;
}
#asset-index-filter .active, #game-filter .active a {
	color:#fff;
	border-left:0;
	border-right:0;
}
#game-filter {
	background:none !important;
	border:none !important;
	padding:0px;
}
#game-filter .active {
	color:#fff;
	border-left:0;
	border-right:0;
}
.game-filter-item, #asset-index-filter a {
	font-size:12px;
	text-decoration:none;
	float:left;
	color:#fff !important;
	padding:5px 15px !important;
	text-shadow: none;
	margin-left:0;
}

.game-filter-item, #asset-index-filter .active a {
	color:#fff !important;
	background:#314210 !important;
	-webkit-box-shadow:inset 0px 0px 10px 0px #000;
    box-shadow:inset  0px 0px 10px 0px #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
	
#game-filter a#button-search-container {
	padding:0px 8px 12px !important;
}
#search-form {
}
#search-form input {
	float:left;
	padding: 2px 8px !important;
	background:#fff !important;
	border:1px solid #cbcbcb !important;
	font-size:11px !important;
	display:block;
	margin: 5px 0 5px !important;
	height: 27px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomleft:20px;
}

.lang-fr #game-filter a, .lang-es #game-filter a {
	margin-left: 0px;
}
.small-form .field-tip {
	float: right;
	position: static;
	font-size: 10px;
	width: auto;
	margin: 4px 5px 4px;
	color:#f26a6a;
}
.accept-terms {
	color: #999999;
	font-size:10px;
	text-transform:none !important;
}
.accept-terms a {
	text-decoration: underline;
	color: #86b136;
	font-size:10px;
}
/* banners */
.active-banner {
	height: 200px;
	margin-bottom: 20px;
}
/* patches */

#user-menu-container {
	padding-top: 30px;
}
#wrapper {
	margin: 0 auto -300px;
	background-color:transparent;
}
.bottom-bar-layout #wrapper {
	margin: 0 auto -265px;
}
#bottom-menu li {
	list-style: none;
}
#terms, #pp {
	background: url(../images/main_body_bg.png) repeat;
	padding:40px;
}
#terms h3, #pp h3 {
	font-size: 24px;
	padding: 20px 0 6px;
	color: #86b136;
	float: left;
	width:900px;
}
#terms p, #pp p {
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 16px;
	float: left;
	width:900px;
}
#terms a, #pp a {
	color: #347C12;
}
#terms a:hover, #pp a:hover {
	color: #53A72B;
	text-decoration: none;
}
.report-wrapper {
	background: url(../images/main_body_bg.png) repeat;
}
#positions-header {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #454545;
	padding: 5px;
	color:#fff;
	border:none;
}
#positions-header span {
	color:#fff;
	text-shadow:none !important;
}
.game-form-buttons-wrapper {
	float:left;
	padding:8px 0px 2px 38px;
	width:90px;
}
.none-open {
	text-align:center;
	display:block;
	width:300px;
	height:15px;
	margin:10px 0 0;
}

.trade-entry {
	border:none;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

.invoice table td {
	height:17px;
	width:90px;
	vertical-align: middle;
}

.x-progress-text-back {
	padding-top:0px;
	color:#333;
}

.sentiment-bar-above {
	background-color:#b4d191;
}

.sentiment-bar-below {
	background-color:#f3cece;
}

.box-titles {
	font-size: 13px !important;
	text-decoration: none;
	margin-bottom: 0px;
	padding: 10px;
	margin: 0;
	background: #86b136;
	background: -webkit-gradient(linear, left top, left bottom, from(#86b136), to(#638129));
	background: -webkit-linear-gradient(top, #86b136, #638129);
	background: -moz-linear-gradient(top, #86b136, #638129);
	background: -o-linear-gradient(top, #86b136, #638129);
	background: linear-gradient(to bottom, #86b136, #638129);
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
	border:none;
}
.number-list li {
	color:#333;
	padding:20px;
	background:#f0f0f0;
	font-size:12px;
	line-height:16px;
	border-bottom:1px solid #dedede;
	background:-moz-linear-gradient(top, #fff, #f0f0f0) no-repeat #f0f0f0;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0)) no-repeat #f0f0f0;
}
.number-list li span {
	color: #86b136;
	font-size: 30px;
	font-weight: bold;
	margin: 6px 12px 51px 0px;
	height: 15px;
	float: left;
}
.call-small-icon {
	display:inline-block;
	background:url(../images/buttons_small.png) no-repeat top center;
	width:16px;
	height:16px;
}

.put-small-icon {
	display:inline-block;
	background:url(../images/buttons_small.png) no-repeat bottom center;
	width:16px;
	height:16px;
}

/*  
    game-filter - RE-WRITE PLEASE UPDATE
	EVERYTHING ABOVE this comment is copied from production
*/

.filter-main-tab a {
	background:#454545;
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
}

.filter-main-tab.active a {
	color:#f2f2f2;
	background:#86b136;
}

.filter-main-tab a .filter-icon-cnt,
#game-filter-sub-tabs a .filter-icon-cnt {
	margin:0 3px 0 0;
}

.filter-main-tab:not(.active) a:hover {
	background:#333;
}

.filter-tab-label{
	color:#fff;
	font-size: 15px;
}

.active .filter-tab-label {
	color:#fff;
}

#game-filter-sub-tabs {
	background:#86b136;
	background:-webkit-gradient(linear, left top, left bottom, from(#86b136), to(#638129));
	background:-webkit-linear-gradient(top, #86b136, #638129);
	background:-moz-linear-gradient(top, #86b136, #638129);
	background:-o-linear-gradient(top, #86b136, #638129);
	background:linear-gradient(to bottom, #86b136, #638129);
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
}

#game-filter-sub-tabs a{
	color:#fff;
}

#game-filter-sub-tabs a:hover{
	background:#a0cc4f;
}

.filter-sub-tab.active a {
	color:#fff !important;
	background:#314210 !important;
	-webkit-box-shadow:inset 0px 0px 10px 0px #000;
    box-shadow:inset  0px 0px 10px 0px #000;
}

.filter-sub-tab.active a .filter-tab-label {
	color:#fff !important;
}

#game-filter-sub-tabs .filter-tab-label {
	color:#fff;
}

#game-filter-search #filter-search-input {
	background:#f9f9f9;
}

#filter-search-button a{
	background:#454545;
}

#filter-search-button a:hover{
	background:#333;
}

.active #icon-all, #icon-all { background:url(../images/game-filter-sprite.png) no-repeat 0 0 }
.active #icon-fav, #icon-fav { background:url(../images/game-filter-sprite.png) no-repeat -16px 0 }
.active #icon-str, #icon-str { background:url(../images/game-filter-sprite.png) no-repeat -32px 0 }
.active #icon-cur, #icon-cur { background:url(../images/game-filter-sprite.png) no-repeat -48px 0 }
.active #icon-stk, #icon-stk { background:url(../images/game-filter-sprite.png) no-repeat -64px 0 }
.active #icon-com, #icon-com { background:url(../images/game-filter-sprite.png) no-repeat -80px 0 }
.active #icon-ind, #icon-ind { background:url(../images/game-filter-sprite.png) no-repeat -96px 0 }

#filter-search-button:hover #icon-sch, #icon-sch{ background:url(../images/game-filter-sprite.png) no-repeat -112px 0 }

.form-header h1 {
    color: #1F2C33;
}

/* Account Settings */

#account-settings-sidebar-menu {
	background:#2a2a2a;
}

#account-settings-sidebar-details {
	background:#dbdbdb;
}

#account-settings-sidebar-details li:first-child {
	background:#c3c3c3;
}

#account-settings-sidebar-menu li {
	border-bottom:1px solid #242424;
}

#account-settings-sidebar-details li {
	border-bottom:1px solid #cecece;
	color:#333;
}

#account-settings-sidebar-details li span {
	color:#333;
}

#account-settings-sidebar-details li span.as-sidebar-status-active {
	color:#1fc631;
}

#account-settings-sidebar-menu li.active {
	background-color:#86B136;
}

#account-settings-sidebar-menu li:not(.active):hover {
	background-color:#454545;
}

.demo-trade-container {
    margin: 0 0 20px;
}

.demo-trade-container #demo-trade-button {
    border: none !important;
    border-bottom: 3px solid #9f5400 !important;
    text-align: center !important;
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
    background: #c86b01 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#c86b01), to(#feb401)) !important;
    background: -webkit-linear-gradient(top, #c86b01, #feb401) !important;
    background: -moz-linear-gradient(top, #c86b01, #feb401) !important;
    background: -o-linear-gradient(top, #c86b01, #feb401) !important;
    background: linear-gradient(to bottom, #c86b01, #feb401) !important;
    font-size: 18px !important;
    width: 300px;
    padding: 14px 40px !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
}

.form .button,
.button-set .button,
#submit-row .button {
    background:#c86b01 !important;
    background:-webkit-gradient(linear, left top, left bottom, from(#c86b01), to(#feb401)) !important;
    background:-webkit-linear-gradient(top, #c86b01, #feb401) !important;
    background:-moz-linear-gradient(top, #c86b01, #feb401) !important; 
    background:-o-linear-gradient(top, #c86b01, #feb401) !important; 
    background:linear-gradient(to bottom, #c86b01, #feb401) !important;
    color: #FFFFFF !important;
    height: auto;
    padding: 8px 15px;
    text-shadow: none !important;
    border: none !important;
}

.form .button:hover,
.button-set .button:hover,
#submit-row .button:hover {
    background: #fcb101 !important;
    color: #fff !important;
    text-shadow: none !important;
}
.game-short-expiry-options {
    border: 1px solid #D0D0D0;
}
.game-short-expiry-options li.active .short-expiry-text {
    color: #FFF;
}
.game-short-expiry-options li .short-expiry-text {
    color: #000;
}

#user-menu-currency:not(.active) .dropdown-arrow {
    color: #fff;
}

#wallet-available-bonus-wrapper {
    padding: 4px 0;
}

.big-gamebox .chart-indicator {
    padding: 5px 4px 5px 5px;
}


.big-gamebox .direction-button.call, .big-gamebox .direction-button.call:hover, .big-gamebox .direction-button.call:active { /*IE 8*/
    background: url(../../../images/big_call_put_btn_sprite.png) !important;
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
    width: 99px;
    height: 58px;
}

.big-gamebox .direction-button.put, .big-gamebox .direction-button.put:hover, .big-gamebox .direction-button.put:active { /*IE 8*/
    background: url(../../../images/big_call_put_btn_sprite.png) !important;
    background-repeat: no-repeat;
    background-position: -99px 0px !important;
    width: 99px;
    height: 58px;
}

.big-gamebox .direction-button.call.lang-zh-cn, .big-gamebox .direction-button.call.lang-zh-cn:hover, .big-gamebox .direction-button.call.lang-zh-cn:active { /*IE 8*/
    background: url(../../../images/big_call_put_btn_sprite_lang-zh-cn.png) !important;
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
    width: 99px;
    height: 58px;
}

.big-gamebox .direction-button.put.lang-zh-cn, .big-gamebox .direction-button.put.lang-zh-cn:hover, .big-gamebox .direction-button.put.lang-zh-cn:active { /*IE 8*/
    background: url(../../../images/big_call_put_btn_sprite_lang-zh-cn.png) !important;
    background-repeat: no-repeat;
    background-position: -99px 0px !important;
    width: 99px;
    height: 58px;
}

#header-menu { /* IE 8  header fix */
    height: 54px;
}

.ui-accordion-header .list-progress-bar { /*IE 8*/
    display: none !important;
}

.ui-accordion-header.ui-state-active .list-progress-bar { /*IE 8*/
    display: block !important;
}

/* start wowPlatform test component */

.wow-platform-container {
	color: #fff;
	width: 300px;
	padding-top: 10px;
	height: 246px;
	background: url(../images/wow-platform-side-banner.png) no-repeat top left;
}
.wow-platform-container h1 {
	font-size: 25px;
	padding-left: 5px;
}
.wow-platform-container h4 {
	font-size: 15px;
	text-align: right;
	padding-right: 10px;
}

.wow-platform-container a {
	width: 185px;
	height: 40px;
	display: block;
	position: relative;
	top: 106px;
	right: -85px;
	padding: 0 5px;
	text-decoration: none;
}

.wow-platform-container a span {
	color: #fff;
	text-shadow: -1px 0 #559a26, 0 1px #559a26, 1px 0 #559a26, 0 -1px #559a26;
	font-size: 20px;
	display: block;
	padding-left: 5px;
	line-height: 38px;
}
#registration-widget-iframe {
  height: 522px;
}
/* start wowPlatform test component */