#PlayerViewEquipV2 { position:absolute; font-size:12px; width:280px; }

#PlayerViewEquipV2 .clear { clear:both; }

#PlayerViewEquipV2 .titlebar { width:280px; height:17px; background-color:white; background-repeat:repeat-x; border-radius:3px 3px 0px 0px; }
#PlayerViewEquipV2 .titlebar .base { width:11px; height:11px; border:none; background-color:transparent; background-repeat:no-repeat; vertical-align:middle;}
#PlayerViewEquipV2 .titlebar .PlayerName { text-shadow:1px 1px white; vertical-align:-2px; white-space:nowrap;
 /* chrome bug */ display: inline-block; width: 150px; height:13px; }

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

#PlayerViewEquipV2 .vieweqtab-manager { position: relative; width:inherit; background-color: white; height:15px; display: flex; }

#PlayerViewEquipV2 .vieweqtab a { width: 60px; height: 100%; color: #42454a; border: 1px solid #c9c3ba; border-bottom: none; text-decoration: none; display: inline-block; vertical-align: bottom; border-radius: 3px 3px 0 0; text-align: center; }
#PlayerViewEquipV2 .vieweqtab a.selected { color: #000; font-weight: bold; border-bottom: 1px solid white; position: relative; z-index: 100; background-color: white; }
#PlayerViewEquipV2 .vieweqtab a.selected:after { content: ""; display: block; height: 1px; width: 1px; position: absolute; bottom: -1px; left: -1px; }

#PlayerViewEquipV2 .panel { background-color:white; border-top: 1px solid gray; height: 130px; }
#PlayerViewEquipV2 table.vieweqcontent { width:280px; height:130px; border-spacing:0; }
#PlayerViewEquipV2 table.vieweqcontent.hide { display: none; }
#PlayerViewEquipV2 .vieweqcontent { display:inline-block; width:280px; height:130px; border-spacing:0; }
#PlayerViewEquipV2 .col1, #PlayerViewEquipV2 .col3  { width:115px; height:24px; background-color:transparent; background-repeat:no-repeat; }
#PlayerViewEquipV2 .col1 { background-position:5% 50%; min-width: 110px; }
#PlayerViewEquipV2 .col3 { background-position:95% 50%; min-width: 110px; }

#PlayerViewEquipV2 .overlay { 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;}

#PlayerViewEquipV2 .item button { width:24px; height:24px; background-color:transparent; background-repeat:no-repeat; border: none; }
#PlayerViewEquipV2 .item span { width:80px; height:24px; display:inline-block; line-height:12px; word-break:break-all; overflow:hidden; text-shadow:1px 1px white; }

#PlayerViewEquipV2 .col3 .item button, #PlayerViewEquipV2 .col3 .item span { float:right; }
#PlayerViewEquipV2 .col1 .item button, #PlayerViewEquipV2 .col1 .item span { float:left; }
#PlayerViewEquipV2 .col1 .item { padding-left:4px; }
#PlayerViewEquipV2 .col3 .item { padding-right:4px; }
#PlayerViewEquipV2 .col1 .item .itemName { display: flex; align-items: center; }
#PlayerViewEquipV2 .col3 .item .itemName { display: flex; align-items: center; }

#PlayerViewEquipV2 .ammo_container { position:relative; }
#PlayerViewEquipV2 .ammo { position:absolute; top:30px; }
#PlayerViewEquipV2 .ammo .item { text-align:center; }
#PlayerViewEquipV2 .ammo .item span { width:45px; }
#PlayerViewEquipV2 .cartitems { position:absolute; top:65px; left:14px; width:36px; height:36px; background-repeat:no-repeat; background-color:transparent; border:none; display:none; }
#PlayerViewEquipV2 .removeOption { position:absolute; top:90px; left:12px; width:36px; height:36px; background-repeat:no-repeat; background-color:transparent; border:none; display:none; }

#PlayerViewEquipV2 .footer { height:20px; border-bottom:1px solid #c0c0c0; }
#PlayerViewEquipV2 .footer .left { float:left; text-align:left; margin-left:5px; margin-top:3px; }
#PlayerViewEquipV2 .footer .right { float:right; text-align:right; margin-right:5px; margin-top:3px; }
#PlayerViewEquipV2 .footer .view_status { width:9px; height:14px; border:none; background-color:transparent; background-repeat:no-repeat; }
#PlayerViewEquipV2 .footer .show_equip { width:10px; height:12px; border:none; background-color:transparent; background-repeat:no-repeat; }

#lvlup_base { z-index:51; position:absolute; left:0px; bottom:0px; width:43px; height:43px; border:none; background-color:transparent; background-repeat:no-repeat; }
