input.newbtnsubmit {
	cursor: pointer;
	padding: 31px 0 0 0;
	overflow: hidden;
	border: 0;
}
input.newbtnsubmit {
	width:100px;
	height:30px;
	background: transparent url(/temas/magellan/imgs/en/bt_submit.gif) no-repeat top left;
}

.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;
	display: inline;
	padding: 1px 2px 1px 2px;
	font-size: 11px;
	margin-right: 4px;
}

.paginacao:hover, .paginacao_sel {
	color:#CC0066;
	font-weight:normal;
}

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

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

.search_box {
	width: 350px;
	text-align: center;
	padding: 2px;
	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;

}
