/* 
    Document   : links.css
    Created on : 6 août 2008, 17:27:05
    Author     : abonobo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.categories {list-style-type:none; padding:0px;}
.categories h3 {margin-bottom:0px;}
.categories .cat_description {color:gray;}
.categories .cat_description p {margin:0px;}

.links {list-style-type:none;}
.links li {padding-left:20px; background:url("../../images/list_image.png") no-repeat top left;}
.links h4 {margin-bottom:0px;}
.links .link_description {color:gray;}
.links .link_description p {margin:0px;}

#cat_description {width:100%;}
#link_description {width:100%;}