label{
	color:#c9c9c9;
}
label[for="checkbox"]:hover{
	cursor:pointer;
}
.separator{
	color:#fff;
}
.must-fill{
	color:#82c741;
	margin-right:5px;
}
.ui-highlight{
	color:#ccc;
	font-weight:bold;
}
.boxShadow{
	border-top: 1px solid #292929;
	-webkit-box-shadow: 0px 4px 5px -4px #000;
	-moz-box-shadow: 0px 4px 5px -4px #000;
	box-shadow: 0px 4px 5px -4px #000;
	overflow:hidden;
}
#user-control a{
	text-decoration:none !important;
	#color:#6699FF !important;
}
#user-control a:hover{
	text-decoration:underline;
}
#noAccount a:hover{
	text-decoration:none !important;
}
#verified-email{
	background: #232323;
	padding:15px;
	color:#ddd;
	text-align:right;
	direction:rtl;
}
p{
	margin:0;
}
#user-control{
	background:#1e1e1e;
	overflow:hidden;
	color:#8c8c8c;
}
#user-control table tr td{
	vertical-align:text-top;
	padding-left:5px;
	direction:ltr;
	position:relative;
	padding-top:4px;
}
#user-controle table {
	border-bottom:1px solid white;
}
#recover-pass, #register, #login{
	background: #232323;
	width: 800px;
	margin: 0 auto;
	padding:5px;
	margin-bottom:8px;
	color:#8c8c8c;
}
#recover-pass{
	text-align:center;
	padding:10px;
	padding:15px;
}
#recover-pass input[type="text"]{
	padding:5px;
	width:280px;
	border:0;
	outline:none;
	background:#000;
	color:#bdbdbd;
	font-size:17px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-family: Verdana, Arial, sans-serif;
	text-align:right;
}
#recover-pass .up-edit-btn, #recoveredPass .up-edit-btn{
	font-size:18px;
	text-transform:uppercase;
	padding:3px 5px !important;
	margin-left:0px;
}
#recoveredPass{
	text-align:center;
	background:#232323;
	padding:15px;
	color:#c9c9c9;
	margin:0 auto;
	width:800px;
	direction:rtl;
}
.recoverH{
	text-align:center;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
}
.up-cancel-btn{
	border:0;
	padding:5px;
	background: #bababa; /* Old browsers */
	background: -moz-linear-gradient(top,  #bababa 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bababa 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bababa 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bababa 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bababa 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-weight:bold;
	color:#232323;
	min-width: 80px;
}
.up-cancel-btn:hover{
	cursor:pointer;
	background: #afafaf; /* Old browsers */
	background: -moz-linear-gradient(top,  #afafaf 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afafaf), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #afafaf 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #afafaf 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #afafaf 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #afafaf 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
/* REGISTER FORM VALIDATION */
.validationLoading, .notValid, .valid{
	position: absolute;
	top:5px;
	left:15px;
	z-index:999;
}
.validationLoading{
	background: url('/images/design/checkout_loader.gif') no-repeat;
	width:20px;
	height:20px;
}
.valid{
	background:url('/images/design/user-account/tick.png') no-repeat;
	width:20px;
	height:20px;
}
.notValid{
	top:7px;
	background:url('/images/design/user-account/ex.png') no-repeat;
	width:20px;
	height:20px;
	background-size:14px;
}
#register{
	position:relative;
	margin-top:20px;
	overflow: hidden;
}
#regTosAgree {
	margin: 0px 19px 10px 0;
	float:right;
	color:#c9c9c9;
}
#login{
	width:382px;
	text-align:left;
	float:left;
	position:relative;
	margin:15px 0 15px 15px;
	color:#c9c9c9;
}
#login input[type="text"]{
	font-family: Verdana, Arial, sans-serif;
}
#login input[type="text"], #login input[type="password"]{
	transition: box-shadow 0.5s ease;
	transition: -webkit-box-shadow 0.5s ease;
	transition: -moz-box-shadow 0.5s ease;
	-webkit-transition: box-shadow 0.5s ease;
	-webkit-transition: -webkit-box-shadow 0.5s ease;
	-webkit-transition: -moz-box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-moz-transition: -webkit-box-shadow 0.5s ease;
	-moz-transition: -moz-box-shadow 0.5s ease;
	-o-transition: box-shadow 0.5s ease;
	-o-transition: -webkit-box-shadow 0.5s ease;
	-o-transition: -moz-box-shadow 0.5s ease;
	width:355px;
	height:19px;
	padding: 5px;
	font-size: 14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0;
	outline:none;
	margin:10px 7px;
	background:#111111;
	color:#8d8d8d;
	font-family: Verdana, Arial, sans-serif;
	
	/* borders */
	border-bottom:1px solid #303030;
	/* shadows */
	-webkit-box-shadow: 0px -1px 5px -2px #000;
	-moz-box-shadow: 0px -1px 5px -2px #000;
	box-shadow: 0px -1px 5px -2px #000;
}
#login input[type="submit"]{
	font-size:11pt;
}
#login input[type="text"]:focus, #login input[type="password"]:focus{
	-webkit-box-shadow:0px 0px 5px 1px #79AF79;
	-moz-box-shadow:0px 0px 5px 1px #79AF79;
	box-shadow:0px 0px 5px 1px #79AF79;
}
.newsletterCheckbox{
	float:right;
	margin-left: 7px;
}
input[type="checkbox"]{
	display:none;
	margin-left:7px;
}
input[type="checkbox"] + label{
	width:14px;
	height:14px;
	background:url('/images/design/user-account/tickbox.png') 0 0 no-repeat;
	display:inline-block;
	margin:-2px 7px;
}
input[type="checkbox"]:checked + label{
	width:14px;
	height:14px;
	background:url('/images/design/user-account/tickbox.png') 0 -15px no-repeat;
	display:inline-block;
}

