/* $Id: categorias.css 1313 2004-04-04 21:51:14Z luque $ */

/* Style rules for Red Local website

   The stylesheet is divided into the following three parts:
   
   1. Layout rules: 
      Box properties (exclusive of borders), positioning, text-indent, alignment, lists
      
   2. Visual rules: 
      Colors, backgrounds, borders, links, emphasis
      
   3. Typographical rules: 
      Font and text properties (exclusive of links, alignment and text-indent)

   NOTE: Validate CSS syntax before add your changes to the CVS tree!!
*/

@import "../common.css";

/* ------------------------- Layout rules ------------------------- */

#categories {
    width: 75%;
}

#categories ul li {
    list-style: none;
    list-style-image: none;
}

/* -------------- Colors, backgrounds, borders, links ------------- */

#categories {
    background: url("../../images/folder.png") no-repeat bottom right;
}

/* ----------------------- Typographical rules -------------------- */
