<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
 <panel name="Outfits"
 background_visible="true"
  follows="all"
 height="570"
 label="Things"
 layout="topleft"
 min_height="350"
 min_width="240"
 width="320"
 border="false">
   <tab_container
     follows="all"
     height="490"
     layout="topleft"
     left="6"
     name="appearance_tabs"
     tab_min_width="140"
     tab_height="30"
     tab_position="top"
     halign="center"
     width="315">
         <inventory_panel
           background_visible="true"
           background_opaque="true"
           label="MY OUTFITS"
           help_topic="my_outfits_tab"
           allow_multi_select="true"
           follows="all"
           border="false"
           left="0"
           top="0"
           width="314"
           mouse_opaque="true"
           name="outfitslist_tab"
           start_folder="My Outfits" /> 
         <inventory_panel
           follows="all"
           background_visible="true"
           background_opaque="true"
           label="WEARING"
           help_topic="now_wearing_tab"
          allow_multi_select="true"
           border="false"
           left="0"
           top="0"
           mouse_opaque="true"
           name="cof_tab"
           start_folder="Current Outfit"
           width="313" />
   </tab_container>
	 <panel
            bg_opaque_color="DkGray2"
       bg_alpha_color="DkGray2"
       background_visible="true"
       background_opaque="true"
     follows="left|right|bottom"
	  height="38"
	  layout="topleft"
	  left="9"
	  visible="true"
	  top_pad="-1"
     width="310" />
	<panel
	  background_visible="false"
	  follows="bottom|left"
	  height="50"
	  layout="topleft"
	  left="9"
	  visible="true"
	  name="bottom_panel"
	  top_pad="-38"
	  width="310">
        <button
         follows="bottom|left"
         tool_tip="Show additional options"
         height="18"
         image_disabled="OptionsMenu_Disabled"
         image_selected="OptionsMenu_Press"
         image_unselected="OptionsMenu_Off"
         layout="topleft"
         left="8"
         name="options_gear_btn"
         top="14"
         width="18" />
        <dnd_button
         follows="bottom|right"
         height="18"
         image_selected="TrashItem_Press"
         image_unselected="TrashItem_Off"
         layout="topleft"
         right="-9"
         name="trash_btn"
         tool_tip="Remove selected item"
         top="14"
         width="18" />
	 <button
	  follows="bottom|left"
		height="23" 
      label="Save Outfit" 
      layout="topleft"
      name="make_outfit_btn"
      tool_tip="Save appearance as an outfit"
       top="43"
       left="0"
      width="153" />
     <button
      follows="bottom|right" 
      height="23" 
      label="Wear"
      layout="topleft"
      name="wear_btn"
      left_pad="3"
       top="43"
      tool_tip="Wear selected outfit"
      width="152" />
	 <button
	  follows="bottom|left"
		height="23" 
		label="M" 
		layout="topleft"
        right="-140"
		name="look_edit_btn"
        top="26"
        visible="false" 
		width="20" />
	 </panel>
       
</panel>