.area_util
{
    /*overflow:hidden;*/
    display:table;
    height:100%;
    width:100%;
    padding:1px;
}


.hide {
  display:none;
}

.show {
  visibility:visible;
}

.titulo {
	FONT-SIZE: 13px;
	COLOR: #B9D305;
}

    .preco
    {
       font-size:1.2em;
       font-weight:bold;
       white-space:nowrap;
       text-align:center;
       padding-top:5px;
       border:1px solid #eee;
       margin-right:20px;
       background:#eee;
       border-top:1px solid #fff;
       color:#666;

    }
    .preco_promo
    {
       font-size:0.9em;
       color:#999;

    }

    
.navbar
{
	display: block;
	text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
}

.link_search
{
	font-size: 10px;
	color: dimgray;
}

.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 1px gainsboro;
	background-color: whitesmoke;
}


/* Catalogo, Detalhes Produto */

#div_produto{
    margin-top:20px;
}

#div_produto h3{
    margin:0px;
    font-size:1.4em;
    margin-bottom:10px;
}

#div_produto .topo{
    border:1px solid #eee;
    display:table;
    width:99%;
    background:url(/img/fundoproduto.jpg);
    background-repeat:repeat-x;
    background-position: bottom center;
    margin-left:1px;
}

#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;
    overflow-y: auto;
    height:120px;
    border:0px solid red;
}

#div_produto .caracteristicas{
    padding-top:30px;
    line-height:1.6;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}

#div_produto .caracteristicas .tit{
    margin:0px;
    padding:none;
    font-size:1.1em;
    margin-bottom:0px;
    font-weight:bold;
}

#div_produto .marca, #div_produto .ficheiro{
    padding-top:10px;
    padding-bottom:10px;
    line-height:2;
    border-bottom:1px solid #eee;
}

#div_produto .precobox{
    font-weight:bold;
}

#div_produto .detalhes_compra{
    border:1px solid #eee;
    margin-top:5px;
    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:10px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}

#div_produto .links_prod a{
   margin-right:20px;
}