#homepage_main_column   { width: 856px; float: right; overflow: hidden; }

/* homepage_main_column */
  /** layout */
  #toolbar { height: 165px; width: 768px; padding: 0 44px 0 44px; } /* 768 + 44 + 44 = 852 */
  #toolbar ul { margin-top: 4px; }
  #left_toolbar { width: 166px; height: 165px;  padding-left: 80px; float: left; }
  #mid_toolbar { width: 170px; height: 165px; padding-left: 96px; float: left; }
  #right_toolbar { width: 172px; height: 133px; padding: 32px 0 0 84px; float: right; }
  #city_feed { width: 416px; float: left; margin: 0 8px; } /* (8 + 416 + 8) + (216) + (8 + 200) */
  * html #city_feed { width: 408px; } /* removed 16px for IE6 margins */
  #converged_boxes { width: 216px; float: left; }
  #city_home_ads { width: 200px; float: right; margin-left: 8px; }
  * html #city_home_ads { margin-left: 2px; } /* removed 6px for IE6 borders */
  #city_feed h1 { margin-bottom: 4px; padding-top: 13px; }
  #homepage_main_column #banner_top_main_column { margin: 12px 0 16px 0; text-align: center; }
  #custom_promo { margin-top: 2px; }
  #custom_promo div.promo_box { margin-bottom: 16px; width: 182px; }
  #custom_promo div.gray_border { padding: 8px; position: relative; 
    border: 1px solid #ccc; }
  #custom_promo div.gray_border img.top_left,
  #custom_promo div.gray_border img.top_right,
  #custom_promo div.gray_border img.bottom_left,
  #custom_promo div.gray_border img.bottom_right { position: absolute; }
  #custom_promo div.gray_border img.top_left { left: -1px; top: -1px; }
  #custom_promo div.gray_border img.top_right { right: -1px; top: -1px; }
  #custom_promo div.gray_border img.bottom_left { left: -1px; bottom: -1px; }
  #custom_promo div.gray_border img.bottom_right { right: -1px; bottom: -1px; }

  #footer { width: 640px; border-top: 3px solid #e8e8e8; margin: 8px 0 24px 0; }
  #footer label { margin-left: 130px; }

  #hot_topic img { float: right; margin-left: 4px; }

  /** background/color */
  #left_toolbar { background: url(/static/images/cwv3_home_icons_find.gif) 0 0 no-repeat #fff; }
  #mid_toolbar { background: url(/static/images/cwv3_home_icons_add.gif) 0 0 no-repeat #fff; }
  #right_toolbar { background: url(/static/images/cwv3_home_icons_subscribe.gif) 0 0 no-repeat #fff; }

  /** font */
  #city_feed h1, #hot_topic h1 a { color: #c12; font-weight: bold; font-size: 18px; }
  #toolbar li a { font-size: 16px; font-weight: bold; }
  #toolbar li small { color: #888; font-size:11px; font-weight: bold; }
  #toolbar li small strong { color: #333; font-weight: bold; }
  /* TODO: These lines will hide converged_date styles, need refactoring
  #homepage_main_column h3 { font-size: 22px; font-weight: bold; color: #c12; }
  #homepage_main_column h3 a { color: inherit; }
  */
  #homepage_main_column a.category_title { color: #000; }
  #homepage_main_column .item_title { font-size: 12px; font-weight: bold; }
  #homepage_main_column .item_subtitle { font-size: 10px; font-weight: bold; color: #999; }
  #homepage_main_column #custom_promo a { font-weight: bold; }

