
/* Show the hidden bullets for Dimplex */
div#layout div#panel_list div#col2 ul.info_panel,
div#layout div#panel_list div#col2 ul.nav_panel
{
	overflow: visible;
}

/* Hide the features images flash and show the hidden paragraph with the image */
div#layout div#product div#col2 p.flash
{
	display: none;
}
div#layout div#product div#col2 p.print_flash
{
	display: inline;
}

/* Adjust the Main menu padding to prevent wrapping */
div#sections ul li a
{
	padding: 0.3em 1.7em;
}

