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

div#navigator { display: block; width: 100%; padding: 10px 0; border-top: 1px solid #bc313a; border-bottom: 1px solid #bc313a; margin: 0 0 30px 0; }


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

div#navigator a { font-size: 12px; float: left; margin: 0 15px 0 0; text-indent: 25px; line-height: 15px; color: #bc313a; height: 15px; text-decoration: none; background: transparent url(../../src/img/navigator/separator.png) left center no-repeat; }
div#navigator a:hover { text-decoration: underline; }


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