/* ----------------------------------------------------------------------------------------------------------------- */
/* estrutura principal */

div#cat_menu { display: block; position: relative; float: left; width: 25%; overflow: hidden; padding: 20px 0; border-bottom: 3px solid #d8947d; background-color: #e9e9e9; margin: 0 0 50px 0; }


/* ----------------------------------------------------------------------------------------------------------------- */
/* links */

div#cat_menu a { display: block; width: 85%; line-height: 20px; font-size: 12px; color: #bc313a; margin: 0 auto; text-decoration: none; }
div#cat_menu a:hover { text-decoration: underline; }


/* ----------------------------------------------------------------------------------------------------------------- */