##############################
# HildonCandidateBox
##############################
style "osso-candidate-box"
{
	fg[NORMAL] = "#aaaaaa"
	fg[ACTIVE] = "#aaaaaa"
	fg[INSENSITIVE] = "#aaaaaa"
	fg[PRELIGHT] = "#aaaaaa"
	bg[INSENSITIVE] = "#cccccc"
	bg[NORMAL] = "#cccccc"
	bg[ACTIVE] = "#cccccc"
	bg[PRELIGHT] = "#cccccc"
	xthickness = 0
	ythickness = 0
}
widget_class "*HildonCandidateBox" style "osso-candidate-box"

style "osso-candidate-box-menu"
{
    GtkMenu::hildonlike = 1
	GtkMenu::double_arrows = 1
	GtkWidget::focus-padding = 0
	GtkWidget::focus-line-width = 0
	GtkMenu::vertical-padding = 0
	GtkMenu::horizontal-padding = 0
	GtkContainer::border-width = 0
	xthickness = 0
	ythickness = 0
}
widget "*hildon-candidate-box-menu" style "osso-candidate-box-menu"

style "osso-candidate-box-menu-item"
{ 
	GtkMenuItem::include_arrow_in_focus = 0
	GtkMenuItem::hildonlike = 1
	GtkMenuItem::separator_height = 5
	GtkMenuItem::horizontal-padding = 0
	GtkWidget::has-focus = TRUE
	GtkWidget::focus-padding = 0
	GtkWidget::focus-line-width = 0
	GtkMenuItem::arrow-spacing = 0
	GtkContainer::border-width = 0
	xthickness = 0
	ythickness = 0
}													  
widget "*hildon-candidate-box-menu-item" style "osso-candidate-box-menu-item"

