/* by makondo, 10/09 - will make checkboxes transparent and change checkmarks to silver bullets */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#main-menubar menupopup menuitem:not([checked="true"]) .menu-iconic-left,
menupopup menuitem:not([checked="true"]) .menu-iconic-left,
#stylish menupopup menuitem:not([checked="true"]) .menu-iconic-left 
{ -moz-appearance: none !important; }

.checkbox-check:not([checked="true"])
{ -moz-appearance: none !important; 
background: none !important;
-moz-border-radius: 3px !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;
-moz-box-shadow: inset 2px 1px 2px rgba(255,255,255, 0.4) !important;  }

#main-menubar menupopup menuitem[checked="true"] .menu-iconic-left,
menupopup menuitem[checked="true"] .menu-iconic-left,
#stylish menupopup menuitem[checked="true"] .menu-iconic-left,
checkbox[checked="true"]> .checkbox-check
{ -moz-appearance: none !important; 
min-height: 12px !important;
min-width: 12px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAC4jAAAuIwF4pT92AAAA4klEQVR42jXPPaqDQBAH8CWdJ3hd6kD6QO4gYuEBBMEP0EIFP0BEz+CKjZ0nSKGlvPeQgIWVHsQixGiKzYyQ4rf8dxh2Zkkcx4ckSQhyXfcHfe9oP8IwPJVleZum6TGO46MoilsQBKe9QdO0KzT8DsPA5nl+o77vGdTugCM8z1Pf95emaV5d163gVdf10/M8pqrqkYiiSBVFWSilK9jyPN+yLFtkWWa6rh+J4zhXaPqDeaxt2w280zRlgiDcoyji9iUtyzobhvFfVdWKMJumed6XhG9yGGzbvkiSRBFmrMELhw9B4Yc3YgC0lAAAAABJRU5ErkJggg==") center no-repeat !important;
-moz-border-radius: 3px !important; 
border-top: 1px solid !important; 
border-bottom: 1px solid  !important; 
border-left: 1px solid !important;
border-right: 1px solid !important;
-moz-border-top-colors: #38444B #ccc !important; 
-moz-border-bottom-colors: #C1D7B4 #999 !important;
-moz-border-left-colors: #38444B #999 #666 !important;
-moz-border-right-colors:  #B6E1CE #999 !important;
-moz-box-shadow: inset 6px 4px 4px rgba(170,190,186,0.3) !important; }