/* REMOVE BACKGROUNDS */
*
{
  background-color: none;
  background-image: none;
}

/* HIDE DECORATION */
#page_backgrounds,
#template_backgrounds,
#container #header #localization_menu,
#container #header #localization_menu,
#container #header #main_menu,
#container #header #breadcrumb,
#container #header #pagetitle,
#container #footer,
#container #content #menu_second,
#container #content .block_bottom_links,
#container #content .send_to_friend,
#container #header #banner_side .lvl0 .element,
.block_bottom_links
{
  display: none !important;
}

/* DISPLAY CONTENTS */

#container,
#container #content,
#container #header #banner_side .lvl0 .strong,
#container #header #banner_side .lvl0 .strong *
{
  display: block;
  float: none;
  height: auto;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 100%;
}

#container #content .two_cols_one,
#container #content .two_cols_two
{
  float: none;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 100%;
}

#container #header,
#container #header #logo,
#container #header #headline,
#container #header #banner_side
{
  height: auto;
  position: relative;
  top: 0;
}