h1.userAccH{
	color: #fff;
    direction: rtl;
    font-size: 22px;
    margin-bottom: -10px;
    padding: 0 17px 0 0;
    text-transform: uppercase;
}
h2.user-heading{
	text-transform:uppercase;
	color:#fff;
	text-align:left;
	padding-left:6px;
}
#login h1{
	float:left;
}
#login a{
	color:#8c8c8c;
}
#login a:hover{
	color:#ccc;
}
#user-login-captcha {
	padding: 10px;
	height:100%;
	position:relative;
}
#recaptcha_area{
	margin: 0 auto !important;
	direction:ltr;
}
.register-btn {
	padding: 7px;
	background: #C2FFD6;
	width: 130px;
	margin: 10px auto;
	border-radius:5px;
	box-shadow:1px 1px 1px black;
	color:#fff;
	font-weight:bold;
	text-shadow:0px 0px 10px #000;
	text-transform:uppercase;
}
#noAccount{
	background: #232323;
	float:right;
	width: 392px;
	margin:15px 15px 0 0;
	color:#c9c9c9;
	padding:5px;
	direction:rtl;
	#padding-bottom:19px;
}
.registerOpts{
	list-style-type:none;
	margin: 10px 9px;
	padding:0;
	direction: rtl;
}
.registerOpts li{
	padding-right:20px;
	background:url('/images/design/user-account/tick.png') no-repeat 100% 0;
	color:#ccc;
}
p.register{
	color:#8d8d8d;
	margin-left:10px;
	margin-top: 6px;
}
.registerBtn {
	float: left;
	margin: 8px;
	padding-top:14px;
}
#register input[type="text"],
#register input[type="password"],
#register2 input[type="text"],
#register2 input[type="password"]{
	width:345px;
	height:19px;
	padding: 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0;
	outline:none;
	color:#bdbdbd;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	border-bottom:1px solid #333;
	background:#111;
	transition: box-shadow 0.5s ease;
	transition: -webkit-box-shadow 0.5s ease;
	transition: -moz-box-shadow 0.5s ease;
	-webkit-transition: box-shadow 0.5s ease;
	-webkit-transition: -webkit-box-shadow 0.5s ease;
	-webkit-transition: -moz-box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-moz-transition: -webkit-box-shadow 0.5s ease;
	-moz-transition: -moz-box-shadow 0.5s ease;
	-o-transition: box-shadow 0.5s ease;
	-o-transition: -webkit-box-shadow 0.5s ease;
	-o-transition: -moz-box-shadow 0.5s ease;
	text-align:right;
}
#register input[type="text"]:focus,
#register input[type="password"]:focus,
#register2 input[type="text"]:focus,
#register2 input[type="password"]:focus{
	-webkit-box-shadow:0px 0px 5px 1px #79AF79;
	-moz-box-shadow:0px 0px 5px 1px #79AF79;
	box-shadow:0px 0px 5px 1px #79AF79;
}
#register>div{
	float:left;
	width:370px;
	direction:rtl;
}
#registerFrom {
	padding: 15px;
}
.register_p {
	padding: 15px;
	direction:rtl;
}
.regForm{
	position:relative;
	margin-bottom:10px;
	height:31px;
	width:369px;
}
.regForm label{
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
}
.regForm label:hover{
	cursor:text;
}
.regForm input:focus + label{
	display:none;
}
#user-account {
	text-align:left;
	width: 816px;
	margin: 0 auto;
	overflow:hidden;
}
#user-account #personal-info{
	float:left;
	width:50%;
	padding-bottom:15px;
}
#user-account #personal-info .productSpacer{
	width:92%;
	margin:10px auto;
}
#user-account #register2{
	width:45%;
	float:right;
	padding-bottom:15px;
	direction:ltr;
}
.register2{
direction:rtl !important;
}
#user-account h1{
	font-size:16px; 
	color:#F8F8F8; 
	padding:0px;
	width:804px;
	clear:both;
	font-size:19px; 
	background: #333;
	color: #ffffff;
	margin-top: 0;
	padding-left: 6px;
	margin-bottom: 0px;
	font-weight:bold;
	text-align: left;
}
#user-control-area{
	clear:both;
}
#personal-info{
	clear:both;
}
.accountProperty{
	color:#ffffff;
	min-width:70px;
	padding:5px 0;
	text-align:right;
	float:right;
}
.propertyValue{
    color: #8e8e8e;
    float: right;
    #margin-left: 60px;
    text-align: right;
}
.reward-points{
	float:right;
}
.small{
	font-size: 11px;
	margin-top: -4px;
	font-weight: normal;
	padding-bottom: 2px;
}
.pinfo {
	clear: both;
	overflow:hidden;
	margin-left:15px;
}
#register2 .selectForm, #registerBilling .selectForm{
	width: 327px;
	height: 41px;
	background: url("/images/design/user-account/country_select.png") repeat scroll 0 1px rgba(0, 0, 0, 0);
	border: 0;
	overflow:hidden;
	float:left;
	position: relative;
	left: -2px;
	margin-bottom:7px;
	transform:scaleX(-1);
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}
#registerBilling .selectForm{
	float:right;
	left:2px;
}
.selectForm + .must-fill{
	display: inline-block;
	margin-top: 10px;
}
#register2 select, #registerBilling select{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #8d8d8d;
    direction: rtl;
    #float: right;
    font-family: Verdana, Arial, sans-serif;
    font-size: 17px;
    height: 37px;
    outline: medium none;
    padding: 8px;
    text-align: right;
    width: 350px;
	transform:scaleX(-1);
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}
#registerBilling select{
	position:relative;
	left:20px;
}
#register2 select>option, #registerBilling select>option{
	-moz-appearance:none;
	background:#111;
	color:#8c8c8c;
	border:0;
	padding:2px 5px;
}
.user-billing-address{
	padding: 5px 0 0 0;
	width:85%;
}
#user-account-tabs{
	margin-left: 12px;
}
.user-logout {
	clear:both;
	padding-top: 5px;
}
.user-logout a{
	color:#f79393 !important;
}
.user-logout a:hover{
	color:#f67777 !important;
	cursor:pointer;
}
.userHeader{
    color: #fff;
    direction: rtl;
    float: right;
    font-size: 22px;
    margin: 7px 12px;
    text-align: right;
    text-transform: uppercase;
    width: auto;
}
.usernameTop{
	color:#82c741;
}
.user-account-nav{
	height:22px;
	float:left;
	text-align:center;
	background:#3b3b3b;
	outline:none;
	list-style-type:none;
	padding: 6px;
	text-transform:uppercase;
	margin-right:15px;
	position:relative;
	top:1px;
	z-index:1;
}
.user-account-nav:hover{
	background:#004700;
}
.user-account-nav a{
	background:transparent !important;
	border-bottom:0 !important;
	color:#cccccc !important; 
	min-width:110px;
	outline:none;
	display:inline-block;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size:13pt;
}
.user-account-nav a:hover{
}
.user-account-nav.ui-state-active.ui-tabs-active{
	height:auto;
	background:#292929;
}
#user-account,#stash ,#order-history, #referrals, #wishlist, #reviews{
	overflow:hidden;
	position:relative;
	z-index:2;
	clear: both;
	text-align: left;
	margin: 0 auto;
	width: 787px;
	color:#ffffff;
	background: #292929; /* Old browsers */
	background: -moz-linear-gradient(top,  #292929 0%, #1e1e1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#1e1e1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292929 0%,#1e1e1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292929 0%,#1e1e1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292929 0%,#1e1e1e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292929 0%,#1e1e1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
	margin-bottom:15px;
	padding:15px;
	direction:rtl;
}
#user-account{
	padding-top:15px;
}
/* REFERRALS */
.writtenInfo{
	float:right;
	max-width:49%;
}
#referrals h2{
	text-align:right;
	font-size:18px;
}
#referrals h3{
	text-align:right;
	direction:rtl;
	padding-right:20px;
}
.refNum{
	display:inline-block;
	width: 24px;
	height: 17px;
	background-size: 17px;
	background-image: url('/images/design/user-account/tick_user.png');
	background-repeat: no-repeat;
	margin-left:5px;
}
.pointsHeader{
	text-transform:uppercase;
	text-align:right;
	direction:rtl;
	max-width:95%;
	position:relative;
	padding-right:45px;
}
.pointsHeader .refNum{
	position:absolute;
	right:14px;
	top:0;
}
.pointsReviews, .pointsGames, .pointsReferalLink, .pointsAndMore{
	margin:10px 5px;
	padding:20px;
	overflow:hidden;
	background:#1f1f1f;
}
.pointsReviewsExplained{
	font-size:15px;
	color: #b2b2b2;
	font-size: 18px;
	padding: 15px 20px;
	text-align:right;
	direction:rtl;
	font-size:16px;
}
.pointsImage{
	float:right;
	width: 375px;
	height: 140px;
	overflow:hidden;
	position:relative;
}
.pointsImage img{
	position:absolute;
	left:0;
	top:0;
}
.pointsGamesExplained {
	color: #b2b2b2;
	font-size: 18px;
	padding: 15px 20px;
	text-align: right;
	font-size:16px;
}
.pointsReferalLinkExplained{
	padding: 15px 20px;
	float:right;
	color: #b2b2b2;
	font-size: 18px;
	text-align: right;
	font-size:16px;
}
.referal.left{
	float:right;
}
.referalLink{
	background:#232323;
	padding:15px;
	margin: 18px 15px 0 10px;
	text-transform: uppercase;
	font-size:19px;
	width:320px;
	display:inline-block;
	float:right;
	text-align:right;
}
.referalLink img{
	margin-left:5px;
}

