/**
 * [Fx3] IE style tabs
 * v. 0.2
 * 2008-05-29 12:24 -0400
**/
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.tabbrowser-tabs { -moz-appearance: toolbox !important; }

.tabbrowser-tabs tab[selected="true"] { background: url(http://img211.imageshack.us/img211/1525/activetabrz6.png ) !important; }

.tabbrowser-tabs tab:not([selected="true"]) { background: url(http://img91.imageshack.us/img91/3605/inactivetabjm5.png) !important; }

.tabbrowser-tabs tab:not([selected="true"]):hover { background: url(http://img91.imageshack.us/img91/233/hovertabay1.png) !important;  }

.tabbrowser-tabs tab toolbarbutton { list-style-image: url( http://img88.imageshack.us/img88/2587/closebuttonhoverab7.png) !important; -moz-image-region: rect(0px 16px 16px 0px) !important; margin-top: -2px !important; }

.tabbrowser-tabs tab toolbarbutton:hover, .tabbrowser-tabs tab toolbarbutton:active { -moz-image-region: rect(0px 32px 16px 16px) !important; }

.tabbrowser-tabs tab toolbarbutton:hover:active { -moz-image-region: rect(0px 48px 16px 32px) !important; }

.tabbrowser-tabs tab:not([selected="true"]) toolbarbutton { display: none !important }


.tabbrowser-tabs tab * { font-weight: 100 !important; }

.tabbrowser-tabs .tabs-bottom { background: rgb(189,214,251) !important; border-bottom: white !important; display: -moz-box !important; min-height: 2px !important }

browser { border-top: grey 1px solid !important; }