/******************************************************************************
 * Catalog Cascading Style Sheet Zodiac external website
 * Overrules properties from the main cascading style sheet.
 * at http://www.zodaic.nl
 * Zodiac International B.V. Copyright (c) 2007
 ******************************************************************************
 * Current color scheme:
 *   Oranges:
 *     #ff6313 - mouse over (hoover) top menu text
 *     #f76012 - top menu background and active menu (current pages area) text 
 *     #7b3009 - mouse over (hoover) top menu background
 *     #522006 - active menu (current pages area) background
 *
 *   Yellows:
 *     #
 *     #
 *     #aa7800
 *     #
 *
 *   Grays:
 *     #
 *     #
 *     #
 *     #
 ******************************************************************************
 * Front page flags are from:
 *   Wilson's Free Gifs & Animations at http://www.fg-a.com/flags.htm
 ******************************************************************************
 * Some hints:
 *   Single margin and pading declaration [margin: top right bottom left;]
 *   Single border properties declaration [border: size type color;]
 ******************************************************************************/
#MAIN_MENU li {
  font-size: .9em;
}

#CATALOG_CHAPTER_COMMENT {
  color: #dddddd;
  font-size: .9em;
}

#CATALOG_CHAPTER_COMMENT a {
  color: #dddddd;
  background-image: none;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#CATALOG_CHAPTER_COMMENT a:hover {
  background-image: none;
  background-color: #222222;
}

#CATALOG_CHAPTER_COMMENT img {
  border: 0px;
}
