/* ---------------------------------------------------------------------------------------------- */
/* categorias */

div#categories { display: block; position: absolute; top: 865px; left: 300px; height: 30px; width: 900px; }
    div#categories a { display: block; position: relative; float: left; height: 30px; margin: 0 15px; font-size: 12px; line-height: 30px; text-decoration: none; }
    div#categories a:hover { color: #faaf40; }
    div#categories a.selected { color: #faaf40; }


/* ---------------------------------------------------------------------------------------------- */
/* itens */

div#itens { display: block; position: absolute; top: 75px; left: 150px; width: 920px; height: 585px; overflow: hidden; }
    div#itens div.citens { display: block; position: relative; width: 879px; float: right; }
        div#itens div.citens a { display: block; position: relative; width: 278px; height: 140px; margin: 0 0 15px 15px; float: left; background: transparent url(../../../../../src/img/category/bgLink.png) repeat; }
        div#itens div.citens a:hover { background: transparent url(../../../../../src/img/category/bgLink_hover.png) repeat; }
            div#itens div.citens a img { display: block; position: relative; height: 100%; margin: 0 auto; }


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