style "toolbar"
{
xthickness=2
ythickness=2
engine "pixmap"
{
image
{
	function=BOX
	file="/Toolbar/toolbar.png"
	border={1,1,1,1}
	stretch=TRUE
}}}
widget_class "*HandleBox"		style "toolbar"
class "*HandleBox"			style "toolbar"
widget_class "*Toolbar"			style "toolbar"
class "*Toolbar"			style "toolbar"
style "toolbuttons"="default"
{
xthickness=4
ythickness=4

GtkWidget::focus_padding=2
engine "pixmap" {
      
image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= NORMAL
			file            			= "Toolbar/toolbutton-normal.png"
			border          		= { 5, 5, 5, 5 }
			stretch         		= TRUE
		}
		image
		{
			function		= BOX
			recolorable		= TRUE
			state			= PRELIGHT
			shadow			= IN
			file			= "Toolbar/toolbutton-prelight-active.png"
			border			= { 5, 5, 5, 5 }
			stretch			= TRUE
		}
		image
		{
			function		= BOX
			recolorable		= TRUE
			state			= PRELIGHT
			shadow			= OUT
			file			= "Toolbar/toolbutton-prelight.png"
			border			= { 5, 5, 5, 5 }
			stretch			= TRUE
		}
image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= ACTIVE
			file            			= "Toolbar/toolbutton-pressed.png"
			border          		= { 5, 5, 5, 5 }
			stretch         		= TRUE
		}  
image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= INSENSITIVE
			file            			= "Toolbar/toolbutton-insensitive.png"
			border          		= { 5, 5, 5, 5 }
			stretch         		= TRUE
		}  
	}
}
style "toolbuttons1"="default"
{
xthickness=4
ythickness=6
}
widget_class "*Tool*GtkToggleButton" style "toolbuttons"
widget_class "*Tool*GtkButton" style "toolbuttons"
widget_class "*Chrom*Button*" style "toolbuttons1"