.ref-link{
	color:#004700;
    background-color: #222222;
    #box-shadow: 0 1px 2.5px #000000 inset;
	#-moz-box-shadow: 0 1px 2.5px #000000 inset;
	#-webkit-box-shadow: 0 1px 2.5px #000000 inset;
    font-size: 16px;
    padding-bottom: 4px;
    padding-right: 21px;
    padding-top: 4px;
    text-transform: none;
	text-align:left;
}
.ref-link-titlefix {
	padding:6px;
	padding-right:48px;
	background-image: url('/images/design/gems/gem1.png');
	background-size: 52px;
	background-repeat: no-repeat;
	background-position: 100%;
}
.user-order-history{
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}
.user-order-history td{
	border-bottom:1px solid #cccccc;
}
.user-order-history a.show-key{
	text-decoration:none;
	color:#008AE6;
}
.user-order-history a.show-key:hover{
	text-decoration:underline;
	cursor:pointer;
}
div#keys{
	#text-align:right;
	display:none;
}
ul#keys{
	display:none;
	list-style-type:none;
	clear:left;
	text-align:left;
}
ul#keys li {
	float:left;
	margin:0 auto;
}
#user-ui{
	margin-top: 15px;
}
#user-ui .ui-state-default:not(.ui-tabs-active){
	background: #292929; /* Old browsers */
	background: -moz-linear-gradient(top,  #292929 0%, #202020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#202020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292929 0%,#202020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292929 0%,#202020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292929 0%,#202020 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292929 0%,#202020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
}
#user-ui .ui-state-default:not(.ui-tabs-active):hover{
	color:#fff;
}
#user-ui .ui-state-active{
	font-size:14px;
	height:22px;
	position:relative;
	top:1px;
	z-index:3;
}
.ajaxResponse{
	position:absolute;
	top:7px;
	left:0;
	display:none;
}
.tooltipArrow{
	position:absolute;
	left:-5px;
	top:5px;
	width:10px;
	height:10px;
	background: url('/images/design/user-account/tooltipArrow.png') no-repeat 0 0;
	background-size:10px
}
.inputTooltip {
	min-width: 140px;
	background:#1e1e1e;
	padding:5px;
	position:relative;
	left:5px;
	-webkit-box-shadow: 2px 2px 2px -2px #000;
	-moz-box-shadow: 2px 2px 2px -2px #000;
	box-shadow: 2px 2px 2px -2px #000;
}
.ajaxResponse .accept{
	background:url('/images/design/user-account/tick.png') no-repeat;
	width:14px;
	height:15px;
	float:left;
}
.ajaxResponse .deny{
	background:url('/images/design/user-account/deny.png') no-repeat;
	width:14px;
	height:15px;
	float:right;
}
.inputRules {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}
#change-email, #change-pass{
	margin-left:15px;
}
#change-email .userHeader, #change-pass .userHeader{
    font-size: 20px;
    font-weight: normal;
    margin-right: 27px;
    margin-top: 2px;
}
#change-email .up-cancel-btn{
	position:absolute;
	left: 83px;
}
.changePwd, .changeMail{
	margin-left:10px;
	text-align:right;
	position:relative;
}
.changePwd>div, .changeMail>div{
	position:relative;
	margin:11px 0;
	z-index:1;
	padding:5px;
	height: 24px;
	width:277px;
}
.changePwd>div>label, .changeMail>div>label{
	position:relative;
	z-index:3;
	margin-right: 29px;
}
.changePwd>div>label:hover, .changeMail>div>label:hover{
	cursor:text;
}
.changePwd .up-edit-btn, .changeMail .up-edit-btn, .changeMail .up-cancel-btn{
	margin-right:29px;
}
#change-email input:not([type="submit"]), 
#change-pass input:not([type="submit"]){
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	background:#111111;
	border:0;
	border-bottom:1px solid #333;
	padding:7px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	outline:none;
	color:#c8c8c8;
	width: 250px;
}
#registerBilling input[type="text"]{
	background:#111111;
	border:0;
	border-bottom:1px solid #333;
	padding:7px 8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	outline:none;
	color:#bdbdbd;
	width: 308px;
	font-family: Verdana, Arial, sans-serif;
	font-size:17px;
	float:right;
}
#registerBilling .up-cancel-btn{
	float:right;
}
.billingField {
	margin: 12px 0;
	height: 36px;
	direction:rtl;
}
.billingInfo {
	#line-height: 0.1;
	color: #c9c9c9;
	text-align:right;
	direction:rtl;
}
.user-error {
	background: #FF7575;
	margin: 0px 0 15px 0px;
	background-image: url('/images/design/error.png');
	background-repeat: no-repeat;
	background-position: 99.5% 3px;
	text-align: left;
	padding: 10px 50px 10px 21px;
	font-size: 15px;
	font-weight: bold;
	position:relative;
	width:781px;
	color:#fff;
	direction:rtl;
	text-align: right;
}
.user-error ul{
	list-style-type:none;
}
.user-notification {
	padding: 10px;
	background: #7ACC52;
	margin: 0px 0px 15px 0px;
	background-image: url('/images/design/notification.png');
	background-repeat: no-repeat;
	background-position: 99.5% 3px;
	padding-right: 50px;
	font-size: 15px;
	font-weight: bold;
	position:relative;
	text-align: right;
	direction: rtl;
}
#user-faq{
	text-align:left;
	overflow:hidden;
	clear:both;
	background:#686868;
	margin:0 auto;
	width:809px;
}
.faq-question, .faq-answer{
	padding:5px;
}
.faq-answer{
	display:none;
}
.expandable{
	margin-top: 3px;
	margin-right: 7px; 
	width:8px;
	height:15px;
	float:left;
	transition: transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: -ms-transform 0.5s;
	transition: -moz-transform 0.5s;
	-webkit-transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-webkit-transition: -ms-transform 0.5s;
	-webkit-transition: -moz-transform 0.5s;
	-moz-transition: transform 0.5s;
	-moz-transition: -webkit-transform 0.5s;
	-moz-transition: -ms-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: transform 0.5s;
	-o-transition: -webkit-transform 0.5s;
	-o-transition: -ms-transform 0.5s;
	-o-transition: -moz-transform 0.5s;
	background: url('../images/expandable.png') no-repeat;
}
.uniqCode, .totalPoints, .totalPointsCash{
	padding: 25px 20px 25px 0;
	text-transform: uppercase;
	font-size: 19px;
	display:inline-block;
	text-align:right;
}
.totalPointsCash{
	margin:0 20px;
}
.totalPoints{
	padding-left:135px;
	background-size: 100px;
	background-repeat: no-repeat;
	float:left;
}
.unique-promo-code {
	color:#82c741;
}
.resend_verification:hover{
	cursor:pointer;
}
.stashDivider{
	display:inline-block;
}
.stashValue{
	color:#b0ec05;
	font-size: 16px;
	font-weight:bold;
}
/* ORDER HISTORY */
#orders-search {
	/*text-align: center;
	margin: 10px;
	float:right;
	position:relative;
	*/
	float: left;
    margin: 10px 0 0 19px;
    position: relative;
    text-align: right;
    top: -2px;
}
#orders-search-field, .reviewsSearchField {
	transition: -webkit-box-shadow 0.3s ease-out;
	transition: -moz-box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
	-webkit-transition: -webkit-box-shadow 0.3s ease-out;
	-webkit-transition: -moz-box-shadow 0.3s ease-out;
	-webkit-transition: box-shadow 0.3s ease-out;
	-moz-transition: -webkit-box-shadow 0.3s ease-out;
	-moz-transition: -moz-box-shadow 0.3s ease-out;
	-moz-transition: box-shadow 0.3s ease-out;
	-o-transition: -webkit-box-shadow 0.3s ease-out;
	-o-transition: -moz-box-shadow 0.3s ease-out;
	-o-transition: box-shadow 0.3s ease-out;
	background:#111111;
	border:0;
	border-bottom:1px solid #333;
	padding:5px 8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	outline:none;
	color:#bdbdbd;
	width: 200px;
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
}
#orders-search-field:focus{
	-webkit-box-shadow:0px 0px 10px 0px #79AF79;
	-moz-box-shadow:0px 0px 10px 0px #79AF79;
	box-shadow:0px 0px 10px 0px #79AF79;
}
#orders-results {
	padding: 15px 0;
}
.ohTitle{
	/*padding-left:15px;
	text-transform:uppercase;
	#float:left;
	float:right;
	margin-top:12px;*/
	float: right;
    margin-bottom: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}
