.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,.paginacao_sel {
	width: 7px;
	border: 0px solid #666;
	display: inline;
	padding: 1px 7px 1px 7px;
	font-size: 11px;
	margin-right: 4px;
	color: #666;
}

.paginacao:hover,.paginacao_sel {
	color: #fff;
	background: #5F93AA;
}

.navbar {
	display: block;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

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

.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 0px #9BB4BF;
	background-color: #FFFFFF;
}

/* Catalogo, Detalhes Produto */
#div_produto {
	margin-top: 20px;
	clear: both;
	width: 99%;
}

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

#div_produto .foto
{
	float: left;
	width: 45%;
	height: 100%;
	padding: 0px 5px 0 5px;
	text-align: center;
	background: #fff;
}

#div_produto .descricao
{
}

#div_produto .txt
{
	padding: 5px 5px 5px 0px;
	height: 50px;
}

#div_produto .caracteristicas
{
	padding-top: 0px;
	line-height: 1.6;
	padding-bottom: 10px;
	/*float: left;*/
}

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

#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;
	font-family: arial;
	padding-top: 20px;
}

#div_produto .links_prod {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#div_produto .links_prod a {
	margin: 10px 0 10px 0;
}

#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;
}
