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

div#header_block { display: block; position: absolute; top: 39px; right: 0; width: 300px; height: 155px; border-color: red; }


/* ----------------------------------------------------------------------------------------------------------------- */
/* registar iniciar sessao */

div#header_block div.sign { display: block; position: absolute; left: 240px; width: 250px; height: 46px; }
    div#header_block div.sign a { color: #231f20; line-height: 20px; margin: 13px 0; text-decoration: none; font-size: 15px; }
    div#header_block div.sign a:hover { text-decoration: underline; }
    div#header_block div.sign a.left { float: left; padding: 0 10px 0 0; }
    div#header_block div.sign a.right { float: left; padding: 0 0 0 10px; border-left: 1px solid #afafaf; }


/* ----------------------------------------------------------------------------------------------------------------- */
/* hiperligacoes */

div#header_block div.hiperlink { display: block; position: absolute; left: 0; top: 0; width: 300px; height: 25px; }
    div#header_block div.hiperlink a { display: block; position: relative; float: right; color: #BC313A; line-height: 20px; margin: 0; text-decoration: none; font-size: 13px; }
    div#header_block div.hiperlink a:hover { text-decoration: underline; }


/* ----------------------------------------------------------------------------------------------------------------- */
/* pesquisar */

div#header_block form.search { display: block; position: absolute; left: 0; top: 40px; width: 300px; height: 40px; }
    div#header_block form.search input.search_text { display: block; position: absolute; top: 9px; right: 20px; width: 140px; height: 20px; padding: 0 5px; line-height: 20px; border: 1px solid #BC313A; color: #BC313A; font-size: 13px; border-radius: 5px; }
    div#header_block form.search input.search_submit { display: block; position: absolute; top: 12px; right: 0; width: 15px; height: 16px; cursor: pointer; background: transparent url(./../../src/img/search/submit.png) no-repeat; border: none; padding: 0; }


/* ----------------------------------------------------------------------------------------------------------------- */
/* carrinho de compras */

div#header_block div.cartitem { display: block; position: absolute; right: 68px; top: 80px; width: 200px; cursor: pointer; }
    div#header_block div.cartitem p { font-size: 13px; line-height: 20px; width: 150px; color: #BC313A; position: absolute; top: 0; left: 120px; }
    div#header_block div.cartitem p:hover { text-decoration: underline; }
    div#header_block div.cartitem img { width: 20px; height: 20px; position: absolute; top: 0; left: 93px; }


/* ----------------------------------------------------------------------------------------------------------------- */
/* linguagens */

div#header_block div.langs { display: block; position: absolute; right: 0; top: 110px; width: 300px; height: 20px; }
    div#header_block div.langs a { float: right; font-size: 12px; line-height: 20px; height: 20px; margin: 0 0 0 10px; color: #BC313A; background-color: #dec5ba; border-radius: 5px; padding: 2px 8px; text-decoration: none; }
    div#header_block div.langs a:hover { background-color: #BC313A; color: #ffffff; }


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