style "gtkradiobutton" {
    engine "pixmap" {
        image {
            function        = OPTION
            state           = NORMAL
            recolorable     = TRUE
            shadow          = OUT
            overlay_file    = "radiobutton_off.png"
            overlay_stretch = TRUE
        }
        image {
            function        = OPTION
            state           = PRELIGHT
            recolorable     = TRUE
            shadow          = OUT
            overlay_file    = "radiobutton_off.png"
            overlay_stretch = TRUE
        }
        image {
            function        = OPTION
            state           = ACTIVE
            recolorable     = TRUE
            shadow          = OUT
            overlay_file    = "radiobutton_off.png"
            overlay_stretch = TRUE
        }
        image {
            function        = OPTION
            state           = INSENSITIVE
            recolorable     = TRUE
            shadow          = OUT
            overlay_file    = "radiobutton_off_disable.png"
            overlay_stretch = TRUE
        }
        image {
            function        = OPTION
            state           = NORMAL
            recolorable     = TRUE
            shadow          = IN
            overlay_file    = "radiobutton_on.png"
            overlay_stretch = TRUE
        }
        image {
            function        = OPTION
            state           = PRELIGHT
            recolorable     = TRUE
            shadow          = IN
            overlay_file    = "radiobutton_on.png"
            overlay_stretch = TRUE
        }
        image {
            function        = OPTION
            state           = ACTIVE
            recolorable     = TRUE
            shadow          = IN
            overlay_file    = "radiobutton_on.png"
            overlay_stretch = TRUE
        }
        image {
            function        = OPTION
            state           = INSENSITIVE
            recolorable     = TRUE
            shadow          = IN
            overlay_file    = "radiobutton_on_disable.png"
            overlay_stretch = TRUE
        }
#
# check button flat box
#
        image {
            function        = FLAT_BOX
            recolorable     = TRUE
            file            = "transparency100.png"
            border          = { 5,2,2,5 }
            stretch         = TRUE
        }
    }
    GtkCheckButton::indicator-size = 18
    GtkCheckButton::indicator-spacing = 2
}
class "GtkRadioButton" style "gtkradiobutton"

style "gtkradiobutton-label"
{
    font_name = "Vera Sans 7"
    fg[NORMAL] = "#cccccc"
    fg[PRELIGHT] = "#eeeeee"
}
widget_class "*.GtkRadioButton.GtkLabel" style "gtkradiobutton-label"
