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


.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: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: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;
}

#categorias{

}

#categorias #foto{
    padding:5px;
    border:1px solid #ccc;
    display:table-cell;
    margin:5px;
    height:80px;
    width:100px;
}

#categorias  #descricao{
    padding-top:1px;
    padding-bottom:10px;
}

#btnVoltar {
	clear: both;
	width: 100%;
}

#btnVoltar  img, #btnVoltar  a {
	margin: 0;
	padding:0;
}
