/*--我的帳戶menu bar--*/
.letao-account-topmenu{width:100%;box-sizing: border-box;border-bottom: 1px solid #eee;position: relative;top: 2px;}
.letao-account-topmenu .account-topmenubody {
	max-width: 1350px;
    min-width: 1140px;
    margin: 0 auto;}
.letao-account-topmenu .account-topmenubody{height: 40px;line-height: 40px;display: flex;align-items: center;}
.letao-account-topmenu .account-topmenubody > ul{
	margin: 0;
	width: 100%;
}
.letao-account-topmenu .account-topmenubody li{
	/* float: left; */
	width: 100%;
	position:relative;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #eee;
	border-bottom: 3px #ff008a solid;
	background-color: #f7f7f7;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,246,1) 51%, rgba(243,243,237,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(51%,rgba(249,249,246,1)), color-stop(100%,rgba(243,243,237,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,246,1) 51%,rgba(243,243,237,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,246,1) 51%,rgba(243,243,237,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,246,1) 51%,rgba(243,243,237,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,246,1) 51%,rgba(243,243,237,0) 100%); /* W3C */
}
.letao-account-topmenu .account-topmenubody li.eof{border-right: 1px #eee solid;}
.letao-account-topmenu .account-topmenubody li a{color: #333;text-decoration: none;}
.letao-account-topmenu .account-topmenubody li a:hover{text-decoration: underline;}
.letao-account-topmenu .account-topmenubody li.w{
	border:1px solid #e2e2e2;
	border-bottom: 3px solid #FFF !important;
	font-weight: bold;
	background-color:#fff;
	background: #fff;
}
.letao-account-topmenu .account-topmenubody li.w a{color: #c60;}

.letao-account-topmenu.ebayus .account-topmenubody li{border-bottom: 3px #007dff solid;}
.letao-account-topmenu.jpshopping .account-topmenubody li{border-bottom: 3px #ff4242 solid;}
.letao-account-topmenu.jpselection .account-topmenubody li{border-bottom: 3px #ff7800 solid;}

.letao-account-topmenu .account-topmenubody li .accountbtn{
	display: block;
	width: 133px;
	line-height: 40px;
	background: url(//letaoimg.s3.ap-northeast-1.amazonaws.com/twimg/jpshopping/bg_my_navi.png) repeat-x left bottom;
	border-left: 1px solid #fff;
	color: #333;
}

.letao-account-topmenu .ico-account-bca-num{
	position: absolute;
	top:1px;
	right:0px;
    display: block;
    width: 22px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1em;
    background-color: #f44336;
    color: #ffffff;
    border-radius: 22px;
}
.letao-account-topmenu .ico-account-bca-num-1000{
	position: absolute;
	top:2px;
	right:2px;
    display: block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1em;
    background-color: #f44336;
    color: #ffffff;
    border-radius: 32px;
}
