/*
Awesome bar Text Based on Type.

This style assumes Vista Areo/Basic default, change to your liking.
Do not be afraid to modify the code, you can always undo and try again if you mess up too much. ;P

Anywhere it says "text-decoration" is commented out. I will let you enable it at your own preference.
*/

/* Bookmerked items */
.autocomplete-richlistitem[type="bookmark"]
{
font-weight: bold !important;
}

/* Recently view items */
.autocomplete-richlistitem[type="favicon"]
{
font-weight: normal !important;
}

/* Tagged items */
.autocomplete-richlistitem[type="tag"]
{
font-weight: bold !important;
font-style: italic !important;
}

/* Stuff that happens while you type in the address bar */
/* > Page title meta unselected*/
.ac-comment .ac-emphasize-text
{
/*text-decoration: none !important;*/
color: #3399ff !important;
}

/* > Page title meta selected */
.ac-comment[selected="true"] .ac-emphasize-text,
.ac-comment:active
{
color: white !important;
text-decoration: none !important;
}

/* > URL text */
.ac-url-text
{
font-weight: normal !important;
color: red !important;
}

/* > URL selected */
.ac-url-text[selected="true"] .ac-emphasize-text,
.ac-url-text:hover .ac-emphasize-text
{
/*decomment the line below to get rid of the underline*/
/*text-decoration: none !important;*/
color: black !important;
}