style "combo"		= "default"
{
  GtkWidget::wide-separators                    = 0
  xthickness			= 5
  ythickness			= 5
  GtkWidget::interior_focus	= 0
  base[NORMAL] = "#909090"
  base[PRELIGHT] = "#909090"
  base[SELECTED] = "#334657"
  base[ACTIVE] = "#202020"
  base[INSENSITIVE] = "#555555"

  text[NORMAL] = "#000000"
  text[PRELIGHT] = "#000000"
  text[SELECTED] = "#cccccc"
  text[ACTIVE] = "#4C94AF"
  text[INSENSITIVE] = "#2F2F2F"  
  engine "pixmap"
  {
    image
    {
      function			= BOX
      recolorable		= TRUE
      state				= PRELIGHT
      file				= "Combo/combo-prelight.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }
    image
    {
      function			= BOX
      recolorable		= TRUE
      state				= NORMAL
      file				= "Combo/combo-normal.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }

  image
    {
      function			= BOX
      recolorable		= TRUE
      state				= ACTIVE
      file				= "Combo/combo-pressed.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }
 image
    {
      function			= BOX
      recolorable		= TRUE
      state				= INSENSITIVE
      file				= "Combo/combo-inactive.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }
    image
    {
      function			= TAB
      state				= INSENSITIVE
      recolorable		= TRUE
      overlay_file		= "Combo/combo-arrow-insens.png"
      overlay_stretch	= FALSE
    }
    image
    {
      function				= TAB
      recolorable			= TRUE
      state					= NORMAL
      overlay_file			= "Combo/combo-arrow.png"
      overlay_border	= { 0, 0, 0, 0 }
      overlay_stretch	= FALSE
    }
  image
    {
      function				= TAB
      recolorable			= TRUE
      state					= PRELIGHT
      overlay_file			= "Combo/combo-arrow-prelight.png"
      overlay_border	= { 0, 0, 0, 0 }
      overlay_stretch	= FALSE
    }
    image
    {
       function		= VLINE
       recolorable		= TRUE
       file				= "Others/null.png"
       border			= { 0, 0, 0, 0 }
       stretch			= TRUE
    }    
  }
}

class "GtkCombo*"      			style "combo"
widget_class "*Combo*" style "combo"
style "combo-text"		= "default"
{
  text[NORMAL] = "#cccccc"
  text[PRELIGHT] = "#cccccc"
  text[SELECTED] = "#cccccc"
  text[ACTIVE] = "#4C94AF"
  text[INSENSITIVE] = "#999999"

}   
widget "*.gtk-combobox-popup-menu.*"   style "combo-text"
widget_class "*.<GtkComboBox>.<GtkCellView>"   style "combo-text"




