@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Tab bar styling */
#main-window .tabbrowser-tabs {
	-moz-appearance: toolbox !important;
	margin-bottom: 4px !important;
	margin-top: 1px !important;
}

#main-window .tabbrowser-tabs .tabs-bottom {
	-moz-appearance: tabpanels !important;
	margin-bottom: -4px !important;
	min-height: 6px !important;
}

/* Tab bar bug fixes */
#main-window .tabbrowser-tabs .tabs-frame {
	margin-left: -3px !important;
}

/* Tabs styling */
#main-window .tabbrowser-tabs tab {
	-moz-appearance: tab !important;
	color: -moz-DialogText !important;
	margin-bottom: 2px !important;
}

/* Tabs bug fixes */
#main-window .tabbrowser-tabs tab:not([selected="true"]) {
	margin-bottom: 2px !important;
}

#main-window .tabbrowser-tabs tab:not([selected="true"]) .tab-middle,
#main-window .tabbrowser-tabs tab:not([selected="true"]) .tab-close-button,
#main-window .tabbrowser-tabs tab:not([selected="true"]) .tab-icon {
	margin-top: -2px !important;
}

	/* Tab text enhancement, removes ugly dotted non-native border from tab text when a tab is selected */
	#main-window .tabbrowser-tabs tab .tab-text {
		border: none !important;
	}