/* css overrides for flavor_hungary.  Please comment each entry */

/* Override the image used for prices */
  .flavor_hungary td .prices_view { background-position: 0 -1383px; }
  .flavor_hungary td .prices_view span { background-position: 0 -1563px; }

/* homepage_main_column */
  /** layout */
  .flavor_hungary #toolbar { width: 800px; padding: 0 28px; } /* 800 + 28 + 28 = 856 */
  .flavor_hungary #left_toolbar { width: 146px; height: 165px;  padding-left: 132px; float: left; }
  .flavor_hungary #homepage_main_column #bottom_left_block { height: auto; }
  .flavor_hungary #homepage_main_column #bottom_info { margin-top: 0; }
  /** background/color */
  .flavor_hungary #left_toolbar { background: url(/static/images/hungary/cwv3_home_icons_find.gif) 0 0 no-repeat #fff; }
  .flavor_hungary #mid_toolbar { background: url(/static/images/hungary/cwv3_home_icons_add.gif) 0 0 no-repeat #fff; }
  .flavor_hungary #right_toolbar { background: url(/static/images/hungary/cwv3_home_icons_subscribe.gif) 0 0 no-repeat #fff; }
  /** font */


/* add the linkzona icon */
  /* use gif for ie6 */
  * #footer .linkzona {
       background-image: url(/static/images/cwv3_browser_icons.gif);
       background-repeat: no-repeat; }
  #footer .linkzona {
       background-image: url(/static/images/cwv3_browser_icons.png);
       background-repeat: no-repeat; }
  #footer .linkzona      { background-position: 0 -1620px; }
  /* and move the link label left to make space */
  body.flavor_hungary #footer label { margin-left: 52px; }

