@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
	
@-moz-document url("chrome://browser/content/browser.xul")
{

#browser-bottombox{
				background-color: -moz-rgba(255,255,250,0.9) !important ;

}
	window
	{
		padding-top: 39px !important;
                margin-top:-32px !important;
background-color: black !important;
	}
	.tabbrowser-tabs, .tabbrowser-tabs tab, .tabbrowser-strip, .tabs-bottom
	{  
		background: none !important;
		border: 0 !important;
		margin: 0 !important;
		-moz-border-bottom-colors: none !important;
		-moz-border-left-colors: none !important;
		-moz-border-radius: 0 !important;
		-moz-border-right-colors: none !important;
		-moz-border-top-colors: none !important;
		padding: 0 !important;
	}
	.tabs-bottom
	{
		display: none !important;

	}
	.tabbrowser-strip
	{
		background-color: black !important;
		
/* border-bottom: medium dotted white !important; */
		width: 100% !important;
	}
	.tabbrowser-tabs
	{   
		-moz-appearance: none !important;
		opacity: 0.999 !important;-moz-opacity:0.999 !important;
		width: 100% !important;

	}
	.tabbrowser-tabs tab, .tabbrowser-tabs tab:hover, .tabbrowser-tabs tab[selected="true"], .tabbrowser-tabs
	{
		color: #333 !important;
	}
	.tabbrowser-tabs tab
	{
                -moz-border-radius: 5px !important;                

		opacity:1 !important;-moz-opacity:1 !important;
		padding:0 !important;
		margin:5px !important;
		height:22px !important;
		background-color: -moz-rgba(255,255,255,0.35) !important;

/* KILL IT */


	}
	.tabbrowser-tabs tab label
	{
		padding-top: 3px !important;
		height: 22px !important;
                color: #333 !important;
               border: 0px solid black !important;
	}
	.tabbrowser-tabs tab:hover
	{
		color: black !important;
		opacity:1 !important;-moz-opacity:1 !important;
		background-color: -moz-rgba(255,255,255,0.5) !important;
		-moz-box-shadow: white 0px 0px 2px !important;

	}
	.tabbrowser-tabs tab[selected="true"]
	{

		background-color: -moz-rgba(255,255,250,0.7) !important ;
		-moz-box-shadow: #ccc 0px 0px 2px !important;

		border-left: 1px solid -moz-rgba(255,255,255,0.25) !important;
		border-top: 1px solid -moz-rgba(255,255,255,0.25) !important;
		border-bottom: 1px solid -moz-rgba(64,64,64,0.20) !important;
		border-right: 1px solid -moz-rgba(64,64,64,0.20) !important;
		-moz-border-radius-bottomleft:0px !important;
		-moz-border-radius-bottomright:0px !important;
               padding-bottom: 5px !important;
               margin-bottom: 0px !important;


	}
	.tabbrowser-tabs tab[selected="true"] label
	{
                color: black !important;
                font-weight: bolder !important;

	}

	/* -------------------------------------------------------------------------------------------------------------------- 
		Firefox style tabs (Borders with rounded top) but with a glass style effect - Uncomment to your preference.
	   -------------------------------------------------------------------------------------------------------------------- */
	/*
	.tabbrowser-tabs tab
	{
		border-left: 1px solid -moz-rgba(255,255,255,0.25) !important;
		border-top: 1px solid -moz-rgba(255,255,255,0.25) !important;
		border-bottom: 1px solid -moz-rgba(64,64,64,0.20) !important;
		border-right: 1px solid -moz-rgba(64,64,64,0.20) !important;
		margin-right:1px !important;
		-moz-border-radius-topleft:5px !important;
		-moz-border-radius-topright:5px !important;
	}
	*/

	/* -------------------------------------------------------------------------------------------------------------------- */

	/* -------------------------------------------------------------------------------------------------------------------- 
		Firefox shadowed text for Firefox 3.1b2+ only.
	   -------------------------------------------------------------------------------------------------------------------- */
	/*
	.tabbrowser-tabs tab label
	{
                color: #eee !important;
                text-shadow: #333 1px 1px 1px !important;
	}
	.tabbrowser-tabs tab[selected="true"] label
	{
                color: white !important;
                text-shadow: black 1px 1px 1px !important;
	}
	*/
}