* {margin:0px; padding:0px;}
html {height:100%;}
body {width:100%; min-width:999px; font: 62.5%/1.4 Arial, sans-serif; background:#fff url('../bg.png') top left repeat-x;}
img {border:none}
*:focus {outline:none;}

noscript {position:absolute; top:0; left:0; width:100%; height:100%; margin:0; padding:300px 0 0; background:#000; text-align:center; font-size:36px; color:#fff; z-index:20000;}

select {padding:0 3px; color:#515a61; background:#fff; border:solid 1px #b8c2c9;}
select.green_border {border-color:#98ff98;}
select.red_border {border-color:#F75555;}
select:disabled {background:#EAE8E3;}
select.standart_pad {padding:0;}
select.standart_height {height:20px;}
select.mini {width:85px;}
select.medium {width:119px;}
select.long {width:176px;}

input:disabled, input.disabled {background:#EAE8E3;}
input[type="text"] {padding:0 3px; color:#515a61; border:solid 1px #b8c2c9;}
input[type="password"] {border:solid 1px #b8c2c9; color:#515a61; padding:0 3px;}
input[type="text"].short {width:30px;}
input[type="text"].short2 {width:36px;}
input[type="text"].short3 {width:45px;}
input[type="text"].short4 {width:79px;}
input[type="text"].short4_icon {width:65px;}
input[type="text"].medium {width:100px;}
input[type="text"].long {width:170px;}
input[type="text"].long_icon {width:155px;}
input[type="text"].huge {width:350px;}
input[type="radio"] {vertical-align:middle;}
input[type="text"].standart_pad {padding:1px 2px;}
input[type="text"].icon_pad {padding:1px 17px 1px 2px;}
input[type="text"].big {padding:4px;}
input[type="password"].big {padding:4px;}
input[type="text"].red_border {border-color:#F75555;}
input[type="checkbox"] {vertical-align:bottom;}

textarea {color:#515a61; border:solid 1px #b8c2c9; resize:none; -moz-appearance:none;}
textarea.mini {width:170px; height:58px;}
textarea.standart_pad {padding:1px 2px;}

code {padding:0 2px; background:#f5f5f5;}
h2 {padding-bottom:15px; font:1.8em Arial,sans; color:#515a61;}
p {position:relative; padding-bottom:10px; font:1.3em Arial,sans; color:#515a61;}
p.hidden {display:none;}
a {color:#515a61;}
a:hover {color:#818a91;}
a.dashed, a.dotted, a.no_underline {font-weight:normal; color:#515a61;text-decoration:none; border-bottom-style:dashed; border-bottom-color:#515a61; border-bottom-width:1px; cursor:pointer; padding:0; margin:0;}
a.dotted {border-bottom-style:dotted;}
a.no_underline {border-bottom:none;}
a.dashed.light, a.dotted.light, a.no_underline.light {color:#ff6c05; border-bottom-color:#ff6c05;}
a.dashed.gray, a.dotted.gray, a.no_underline.gray  {color:#919aa1; border-bottom-color:#919aa1;}
a.dashed.bold, a.dotted.bold, a.no_underline.bold {font-weight:bold;}
a.dashed.red, a.dotted.red, a.no_underline.red {color:#F75555; border-bottom-color:#F75555;}
a.dashed:hover, a.dashed.active, a.dotted:hover, a.dotted.active, a.no_underline:hover, a.no_underline.active {color:#818a91; border-bottom-color:#818a91;}
a.help {cursor:help;}

.small {font:bold 1.1em Arial;color:#515a61;}
.light {color:#ff6c05;}
.light_thin {color:#ff6c05; font-weight:normal;}
.thin {font:1.1em Arial;color:#515a61;}
.mini {font:0.9em Arial;color:#515a61;}
.tiny {font:0.8em Arial;color:#515a61;}
.big_text {font:bold 1.6em Arial; color:#515a61;}
.huge_text {font:bold 1.8em Arial; color:#515a61;}
.gigant_text {font:bold 72px Arial; color:#515a61; font-weight:normal; line-height:72px;}
.red {color:#F75555;}
.green {color:#68931B;} /*#85BC21;}*/
.green2 {color:#5C8F00;}
.gray {color:#717a81;}
.gray2 {color:#dddddd;}
.gray3 {color:#515a61;}
.gray4 {color:#cad3da;}
.gray5 {color:#BFC1C2;}
.gray6 {color:#929A9E;}
.bg_yellow2 {background:#FFFFE0;}
.bold {font-weight:bold;}
.align_center {text-align:center;}
.align_right {text-align:right;}
.help {cursor:help;}
.opacity {opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;}
.opacity_50 {opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;}
.opacity_80 {opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;}
.full_rounded_3 {border-radius:3px; 
								-moz-border-radius:3px;
								-khtml-border-radius:3px;
								-webkit-border-radius:3px;}
.full_rounded_5 {border-radius:5px; 
								-moz-border-radius:5px;
								-khtml-border-radius:5px;
								-webkit-border-radius:5px;}

.right_rounded_20 {border-radius:0 20px 20px 0; 
								-moz-border-radius:0 20px 20px 0;
								-khtml-border-radius:0 20px 20px 0;
								-webkit-border-radius:0 20px 20px 0;}

.left_rounded_20 {border-radius:20px 0 0 20px; 
								-moz-border-radius:20px 0 0 20px;
								-khtml-border-radius:20px 0 0 20px;
								-webkit-border-radius:20px 0 0 20px;}

.bottom_rounded_5 {border-radius:0 0 5px 5px; 
								-moz-border-radius:0 0 5px 5px;
								-khtml-border-radius:0 0 5px 5px;
								-webkit-border-radius:0 0 5px 5px;}

.shadow_10 {-webkit-box-shadow: 0px 0px 10px #dbdbdb;
						-moz-box-shadow: 0px 0px 10px #dbdbdb;
						box-shadow: 0px 0px 10px #dbdbdb;}
.shadow_dark_10 {-webkit-box-shadow: 0px 0px 10px #5b5b5b;
						-moz-box-shadow: 0px 0px 10px #5b5b5b;
						box-shadow: 0px 0px 10px #5b5b5b;}
.nowhitespace {white-space:nowrap;}
.clear {clear:both;}
.cursor_click {cursor:pointer;}
.hidden {display:none;}

.not_padded {padding-bottom:0px;}
.not_padded2 {padding:0px;}
.padded {padding-left:10px;}
.padded2 {padding-bottom:5px;}
.padded3 {padding-left:30px;}
.padded4 {padding-top:10px;}
.padded5 {padding-left:20px;}
.padded6 {padding-left:5px;}
.padded7 {padding-top:20px;}
.padded8 {padding-bottom:30px;}
.padded9 {padding-bottom:20px;}
.padded10 {padding-top:6px;}
.padded11 {padding-left:50px;}
.padded12 {padding-right:20px;}
.padded13 {padding-top:12px;}
.padded14 {padding-right:5px;}
.padded15 {padding-right:10px;}
.padded16 {padding-top:1px;}
.padded17 {padding-bottom:2px;}
.margined {margin-bottom:20px;}
.margined2 {margin-top:20px;}
.margined3 {margin-top:10px;}
.margined4 {margin-bottom:10px;}
.margined5 {margin-left:30px;}
.margined6 {margin-left:15px;}
.margined7 {margin-left:46px;}
.margined8 {margin:0 auto 130px;}
.margined9 {margin:0 auto 50px;}
.margined10 {margin-right:10px;}
.margined11 {margin-right:5px;}
.margined12 {margin-left:5px;}
.margined13 {margin-bottom:0px;}
.margined14 {margin-bottom:5px;}
.margined15 {margin-right:100px;}
.margined16 {margin-bottom:40px;}
.margined17 {margin-bottom:30px;}
.margined18 {margin-left:100px;}
.margined19 {margin-left:-13px;}
.margined20 {margin-left:10px;}
.margined21 {margin-left:19px;}
.margined22 {margin-bottom:100px;}


#topline {position:relative; top:0px; left:0px; width:100%; height:6px; margin:0px; padding:0px; background:#aab0b6;}
#logo {position:relative; display:block; top:-25px; width:100px; height:100px; margin:15px auto 0px; background:transparent url('/logo.png') no-repeat;}
#logo.classic {top:0px;}
#breaking_notice {position:relative; width:100%; background:#E5EE50; margin:0px auto 10px; padding:5px 0; text-align:center; font:bold 1.2em Arial; color:#515a61; z-index:2;}

#login_wrap {display:block; position:relative; width:420px; height:313px; margin:40px auto 0px; padding:0px; background:transparent url('/bg_splash.png') left top no-repeat; z-index:1;}
#login_wrap .lang_wrap {display:block; position:absolute; top:210px; right:13px; width:24px; height:24px; margin:0; padding:0; background:none; cursor:pointer; z-index:3;}
#login_wrap .lang_wrap.en {background:transparent url('../img/flag_en.png') left top no-repeat;}
#login_wrap .lang_wrap.zh {background:transparent url('/flag_zh.png') left top no-repeat;}
#login_wrap h2 {display:block; position:relative; padding:47px 0 10px 115px; z-index:2;}
#login_wrap .textform {display:block; position:relative; width:250px; margin:10px 0 0 76px; padding:4px; color:#515a61; font:1.3em Arial,sans; background:#fff; border:solid 1px #515a61; z-index:2;}
#login_wrap .submit {display:block; position:relative; top:28px; left:215px; padding:0px; z-index:2;}
#login_wrap .error {display:block; position:relative; top:80px; z-index:2;}

#reg_wrap {display:block; position:relative; width:420px; height:313px; margin:40px auto 0px; padding:0px; background:transparent url('/bg_splash.png') left top no-repeat; z-index:1;}
#reg_wrap .lang_wrap {display:block; position:absolute; top:210px; right:13px; width:24px; height:24px; margin:0; padding:0; background:none; cursor:pointer; z-index:3;}
#reg_wrap .lang_wrap.en {background:transparent url('../img/flag_en.png') left top no-repeat;}
#reg_wrap .lang_wrap.zh {background:transparent url('/flag_zh.png') left top no-repeat;}
#reg_wrap h2 {padding:47px 0 10px 115px;  z-index:2;}
#reg_wrap .textform {display:block; position:relative; width:250px; margin:10px 0 0 76px; padding:4px; color:#515a61; font:1.3em Arial,sans; background:#fff; border:solid 1px #515a61; z-index:2;}
#reg_wrap .icon_eye {display:block; position:absolute; top:125px; right:50px; width:24px; height:24px; background:transparent url('../img/icon-eye.png') bottom center no-repeat; background-size:24px 48px; background-clip:border-box; z-index:2;}
#reg_wrap .icon_eye:hover {background-position:top center;}
#reg_wrap .submit {display:block; position:relative; top:10px; left:215px; padding:0px; z-index:2;}
#reg_wrap .error {display:block; position:relative; top:80px; z-index:2;}

#menu #left_menu, #menu #right_menu {position:relative; height:43px; margin:15px 0px 0px; padding:0px; background:#e8ecef url('../img/menu_ul_bg.png') top left repeat-x;}
#menu #left_menu {float:left;}
#menu #right_menu{float:right;}
#menu li {position:relative; float:left; height:43px; margin:0 2px; list-style:none;}
#menu li a {position:relative; display:block; float:left; height:30px; padding:13px 9px 0 22px; color:#545456; font:bold 1.3em Arial,sans;}
#menu li a .menu_icon {position:absolute; top:0px; left:5px; width:13px; height:43px; background:transparent url('../img/icon-menu-item.png') top left no-repeat;}
#menu li a:hover .menu_icon {background-position:top right;}
#menu li:hover {background:#D0D7DD url('../img/menu_ul_bg_hover.png') top left repeat-x;}
#menu li:hover a .menu_icon {background-position:top right;}
#menu li a #right {position:absolute; top:0px; right:-24px; width:24px; height:43px; background:transparent url('../img/menu_right.png') top left no-repeat;}
#menu li a:hover #right {background-position:top right;}
#menu li a #left {position:absolute; top:0px; left:-18px; width:18px; height:43px; background:transparent url('../img/menu_left.png') top left no-repeat;}
#menu li a:hover #left {background-position:top right;}
#menu li.selected a {color:#ff7600;text-decoration:none;}
#menu li .menu_notice {position:absolute; top: -13px; padding:2px 4px; font:bold 1.1em Arial; color:#515a61; background:#98ff98; cursor:default; z-index:3;}
#menu li .menu_notice.position1 {left:65px;}
#menu li .menu_notice.position2 {left:55px;}
#menu li .menu_notice.position3 {left:0px;}
#menu li .menu_notice.position4 {right:0px;}

#account_area {position:absolute; display:block; top:6px; left:0; right:0; width:max-content; width:-moz-max-content; width:-webkit-max-content; margin:0 auto; padding:4px 7px 7px; color:#515a61; background:#e8ecef; border:1px solid #C6CBD0; border-top:none; z-index:1;}
#account_area .delim {display:inline-block; width:1px; height:100%; margin:0 7px; background:#BEC4CA; z-index:2;}
#account_area .oi[data-glyph=plus]:before{vertical-align:bottom;}
#account_area .oi[data-glyph=cog]:before{vertical-align:bottom;}
#account_area .hidden {display:none;}
#account_area .inside_notice {position:relative; margin:0 0 0 10px; padding:2px 4px 2px 4px; font:bold 0.8em Arial; color:#717a81; background:#dadada; z-index:9;}
#account_area .inside_notice.left_arrow:before {content:""; position:absolute; right:97%; top:0px; width:0; height:0; border-top:8px solid transparent; border-right:6px solid #dadada; border-bottom:8px solid transparent; z-index:8;}
#account_area .balance_wrap {overflow:hidden;}
#account_area .balance_wrap .flip_wrap {display:inline-block; vertical-align:top; overflow:hidden;}
#account_area .balance_wrap .flip_wrap .flip_layer {position:relative; top:0;}


#contactbox_wrap {position:relative; display:block; float:right; margin:20px 0px; /*position:absolute; top:100px; right:0px;*/ min-height:26px; color:#515a61;}
#contactbox_wrap .top {position:relative; height:13px; background:#FEFFFF;}
#contactbox_wrap .top .topcorner {position:relative; top:0; left:-13px; width:13px; height:13px; background:transparent url('../img/contactbox_topcorner.png') left top no-repeat;}
#contactbox_wrap .bottom {position:relative; height:13px; background:#D0D7DD;}
#contactbox_wrap .bottom .bottomcorner {position:relative; bottom:0; left:-13px; width:13px; height:13px; background:transparent url('../img/contactbox_bottomcorner.png') left top no-repeat;}
#contactbox_wrap .contactbox_area {position:relative; margin-left:-13px; padding:0 15px; background:#D0D7DD url('../img/contactbox_grad.png') left top no-repeat; background-size:100% 100%;}

#main {position:relative; margin:0px; padding-top:20px; padding-bottom:77px; overflow:hidden;}
#content {position:relative; margin-right:20px; margin-left:20px; padding:0 21px 0 21px; background:#e8ecef; z-index:1;}
#content.medium {margin-right:10%; margin-left:10%;}
#content.small {margin-right:30%; margin-left:30%;}
#content .top_grad {position:relative; top:-20px; background:transparent url('../img/top_grad.png') left top repeat-x; z-index:2;}
#content .bottom_grad {position:relative; bottom:-97px; padding-bottom:80px; background:transparent url('../img/bottom_grad.png') left bottom repeat-x; z-index:2;}
#content .top_left_corner {position:relative; float:left; top:-100px; left:0; margin-left:-22px; width:22px; height:117px; background:transparent url('../img/top_left.png') left top repeat-x; z-index:3;}
#content .top_right_corner {position:relative; float:right; top:-100px; right:0; margin-right:-21px; width:21px; height:117px; background:transparent url('../img/top_right.png') left top repeat-x; z-index:3;}
#content .bottom_left_corner {position:relative; float:left; bottom:108px; left:0; margin-left:-22px; width:22px; height:188px; background:transparent url('../img/bottom_left.png') left top repeat-x; z-index:3;}
#content .bottom_right_corner {position:relative; float:right; bottom:108px; right:0; margin-right:-21px; width:21px; height:188px; background:transparent url('../img/bottom_right.png') left top repeat-x; z-index:3;}
#content #center {position:relative; top:-70px; z-index:4;}
#content #center.no_overflow {overflow:hidden;}
#content #center .abs {position:absolute;}
#content #center .square {position:absolute; left:50%; height:40px; width:40px; margin-left:-20px; background:none; z-index:4;}
#content #center .square .block {float:left;height:20px;width:20px;background:none;z-index:4;}
#content #center .hidden {display:none;}
#content #center .coin_wrap {position:relative; display:inline-block; width:100px; height:50px; margin:0; padding:5px; color:#515a61; font:bold 16px Arial,sans; border:1px solid rgba(0,0,0,0.1); background:rgba(0,0,0,0.05); z-index:5;}
#content #center .coin_wrap.margined {margin:0 20px 0 0;}
#content #center .coin_wrap.buttoned {cursor:pointer;}
#content #center .coin_wrap.buttoned:hover {border:1px solid rgba(0,0,0,0.2); background:rgba(0,0,0,0.1);}
#content #center .coin_wrap.buttoned:hover .cc.btc {color:#F7931A;}
#content #center .coin_wrap.buttoned:hover .cc.bch {color:#4BCF51;}
#content #center .coin_wrap.buttoned:hover .cc.eth {color:#282828;}
#content #center .coin_wrap.buttoned:hover .cc.xmr {color:#FF6600;}
#content #center .coin_wrap .cc {display:block; margin:0; padding:0px; font:bold 26px Arial,sans;}

#content #header_area {overflow:hidden; padding-bottom:10px;}
#content .clear {clear:both;}
#content .block_left {position:relative;float:left;margin:0;padding:0;z-index:7;}
#content .block_left_ab {position:absolute;float:left;bottom:0;margin:0;padding:0;z-index:7;}
#content .block_left_margined50_lrb {position:relative;float:left;margin:0 50px 50px;padding:0;z-index:7;}
#content .block_right {position:relative;float:right;margin:0;z-index:7;}
#content .block_right_ab {position:absolute;float:right;top:0;right:0;margin:0;padding:0;z-index:7;}
#content .block_right_ab.right {right:10px;}
#content p .left_notice {position:absolute; left:-30px; top:0; margin:0; padding:0px 4px; font:bold 1.1em Arial;color:#505050; background:#98ff98; z-index:9;}
#content .inside_notice {position:relative; margin-left:10px; padding:2px 4px 2px 4px; font:bold 1.1em Arial; color:#505050; background:#98ff98; z-index:9;}
#content .inside_notice.left {margin-left:-65px;}
#content .inside_notice.small {font:bold 1.0em Arial;}
#content .inside_notice.tiny {font:bold 0.8em Arial;}
#content .inside_notice.gray {background:#dadada;}
#content .inside_notice.gray2 {background:#EEF0F4;}
#content .inside_notice.gray_text {color:#717a81;}
#content .inside_notice.left_arrow:before {content:""; position:absolute; right:97%; top:0px; width:0; height:0; border-top:8px solid transparent; border-right:6px solid #98ff98; border-bottom:8px solid transparent; z-index:8;}
#content .inside_notice.left_arrow.gray:before {border-right:6px solid #dadada;}
#content .inside_notice.left_arrow.gray2:before {border-right:6px solid #EEF0F4;}
#content .inside_notice.right_arrow:before {content:""; position:absolute; left:97%; top:0px; width:0; height:0; border-top:8px solid transparent; border-left:6px solid #98ff98; border-bottom:8px solid transparent; z-index:8;}
#content .inside_notice.right_arrow.gray:before {border-left:6px solid #dadada;}
#content .inside_notice.right_arrow.gray2:before {border-left:6px solid #EEF0F4;}
#content .break_line {width:100%; height:1px; background:#C6D1C1;}
.cards_area {display:block; margin:0 0 0 30px; padding:0px;}
.cards_area.no_margin {margin:0;}
.cards_area .float_right {display:block; float:right; margin:0px; width:19%; text-align:justify;}
.cards_area .float_right.medium {width:40%;}
.cards_area textarea {display:block; width:78%; height:190px; margin-bottom:10px; padding:5px; background:#fff; border:solid 1px #b8c2c9; resize:none; -moz-appearance:none;}
.cards_area textarea.wide_low {width:97%; height:50px;}
.cards_area textarea.medium_high {width:55%;}
.cards_area textarea.medium {width:50%;height:150px;}
.cards_area textarea.mini {width:50%; height:100px; font-size:13px !important;}
.cards_area textarea.micro {width:25%; height:100px;}
#content #quickStart_area {margin-bottom:30px; padding:10px; background:#EEF0F4;}
#content #quickStart_area .disabled {color:#cad3da;}
#content #amount_area {margin:0 50px 10px 0; padding:10px; background:#EEF0F4;}
#content #amount_area select {width:115px; padding:0 3px;}
#content #formatList_area {margin:0 50px 10px 0; padding:10px; background:#EEF0F4;}
#content #formatExp_area {padding:10px; background:#EEF0F4;}
#content ._area {padding:10px; border:solid 1px #dbdbdb; background:#EEF0F4;}
#advanced_wrap .advanced_area {position:relative; width:99%; margin-bottom:10px; padding:10px; font:1.1em Arial; color:#515a61; border:solid 1px #dbdbdb; background:#EEF0F4; overflow:auto;}
#advanced_wrap .advanced_area .float_right {display:block; float:right; margin:0px; position:relative; top:0; width:300px; text-align:justify;}
#advanced_wrap .advanced_area .mtypes {display:block; float:left; padding:0 70px 0 10px; font:1.0em Arial;}
#advanced_wrap .advanced_area p {padding-bottom:5px; font:1.0em Arial; color:#515a61;}
#advanced_wrap .advanced_area p.topic {padding-bottom:10px; font:bold 1.1em Arial; color:#515a61;}
#advanced_wrap .advanced_area .disabled {color:#cad3da;}
.button {position:relative; width:123px; height:34px; border:none; background:transparent url('/button.png') top center no-repeat; background-size:123px 102px; background-clip:border-box;}
.button .wrap_disabled {position:absolute; display:block; width:100%; height:100%; background:transparent url('../img/button-loader.gif') no-repeat center center; background-size:98px 26px; z-index:7;}
.button input[type="button"] {position:relative; display:block; top:5px;left:11px; width:101px;height:22px; margin:0; padding:0; border:none; background:#ff8e01; color:white; font:bold 1.3em Arial,sans; cursor:pointer;}
.button.wide {width:160px; background-size:160px 102px; background-clip:border-box;}
.button.wide input[type="button"] {top:5px;left:15px; width:130px;}
.button:hover {background-position:center center;}
.button:hover input[type="button"] {background:#FEA940;}
.button:active {background-position:bottom center;}
.button:active input[type="button"] {background:#FEC278;}
.button_mini {padding:3px; background:rgba(0,0,0,0.1); cursor:pointer; border:solid 1px rgba(0,0,0,0.1);}
.button_mini.inactive {background:rgba(0,0,0,0.04); color:#818a91;}
.button_mini.active {background:rgba(255,108,5,0.4);}
.button_mini.light_gray {background:rgba(221,221,221,1);}
.button_mini.disabled {cursor:default;}
.button_mini:hover {background:rgba(0,0,0,0.2);}
.button_mini.active:hover {background:rgba(255,108,5,0.6);}
.button_mini.disabled:hover {background:rgba(0,0,0,0.1);}
.button_mini.inactive.disabled:hover {background:rgba(0,0,0,0.04);}
.button_mini.active.disabled:hover {background:rgba(255,108,5,0.4);}
.button_mini.light_gray:hover {background:rgba(221,221,221,0.8);}
.button_mini:active {background:rgba(0,0,0,0.05);}
.button_mini.active:active {background:rgba(255,108,5,0.2);}
.button_mini.light_gray:active {background:rgba(221,221,221,0.6);}
.button_mini.disabled:active {background:rgba(0,0,0,0.1);}
.button_mini.inactive.disabled:active {background:rgba(0,0,0,0.04);}
.button_mini.active.disabled:active {background:rgba(255,108,5,0.4);}
.file_button {position:relative; width:150px; height:20px; color:#515a61; font:1.0em Arial; z-index:9;}
.file_button.wide {width:97%;}
.mac_cmd_icon {display:inline-block; width:13px; height:13px; vertical-align:middle; background:transparent url('../img/icon-mac-ccommand.png') no-repeat; background-position:0px 0px;}
.telegram_icon {display:inline-block; width:25px; height:25px; vertical-align:middle; background:transparent url('../img/icon-telegram.png') no-repeat; background-position:0px 0px;}
.icon_eye_relative {display:inline-block; position:relative; width:24px; height:24px; vertical-align:top; background:transparent url('../img/icon-eye.png') bottom center no-repeat; background-size:24px 48px; background-clip:border-box;}
.icon_eye_relative:hover {background-position:top center;}

.checker_results_wrap {position:relative; display:block; margin:0; padding:0;}
table.checker_results {width:99%; margin:0 0 5px 0; padding:0; color:#515a61; font:1.2em Arial,sans; border:none; border-collapse:collapse; border-spacing:0; overflow:hidden;}
table.checker_results.abs {position:absolute;}
table.checker_results.minimal {width:1px;}
table.checker_results th {padding:2px 5px; background:#9AA390; text-align:center; border:1px solid; border-color:#E8ECEF;}
table.checker_results th[role=columnheader]:not(.no-sort) {cursor:pointer;}
table.checker_results th[role=columnheader]:not(.no-sort):after {content:''; float:right;margin-top:6px; border-width:0 4px 4px; border-style:solid; border-color:#404040 transparent; visibility:hidden; opacity:0; -ms-user-select:none; -webkit-user-select:none; -moz-user-select:none; user-select:none;}
table.checker_results th[aria-sort=descending]:not(.no-sort):after {border-bottom:none; border-width:4px 4px 0;}
table.checker_results th[aria-sort]:not(.no-sort) {background:#EAE8E8;}
table.checker_results th[aria-sort]:not(.no-sort):after {visibility:visible; opacity:0.4;}
table.checker_results th[role=columnheader]:not(.no-sort):hover:after {visibility:visible; opacity:1;}
table.checker_results tr td {padding:2px 5px; text-align:center; border:1px solid; border-color:#98a2a9;}
table.checker_results tr.big th, table.checker_results tr.big td {padding:7px 10px;}
table.checker_results tr.wide td {padding:5px 30px;}
table.checker_results tr.wide td.no_left_pad {padding:5px 30px 5px 0px;}
table.checker_results tr.hovering:hover td {-webkit-box-shadow: inset 0px 0px 30px #E0FFFF;
								-moz-box-shadow: inset 0px 0px 30px #E0FFFF;
								box-shadow: inset 0px 0px 30px #E0FFFF;}
table.checker_results p {font:1.0em Arial,sans;}
table.checker_results code {font:1.0em Arial,sans;}
table.checker_results .small {font:0.9em Arial,sans;}
table.checker_results .bold {font-weight:bold;}
table.checker_results .big_text {font:1.6em Arial;}
table.checker_results .delimiter {width:10px;}
table.checker_results .bg_green {background:#66FF66;}
table.checker_results .bg_green2 {background:#27EE27;}
table.checker_results .bg_red {background:#FF6666;}
table.checker_results .bg_blue {background:#6699FF;}
table.checker_results .bg_pink {background:#FFE0E0;}
table.checker_results .bg_gray {background:#D7E3D2;}
table.checker_results .bg_gray2 {background:#C6D1C1;}
table.checker_results .bg_gray3 {background:#E5EFE1;}
table.checker_results .bg_yellow {background:#E9E986;}
table.checker_results .bg_yellow2 {background:#FFFFE0;}
table.checker_results .cursor_click {cursor:pointer;}
table.checker_results .cursor_default {cursor:default;}
table.checker_results .bordered {border:solid 1px #b8c2c9;}
table.checker_results th.nowhitespace, table.checker_results td.nowhitespace {white-space:nowrap;}
table.checker_results th.whitespace, table.checker_results td.whitespace {white-space: pre-wrap;      /* CSS3 */   
																																			  	white-space: -moz-pre-wrap; /* Firefox */    
																																			  	white-space: -pre-wrap;     /* Opera <7 */   
																																			  	white-space: -o-pre-wrap;   /* Opera 7 */    
																																			  	word-wrap: break-word;      /* IE */}
table.checker_results th.minimal, table.checker_results td.minimal {width:1px;}
table.checker_results td.half {width:50%;}
table.checker_results td.maxWidthed {max-width:0;}
table.checker_results td.noborder {border:none;}
table.checker_results td.nobg {background:none;}
table.checker_results td.left_border {border:none; border-left:1px solid;}
table.checker_results .aleft {text-align:left;}
table.checker_results .aright {text-align:right;}
table.checker_results .atop {vertical-align:top;}
table.checker_results .amiddle {vertical-align:middle;}
table.checker_results td .block_right {float:right; position:relative; margin:0; z-index:7;}
table.checker_results td .block_abs {position:absolute; margin:0; z-index:7;}
table.checker_results td .button input[type="button"] {font:bold 1.1em Arial,sans;}
table.checker_results td .inside_notice {position:relative; margin-left:10px; padding:2px 4px 2px 4px; font:bold 1.1em Arial; color:#505050; background:#98ff98; z-index:9;}
table.checker_results td .inside_notice.no_margin {margin:0 !important;}
table.checker_results td .inside_notice.small {font:bold 1.0em Arial !important;}
table.checker_results td .inside_notice.tiny {font:bold 0.8em Arial !important;}
table.checker_results td .inside_notice.thin {font:1.0em Arial !important;}
table.checker_results td .inside_notice.gray {background:#dadada;}
table.checker_results td .inside_notice.left_arrow:before {content:""; position:absolute; right:97%; top:0px; width:0; height:0; border-top:8px solid transparent; border-right:6px solid #98ff98; border-bottom:8px solid transparent; z-index:8;}
table.checker_results td .inside_notice.left_arrow.gray:before {border-right:6px solid #dadada;}
table.checker_results td .bin_info_wrap {position:relative; display:block; width:80px; height:28px; margin:-7px -10px; overflow:hidden;}
table.checker_results td .bin_info_wrap .type_level {font:0.8em Arial; color:#929A9E; white-space:nowrap;}
table.checker_results td .card_indicator_wrap {position:relative; display:block; width:71px; height:13px; margin:-4px 0; overflow:hidden;}
table.checker_results td .card_indicator_wrap ul {float:left; display:block; width:17px; margin:0 10px 0 0; padding:0; list-style-position:outside; list-style:none;}
table.checker_results td .card_indicator_wrap ul:last-of-type {margin:0;}
table.checker_results td .card_indicator_wrap ul li {float:left; display:block; width:2px; height:13px; margin:0 3px 0 0; padding:0; background:#ccc; overflow:hidden;}
table.checker_results td .card_indicator_wrap ul li:last-child {margin:0;}
table.checker_results td .card_indicator_wrap ul li.on {background:#888;}
table.checker_results td .card_indicator_wrap ul li.alt {background:#888; height:6px;}
table.checker_results td .card_indicator_wrap .tooltip_wrap {display:none;}
table.checker_results.sky_theme th {background:#c9c7c7;}
table.checker_results.sky_theme tr td {border-color:#c4c4c4;}
table.checker_results.sky_theme tr td.light_border {border-color:#e1e1e1;}
table.checker_results.sky_theme .bg_gray {background:#EEF0F4;}
table.checker_results.sky_theme .bg_gray2 {background:#DFE6EB;}
table.checker_results.sky_theme .bg_gray3 {background:#e3e2e2;}
table.checker_results.sky_theme .bg_gray4 {background:#E8EAF0;}
table.checker_results.gray_theme th {background:#DAD8D8; border-color:#bababa #c4c4c4;}
table.checker_results.gray_theme tr td {border-color:#bababa #e0e0e0;}
table.checker_results.gray_theme .bg_gray {background:#F0F2F5;}
table.checker_results.gray_theme .bg_gray2 {background:#E6E8EC;}
table.checker_results.fixed_cell {cursor:default;}
table.checker_results.fixed_cell td {position:relative; padding:7px 10px; max-width:60px; white-space:nowrap;  overflow:hidden;}
table.checker_results.fixed_cell td.indicator_cell {max-width:91px;}
table.checker_results.fixed_cell th {padding:7px 10px;}
table.checker_results.fixed_cell.less_padding td {padding:7px 3px;}
table.checker_results.fixed_cell.less_padding td.bin_cell {padding:7px 10px;}
table.checker_results.fixed_cell.less_padding th {padding:7px 3px;}
table.checker_results.fixed_cell tr .overlay:before, 
	table.checker_results.fixed_cell tr .overlay .type_level:before {
		content:''; width:100%; height:100%; position:absolute; left:0; top:0; pointer-events:none;}
table.checker_results.fixed_cell tr.bg_gray .overlay:before, 
	table.checker_results.fixed_cell tr.bg_gray .overlay .type_level:before {
	  background: -moz-linear-gradient(left, rgba(240,242,245,0) 0%, rgba(240,242,245,0) 80%, rgba(240,242,245,1) 98%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(240,242,245,0) 0%,rgba(240,242,245,0) 80%,rgba(240,242,245,1) 98%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(240,242,245,0) 0%,rgba(240,242,245,0) 80%,rgba(240,242,245,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
table.checker_results.fixed_cell tr.bg_gray2 .overlay:before, 
	table.checker_results.fixed_cell tr.bg_gray2 .overlay .type_level:before {
	  background: -moz-linear-gradient(left, rgba(230,232,236,0) 0%, rgba(230,232,236,0) 80%, rgba(230,232,236,1) 98%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(230,232,236,0) 0%,rgba(230,232,236,0) 80%,rgba(230,232,236,1) 98%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(230,232,236,0) 0%,rgba(230,232,236,0) 80%,rgba(230,232,236,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

.batches_wrap {position:relative; display:block; padding:5px; border:solid 1px #dbdbdb; background:#EEF0F4; overflow:hidden;}
.batches_wrap.no_area {border:none; background:transparent;}
.batches_wrap .hidden {display:none;}
.batches_wrap .info_wrap {overflow:hidden;}
.batches_wrap .info_wrap .flip_wrap {display:inline-block; vertical-align:top; overflow:hidden;}
.batches_wrap .info_wrap .flip_wrap .flip_layer {position:relative; top:0;}
.batches_options_balloon {position:absolute; display:none; padding:5px; border:solid 1px #dbdbdb; background:#EEF0F4; z-index:5;}
.batch_void_clock, .batch_void_progress, .batch_void_done, .batch_void_fail {display:inline-block; width:20px; height:21px; vertical-align:middle; background:transparent url('../img/icon-clock-process-ok-fail.png') no-repeat; background-position:0px 0px;}
.batch_void_progress {background-position:-20px 0px;}
.batch_void_done {background-position:-40px 0px;}
.batch_void_fail {background-position:-60px 0px;}
.progressbar_wrap {position:relative; display:block; width:100%; height:1px; background:#dddddd; overflow:hidden;}
.progressbar_wrap .progressbar_idicator {width:0%; height:1px; background:#0a0;}

.reports_area {display:none; position:relative; width:99%; margin-bottom:10px; padding:5px; font:1.1em Arial;color:#515a61; border:solid 1px #b8c2c9; overflow: auto;}
.reports_area .float_right {display:block; float:right; margin:0px; position:relative; top:0; width:300px; text-align:justify;}
.reports_area p {font:1.0em Arial;color:#515a61;padding-bottom:5px;}
.reports_area p.topic {font:bold 1.1em Arial;color:#515a61; padding-bottom:10px;}
.reports_area .not_padded {padding-bottom:0;}
.reports_area input[type="text"] {width:49%;}

.autocomplete_area {position:relative;}
.autocomplete_wrap {position:absolute; font:1.3em Arial,sans; color:#515a61;}
.autocomplete_wrap.results {max-height:200px; padding:0px; border:1px solid #b8c2c9; background:#fff url('../img/top_grad.png') center left repeat-x; background-size:auto 300px; overflow:hidden; overflow-y:auto; z-index:5;}
.autocomplete_wrap.results ul {width:100%; margin:0; padding:0; list-style-position:outside; list-style:none;}
.autocomplete_wrap.results li {display:block; width:100%; margin:0px; padding:2px 5px; white-space:nowrap; cursor:pointer; overflow:hidden;}
.autocomplete_wrap.results li.over {background-color:#D9DFE4; color:#23272A;}
.autocomplete_icon {position:absolute; top:0px; right:4px; padding:1px 0 0 3px; font-size:10px; border-left:1px solid #ccc; z-index:5;}

.slider_wrap {position:relative; width:150px; margin:0 13px 30px; padding:0; z-index:5;}
.slider_wrap.no_margin {margin:9px 0 0; padding:10px 0 0;}
.slider_wrap.long {width:176px;}
.slider {position:absolute; top:0; left:0; width:100%; height:0; -webkit-appearance:none; appearance:none; pointer-events:none; z-index:7;}
.slider::-webkit-slider-thumb {position:relative; -webkit-appearance:none; appearance:none; pointer-events:auto; width:10px; height:20px; margin-top:-9px; border:2px solid #EEF0F4; border-radius:3px; background:#a1a1a1; cursor:pointer;}
.slider::-moz-range-thumb {position:relative; pointer-events:auto; width:10px; height:20px; margin-top:-9px; border:2px solid #EEF0F4; border-radius:3px; background:#a1a1a1; cursor:pointer;}
.slider::-webkit-slider-runnable-track {position:relative; width:100%; height:1px; border:none; border-radius:3px; background:#a1a1a1;}
.slider::-moz-range-track {position:relative; width:100%; height:1px; border:none; border-radius:3px; background:#a1a1a1;}
.slider:nth-of-type(2)::-webkit-slider-runnable-track {-moz-appearance:none; appearance:none; background:none;}
.slider:nth-of-type(2)::-moz-range-track {-moz-appearance:none; appearance:none; background:none;}
.slider:focus {background:none; outline:none;}
.slider_wrap .slider-fill {position:absolute; top:3px; height:1px; border-radius:3px; background:rgba(255,108,5,0.8); z-index:6;}
.slider-labels {margin:10px -33px 0px; padding:0 0 0; list-style:none; z-index:6;}
.slider-labels li {position:relative; float:left; width:72px; padding-top:10px; text-align:center; color:#b8c2c9; font-size:12px; cursor:pointer;}
.slider-labels li::before {position:absolute; top:-3px; right:0; left:0; content:""; width:1px; height:6px; margin:0 auto; border-radius:50%; background:#b8c2c9;}
.slider-labels.four {margin:10px -21px 0;}
.slider-labels.four li {width:48px;}
.slider-labels .active {color:#ff6c05;}
.slider-labels .active::before {display:none;}

#sticker_area .fixed_left {position:fixed; display:block; top:50%; left:0; margin:0; padding:5px; border:1px solid #ccc; border-left:none; background:#e8ecef; cursor:pointer; z-index:1000;}
#sticker_area .fixed_right {position:fixed; display:block; top:50%; right:0; margin:0; padding:5px; border:1px solid #ccc; border-right:none; background:#e8ecef; cursor:pointer; z-index:1000;}
#sticker_area .oi {font:44px Arial; color:#ff6c05; font-weight:normal; line-height:44px;}

.format_selector {position:relative; display:block; padding:0;overflow:hidden;}
.format_selector.area {width:95%; height:32px; min-height:32px; margin:0 auto; border:solid 1px #b8c2c9; background:#515a61;}
.format_selector.controls {margin:5px 0; list-style-position:outside; list-style:none;}
.format_selector.controls.no_margin {margin:0;}
.format_selector.controls li {float:left; display:block; margin:5px; font-size:10px;}
.format_selector.controls li:last-child {margin-right:0;}

.seller_wrap .flip_wrap {display:inline-block; vertical-align:top; overflow:hidden;}
.seller_wrap .flip_wrap .flip_layer {position:relative; top:0;}

.timeline_wrap_490 {width:585px; margin:0 auto;}
.timeline_wrap_490 .timeline_9 {position:relative; font:1.2em Arial; z-index:10;}
.timeline_wrap_490 .timeline_9 li {position:relative; float:left; width:65px; margin:10px 0; padding-top:15px; list-style:none; text-align:center; color: #929A9E; z-index:11;}
.timeline_wrap_490 .timeline_9 li .icon{position:absolute; top:-2px; left:31px; line-height:8px; font-size:8px; z-index:12;}
.timeline_wrap_490 .timeline_9 li:before{content:""; position:relative; top:-15px; left:-22px; display:block; width:50px; height:0px; border-top:2px dashed #929A9E;}
.timeline_wrap_490 .timeline_9 li:after{content:""; position:absolute; top:-4px; left:30px; display:block; width:6px; height:6px; border:2px solid #929A9E; border-radius:50%; background:#e8ecef;}
.timeline_wrap_490 .timeline_9 li:first-child{padding-top:17px;}
.timeline_wrap_490 .timeline_9 li:first-child:before{content:none;}
.timeline_wrap_490 .timeline_9 li.success{color:#68931B;}
.timeline_wrap_490 .timeline_9 li.success:before{border-top:2px solid #68931B;}
.timeline_wrap_490 .timeline_9 li.success:after{top:-7px; left:27px; width:12px; height:12px; border-color:#68931B;}
.timeline_wrap_490 .timeline_9 li.fail{color:#F75555;}
.timeline_wrap_490 .timeline_9 li.fail .icon{top:-3px;}
.timeline_wrap_490 .timeline_9 li.fail:before{border-top:2px solid #F75555;}
.timeline_wrap_490 .timeline_9 li.fail:after{top:-7px; left:27px; width:12px; height:12px; border-color:#F75555;}



#modalbox_mask {display:none; position:fixed; top:0; left:0; width:100%; height:100%; margin:0; padding:0; background:black; cursor:pointer; z-index:100001;
							opacity: 0.5;
							-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
							filter: alpha(opacity=50);
							-moz-opacity: 0.5;
							-khtml-opacity: 0.5;}
#modalbox_wrap {display:none; position:fixed; max-height:500px; background:#e8ecef; border:1px solid #5b5b5b; margin:0; padding:0; cursor:default; overflow:hidden; z-index:100002;
								-webkit-box-shadow: 0px 0px 15px #5b5b5b;
								-moz-box-shadow: 0px 0px 15px #5b5b5b;
								box-shadow: 0px 0px 15px #5b5b5b;}
#modalbox_wrap.small {width:300px;}
#modalbox_wrap.middle {width:400px;}
#modalbox_wrap.medium {width:600px;}
#modalbox_wrap.large {width:800px;}
#modalbox_wrap .modalbox_content {display:block; position:relative; max-height:460px; margin:10px 0; padding:0 10px; color:#515a61; overflow:auto; z-index:100003;}
#modalbox_wrap .modalbox_content .block_right_ab {position:absolute;float:right;top:0;right:10px;margin:0;padding:0;z-index:7;}

.accordion {list-style-type:none;}
.accordion li.head {border-bottom: solid 1px #c4c4c4;}
.accordion li.head h3 {font:1.6em Arial,sans; color:#515a61; background:#c9c7c7; padding:7px 15px; margin:0; border:solid 1px #c4c4c4; border-bottom:none;}
.accordion li.head h3:hover {background-color:#e3e2e2;}
.accordion li.content {display:block;}
.accordion li.content .list {background-color:#e8ecef; margin:0; border:solid 1px #c4c4c4; border-collapse:collapse;}
.accordion li.content .list li {font:bold 1.2em Arial; color:#515a61; margin:5px 30px 5px; padding-bottom:10px;}

#footer {display:block; position:relative; margin-top:50px; padding-bottom:10px; color:#515a61; clear:both; z-index:3;}
#footer .terms_wrap {display:block; position:relative; margin:0 auto; padding:0; width:300px; text-align:center; z-index:4;}
#footer .terms_wrap .server_time {font:0.8em Arial;}
#footer .domains_wrap {display:block; float:left; position:relative; margin:0 0 0 20px; padding:0; text-align:left; z-index:4;}
#footer .contacts_wrap {display:block; float:right; position:relative; margin:0 20px 0 0; padding:0; text-align:right; z-index:4;}
#footer .bots_wrap {display:block; float:right; position:relative; margin:0 50px 0 0; padding:0; text-align:right; z-index:4;}
#footer .lang_wrap {display:block; position:relative; width:24px; height:24px; margin:10px auto; padding:0; background:none; cursor:pointer; z-index:4;}
#footer .lang_wrap.en {background:transparent url('../img/flag_en.png') left top no-repeat;}
#footer .lang_wrap.zh {background:transparent url('/flag_zh.png') left top no-repeat;}

* {margin:0px; padding:0px;}
html {height:100%;}
body {width:100%; min-width:999px; font: 62.5%/1.4 Arial, sans-serif; background:#fff url('../img/bg.png') top left repeat-x;}
img {border:none}
*:focus {outline:none;}

noscript {position:absolute; top:0; left:0; width:100%; height:100%; margin:0; padding:300px 0 0; background:#000; text-align:center; font-size:36px; color:#fff; z-index:20000;}

select {padding:0 3px; color:#515a61; background:#fff; border:solid 1px #b8c2c9;}
select.green_border {border-color:#98ff98;}
select.red_border {border-color:#F75555;}
select:disabled {background:#EAE8E3;}
select.standart_pad {padding:0;}
select.standart_height {height:20px;}
select.mini {width:85px;}
select.medium {width:119px;}
select.long {width:176px;}

input:disabled, input.disabled {background:#EAE8E3;}
input[type="text"] {padding:0 3px; color:#515a61; border:solid 1px #b8c2c9;}
input[type="password"] {border:solid 1px #b8c2c9; color:#515a61; padding:0 3px;}
input[type="text"].short {width:30px;}
input[type="text"].short2 {width:36px;}
input[type="text"].short3 {width:45px;}
input[type="text"].short4 {width:79px;}
input[type="text"].short4_icon {width:65px;}
input[type="text"].medium {width:100px;}
input[type="text"].long {width:170px;}
input[type="text"].long_icon {width:155px;}
input[type="text"].huge {width:350px;}
input[type="radio"] {vertical-align:middle;}
input[type="text"].standart_pad {padding:1px 2px;}
input[type="text"].icon_pad {padding:1px 17px 1px 2px;}
input[type="text"].big {padding:4px;}
input[type="password"].big {padding:4px;}
input[type="text"].red_border {border-color:#F75555;}
input[type="checkbox"] {vertical-align:bottom;}

textarea {color:#515a61; border:solid 1px #b8c2c9; resize:none; -moz-appearance:none;}
textarea.mini {width:170px; height:58px;}
textarea.standart_pad {padding:1px 2px;}

code {padding:0 2px; background:#f5f5f5;}
h2 {padding-bottom:15px; font:1.8em Arial,sans; color:#515a61;}
p {position:relative; padding-bottom:10px; font:1.3em Arial,sans; color:#515a61;}
p.hidden {display:none;}
a {color:#515a61;}
a:hover {color:#818a91;}
a.dashed, a.dotted, a.no_underline {font-weight:normal; color:#515a61;text-decoration:none; border-bottom-style:dashed; border-bottom-color:#515a61; border-bottom-width:1px; cursor:pointer; padding:0; margin:0;}
a.dotted {border-bottom-style:dotted;}
a.no_underline {border-bottom:none;}
a.dashed.light, a.dotted.light, a.no_underline.light {color:#ff6c05; border-bottom-color:#ff6c05;}
a.dashed.gray, a.dotted.gray, a.no_underline.gray  {color:#919aa1; border-bottom-color:#919aa1;}
a.dashed.bold, a.dotted.bold, a.no_underline.bold {font-weight:bold;}
a.dashed.red, a.dotted.red, a.no_underline.red {color:#F75555; border-bottom-color:#F75555;}
a.dashed:hover, a.dashed.active, a.dotted:hover, a.dotted.active, a.no_underline:hover, a.no_underline.active {color:#818a91; border-bottom-color:#818a91;}
a.help {cursor:help;}

.small {font:bold 1.1em Arial;color:#515a61;}
.light {color:#ff6c05;}
.light_thin {color:#ff6c05; font-weight:normal;}
.thin {font:1.1em Arial;color:#515a61;}
.mini {font:0.9em Arial;color:#515a61;}
.tiny {font:0.8em Arial;color:#515a61;}
.big_text {font:bold 1.6em Arial; color:#515a61;}
.huge_text {font:bold 1.8em Arial; color:#515a61;}
.gigant_text {font:bold 72px Arial; color:#515a61; font-weight:normal; line-height:72px;}
.red {color:#F75555;}
.green {color:#68931B;} /*#85BC21;}*/
.green2 {color:#5C8F00;}
.gray {color:#717a81;}
.gray2 {color:#dddddd;}
.gray3 {color:#515a61;}
.gray4 {color:#cad3da;}
.gray5 {color:#BFC1C2;}
.gray6 {color:#929A9E;}
.bg_yellow2 {background:#FFFFE0;}
.bold {font-weight:bold;}
.align_center {text-align:center;}
.align_right {text-align:right;}
.help {cursor:help;}
.opacity {opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;}
.opacity_50 {opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;}
.opacity_80 {opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;}
.full_rounded_3 {border-radius:3px; 
								-moz-border-radius:3px;
								-khtml-border-radius:3px;
								-webkit-border-radius:3px;}
.full_rounded_5 {border-radius:5px; 
								-moz-border-radius:5px;
								-khtml-border-radius:5px;
								-webkit-border-radius:5px;}

.right_rounded_20 {border-radius:0 20px 20px 0; 
								-moz-border-radius:0 20px 20px 0;
								-khtml-border-radius:0 20px 20px 0;
								-webkit-border-radius:0 20px 20px 0;}

.left_rounded_20 {border-radius:20px 0 0 20px; 
								-moz-border-radius:20px 0 0 20px;
								-khtml-border-radius:20px 0 0 20px;
								-webkit-border-radius:20px 0 0 20px;}

.bottom_rounded_5 {border-radius:0 0 5px 5px; 
								-moz-border-radius:0 0 5px 5px;
								-khtml-border-radius:0 0 5px 5px;
								-webkit-border-radius:0 0 5px 5px;}

.shadow_10 {-webkit-box-shadow: 0px 0px 10px #dbdbdb;
						-moz-box-shadow: 0px 0px 10px #dbdbdb;
						box-shadow: 0px 0px 10px #dbdbdb;}
.shadow_dark_10 {-webkit-box-shadow: 0px 0px 10px #5b5b5b;
						-moz-box-shadow: 0px 0px 10px #5b5b5b;
						box-shadow: 0px 0px 10px #5b5b5b;}
.nowhitespace {white-space:nowrap;}
.clear {clear:both;}
.cursor_click {cursor:pointer;}
.hidden {display:none;}

.not_padded {padding-bottom:0px;}
.not_padded2 {padding:0px;}
.padded {padding-left:10px;}
.padded2 {padding-bottom:5px;}
.padded3 {padding-left:30px;}
.padded4 {padding-top:10px;}
.padded5 {padding-left:20px;}
.padded6 {padding-left:5px;}
.padded7 {padding-top:20px;}
.padded8 {padding-bottom:30px;}
.padded9 {padding-bottom:20px;}
.padded10 {padding-top:6px;}
.padded11 {padding-left:50px;}
.padded12 {padding-right:20px;}
.padded13 {padding-top:12px;}
.padded14 {padding-right:5px;}
.padded15 {padding-right:10px;}
.padded16 {padding-top:1px;}
.padded17 {padding-bottom:2px;}
.margined {margin-bottom:20px;}
.margined2 {margin-top:20px;}
.margined3 {margin-top:10px;}
.margined4 {margin-bottom:10px;}
.margined5 {margin-left:30px;}
.margined6 {margin-left:15px;}
.margined7 {margin-left:46px;}
.margined8 {margin:0 auto 130px;}
.margined9 {margin:0 auto 50px;}
.margined10 {margin-right:10px;}
.margined11 {margin-right:5px;}
.margined12 {margin-left:5px;}
.margined13 {margin-bottom:0px;}
.margined14 {margin-bottom:5px;}
.margined15 {margin-right:100px;}
.margined16 {margin-bottom:40px;}
.margined17 {margin-bottom:30px;}
.margined18 {margin-left:100px;}
.margined19 {margin-left:-13px;}
.margined20 {margin-left:10px;}
.margined21 {margin-left:19px;}
.margined22 {margin-bottom:100px;}


#topline {position:relative; top:0px; left:0px; width:100%; height:6px; margin:0px; padding:0px; background:#aab0b6;}
#logo {position:relative; display:block; top:-25px; width:100px; height:100px; margin:15px auto 0px; background:transparent url('../img/logo.png') no-repeat;}
#logo.classic {top:0px;}
#breaking_notice {position:relative; width:100%; background:#E5EE50; margin:0px auto 10px; padding:5px 0; text-align:center; font:bold 1.2em Arial; color:#515a61; z-index:2;}

#login_wrap {display:block; position:relative; width:420px; height:313px; margin:40px auto 0px; padding:0px; background:transparent url('../img/bg_splash.png') left top no-repeat; z-index:1;}
#login_wrap .lang_wrap {display:block; position:absolute; top:210px; right:13px; width:24px; height:24px; margin:0; padding:0; background:none; cursor:pointer; z-index:3;}
#login_wrap .lang_wrap.en {background:transparent url('../img/flag_en.png') left top no-repeat;}
#login_wrap .lang_wrap.zh {background:transparent url('../img/flag_zh.png') left top no-repeat;}
#login_wrap h2 {display:block; position:relative; padding:47px 0 10px 115px; z-index:2;}
#login_wrap .textform {display:block; position:relative; width:250px; margin:10px 0 0 76px; padding:4px; color:#515a61; font:1.3em Arial,sans; background:#fff; border:solid 1px #515a61; z-index:2;}
#login_wrap .submit {display:block; position:relative; top:28px; left:215px; padding:0px; z-index:2;}
#login_wrap .error {display:block; position:relative; top:80px; z-index:2;}

#reg_wrap {display:block; position:relative; width:420px; height:313px; margin:40px auto 0px; padding:0px; background:transparent url('../img/bg_splash.png') left top no-repeat; z-index:1;}
#reg_wrap .lang_wrap {display:block; position:absolute; top:210px; right:13px; width:24px; height:24px; margin:0; padding:0; background:none; cursor:pointer; z-index:3;}
#reg_wrap .lang_wrap.en {background:transparent url('../img/flag_en.png') left top no-repeat;}
#reg_wrap .lang_wrap.zh {background:transparent url('../img/flag_zh.png') left top no-repeat;}
#reg_wrap h2 {padding:47px 0 10px 115px;  z-index:2;}
#reg_wrap .textform {display:block; position:relative; width:250px; margin:10px 0 0 76px; padding:4px; color:#515a61; font:1.3em Arial,sans; background:#fff; border:solid 1px #515a61; z-index:2;}
#reg_wrap .icon_eye {display:block; position:absolute; top:125px; right:50px; width:24px; height:24px; background:transparent url('../img/icon-eye.png') bottom center no-repeat; background-size:24px 48px; background-clip:border-box; z-index:2;}
#reg_wrap .icon_eye:hover {background-position:top center;}
#reg_wrap .submit {display:block; position:relative; top:10px; left:215px; padding:0px; z-index:2;}
#reg_wrap .error {display:block; position:relative; top:80px; z-index:2;}

#menu #left_menu, #menu #right_menu {position:relative; height:43px; margin:15px 0px 0px; padding:0px; background:#e8ecef url('../img/menu_ul_bg.png') top left repeat-x;}
#menu #left_menu {float:left;}
#menu #right_menu{float:right;}
#menu li {position:relative; float:left; height:43px; margin:0 2px; list-style:none;}
#menu li a {position:relative; display:block; float:left; height:30px; padding:13px 9px 0 22px; color:#545456; font:bold 1.3em Arial,sans;}
#menu li a .menu_icon {position:absolute; top:0px; left:5px; width:13px; height:43px; background:transparent url('../img/icon-menu-item.png') top left no-repeat;}
#menu li a:hover .menu_icon {background-position:top right;}
#menu li:hover {background:#D0D7DD url('../img/menu_ul_bg_hover.png') top left repeat-x;}
#menu li:hover a .menu_icon {background-position:top right;}
#menu li a #right {position:absolute; top:0px; right:-24px; width:24px; height:43px; background:transparent url('../img/menu_right.png') top left no-repeat;}
#menu li a:hover #right {background-position:top right;}
#menu li a #left {position:absolute; top:0px; left:-18px; width:18px; height:43px; background:transparent url('../img/menu_left.png') top left no-repeat;}
#menu li a:hover #left {background-position:top right;}
#menu li.selected a {color:#ff7600;text-decoration:none;}
#menu li .menu_notice {position:absolute; top: -13px; padding:2px 4px; font:bold 1.1em Arial; color:#515a61; background:#98ff98; cursor:default; z-index:3;}
#menu li .menu_notice.position1 {left:65px;}
#menu li .menu_notice.position2 {left:55px;}
#menu li .menu_notice.position3 {left:0px;}
#menu li .menu_notice.position4 {right:0px;}

#account_area {position:absolute; display:block; top:6px; left:0; right:0; width:max-content; width:-moz-max-content; width:-webkit-max-content; margin:0 auto; padding:4px 7px 7px; color:#515a61; background:#e8ecef; border:1px solid #C6CBD0; border-top:none; z-index:1;}
#account_area .delim {display:inline-block; width:1px; height:100%; margin:0 7px; background:#BEC4CA; z-index:2;}
#account_area .oi[data-glyph=plus]:before{vertical-align:bottom;}
#account_area .oi[data-glyph=cog]:before{vertical-align:bottom;}
#account_area .hidden {display:none;}
#account_area .inside_notice {position:relative; margin:0 0 0 10px; padding:2px 4px 2px 4px; font:bold 0.8em Arial; color:#717a81; background:#dadada; z-index:9;}
#account_area .inside_notice.left_arrow:before {content:""; position:absolute; right:97%; top:0px; width:0; height:0; border-top:8px solid transparent; border-right:6px solid #dadada; border-bottom:8px solid transparent; z-index:8;}
#account_area .balance_wrap {overflow:hidden;}
#account_area .balance_wrap .flip_wrap {display:inline-block; vertical-align:top; overflow:hidden;}
#account_area .balance_wrap .flip_wrap .flip_layer {position:relative; top:0;}


#contactbox_wrap {position:relative; display:block; float:right; margin:20px 0px; /*position:absolute; top:100px; right:0px;*/ min-height:26px; color:#515a61;}
#contactbox_wrap .top {position:relative; height:13px; background:#FEFFFF;}
#contactbox_wrap .top .topcorner {position:relative; top:0; left:-13px; width:13px; height:13px; background:transparent url('../img/contactbox_topcorner.png') left top no-repeat;}
#contactbox_wrap .bottom {position:relative; height:13px; background:#D0D7DD;}
#contactbox_wrap .bottom .bottomcorner {position:relative; bottom:0; left:-13px; width:13px; height:13px; background:transparent url('../img/contactbox_bottomcorner.png') left top no-repeat;}
#contactbox_wrap .contactbox_area {position:relative; margin-left:-13px; padding:0 15px; background:#D0D7DD url('../img/contactbox_grad.png') left top no-repeat; background-size:100% 100%;}

#main {position:relative; margin:0px; padding-top:20px; padding-bottom:77px; overflow:hidden;}
#content {position:relative; margin-right:20px; margin-left:20px; padding:0 21px 0 21px; background:#e8ecef; z-index:1;}
#content.medium {margin-right:10%; margin-left:10%;}
#content.small {margin-right:30%; margin-left:30%;}
#content .top_grad {position:relative; top:-20px; background:transparent url('../img/top_grad.png') left top repeat-x; z-index:2;}
#content .bottom_grad {position:relative; bottom:-97px; padding-bottom:80px; background:transparent url('../img/bottom_grad.png') left bottom repeat-x; z-index:2;}
#content .top_left_corner {position:relative; float:left; top:-100px; left:0; margin-left:-22px; width:22px; height:117px; background:transparent url('../img/top_left.png') left top repeat-x; z-index:3;}
#content .top_right_corner {position:relative; float:right; top:-100px; right:0; margin-right:-21px; width:21px; height:117px; background:transparent url('../img/top_right.png') left top repeat-x; z-index:3;}
#content .bottom_left_corner {position:relative; float:left; bottom:108px; left:0; margin-left:-22px; width:22px; height:188px; background:transparent url('../img/bottom_left.png') left top repeat-x; z-index:3;}
#content .bottom_right_corner {position:relative; float:right; bottom:108px; right:0; margin-right:-21px; width:21px; height:188px; background:transparent url('../img/bottom_right.png') left top repeat-x; z-index:3;}
#content #center {position:relative; top:-70px; z-index:4;}
#content #center.no_overflow {overflow:hidden;}
#content #center .abs {position:absolute;}
#content #center .square {position:absolute; left:50%; height:40px; width:40px; margin-left:-20px; background:none; z-index:4;}
#content #center .square .block {float:left;height:20px;width:20px;background:none;z-index:4;}
#content #center .hidden {display:none;}
#content #center .coin_wrap {position:relative; display:inline-block; width:100px; height:50px; margin:0; padding:5px; color:#515a61; font:bold 16px Arial,sans; border:1px solid rgba(0,0,0,0.1); background:rgba(0,0,0,0.05); z-index:5;}
#content #center .coin_wrap.margined {margin:0 20px 0 0;}
#content #center .coin_wrap.buttoned {cursor:pointer;}
#content #center .coin_wrap.buttoned:hover {border:1px solid rgba(0,0,0,0.2); background:rgba(0,0,0,0.1);}
#content #center .coin_wrap.buttoned:hover .cc.btc {color:#F7931A;}
#content #center .coin_wrap.buttoned:hover .cc.bch {color:#4BCF51;}
#content #center .coin_wrap.buttoned:hover .cc.eth {color:#282828;}
#content #center .coin_wrap.buttoned:hover .cc.xmr {color:#FF6600;}
#content #center .coin_wrap .cc {display:block; margin:0; padding:0px; font:bold 26px Arial,sans;}

#content #header_area {overflow:hidden; padding-bottom:10px;}
#content .clear {clear:both;}
#content .block_left {position:relative;float:left;margin:0;padding:0;z-index:7;}
#content .block_left_ab {position:absolute;float:left;bottom:0;margin:0;padding:0;z-index:7;}
#content .block_left_margined50_lrb {position:relative;float:left;margin:0 50px 50px;padding:0;z-index:7;}
#content .block_right {position:relative;float:right;margin:0;z-index:7;}
#content .block_right_ab {position:absolute;float:right;top:0;right:0;margin:0;padding:0;z-index:7;}
#content .block_right_ab.right {right:10px;}
#content p .left_notice {position:absolute; left:-30px; top:0; margin:0; padding:0px 4px; font:bold 1.1em Arial;color:#505050; background:#98ff98; z-index:9;}
#content .inside_notice {position:relative; margin-left:10px; padding:2px 4px 2px 4px; font:bold 1.1em Arial; color:#505050; background:#98ff98; z-index:9;}
#content .inside_notice.left {margin-left:-65px;}
#content .inside_notice.small {font:bold 1.0em Arial;}
#content .inside_notice.tiny {font:bold 0.8em Arial;}
#content .inside_notice.gray {background:#dadada;}
#content .inside_notice.gray2 {background:#EEF0F4;}
#content .inside_notice.gray_text {color:#717a81;}
#content .inside_notice.left_arrow:before {content:""; position:absolute; right:97%; top:0px; width:0; height:0; border-top:8px solid transparent; border-right:6px solid #98ff98; border-bottom:8px solid transparent; z-index:8;}
#content .inside_notice.left_arrow.gray:before {border-right:6px solid #dadada;}
#content .inside_notice.left_arrow.gray2:before {border-right:6px solid #EEF0F4;}
#content .inside_notice.right_arrow:before {content:""; position:absolute; left:97%; top:0px; width:0; height:0; border-top:8px solid transparent; border-left:6px solid #98ff98; border-bottom:8px solid transparent; z-index:8;}
#content .inside_notice.right_arrow.gray:before {border-left:6px solid #dadada;}
#content .inside_notice.right_arrow.gray2:before {border-left:6px solid #EEF0F4;}
#content .break_line {width:100%; height:1px; background:#C6D1C1;}
.cards_area {display:block; margin:0 0 0 30px; padding:0px;}
.cards_area.no_margin {margin:0;}
.cards_area .float_right {display:block; float:right; margin:0px; width:19%; text-align:justify;}
.cards_area .float_right.medium {width:40%;}
.cards_area textarea {display:block; width:78%; height:190px; margin-bottom:10px; padding:5px; background:#fff; border:solid 1px #b8c2c9; resize:none; -moz-appearance:none;}
.cards_area textarea.wide_low {width:97%; height:50px;}
.cards_area textarea.medium_high {width:55%;}
.cards_area textarea.medium {width:50%;height:150px;}
.cards_area textarea.mini {width:50%; height:100px; font-size:13px !important;}
.cards_area textarea.micro {width:25%; height:100px;}
#content #quickStart_area {margin-bottom:30px; padding:10px; background:#EEF0F4;}
#content #quickStart_area .disabled {color:#cad3da;}
#content #amount_area {margin:0 50px 10px 0; padding:10px; background:#EEF0F4;}
#content #amount_area select {width:115px; padding:0 3px;}
#content #formatList_area {margin:0 50px 10px 0; padding:10px; background:#EEF0F4;}
#content #formatExp_area {padding:10px; background:#EEF0F4;}
#content ._area {padding:10px; border:solid 1px #dbdbdb; background:#EEF0F4;}
#advanced_wrap .advanced_area {position:relative; width:99%; margin-bottom:10px; padding:10px; font:1.1em Arial; color:#515a61; border:solid 1px #dbdbdb; background:#EEF0F4; overflow:auto;}
#advanced_wrap .advanced_area .float_right {display:block; float:right; margin:0px; position:relative; top:0; width:300px; text-align:justify;}
#advanced_wrap .advanced_area .mtypes {display:block; float:left; padding:0 70px 0 10px; font:1.0em Arial;}
#advanced_wrap .advanced_area p {padding-bottom:5px; font:1.0em Arial; color:#515a61;}
#advanced_wrap .advanced_area p.topic {padding-bottom:10px; font:bold 1.1em Arial; color:#515a61;}
#advanced_wrap .advanced_area .disabled {color:#cad3da;}
.button {position:relative; width:123px; height:34px; border:none; background:transparent url('../img/button.png') top center no-repeat; background-size:123px 102px; background-clip:border-box;}
.button .wrap_disabled {position:absolute; display:block; width:100%; height:100%; background:transparent url('../img/button-loader.gif') no-repeat center center; background-size:98px 26px; z-index:7;}
.button input[type="button"] {position:relative; display:block; top:5px;left:11px; width:101px;height:22px; margin:0; padding:0; border:none; background:#ff8e01; color:white; font:bold 1.3em Arial,sans; cursor:pointer;}
.button.wide {width:160px; background-size:160px 102px; background-clip:border-box;}
.button.wide input[type="button"] {top:5px;left:15px; width:130px;}
.button:hover {background-position:center center;}
.button:hover input[type="button"] {background:#FEA940;}
.button:active {background-position:bottom center;}
.button:active input[type="button"] {background:#FEC278;}
.button_mini {padding:3px; background:rgba(0,0,0,0.1); cursor:pointer; border:solid 1px rgba(0,0,0,0.1);}
.button_mini.inactive {background:rgba(0,0,0,0.04); color:#818a91;}
.button_mini.active {background:rgba(255,108,5,0.4);}
.button_mini.light_gray {background:rgba(221,221,221,1);}
.button_mini.disabled {cursor:default;}
.button_mini:hover {background:rgba(0,0,0,0.2);}
.button_mini.active:hover {background:rgba(255,108,5,0.6);}
.button_mini.disabled:hover {background:rgba(0,0,0,0.1);}
.button_mini.inactive.disabled:hover {background:rgba(0,0,0,0.04);}
.button_mini.active.disabled:hover {background:rgba(255,108,5,0.4);}
.button_mini.light_gray:hover {background:rgba(221,221,221,0.8);}
.button_mini:active {background:rgba(0,0,0,0.05);}
.button_mini.active:active {background:rgba(255,108,5,0.2);}
.button_mini.light_gray:active {background:rgba(221,221,221,0.6);}
.button_mini.disabled:active {background:rgba(0,0,0,0.1);}
.button_mini.inactive.disabled:active {background:rgba(0,0,0,0.04);}
.button_mini.active.disabled:active {background:rgba(255,108,5,0.4);}
.file_button {position:relative; width:150px; height:20px; color:#515a61; font:1.0em Arial; z-index:9;}
.file_button.wide {width:97%;}
.mac_cmd_icon {display:inline-block; width:13px; height:13px; vertical-align:middle; background:transparent url('../img/icon-mac-ccommand.png') no-repeat; background-position:0px 0px;}
.telegram_icon {display:inline-block; width:25px; height:25px; vertical-align:middle; background:transparent url('../img/icon-telegram.png') no-repeat; background-position:0px 0px;}
.icon_eye_relative {display:inline-block; position:relative; width:24px; height:24px; vertical-align:top; background:transparent url('../img/icon-eye.png') bottom center no-repeat; background-size:24px 48px; background-clip:border-box;}
.icon_eye_relative:hover {background-position:top center;}

.checker_results_wrap {position:relative; display:block; margin:0; padding:0;}
table.checker_results {width:99%; margin:0 0 5px 0; padding:0; color:#515a61; font:1.2em Arial,sans; border:none; border-collapse:collapse; border-spacing:0; overflow:hidden;}
table.checker_results.abs {position:absolute;}
table.checker_results.minimal {width:1px;}
table.checker_results th {padding:2px 5px; background:#9AA390; text-align:center; border:1px solid; border-color:#E8ECEF;}
table.checker_results th[role=columnheader]:not(.no-sort) {cursor:pointer;}
table.checker_results th[role=columnheader]:not(.no-sort):after {content:''; float:right;margin-top:6px; border-width:0 4px 4px; border-style:solid; border-color:#404040 transparent; visibility:hidden; opacity:0; -ms-user-select:none; -webkit-user-select:none; -moz-user-select:none; user-select:none;}
table.checker_results th[aria-sort=descending]:not(.no-sort):after {border-bottom:none; border-width:4px 4px 0;}
table.checker_results th[aria-sort]:not(.no-sort) {background:#EAE8E8;}
table.checker_results th[aria-sort]:not(.no-sort):after {visibility:visible; opacity:0.4;}
table.checker_results th[role=columnheader]:not(.no-sort):hover:after {visibility:visible; opacity:1;}
table.checker_results tr td {padding:2px 5px; text-align:center; border:1px solid; border-color:#98a2a9;}
table.checker_results tr.big th, table.checker_results tr.big td {padding:7px 10px;}
table.checker_results tr.wide td {padding:5px 30px;}
table.checker_results tr.wide td.no_left_pad {padding:5px 30px 5px 0px;}
table.checker_results tr.hovering:hover td {-webkit-box-shadow: inset 0px 0px 30px #E0FFFF;
								-moz-box-shadow: inset 0px 0px 30px #E0FFFF;
								box-shadow: inset 0px 0px 30px #E0FFFF;}
table.checker_results p {font:1.0em Arial,sans;}
table.checker_results code {font:1.0em Arial,sans;}
table.checker_results .small {font:0.9em Arial,sans;}
table.checker_results .bold {font-weight:bold;}
table.checker_results .big_text {font:1.6em Arial;}
table.checker_results .delimiter {width:10px;}
table.checker_results .bg_green {background:#66FF66;}
table.checker_results .bg_green2 {background:#27EE27;}
table.checker_results .bg_red {background:#FF6666;}
table.checker_results .bg_blue {background:#6699FF;}
table.checker_results .bg_pink {background:#FFE0E0;}
table.checker_results .bg_gray {background:#D7E3D2;}
table.checker_results .bg_gray2 {background:#C6D1C1;}
table.checker_results .bg_gray3 {background:#E5EFE1;}
table.checker_results .bg_yellow {background:#E9E986;}
table.checker_results .bg_yellow2 {background:#FFFFE0;}
table.checker_results .cursor_click {cursor:pointer;}
table.checker_results .cursor_default {cursor:default;}
table.checker_results .bordered {border:solid 1px #b8c2c9;}
table.checker_results th.nowhitespace, table.checker_results td.nowhitespace {white-space:nowrap;}
table.checker_results th.whitespace, table.checker_results td.whitespace {white-space: pre-wrap;      /* CSS3 */   
																																			  	white-space: -moz-pre-wrap; /* Firefox */    
																																			  	white-space: -pre-wrap;     /* Opera <7 */   
																																			  	white-space: -o-pre-wrap;   /* Opera 7 */    
																																			  	word-wrap: break-word;      /* IE */}
table.checker_results th.minimal, table.checker_results td.minimal {width:1px;}
table.checker_results td.half {width:50%;}
table.checker_results td.maxWidthed {max-width:0;}
table.checker_results td.noborder {border:none;}
table.checker_results td.nobg {background:none;}
table.checker_results td.left_border {border:none; border-left:1px solid;}
table.checker_results .aleft {text-align:left;}
table.checker_results .aright {text-align:right;}
table.checker_results .atop {vertical-align:top;}
table.checker_results .amiddle {vertical-align:middle;}
table.checker_results td .block_right {float:right; position:relative; margin:0; z-index:7;}
table.checker_results td .block_abs {position:absolute; margin:0; z-index:7;}
table.checker_results td .button input[type="button"] {font:bold 1.1em Arial,sans;}
table.checker_results td .inside_notice {position:relative; margin-left:10px; padding:2px 4px 2px 4px; font:bold 1.1em Arial; color:#505050; background:#98ff98; z-index:9;}
table.checker_results td .inside_notice.no_margin {margin:0 !important;}
table.checker_results td .inside_notice.small {font:bold 1.0em Arial !important;}
table.checker_results td .inside_notice.tiny {font:bold 0.8em Arial !important;}
table.checker_results td .inside_notice.thin {font:1.0em Arial !important;}
table.checker_results td .inside_notice.gray {background:#dadada;}
table.checker_results td .inside_notice.left_arrow:before {content:""; position:absolute; right:97%; top:0px; width:0; height:0; border-top:8px solid transparent; border-right:6px solid #98ff98; border-bottom:8px solid transparent; z-index:8;}
table.checker_results td .inside_notice.left_arrow.gray:before {border-right:6px solid #dadada;}
table.checker_results td .bin_info_wrap {position:relative; display:block; width:80px; height:28px; margin:-7px -10px; overflow:hidden;}
table.checker_results td .bin_info_wrap .type_level {font:0.8em Arial; color:#929A9E; white-space:nowrap;}
table.checker_results td .card_indicator_wrap {position:relative; display:block; width:71px; height:13px; margin:-4px 0; overflow:hidden;}
table.checker_results td .card_indicator_wrap ul {float:left; display:block; width:17px; margin:0 10px 0 0; padding:0; list-style-position:outside; list-style:none;}
table.checker_results td .card_indicator_wrap ul:last-of-type {margin:0;}
table.checker_results td .card_indicator_wrap ul li {float:left; display:block; width:2px; height:13px; margin:0 3px 0 0; padding:0; background:#ccc; overflow:hidden;}
table.checker_results td .card_indicator_wrap ul li:last-child {margin:0;}
table.checker_results td .card_indicator_wrap ul li.on {background:#888;}
table.checker_results td .card_indicator_wrap ul li.alt {background:#888; height:6px;}
table.checker_results td .card_indicator_wrap .tooltip_wrap {display:none;}
table.checker_results.sky_theme th {background:#c9c7c7;}
table.checker_results.sky_theme tr td {border-color:#c4c4c4;}
table.checker_results.sky_theme tr td.light_border {border-color:#e1e1e1;}
table.checker_results.sky_theme .bg_gray {background:#EEF0F4;}
table.checker_results.sky_theme .bg_gray2 {background:#DFE6EB;}
table.checker_results.sky_theme .bg_gray3 {background:#e3e2e2;}
table.checker_results.sky_theme .bg_gray4 {background:#E8EAF0;}
table.checker_results.gray_theme th {background:#DAD8D8; border-color:#bababa #c4c4c4;}
table.checker_results.gray_theme tr td {border-color:#bababa #e0e0e0;}
table.checker_results.gray_theme .bg_gray {background:#F0F2F5;}
table.checker_results.gray_theme .bg_gray2 {background:#E6E8EC;}
table.checker_results.fixed_cell {cursor:default;}
table.checker_results.fixed_cell td {position:relative; padding:7px 10px; max-width:60px; white-space:nowrap;  overflow:hidden;}
table.checker_results.fixed_cell td.indicator_cell {max-width:91px;}
table.checker_results.fixed_cell th {padding:7px 10px;}
table.checker_results.fixed_cell.less_padding td {padding:7px 3px;}
table.checker_results.fixed_cell.less_padding td.bin_cell {padding:7px 10px;}
table.checker_results.fixed_cell.less_padding th {padding:7px 3px;}
table.checker_results.fixed_cell tr .overlay:before, 
	table.checker_results.fixed_cell tr .overlay .type_level:before {
		content:''; width:100%; height:100%; position:absolute; left:0; top:0; pointer-events:none;}
table.checker_results.fixed_cell tr.bg_gray .overlay:before, 
	table.checker_results.fixed_cell tr.bg_gray .overlay .type_level:before {
	  background: -moz-linear-gradient(left, rgba(240,242,245,0) 0%, rgba(240,242,245,0) 80%, rgba(240,242,245,1) 98%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(240,242,245,0) 0%,rgba(240,242,245,0) 80%,rgba(240,242,245,1) 98%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(240,242,245,0) 0%,rgba(240,242,245,0) 80%,rgba(240,242,245,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
table.checker_results.fixed_cell tr.bg_gray2 .overlay:before, 
	table.checker_results.fixed_cell tr.bg_gray2 .overlay .type_level:before {
	  background: -moz-linear-gradient(left, rgba(230,232,236,0) 0%, rgba(230,232,236,0) 80%, rgba(230,232,236,1) 98%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(230,232,236,0) 0%,rgba(230,232,236,0) 80%,rgba(230,232,236,1) 98%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(230,232,236,0) 0%,rgba(230,232,236,0) 80%,rgba(230,232,236,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

.batches_wrap {position:relative; display:block; padding:5px; border:solid 1px #dbdbdb; background:#EEF0F4; overflow:hidden;}
.batches_wrap.no_area {border:none; background:transparent;}
.batches_wrap .hidden {display:none;}
.batches_wrap .info_wrap {overflow:hidden;}
.batches_wrap .info_wrap .flip_wrap {display:inline-block; vertical-align:top; overflow:hidden;}
.batches_wrap .info_wrap .flip_wrap .flip_layer {position:relative; top:0;}
.batches_options_balloon {position:absolute; display:none; padding:5px; border:solid 1px #dbdbdb; background:#EEF0F4; z-index:5;}
.batch_void_clock, .batch_void_progress, .batch_void_done, .batch_void_fail {display:inline-block; width:20px; height:21px; vertical-align:middle; background:transparent url('../img/icon-clock-process-ok-fail.png') no-repeat; background-position:0px 0px;}
.batch_void_progress {background-position:-20px 0px;}
.batch_void_done {background-position:-40px 0px;}
.batch_void_fail {background-position:-60px 0px;}
.progressbar_wrap {position:relative; display:block; width:100%; height:1px; background:#dddddd; overflow:hidden;}
.progressbar_wrap .progressbar_idicator {width:0%; height:1px; background:#0a0;}

.reports_area {display:none; position:relative; width:99%; margin-bottom:10px; padding:5px; font:1.1em Arial;color:#515a61; border:solid 1px #b8c2c9; overflow: auto;}
.reports_area .float_right {display:block; float:right; margin:0px; position:relative; top:0; width:300px; text-align:justify;}
.reports_area p {font:1.0em Arial;color:#515a61;padding-bottom:5px;}
.reports_area p.topic {font:bold 1.1em Arial;color:#515a61; padding-bottom:10px;}
.reports_area .not_padded {padding-bottom:0;}
.reports_area input[type="text"] {width:49%;}

.autocomplete_area {position:relative;}
.autocomplete_wrap {position:absolute; font:1.3em Arial,sans; color:#515a61;}
.autocomplete_wrap.results {max-height:200px; padding:0px; border:1px solid #b8c2c9; background:#fff url('../img/top_grad.png') center left repeat-x; background-size:auto 300px; overflow:hidden; overflow-y:auto; z-index:5;}
.autocomplete_wrap.results ul {width:100%; margin:0; padding:0; list-style-position:outside; list-style:none;}
.autocomplete_wrap.results li {display:block; width:100%; margin:0px; padding:2px 5px; white-space:nowrap; cursor:pointer; overflow:hidden;}
.autocomplete_wrap.results li.over {background-color:#D9DFE4; color:#23272A;}
.autocomplete_icon {position:absolute; top:0px; right:4px; padding:1px 0 0 3px; font-size:10px; border-left:1px solid #ccc; z-index:5;}

.slider_wrap {position:relative; width:150px; margin:0 13px 30px; padding:0; z-index:5;}
.slider_wrap.no_margin {margin:9px 0 0; padding:10px 0 0;}
.slider_wrap.long {width:176px;}
.slider {position:absolute; top:0; left:0; width:100%; height:0; -webkit-appearance:none; appearance:none; pointer-events:none; z-index:7;}
.slider::-webkit-slider-thumb {position:relative; -webkit-appearance:none; appearance:none; pointer-events:auto; width:10px; height:20px; margin-top:-9px; border:2px solid #EEF0F4; border-radius:3px; background:#a1a1a1; cursor:pointer;}
.slider::-moz-range-thumb {position:relative; pointer-events:auto; width:10px; height:20px; margin-top:-9px; border:2px solid #EEF0F4; border-radius:3px; background:#a1a1a1; cursor:pointer;}
.slider::-webkit-slider-runnable-track {position:relative; width:100%; height:1px; border:none; border-radius:3px; background:#a1a1a1;}
.slider::-moz-range-track {position:relative; width:100%; height:1px; border:none; border-radius:3px; background:#a1a1a1;}
.slider:nth-of-type(2)::-webkit-slider-runnable-track {-moz-appearance:none; appearance:none; background:none;}
.slider:nth-of-type(2)::-moz-range-track {-moz-appearance:none; appearance:none; background:none;}
.slider:focus {background:none; outline:none;}
.slider_wrap .slider-fill {position:absolute; top:3px; height:1px; border-radius:3px; background:rgba(255,108,5,0.8); z-index:6;}
.slider-labels {margin:10px -33px 0px; padding:0 0 0; list-style:none; z-index:6;}
.slider-labels li {position:relative; float:left; width:72px; padding-top:10px; text-align:center; color:#b8c2c9; font-size:12px; cursor:pointer;}
.slider-labels li::before {position:absolute; top:-3px; right:0; left:0; content:""; width:1px; height:6px; margin:0 auto; border-radius:50%; background:#b8c2c9;}
.slider-labels.four {margin:10px -21px 0;}
.slider-labels.four li {width:48px;}
.slider-labels .active {color:#ff6c05;}
.slider-labels .active::before {display:none;}

#sticker_area .fixed_left {position:fixed; display:block; top:50%; left:0; margin:0; padding:5px; border:1px solid #ccc; border-left:none; background:#e8ecef; cursor:pointer; z-index:1000;}
#sticker_area .fixed_right {position:fixed; display:block; top:50%; right:0; margin:0; padding:5px; border:1px solid #ccc; border-right:none; background:#e8ecef; cursor:pointer; z-index:1000;}
#sticker_area .oi {font:44px Arial; color:#ff6c05; font-weight:normal; line-height:44px;}

.format_selector {position:relative; display:block; padding:0;overflow:hidden;}
.format_selector.area {width:95%; height:32px; min-height:32px; margin:0 auto; border:solid 1px #b8c2c9; background:#515a61;}
.format_selector.controls {margin:5px 0; list-style-position:outside; list-style:none;}
.format_selector.controls.no_margin {margin:0;}
.format_selector.controls li {float:left; display:block; margin:5px; font-size:10px;}
.format_selector.controls li:last-child {margin-right:0;}

.seller_wrap .flip_wrap {display:inline-block; vertical-align:top; overflow:hidden;}
.seller_wrap .flip_wrap .flip_layer {position:relative; top:0;}

.timeline_wrap_490 {width:585px; margin:0 auto;}
.timeline_wrap_490 .timeline_9 {position:relative; font:1.2em Arial; z-index:10;}
.timeline_wrap_490 .timeline_9 li {position:relative; float:left; width:65px; margin:10px 0; padding-top:15px; list-style:none; text-align:center; color: #929A9E; z-index:11;}
.timeline_wrap_490 .timeline_9 li .icon{position:absolute; top:-2px; left:31px; line-height:8px; font-size:8px; z-index:12;}
.timeline_wrap_490 .timeline_9 li:before{content:""; position:relative; top:-15px; left:-22px; display:block; width:50px; height:0px; border-top:2px dashed #929A9E;}
.timeline_wrap_490 .timeline_9 li:after{content:""; position:absolute; top:-4px; left:30px; display:block; width:6px; height:6px; border:2px solid #929A9E; border-radius:50%; background:#e8ecef;}
.timeline_wrap_490 .timeline_9 li:first-child{padding-top:17px;}
.timeline_wrap_490 .timeline_9 li:first-child:before{content:none;}
.timeline_wrap_490 .timeline_9 li.success{color:#68931B;}
.timeline_wrap_490 .timeline_9 li.success:before{border-top:2px solid #68931B;}
.timeline_wrap_490 .timeline_9 li.success:after{top:-7px; left:27px; width:12px; height:12px; border-color:#68931B;}
.timeline_wrap_490 .timeline_9 li.fail{color:#F75555;}
.timeline_wrap_490 .timeline_9 li.fail .icon{top:-3px;}
.timeline_wrap_490 .timeline_9 li.fail:before{border-top:2px solid #F75555;}
.timeline_wrap_490 .timeline_9 li.fail:after{top:-7px; left:27px; width:12px; height:12px; border-color:#F75555;}



#modalbox_mask {display:none; position:fixed; top:0; left:0; width:100%; height:100%; margin:0; padding:0; background:black; cursor:pointer; z-index:100001;
							opacity: 0.5;
							-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
							filter: alpha(opacity=50);
							-moz-opacity: 0.5;
							-khtml-opacity: 0.5;}
#modalbox_wrap {display:none; position:fixed; max-height:500px; background:#e8ecef; border:1px solid #5b5b5b; margin:0; padding:0; cursor:default; overflow:hidden; z-index:100002;
								-webkit-box-shadow: 0px 0px 15px #5b5b5b;
								-moz-box-shadow: 0px 0px 15px #5b5b5b;
								box-shadow: 0px 0px 15px #5b5b5b;}
#modalbox_wrap.small {width:300px;}
#modalbox_wrap.middle {width:400px;}
#modalbox_wrap.medium {width:600px;}
#modalbox_wrap.large {width:800px;}
#modalbox_wrap .modalbox_content {display:block; position:relative; max-height:460px; margin:10px 0; padding:0 10px; color:#515a61; overflow:auto; z-index:100003;}
#modalbox_wrap .modalbox_content .block_right_ab {position:absolute;float:right;top:0;right:10px;margin:0;padding:0;z-index:7;}

.accordion {list-style-type:none;}
.accordion li.head {border-bottom: solid 1px #c4c4c4;}
.accordion li.head h3 {font:1.6em Arial,sans; color:#515a61; background:#c9c7c7; padding:7px 15px; margin:0; border:solid 1px #c4c4c4; border-bottom:none;}
.accordion li.head h3:hover {background-color:#e3e2e2;}
.accordion li.content {display:block;}
.accordion li.content .list {background-color:#e8ecef; margin:0; border:solid 1px #c4c4c4; border-collapse:collapse;}
.accordion li.content .list li {font:bold 1.2em Arial; color:#515a61; margin:5px 30px 5px; padding-bottom:10px;}

#footer {display:block; position:relative; margin-top:50px; padding-bottom:10px; color:#515a61; clear:both; z-index:3;}
#footer .terms_wrap {display:block; position:relative; margin:0 auto; padding:0; width:300px; text-align:center; z-index:4;}
#footer .terms_wrap .server_time {font:0.8em Arial;}
#footer .domains_wrap {display:block; float:left; position:relative; margin:0 0 0 20px; padding:0; text-align:left; z-index:4;}
#footer .contacts_wrap {display:block; float:right; position:relative; margin:0 20px 0 0; padding:0; text-align:right; z-index:4;}
#footer .bots_wrap {display:block; float:right; position:relative; margin:0 50px 0 0; padding:0; text-align:right; z-index:4;}
#footer .lang_wrap {display:block; position:relative; width:24px; height:24px; margin:10px auto; padding:0; background:none; cursor:pointer; z-index:4;}
#footer .lang_wrap.en {background:transparent url('../img/flag_en.png') left top no-repeat;}
#footer .lang_wrap.zh {background:transparent url('../img/flag_zh.png') left top no-repeat;}