/* =Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤= */
/*            Firefox 3 - Tab Tweaks         */
/*                    by                     */
/*                 Freestyler                */
/* =Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤= */


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/* ----Wider tabs in Firefox menus---- */

tab:not(.tabbrowser-tab)[selected="true"]{min-width:100px !important;}


/* ----Selected tab wider when multiple tabs are open---- */

#content tab[selected="true"]{min-width: 250px !important;}


/* ----Makes tabs transparent---- */

tab {opacity: 0.50 !important;}

tab:hover {opacity: 0.75 !important;}

tab[selected="true"] {opacity: 0.90 !important;}


/* ----Centers tab-text and positions it vertically---- */

.tab-text {text-align: center !important; margin-bottom: 3px !important}


/* ----Slims down tabs---- */

.tabbrowser-tabs {margin-top:-2px !important; margin-bottom:-2px !important;}

.tabbrowser-tab {margin-top:2px !important;}


/* ----Show tab favicon only on selected tab---- */

.tabbrowser-tab:not([selected="true"]) .tab-icon-image {display:none!important}


/* ----Hide close button on tabs---- */

.tabs-closebutton-box, .tab-close-button 
{display:none!important}


/* ----Italic text on tab when hover---- */

tab:hover {font-style: italic !important;} 


/* ----Disables tooltips when hovering mouse over a tab---- */

.tabbrowser-strip tooltip {display: none;}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                 Optional tweaks, just remove                     */
/*<-----------------------------these ----------------------------> */
/* before and after the code, whitch is always below the description*/  
/*                        of what it does                           */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/


/* ----Makes rounder corners on tabs---- */

/* tab {-moz-border-radius-topleft: 7px !important;

     -moz-border-radius-topright: 7px !important;} */


/* ----Changes the height of the tabbar---- */

/* .tabbrowser-strip {height: 25px !important;} */


/* ----Removes tab dropdownmenu from right side----*/

/* .tabs-alltabs-button {display: none !important;} */


/* ----Replaces throbber on loading foreground tab---- */

/* .tabbrowser-tab[busy] > .tab-icon-image {list-style-image: url("<-----insert:data URL:your chosen gif between ""----->") !important;} */


/* --Disables favicons in tabs, still shows throbber when loading page-- */

/* .tabbrowser-tab .tab-icon-image
{display:none!important}

.tabbrowser-tab[busy] > .tab-icon-image
{display: -moz-box !important;} */

/* --Disable throbber altogether * Thx to Evaryont-- */
/*.tabbrowser-tab[busy] > .tab-icon-image {list-style-image: none !important; list-style-type: none !important;} */

/* ----Cursor becomes a grab icon when hovered over the tab favicon. You can then drag a tab into bookmarks---- */
/* .tabbrowser-tabs tab .tab-icon-image {cursor: -moz-grab !important;} */ 

/* ----Cursor becomes a grab icon when hovered over tab. You can then drag a tab into bookmarks---- */
/* .tabbrowser-tabs tab .tab-text {cursor: -moz-grab !important;} */

/* remove New Tab button by epk1950 */
/* .tabs-newtab-button {display:none!important} */ 