.area_util
{
    overflow:hidden;
    display:table;
    height:100%;
    width:100%;
    padding:0.063em;
}


.hide, .hidden {
  display:none;
}

.show {
  visibility:visible;
}

    .preco
    {
       font-size:1.2em;
       font-weight:bold;
       white-space:nowrap;
       text-align:center;
       padding-top:5px;
       border:0.063em solid #eee;
       margin-right:20px;
       background:#eee;
       border-top:0.063em solid #fff;
       color:#666;

    }
    .preco_promo
    {
       font-size:0.9em;
       color:#999;

    }


.paginacao, .paginacao_sel
{
	width: 7px;
        border: 0.063em solid #666;
        display: inline;
        padding: 0.063em 7px 0.063em 7px;
        font-size: 1.1em;
        margin-right: 4px;
        color: #666;
}
    
.paginacao:hover, .paginacao_sel
{
         color:#fff;
         background:#666;
}
    
.navbar
{
	display: block;
	text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
}

.link_search
{
	font-size: 0.9em;
	color: #696969;
}

.search_box {
	width: 350px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	display: block;
	border: solid 0.063em #DCDCDC;
	background-color: #F5F5F5;
}


/* Catalogo, Detalhes Produto */

#div_produto{
    margin-top:20px;
}

#div_produto h3{
    margin:0px;
    font-size:1.4em;
    margin-bottom:10px;
}

#div_produto .topo{
    border:0.063em solid #eee;
    display:table;
    width:99%;
    background:url(/img/fundoproduto.jpg);
    background-repeat:repeat-x;
    background-position: bottom center;
    margin-left:0.063em;
}

#div_produto .foto{
    float:left;
    width:50%;
    padding:5px;
    text-align:center;
    background:#fff;
    padding-top:20px;
    padding-bottom:20px;
    display:table-cell;

}

#div_produto .descricao{
    float:left;
    width:45%;
    height:100%;
    background-repeat:repeat-x;
}

#div_produto .descricao .txt{
    padding:5px;
    height:120px;
    border:0 solid red;
}

#div_produto .caracteristicas{
    padding-top:30px;
    line-height:1.6;
    padding-bottom:10px;
    border-bottom:0.063em solid #eee;
}

#div_produto .caracteristicas .tit{
    margin:0;
    padding: 0;
    font-size:1.1em;
    margin-bottom:0;
    font-weight:bold;
}

#div_produto .marca, #div_produto .ficheiro{
    padding-top:10px;
    padding-bottom:10px;
    line-height:2;
    border-bottom:0.063em solid #eee;
}

#div_produto .precobox{
    font-weight:bold;
}

#div_produto .detalhes_compra{
    border:0.063em solid #eee;
    margin-top:0.313em;
    width:99%;
}

#div_produto .precobox .precobox_fundo{
    text-align:center;
    font-weight:bold;
    font-size:1.4em;
    width:100px;
    font-family:arial;
}

#div_produto .links_prod{
    text-align:center;
    padding-top:0.625em;
    padding-bottom:0.625em;
    border-bottom:0.063em solid #eee;
}

#div_produto .links_prod a{
   margin-right:20px;
}

#categorias{

}

#categorias #foto{
    padding:0.313em;
    border:0.063em solid #ccc;
    display:table-cell;
    margin:0.313em;
    height:80px;
    width:100px;
}

#categorias  #descricao{
    padding-top:0.063em;
    padding-bottom:0.625em;

}

