style "toolbar"
{
xthickness=2
ythickness=4
engine "pixmap"
{
image
{
	function=BOX
	file="/Toolbar/toolbar.png"
	border={1,1,1,4}
	stretch=TRUE
}
	image
	{
		function			= HANDLE
		recolorable		= TRUE
		overlay_file		= "Handles/handle-h.png"
		overlay_stretch		= FALSE
		orientation			= HORIZONTAL
	}
	image
	{
		function			= HANDLE
		recolorable		= TRUE
		overlay_file		= "Handles/handle-v.png"
		overlay_stretch		= FALSE
		orientation			= VERTICAL
	}
}}
widget_class "*HandleBox"		style "toolbar"
class "*HandleBox"			style "toolbar"
widget_class "*Toolbar"			style "toolbar"
class "*Toolbar"			style "toolbar"
style "toolbuttons"="default"
{
xthickness=4
ythickness=3

GtkWidget::focus_padding=2
engine "pixmap" {
      
image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= NORMAL
			file            			= "Toolbar/toolbutton-normal.png"
			border          		= { 4, 4, 4, 5 }
			stretch         		= TRUE
		}
image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= PRELIGHT
			file            			= "Toolbar/toolbutton-prelight.png"
			border          		= { 4, 4, 4, 5 }
			stretch         		= TRUE
		}
image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= ACTIVE
			file            			= "Toolbar/toolbutton-pressed.png"
			border          		= { 6, 6, 6, 7 }
			stretch         		= TRUE
		}  
image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= INSENSITIVE
			file            			= "Toolbar/toolbutton-normal.png"
			border          		= { 4, 4, 4, 5 }
			stretch         		= TRUE
		}  
	}
}
style "rb"
{
  fg[NORMAL] = "#222222"
  fg[PRELIGHT] = "#000000"
  fg[SELECTED] = "#000000"
  fg[ACTIVE] = "#000000"
  fg[INSENSITIVE] = "#555555"
engine "clearlooks" {
	}
}
widget_class	"*<GtkToolbar>*<GtkButton>*" style "toolbuttons"
widget	"MozillaGtkWidget.GtkFixed.GtkButton"	style	"toolbuttons"
widget_class "*RBSourceHeader.GtkToolbar*"				style "rb"
widget_class "*RBSourceHeader.GtkToolbar*<GtkButton>*"	style "button"