.oh-result{
	margin:0 10px;
	overflow:hidden;
	clear:both;
	position:relative;
}
.oh-image{
	width:70px;
	height:98px;
	overflow:hidden;
	float:left;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	position:relative;
}
.oh-image img {
	position: relative;
}
.oh-gameInfo {
	float: left;
	padding:10px;
	width:335px;
}
.oh-title{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.oh-title a{
	color:#fff !important;
}
.oh-purchaseInfo {
	float: left;
	padding: 10px;
	width:150px;
	text-align:right;
}
.oh-ptsReward {
	font-size: 15px;
	text-transform:uppercase;
	margin-top:6px;
}
.oh-deatils {
	padding: 14px 0px 0px 0px;
	float: left;
	color:#666;
}
.oh-actions {
	float: left;
	padding:10px;
	text-align:right;
	width:130px;
}
.oh-platform{
	float:left;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 23px;
	height: 23px;
}
.oh-platform img{
	width:24px;
	height:24px;
}
.wl-platform img{
	width:18px;
}
.oh-status{
	margin-top: 2px;
}
.oh-view-key, .oh-howTo{
	color:#82c741;
	font-size:16px;
	font-family: Verdana, Arial, sans-serif;
}
.oh-view-key:hover, .oh-howTo:hover{
	color:#9dd666;
	cursor:pointer;
}
.oh-postReview input[type="submit"]{
	background:transparent;
	color:#82c741;
	border:0;
	outline:none;
	font-family: Verdana, Arial, sans-serif;
	font-size:16px;
}
.oh-postReview input[type="submit"]:hover{
	color:#9dd666;
	cursor:pointer
}
/* jQuery blackout */
#black-tint{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:2280px;
	background:rgba(0,0,0,0.5);
	z-index:999;
	display:none;
}
#product-key{
	padding:5px;
	transition:width 0.5s ease;
	-webkit-transition:width 0.5s ease;
	-moz-transition:width 0.5s ease;
	-o-transition:width 0.5s ease;
	margin:300px auto;
	position:relative;
	background:#1f1f1f;
	overflow:hidden;
	width:0;
	color:#fff;
}
.oh-game-key{
	margin-top:10px;
	font-size:26px;
}
.oh-close{
	position:absolute;
	top:15px;
	right:15px;
	width:14px;
	height:14px;
	background:url('/images/design/user-account/ohClose.png') 0 0 no-repeat;
}
.oh-close:hover{
	cursor:pointer;
	background:url('/images/design/user-account/ohClose.png') 0 -14px no-repeat;
}
#oh-pagination{
	overflow:hidden;
	text-align: center;
	float:right;
	direction:ltr;
}
#oh-num-pagination {
	/* width: 724px; */
	padding: 5px;
	/* float: left; */
	text-align: center;
	display:inline-block;
}
.oh-current{
	color: #7bf012;
	padding:5px;
}
.oh-prev, .oh-first, .wl-prev{
	padding:5px;
	display:inline-block;
	/* float:left; */
}
.oh-prev:hover, .oh-first, .wl-prev:hover{
	cursor:pointer;
}
.oh-next, .oh-last, .wl-next{
	padding:5px;
	display:inline-block;
	/* float:right; */
}
.oh-next:hover,.oh-last, .wl-next:hover{
	cursor:pointer;
}
#gameActivation{
	background:#1e1e1e;
	width:830px;
	margin:0 auto;
	position:absolute;
	padding:15px;
	color:#fff;
}
#gameActivation h4{
	text-transform:uppercase;
	font-size:20px;
	margin: 0 0 10px 0;
}
#gameActivation .moreAssist{
	margin:10px 0;
}
#gameActivation .gameName{
	font-size:27px;
	text-transform:uppercase;
}
#activationInstructions{
	text-align:left;
}
.activationInstructions {
	padding: 5px 0;
	border-bottom: 1px solid #333;
	color:#999;
	text-align:left;
	list-style-type: square;
}

