@charset "UTF-8";

/* currency popup */
#popup_container.show_currency .show_currency {display:block;background:#fff;border-radius:3px;width:610px;}
.popup.show_currency .currency-list {position: relative;box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);}
.popup.show_currency .scroll {height:395px;overflow:auto;padding-left:176px;overflow-x:hidden;}
.popup.show_currency .line {position:absolute;top:0;left:176px;width:1px;height:100%;background:#ebebed;}
.popup.show_currency .left {position:absolute;top:0;left:0;padding:13px 0 0 17px;width:159px;}
.popup.show_currency .right {float:left;width:394px;padding:0 0 0 20px;}
.popup.show_currency li {line-height: 25px;font-size: 13px;white-space: nowrap;padding:0;background: none;border: 0;}
.popup.show_currency b {font-weight:normal;display: inline-block;max-width: 80%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;vertical-align:top;}
.popup.show_currency .right li {position:relative;float:left;width:50%;margin: 0;clear: none;}
.popup.show_currency .right li:nth-child(odd) {clear:both;}
.popup.show_currency .right .after {max-width:394px;border-bottom:1px solid #ebebed;padding:13px 0 16px;}
.popup.show_currency .right .after:last-child {border-bottom:0;}
.popup.show_currency .right span {display:none;position:absolute;right:100%;top:0;color:#fff;font-weight:bold;font-size:11px;padding:0 8px;background:rgba(16,16,16,0.94);border-radius:2px;margin-right:11px;white-space:nowrap;}
.popup.show_currency .right span b {display:none;} /* NOOP, replaced to :after pseudo element; */
.popup.show_currency .right span:after {content:'';display:inline;position:absolute;right:-10px;top:50%;margin-top:-5px;border:5px solid transparent;border-left-color:rgba(16,16,16,0.94);}
.popup.show_currency .right a:hover {text-decoration:none;}
.popup.show_currency .right a:hover span {display:block;}
.popup.show_currency .current b {color:#383d48;font-weight:bold;}
.popup.show_currency .right .current small {font-weight:normal;}
.popup.show_currency small {color:#383d48;font-size:11px;}
.popup.show_currency .btn-area {border:0;width:auto;box-shadow:none;background:none;margin:0;padding:15px;text-align:right;}
.popup.show_currency .btn-area button { font-size: 12px; line-height: 29px; margin-left: 4px;}
.popup.show_currency .left .current {color:#383d48;font-weight:bold;}