.area_util
{
    overflow:hidden;
    display:table;
    height:100%;
    width:100%;
    padding:1px;
}


.hide {
  display:none;
}

.show {
  visibility:visible;
}

    .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;

    }


.paginacao, .paginacao_sel
{
	width: 7px;
        border: 1px solid #666;
        display: inline;
        padding: 1px 7px 1px 7px;
        font-size: 11px;
        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: 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:10px;
}

#div_produto h3{
    margin:0px;
	font-family: verdana;
	text-transform: uppercase;
    font-size:10px;
	font-weight:bold;
    margin-bottom:15px;
	/*text-decoration:underline;*/
	color: #331700;
}

#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{
    color: #331700;
	font-family: verdana;
	font-size:10px;
	/*padding:5px;
    overflow-y: auto;
    height:120px;
    border:0px solid red;*/
}

#div_produto .caracteristicas{
    color: #331700;
	font-family: verdana;
	font-size:10px;
   /* 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{
    color: #eb6a16;
	font-family: verdana;
	font-size:12px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
	/*
	text-align:center;
    font-weight:bold;
    font-size:1.4em;
    width:100px;*/
}

#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;
}

#categorias{

}

#categorias #foto{
    /*padding:5px;*/
    /*border:1px solid #ccc;*/
    /*display:table-cell;
    margin:5px;*/
    height:100px;
    width:100px;
}

#foto_grande{
	height:320px;
    width:320px;
}

#categorias  #descricao{
    padding-top:1px;
    padding-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #8b7b6e;
	text-transform: uppercase;
	font-family: verdana;
	font-size:10px;
	padding-top:10px;
}
