@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/*
By banthaz
Version 1.0 (Jun 03 2011)
*/


/* The "URL-text" (clutter) - Remove nicely */
.autocomplete-richlistitem[type="keyword"] .ac-url-box
{
display: none;
}
.autocomplete-richlistitem[type="keyword"]
{
padding-top: 0 !important;
padding-bottom: 3px !important;
}


/* Colors */
.autocomplete-richlistitem[type="keyword"]
{
background-color: #CEFAFD;		/*  ← Background color */
/*color: #000000;*/  			/*  ← Text color */
}


/* The magnifying glass - Move to the far right */
.autocomplete-richlistitem[type="keyword"] .ac-extra
{
-moz-box-flex: 1 !important;
}


/* The magnifying glass - Remove */
/*.autocomplete-richlistitem[type="keyword"] .ac-type-icon
{
visibility: hidden;
}*/