style "combobox"
{
    engine "pixmap"
    {
      image
      {
        function      = BOX
        state         = PRELIGHT
        file          = "combobox/combobox-normal.png"
        border        = {0, 0, 0, 0}
        stretch       = TRUE
      }
    }
    engine "pixmap"
    {
      image
      {
        function      = BOX
        state         = NORMAL
        file          = "combobox/combobox-normal.png"
        border        = {0, 0, 0, 0}
        stretch       = TRUE
      }
    }
    engine "pixmap"
    {
      image
      {
        function      = BOX
        state         = ACTIVE
        file          = "combobox/combobox-normal.png"
        border        = {0, 0, 0, 0}
        stretch       = TRUE
      }
    }
    engine "pixmap"
    {
      image
      {
        function      = BOX
        state         = INSENSITIVE
        file          = "combobox/combobox-normal.png"
        border        = {0, 0, 0, 0}
        stretch       = TRUE
      }
    }
 
    text[NORMAL]      = "#ffffff"
    text[PRELIGHT]    = "#ffffff"
    text[ACTIVE]      = "#ffffff"
    text[SELECTED]    = "#ffffff"
    text[INSENSITIVE] = "#666666"
}
 
style "combobox-text" {
    text[NORMAL]      = "#ffffff"
    text[PRELIGHT]    = "#ffffff"
    text[ACTIVE]      = "#ffffff"
    text[SELECTED]    = "#ffffff"
    text[INSENSITIVE] = "#666666"
}

style "comboboxentry"
{
    text[NORMAL] = "#000"
    text[PRELIGHT]    = "#000"
    text[ACTIVE]      = "#000"
    text[SELECTED]    = "#000"
    text[INSENSITIVE] = "#666666"
}


style "combobox/combobox-cellrenderer"
{
    font_name = "Vera Sans 16"
    text[NORMAL] = "#000000"
    fg[NORMAL] = "#e5e5e5"
}


