style "toolbar"
{
  fg[NORMAL]	 	 = "#fff" # Texto en ventanas
  fg[INSENSITIVE]	 = "#fff" # Texto insensitivo ventana
  fg[SELECTED]   	 = "#000" # Texto seleccionado
  fg[ACTIVE]     	 = "#000" # Texto activo en ventana inactiva
  fg[PRELIGHT]   	 = "#000" # Mouse sobre texto
	engine "pixmap"
	{
	
		image
		{
			function	= BOX
			file		= "Toolbar/toolbar-light.png"
			border	= { 2, 2, 2, 2 }
			stretch	= TRUE
    		}
 	}
}


style "toolbuttons" = "default"
{
  xthickness            			= 3
  ythickness            			= 1
  fg[NORMAL]	 	 = "#fff" # Texto en ventanas
  fg[INSENSITIVE]	 = "#fff" # Texto insensitivo ventana
  fg[SELECTED]   	 = "#000" # Texto seleccionado
  fg[ACTIVE]     	 = "#000" # Texto activo en ventana inactiva
  fg[PRELIGHT]   	 = "#000" # Mouse sobre texto
  GtkWidget::focus_padding = 0

	engine "pixmap" {
      
	image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= NORMAL
			file            			= "Toolbar/toolbutton-normal.png"
			border          		= { 4, 4, 4, 4 }
			stretch         		= TRUE
		}
	image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= PRELIGHT
			file            			= "Toolbar/toolbutton-prelight.png"
			border          		= { 4, 4, 4, 4 }
			stretch         		= TRUE
		}
	image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= ACTIVE
			file            			= "Toolbar/toolbutton-pressed.png"
			border          		= { 4, 4, 4, 4 }
			stretch         		= TRUE
		}  
	image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= INSENSITIVE
			file            			= "Toolbar/toolbutton-normal.png"
			border          		= { 4, 4, 4, 4 }
			stretch         		= TRUE
		}


    image
    {
      function		= FOCUS
      recolorable	= TRUE
      file            	= "Toolbar/toolbutton-focus.png"
      border          	= { 4, 4, 4, 4 }
      stretch			= TRUE
    }
  }
}