#ConvertItems { position:absolute; top:100px; left:100px; font-size:12px; width:280px; }
#ConvertItems .body { border-spacing:0px; display:inline-block; width:100%; }

#ConvertItems .titlebar { width:100%; height:17px; background-color:white; background-repeat:repeat-x; border-radius:3px 3px 0px 0px; }
#ConvertItems .titlebar .text { text-shadow:1px 1px white; vertical-align:-2px; white-space:nowrap;
 /* chrome bug */ display: inline-block; width: 32px; height:13px; margin-left:15px; }

#ConvertItems .titlebar .left { margin-left:3px; float:left; }
#ConvertItems .titlebar .clear { clear:both; }

#ConvertItems .infor_nventory { display: flex; }

#ConvertItems .tabs { border-left:1px solid #ccc; width:25px; background-color:white; vertical-align:top; background-position: -1px 0px; }
#ConvertItems .tabs button { width:20px; height:30px; border:none; background-color:transparent; display:block; }
#ConvertItems .tabs .item { height:25px; }

#ConvertItems .container { padding-left: 15px;border-right: 1px solid #ccc;background: white;width: 100%; }
#ConvertItems .content { overflow-y:scroll; overflow-x:hidden; width:100%; height:100%; min-height:262px; background-color:transparent; background-repeat:repeat-y; }

#ConvertItems .content .item { display:block; width:24px; height:28px; margin:4px 0px 0px 4px; position:relative; }
#ConvertItems .content .item .icon { width:24px; height:24px; border:none; background-color:transparent; background-repeat:no-repeat; }
#ConvertItems .overlay { pointer-events:none; position:absolute; display:none; white-space:nowrap; z-index:900; height:13px; padding:5px; background:rgba(0,0,0,0.7); color:white; text-shadow:1px 1px black;}
#ConvertItems .overlay.grey { color:#aaa; }
#ConvertItems .content .item .amount { position:relative; font-size:11px; bottom:9px; right:0px; text-align:right; text-shadow:-1px -1px white; }
#ConvertItems .content .name { font-size:12px; position:absolute; top:7px; left:30px; width:190px; }

#ConvertItems .footer { border-radius: 0px 0px 3px 3px; width:100%; height:27px; background-repeat:repeat-x; background-color:transparent; position:relative; border-right:1px solid #ccc; }
#ConvertItems .footer .extend { position:absolute; right:0px; bottom:1px; width:13px; height:13px; border:none; background-repeat:no-repeat; background-color:transparent; }

#ConvertItems .btn { top: 5px; position: absolute; border: 0; width: 42px; height: 20px; background-repeat: no-repeat; background-color: transparent; }
#ConvertItems .cancel { right:20px; }
#ConvertItems .trade { right:65px; }