.instructionsNum {
	color: #fff;
}
.user-header{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	overflow:hidden;
	padding:5px;
}
.accountLevel{
	float:left;
	margin: 9px 0 0 10px;
	max-height:120px;
	overflow:hidden;
}
#profile-picture {
	float: left;
	direction:ltr;
	width:120px;
	height:120px;
	overflow:hidden;
	direction:ltr;
}
.userInfoHeader{
	text-transform:uppercase;
	list-style-type:none;
	font-size:20px;
	text-align:right;
}
.rDetails{
	float: left !important;
	left: 35px;
}
.personal-property {
    list-style-type: none;
    #margin-right: -22px;
    margin-top: 10px;
    overflow: hidden;
    text-align: right;
}
.personal-property table{
	width:100%;
}
.personal-property form, #register2 form{
	float:right;
}
.up-edit-btn{
	font-family: Verdana, Arial, sans-serif;
	border:0;
	color:#fff;
	font-weight: bold;
	min-width:80px;
	text-align:center;
	padding:3px !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	/* margin-left: 29px; */
	background: #69a535; /* Old browsers */
	background: -moz-linear-gradient(top,  #69a535 0%, #5d994c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69a535), color-stop(100%,#5d994c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #69a535 0%,#5d994c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #69a535 0%,#5d994c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #69a535 0%,#5d994c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #69a535 0%,#5d994c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a535', endColorstr='#5d994c',GradientType=0 ); /* IE6-9 */
	border:1px solid #424242;
}
.up-edit-btn:hover{
	cursor:pointer;
	background: #5d994c; /* Old browsers */
	background: -moz-linear-gradient(top,  #5d994c 0%, #69a535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d994c), color-stop(100%,#69a535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5d994c 0%,#69a535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5d994c 0%,#69a535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5d994c 0%,#69a535 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5d994c 0%,#69a535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d994c', endColorstr='#69a535',GradientType=0 ); /* IE6-9 */
}
.backToAccount{
	min-width:150px;
	max-width:200px;
	margin:0 auto;
	text-transform:uppercase;
	font-size:24px;
	display:inline;
}
.up-option{
	clear:both;
	padding-top:5px;
}
.up-option a{
	color:#7aef12 !important;
}
.up-option a:hover{
	color:#99fa44 !important;
}
#reward-pts-icon{
	float:left; 
	margin-right:8px;
}
#reward-points{
	float:right;
}
#up-options {
	clear: both;
	list-style-type:none;
}
#wishlist-notify{
	margin-left:3px;
}
.fileUploadForm{
	position:relative;
	margin: 10px 0;
	overflow:hidden;
}
.maxUploadSize{
	color:#60952b;
}
#profile_pic{
	position:absolute;
	top:0;
	right:-88px;
	width:240px;
	height:34px;
	border:0;
	opacity:0;
	z-index:999;
}
#profile_pic:hover, .fileUploadLeft:hover{
	cursor:pointer;
}
.upload_pic{
	background:url('/images/design/user-account/file_upload_btn.png') no-repeat;
	text-align:center;
	text-transform:uppercase;
	border:0;
	padding: 9px 0;
	width:80px;
	outline:none;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
}
.upload_pic.allowUpload{
	background:url('/images/design/user-account/file_upload_btn_valid.png') no-repeat !important;
}
.upload_pic.allowUpload:hover{
	cursor:pointer;
}
#upload-filename{
	margin: 0 auto;
	width: 346px;
	padding: 0px 5px 0 5px;
	overflow:hidden;
}
#file-upload, #newPass{
	overflow:hidden;
	background:#1e1e1e; 
	margin: 0px 10px;
	width: 841px;
	color:#8e8e8e;
}
.fileUploadBtn{
	display:inline-block;
	margin-right:15px;
}
#newPass{
	padding:6px;
}
#newPass .user-header{
	text-align:center;
}
#newPass input[type="text"], #newPass input[type="password"]{
	width:250px;
	height:19px;
	padding: 5px;
	font-size: 20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0;
	outline:none;
	color:#bdbdbd;
	font-family: Verdana, Arial, sans-serif;
	font-size:17px;
	border-bottom:1px solid #333;
	background:#111;
	transition: box-shadow 0.5s ease;
	transition: -webkit-box-shadow 0.5s ease;
	transition: -moz-box-shadow 0.5s ease;
	text-align:right;
}
.recoveryForm{
	position:relative;
	margin-bottom:10px;
	height:31px;
	display:block;
	margin:0 auto;
	width: 262px;
}
.recoveryForm label{
	position:absolute;
	top:0;
	right:0;
	padding:5px;
	font-family:Verdana, Arial, sans-serif;
	font-size:13.5px;
	direction: rtl;
}
.recoveryForm label:hover{
	cursor:text;
}
.recoveryForm input:focus + label{
	display:none;
}
#newPass .up-edit-btn{
	text-align:center;
	font-size:18px;
	display: block;
	margin: 0 auto;
}
.fileUploadLeft{
	background: rgb(58,58,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(58,58,58,1) 0%, rgba(43,43,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,58,58,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(43,43,43,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(58,58,58,1) 0%,rgba(43,43,43,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	font-size: 16px;
	padding:8px;
	overflow:hidden;
	float:right;
	width:137px;
	position:relative;
	z-index:1;
}
#profile-pics-gallery {
	overflow: hidden;
}
.pic-gallery{
	float:left;
	padding:15px;
	width:480px;
	direction:rtl;
}
.gallery_item{
	width: 114px;
	height: 120px;
	float:right;
	margin:5px;
	padding:5px 15px;
	text-align:center;
}
.gallery_item:hover .remove_gallery_img{
	display:block;
}
.remove_gallery_img{
	-webkit-transition: display 0.2s ease-out;
	-moz-transition: display 0.2s ease-out;
	-o-transition: display 0.2s ease-out;
	transition: display 0.2s ease-out;
	position:absolute;
	right:3px;
	top:3px;
	width:16px;
	height:15px;
	background: url('/images/design/user-account/ohClose.png') no-repeat 0 -15px;
	display:none;
	opacity: 1 !important;
	z-index:999;
}
.remove_gallery_img:hover{
	cursor:pointer;
	background: url('/images/design/user-account/ohClose.png') no-repeat 0 -30px;
}
.gallery_item:hover{
	cursor:pointer;
}
.gallery_img{
	overflow:hidden;
	position:relative;
}
.gallery_img img{
	display:block;
	height: 100px;
	margin:0 auto;
	opacity:0.8;
}
.galleryImageName{
	line-height:1;
	display:inline;
	margin: 3px;
}
.galleryCheckbox:checked + .galleryImageName{
	color:#6CA237;
}
#profile-pics-viewport {
	overflow: hidden;
	width: 460px;
	display:inline;
	max-height: 333px;
}
#profile-pics-upload{
	margin-top:20px;
	width: 268px;
}
#profile-pic-upload {
	float: left;
	width: 285px;
	padding: 15px;
	direction:rtl;
}
.ui-p{
	padding:15px;
	text-align:right;
}
/* wishlist */
.wishlist-game-pricing {
	float: left;
	margin-top:9px;
}
.wishlist-game-pricing .discount-img, .wishlist-game-pricing .discount-img-50{
	width: 45px;
	text-align:center;
}
.wishlistStar {
	width:28px;
	height:28px;
	display:inline-block;
	background: url('/images/design/add_to_wishlist.png') no-repeat;
	float:right;
	margin:1px;
	margin-left:5px;
	background-size:27px;
}
.wishlistTitle{
	display:inline-block;
	float:right;
}
.wishlistHeader {
	text-transform: uppercase;
	margin:10px;
	direction:rtl;
	text-align:right;
}
.wishlist-game{
	padding:15px;
	clear:both;
	overflow:hidden;
	position:relative;
}
.wishlist-game:nth-child(odd){
	background:#1f1f1f;
}
.wishlist-game:nth-child(even){
	background:#1a1a1a;
}
.wishlist-game-image{
	position:relative;
	float:left;
	width:66px;
	height:74px;
	overflow:hidden;
}
.wishlist-game-image>img{
	position: relative;
	right: 0px;
	top: 0px;
	width:66px
}
.wishlist-game-title {
	float: left;
	padding-left: 10px;
	text-transform:uppercase;
	font-size:14px;
	width:320px;
	font-weight:bold;
	direction:ltr;
}
.wishlist-game-title a{
	color:#fff;
	text-decoration:none;
}
.wishlist-game-title a:hover{
	text-decoration:underline;
}
.wishlist-game-details {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
.wl-prices {
	float: right;
	text-align:right;
	padding-top:5px;
}
.wl-discount {
	margin-right: 30px;
}
.wl-price {
	font-size: 20px;
}
.wl-retail {
	color:#c9c9c9;
	text-decoration:line-through;
}
.wl-platform{
	position:absolute;
	bottom:0;
	right:0;
	width: 18px;
	height: 27px;
}
.wl-platform img{
	top:0 !important;
	left:0 !important;
}
.wishlist-game-points {
	margin-top: 5px;
	font-size: 14px;
	direction: rtl;
	font-weight:normal;
}
.wishlist-game-actions {
	float:right;
	padding:5px;
	text-align:center;
	margin-top:9px;
	min-width:100px;
}
.wl-remove{
	color:#aaaaaa;
	text-decoration:underline;
}
.wl-remove:hover{
	cursor:pointer;
	color:#bbbbbb;
	text-decoration:none;
}
.wl-add-to-cart a{
	color:#fff;
	font-size:20px;
}
.wl-add-to-cart a:hover{
	color:#ddd;
	text-decoration:none !important;
}
.wl-add-to-cart{
	padding:5px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	border:1px solid #68d10f;
	background: #7cf012; /* Old browsers */
	background: -moz-linear-gradient(top,  #7cf012 0%, #067901 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cf012), color-stop(100%,#067901)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7cf012 0%,#067901 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7cf012 0%,#067901 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7cf012 0%,#067901 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7cf012 0%,#067901 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf012', endColorstr='#067901',GradientType=0 ); /* IE6-9 */
	font-size: 21px;
	text-transform: uppercase;
}
.wl-add-to-cart:hover{
	cursor:pointer;
	background: #5ecc10; /* Old browsers */
	background: -moz-linear-gradient(top,  #5ecc10 0%, #067901 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ecc10), color-stop(100%,#067901)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5ecc10 0%,#067901 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5ecc10 0%,#067901 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5ecc10 0%,#067901 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5ecc10 0%,#067901 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ecc10', endColorstr='#067901',GradientType=0 ); /* IE6-9 */
}

.wl-oos, .wl-oos:hover {
	border:1px solid #ED8080;
	background-repeat:no-repeat;
	background-image: url('/images/design/buy_btnshine.png');
	background-image: url('/images/design/buy_btnshine.png'), -moz-linear-gradient(top,  #ed8080 0%, #752f29 100%); /* FF3.6+ */
	background-image: url('/images/design/buy_btnshine.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed8080), color-stop(100%,#752f29)); /* Chrome,Safari4+ */
	background-image: url('/images/design/buy_btnshine.png'), -webkit-linear-gradient(top,  #ed8080 0%,#752f29 100%); /* Chrome10+,Safari5.1+ */
	background-image: url('/images/design/buy_btnshine.png'), -o-linear-gradient(top,  #ed8080 0%,#752f29 100%); /* Opera 11.10+ */
	background-image: url('/images/design/buy_btnshine.png'), -ms-linear-gradient(top,  #ed8080 0%,#752f29 100%); /* IE10+ */
	background-image: url('/images/design/buy_btnshine.png'), linear-gradient(to bottom,  #ed8080 0%,#752f29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8080', endColorstr='#752f29',GradientType=0 ); /* IE6-9 */
}

#loginWithFb{
	float:right;
	margin-top: 8px;
	margin-right: 8px;
}
#loginWithFb a{
	color:#fff;
}
.fbSignInBtn{
	background:url('/images/design/user-account/fbSignIn.png') no-repeat;
	width: 167px;
	height: 30px;
	padding-right: 15px;
	padding-top: 5px;
	float:right;
}
/* user evolution */
#userEvolution {
	margin-top: 10px;
	background:#1f1f1f;
	padding:10px;
}
#userEvolution h2{
	text-transform: uppercase;
	padding: 10px;
	text-align:right;
}
.tinyLevelPic{
	width:35px;
	height:35px;
	position:relative;
	overflow:hidden;
	float:right;
}
.evolutionViewport {
	overflow: hidden; 
}	
.evolutionOverview {
	overflow: hidden;
	margin:0 auto;
}
.evolutionPic{
	position:relative;
	width:120px;
	height:120px;
	float:left;
	margin-right:5px;
}
.evolutionPic img{
	position:relative;
}
.userLevelInfo{
	position:absolute;
	bottom: 5px;
	right: 5px;
	z-index: 9999;
}
.currentLevel{
	position:absolute;
	top:0;
	left:0;
	width:120px;
	height:120px;
	/* background:url('/images/design/currentLevel.png') no-repeat; */
	z-index:1;
	-webkit-box-shadow: 0px 0px 7px 2px #67c201 inset;
	-moz-box-shadow: 0px 0px 7px 2px #67c201 inset;
	box-shadow: 0px 0px 7px 2px #67c201 inset;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.levelLocked{
	position:absolute;
	top:0;
	left:0;
	width:120px;
	height:120px;
	background:url('/images/design/gems/levelLocked.png') no-repeat;
	z-index:1;
}
.levelNum{
	color:gold;
	float:right;
	padding: 8px;
}
#evolutionPictures {
	margin-bottom:10px;
}
#evolutionProgressBar{
	margin:5px 15px;
}
.progressBarViewport{
	position:relative;
	height:24px;
	overflow:hidden;
	background:#111;
	z-index:3;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
}
.progressBarOverview{
	position:absolute;
	z-index:1;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background: #93d301; /* Old browsers */
	background: -moz-linear-gradient(top,  #93d301 6%, #33ad00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#93d301), color-stop(100%,#33ad00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #93d301 6%,#33ad00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #93d301 6%,#33ad00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #93d301 6%,#33ad00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #93d301 6%,#33ad00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93d301', endColorstr='#33ad00',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
}
.progressPoints{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	text-align:center;
	z-index:3;
	padding-top:3px;
}
.userLevel{
	float:left;
	margin-top:5px;
}
.nextLevel{
	float:right;
	margin-top:5px;
}
/* STASH */
.noStatistics{
	left: 100px;
	margin: 0 auto;
	padding: 15px;
	text-align: right;
}
#stash {
	padding:15px;
	width:788px;
}
#statistics {
	margin: 10px 0;
	overflow:hidden;
	padding: 5px 0;
}
.statisticsExplained{
	float:right;
	width:50%;
	direction:rtl;
	text-align:right;
}
.statisticElement{
	display: table-cell;
	height: 100px;
	min-width:50px;
	position: relative;
	vertical-align: bottom;
}
.statisticsGraph{
	/*height:130px;
	width:240px;
	padding:20px;
	display: table-cell;
	vertical-align: bottom;
	float:left;*/
	direction: ltr;
    display: table-cell;
    float: left;
    height: 130px;
    margin-left: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    vertical-align: bottom;
    width: 265px;
}
.statisHeader{
	text-transform:uppercase;
	text-align:right;
	direction:rtl;
	font-size: 22px;
	margin-top:5px;
}
#mainAccountInfo{
	/*margin:10px 0;
	background:#1e1e1e;
	padding:15px;
	direction:ltr;*/
	direction: ltr;
    margin: 10px 0;
    padding: 11px;
    text-align: right;
    width: 766px;
}
.pointsBar{
	width:50%;
	margin:0 auto;
	background: #93d301;
	background: -moz-linear-gradient(top, #93d301 6%, #33ad00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#93d301), color-stop(100%,#33ad00));
	background: -webkit-linear-gradient(top, #93d301 6%,#33ad00 100%);
	background: -o-linear-gradient(top, #93d301 6%,#33ad00 100%);
	background: -ms-linear-gradient(top, #93d301 6%,#33ad00 100%);
	background: linear-gradient(to bottom, #93d301 6%,#33ad00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93d301', endColorstr='#33ad00',GradientType=0 );
}
.pointsFromCode,.pointsFromRef,.pointsFromActions,.pointsFromGames, .pointsFromAffiliate{
	text-align:center;
}
.pointsFrom{
	text-align:center;
	width:100%;
	padding-top:5px;
	border-top:1px solid #444;
}
.accountStatistics{
	margin: 10px auto;
	padding:15px;
	background:#1f1f1f;
}
.cashWidthrawal{
	padding:15px;
	text-align:right;
}
/* REVIEWS TAB */
.noReviews{
    color: #c9c9c9;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.reviewsHeader{
	text-transform:uppercase;
    margin-bottom: 13px;
    margin-left: 10px;
    margin-right: 10px;
	font-size:18px;
	direction:rtl;
	text-align:right;
}
.reviewRow{
	margin-bottom:15px;
	border:1px solid #fff;
	background:#272727;
}
.reviewRow:nth-child(odd){
	background:#1e1e1e;
}
.myReviewPublished, .myReviewDrafts {
	border-spacing:0px;
	border-collapse:none;
	margin:10px;
	width:98%;
}
.myReviews th{
	text-transform:uppercase;
	background:#444;
}
.myReviews th, .myReviews td{
	padding:10px;
	float:right;
	text-align:right;
}
.rTitle{
	text-transform:uppercase;
	font-size:20px;
	word-wrap: break-word;
}
.rPublic{
	color:#A3FF85;
}
.rListed{
	color:#be3636;
}
.rBody{
	margin:5px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	color:#7f7f7f;
	overflow:hidden;
	position:relative;
	#max-width:570px;
	word-wrap:break-word;
	#float:right;
}
.rLikes{
	float:left;
	color:#7f7f7f;
}
.reviewDate{
	display:inline-block;
	color:#757575;
	margin-left: 10px;
}
.rPreview{
	#width:70%;
	width:590px;
	padding:10px;
}
.rOptions input[type="submit"]{
	border:0;
	background:transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size:16px;
	outline:none;
	color:#82c741;
}
.rOptions input[type="submit"]:hover{
	color:#9dd666;
	cursor:pointer;
}
.numOfPublishedReviews{
	color:#70d613;
}
.upVotes{
	color:#70d613;
}
.userNoData{
	text-align:center;
	margin-bottom:10px;
	color:#c9c9c9;
}
#reviewsFilter {
	display: inline-block;
	margin-left: 10px;
}
#reviewsSearch{
	display:inline-block;
	float:left;
}
#reviewsSearch input{
	font-family: Verdana, Arial, sans-serif;
}
#reviewsUserPagination {
	display: inline-block;
	float: right;
	font-size: medium;
	padding-top: 5px;
}
.userReviewsPageNum{
	padding:5px;
}
.userReviewsPageNum:hover{
	cursor:pointer;
}
.myReviews{
	float:left;
	border-spacing:0px;
	width:816px;
	border-collapse:none;
}
.reviewRow:nth-child(even) .reviewExpand{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,0)), color-stop(100%,rgba(39,39,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,0) 0%,rgba(39,39,39,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,0) 0%,rgba(39,39,39,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,0) 0%,rgba(39,39,39,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,0) 0%,rgba(39,39,39,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
}
@-moz-document url-prefix(){
	.reviewRow:nth-child(even) .reviewExpand{
		background: linear-gradient(to bottom,  rgba(40,40,40,0) 0%,rgba(39,39,39,1) 100%); /* W3C */
	}
}
.reviewsViewport{
	position:relative;
	width:816px;
	overflow:hidden;
}
.reviewsOverview{
	transition: left 0.3s ease-out;
	position: relative;
	top:0;
	left:0;
}
.paymentToWidthdraw {
	float: right;
	width: 375px;
}
.widthdrawlNumber{
	float:left;
	width:330px;
}
.balance {
	margin: 10px 0;
}
.withdrawProperty {
	margin-bottom: 10px;
	color:#8d8d8d;
}
#creditsAmount, #creditsAmountDisplay{
	background: transparent;
	border:0;
	outline:none;
	font-size:12pt;
	color:#b0ec05;
	width:88px;
	font-family: Verdana, Arial, sans-serif;
}
.withdrawCurrency{
	color:#b0ec05;
}
.withdrawBtn{
	font-family: Verdana, Arial, sans-serif;
	font-size:24px;
	padding:7px 25px;
	text-align:center;
	text-transform:uppercase;
	margin-top:15px;
	border:0;
	border:1px solid #99ED4B;
	background: rgba(45,122,41,1) 100%);
	background:  -moz-linear-gradient(top,  rgba(153,237,75,1) 0%, rgba(45,122,41,1) 100%); /* FF3.6+ */
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,237,75,1)), color-stop(100%,rgba(45,122,41,1))); /* Chrome,Safari4+ */
	background:  -webkit-linear-gradient(top,  rgba(153,237,75,1) 0%,rgba(45,122,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background:  -o-linear-gradient(top,  rgba(153,237,75,1) 0%,rgba(45,122,41,1) 100%); /* Opera 11.10+ */
	background:  -ms-linear-gradient(top,  rgba(153,237,75,1) 0%,rgba(45,122,41,1) 100%); /* IE10+ */
	background:  linear-gradient(to bottom,  rgba(153,237,75,1) 0%,rgba(45,122,41,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ed4b', endColorstr='#2d7a29',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
.withdrawBtn:hover{
	cursor:pointer;
}
.withdrawInput{
	padding:10px;
	border:0;
	background:#181818;
	color:#c9c9c9;
	outline:none;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-box-shadow: 0px 2px 8px -2px #000 inset;
	-moz-box-shadow: 0px 2px 8px -2px #000 inset;
	box-shadow: 0px 2px 8px -2px #000 inset;
	border-bottom: 1px solid #292929;
	width:288px;
}
.withdrawRadio{
	margin-right:5px;
	margin-bottom: 15px;
	display:inline-block;
}
.withdrawRadio label {  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;  
    margin-right: 15px;  
    font-size: 13px;  
}  
.withdrawRadio label:hover{
	cursor: pointer; 
} 
.withdrawRadio input[type="radio"]{
	display:none;
}
.withdrawRadio label:before {  
    content: "";  
    display: inline-block;  
	font-family:Verdana;
    width: 16px;  
    height: 16px;  
  
    margin-right: 10px;  
    position: absolute;
    left: 0;  
    top: 1px; 
    background-color: #111;  
	border-radius: 8px;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(75, 75, 75, .8);  
}
.withdrawRadio input[type=radio]:checked + label:before {  
    content: "\2022";  
    color: #8ed101;  
	font-size: 23px;
	text-align: center;
	line-height: 14px;
}
.balanceNum {
	color: #b0ec05;
}
.balance{
	font-size: 20px;
	text-transform:uppercase;
}
/* withdrawal slider */
#withdrawSlider{
	background:#111;
	height:7px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:relative;
	z-index:2;
	margin: 10px 0 10px 0;
	direction:ltr;
}
#withdrawSlider >div{
	background:#3cb000;
	z-index:0;
	position:absolute;
	height:7px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
#withdrawSlider >a{
	width:18px;
	height:18px;
	background:url('/images/design/user-account/withdrawDrag.png') #1e1e1e -1px 0px no-repeat !important;
	display:inline-block;
	position: absolute;
	top:-5px;
	left:-3px;
	z-index:9;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
/* custom colors */
#withdrawSlider .ui-slider-handle.ui-state-active{
	position:absolute;
	top:-5px;
	height:18px;
	background-color:#666 !important;
}
/* REFERALS GAMES **/
div.refGame {
	overflow:hidden;
	padding:5px;
	margin-bottom:10px;
}
input.refGameCode {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #6fdb12;
    font-size: 17pt;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
	font-family:Pathway Gothic One;
	float: right;
}
div.refGameImage {
	float: left;
	width: 106px;
	height: 70px;
	background-size: 106px 145px;
	background-position: 0 -19px;
}
div.refGameImage img{
	width:106px;
	height:149px;
}
div.refGameDetails {
	float: left;
	padding: 10px;
	position:relative;
}
div.regGameTitle {
	font-size: 17px;
	font-weight:bold;
	direction:ltr;
	text-transform: uppercase;
	width: 200px;
	height: 60px;
	padding:0 8px;
	display:inline-block;
	overflow: hidden;
	float:left;
}
div.regGameTitle a{
	color:#f0f0f0;
}
div.regGameTitle a:hover {
	color:#c5c5c5;
}
div.regGameDisc{
	text-transform: uppercase;
	color: #6fdb12;
	font-size:20px;
	display:inline-block;
	float:right;
}
div.regGamePrice{
	display:inline-block;
	font-size: 20px;
	padding: 0 5px;
	float:left;
}
div.refGameCode {
	text-align: center;
	font-size: 17pt;
	color: #6fdb12;
	letter-spacing: 0.2px;
}
div.refGameCite {
	text-align: center;
	text-transform: uppercase;
	font-size: 14pt;
}
div.refGameCite img{
	margin-left:5px;
}
.refGameCoupon{
	display:inline-block;
	float:right;
	margin-top:8px;
}
.refGameDiscountsPrice{
	text-align:center; 
	display:inline-block;
	vertical-align: top;
	margin-top:16px;
	width:185px;
}
/**************
	REFERALS BACKUP
***************/
/* div.refGame {
	float: left;
	padding-top:10px
}
input.refGameCode {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #6fdb12;
    font-size: 17pt;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
	font-family:Pathway Gothic One;
	float: right;
}
div.refGameImage {
	float:left;
	width: 140px;
	height: 185px;
	background-size: 140px 185px;
}
div.refGameImage img{
	width:106px;
	height:149px;
}
div.refGameDetails {
	float: left;
	padding: 10px;
	position:relative;
}
div.regGameTitle {
	font-size: 23px;
	text-transform: uppercase;
	width: 200px;
	height: 54px;
	overflow: hidden;
}
div.regGameTitle a{
	color:#f0f0f0;
}
div.regGameTitle a:hover {
	color:#c5c5c5;
}
div.regGameDisc{
	text-transform: uppercase;
	color: #6fdb12;
	font-size:28px;
	display:inline-block;
}
div.regGamePrice{
	display:inline-block;
	font-size: 28px;
	padding: 0 5px;
}
div.refGameCode {
	text-align: center;
	font-size: 17pt;
	color: #6fdb12;
	letter-spacing: 0.2px;
}
div.refGameCite {
	text-align: center;
	text-transform: uppercase;
	font-size: 17pt;
}
div.refGameCite img{
	margin-right:5px;
} */
/* POST Processing */
.userUpdating{
	text-align:center;
}
/* blocked account */
.blockedAccountPa{
	direction:rtl;
	text-align:right;
}

/* MY GAMES COMMENT */
.oh-comment-icon{
	color: #82c741;
}
.oh-comment-icon:hover{
	color: #9dd666;
	cursor: pointer;
}
.oh-comment{
	display:none;
}
/* Generations list - collect gems section */
.gensList{
	padding-right:25px;
	list-style-type: none;
}
.gensList li{
	position:relative;
}
.gensList li:before{
	position:relative;
	content: "▪";
	padding-left:7px;
	color: #82c741;
	font-size: 20px;
}

/* Collect via generations */
.pyramidExplain.feature{
	display: inline-block;
	background: url('/images/design/user-account/gaming_dragons_generations.png') no-repeat 0 100%;
	padding-bottom: 257px;
	width: 320px;
	vertical-align: top;
}
.pyramidExplain.addition{
	display: inline-block;
	background: url('/images/design/user-account/gaming_dragons_friends_rewards_v2.png') no-repeat 50% 0;
	background-size: 283px;
	padding-top: 288px;
	width: 337px;
}
.pyramidExplain.calculator{
	background: url('/images/design/user-account/gaming_with_friends.png') no-repeat 0 0;
	background-size: 400px;
	height: 288px;
	padding-left: 320px;
	margin-top: 20px;
}