/* by makondo, 01/10 */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.allTabs-preview-label, #ctrlTab-panel button label
{ -moz-appearance: none !important; 
font-weight: bold !important;
color: #00242F !important;  
text-shadow: white 1px 1px 2px !important; }

#ctrlTab-panel button, #allTabs-panel button
{ padding: 4px !important; 
font-weight: bold !important; 
-moz-appearance: none !important; 
-moz-box-shadow: 2px 2px 4px #628088 !important; 
-moz-border-radius: 8px !important;
border-top: 1px solid #E4F4F6 !important; 
border-bottom: 2px solid #75B7BD !important; 
border-left: 1px solid #F1F7E9 !important;
border-right: 2px solid #7A9C9F !important;
-moz-border-top-colors: #C5D3D4 #9EA9AA#8E9899 !important; 
-moz-border-bottom-colors: #435657 #69D2E0 #ccc !important;
-moz-border-left-colors: #F1F7E9 #ccc #ccc !important;
-moz-border-right-colors:  #666 #4CB5B8 #274D54 !important; }

#ctrlTab-panel button:hover, #allTabs-panel button:hover
{ -moz-appearance: none !important; 
color: black !important;
background: rgba(58,72,79, 0.4) !important;
-moz-box-shadow: 0pt 11px 0 -2px rgba(204,204,204, 0.2) inset !important; }

.ctrlTab-preview:focus .ctrlTab-preview-inner,
#ctrlTab-showAll:focus .ctrlTab-preview-inner 
{ -moz-appearance: none !important; 
background: none !important;
color: black !important;
text-shadow: 0px 0px 4px white !important;
border: 2px solid transparent !important; }

/* show all button */
#ctrlTab-showAll .ctrlTab-preview-inner 
{ padding: 0 !important;
border: 2px solid transparent !important; }

/* allTabs panel */
.tabPreview-canvas
{ -moz-box-shadow: rgba(43,59,68,0.6) 1px 10px 16px 2px  !important; }
