
style "combo"		= "default"
{
  GtkWidget::wide-separators                    = 0
  xthickness			= 5
  ythickness			= 5
  GtkWidget::interior_focus	= 0
  base[NORMAL] = "#161616"
  base[PRELIGHT] = "#161616"
  base[SELECTED] = "#B1222B"
  base[ACTIVE] = "#575757"
  base[INSENSITIVE] = "#202020" 
  text[NORMAL] = "#dddddd"
  text[PRELIGHT] = "#ffffff"
  text[SELECTED] = "#eeeeee"
  text[ACTIVE] = "#dddddd"
  text[INSENSITIVE] = "#575757"
  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		= ARROW
      		state			= NORMAL
      		recolorable		= TRUE
      		overlay_file		= "Combo/combo-arrow.png"
      		overlay_border		= { 0, 0, 0, 0 }
     		overlay_stretch		= FALSE
     		arrow_direction		= DOWN
      }
      image
      {
		function		= ARROW
		state			= PRELIGHT
		recolorable		= TRUE
		overlay_file		= "Combo/combo-arrow-prelight.png"
		overlay_border		= { 0, 0, 0, 0 }
		overlay_stretch		= FALSE
		arrow_direction		= DOWN
     }
    
     image
     {
		function		= ARROW
		state			= ACTIVE
		recolorable		= TRUE
		overlay_file		= "Combo/combo-arrow-active.png"
		overlay_border		= { 0, 0, 0, 0 }
		overlay_stretch		= FALSE
		arrow_direction		= DOWN
     }

     image
     {
		function		= ARROW
		state			= INSENSITIVE
		recolorable		= TRUE
		overlay_file		= "Combo/combo-arrow-insens.png"
		overlay_border		= { 0, 0, 0, 0 }
		overlay_stretch		= FALSE
		arrow_direction		= DOWN
     }
    image
    {
       function		= VLINE
       recolorable		= TRUE
       file				= "Others/null.png"
       border			= { 0, 0, 0, 0 }
       stretch			= TRUE
    }    
  }
}
style "combo-menu"
{
  text[NORMAL] = "#bbbbbb"
  text[PRELIGHT] = "#eeeeee"
  text[SELECTED] = "#eeeeee"
  text[ACTIVE] = "#eeeeee"
  text[INSENSITIVE] = "#707070"
}
widget_class "*<GtkComboBox>*<GtkToggleButton>*"	style "combo"
class "GtkCombo*"      			style "combo"
widget_class "*Combo*" style "combo"
widget "*.gtk-combobox-popup-menu.*"   style "combo-menu"

style "comboentry" 				= "entry"
{
  base[NORMAL] = "#161616"
  base[PRELIGHT] = "#161616"
  base[SELECTED] = "#B1222B"
  base[ACTIVE] = "#575757"
  base[INSENSITIVE] = "#202020" 
  text[NORMAL] = "#aaaaaa"
  text[PRELIGHT] = "#aaaaaa"
  text[SELECTED] = "#eeeeee"
  text[ACTIVE] = "#aaaaaa"
  text[INSENSITIVE] = "#707070"
	engine "pixmap"
	{
		# Entry (focused)
		image
		{
			function		= FOCUS
			recolorable		= TRUE
			file			= "Spin/text-entry-focus.png"
			border			= { 4, 0, 5, 3}
			stretch			= TRUE
		}
		# Arrow
		image
		{
			function		= ARROW
		}
		# Text-entry 
		image
		{
			function		= BOX
			recolorable		= TRUE
			shadow			= OUT
			state			= NORMAL
			file			= "Spin/text-entry.png"
			border			= { 4, 0, 5, 3}
			stretch			= TRUE
		}	
		# Text-entry
		image
		{
			function		= SHADOW
			detail			= "entry"
			shadow			= IN
			recolorable		= TRUE
			file			= "Spin/text-entry.png"
			border			= { 4, 0, 5, 3}
			stretch			= TRUE
		}
	}
}

widget_class "*<GtkComboBoxEntry>*<GtkEntry>*"	style "comboentry"
widget_class "*Combo*Entry*"		style "comboentry"
widget_class "*Combo*Entry*Button*"		style "combo"
