/*
 __________________________________________________________________________
|                  |                                                       |
|          Title:  |  Sidebar - Close Button on Right, Text on Left        |
|    Description:  |  Switches the Sidebar Headings Items                  |
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  July 23, 2008                                        |
|   Date Updated:  |  July 23, 2008                                        |
|        Version:  |  1.0.0.0                                              |
|__________________|_______________________________________________________|

*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#sidebar-box .tabs-closebutton
{
  margin-left: -480px !important;
  margin-right: 480px !important;
}

#sidebar-title
{
   margin-left: 350px !important;
  position:relative !important;
   margin-right: -350px !important;
}