@charset "utf-8";
body {
	background-color: #eeeeee;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(imagens/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 200px;
}
a {
	color: #666;
	text-decoration: none;
}
img {
	border: 0px;
}
#altera_idioma {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #F5F1E0;
	width: 100%;
	height: 30px;
	z-index: 999;
	border-bottom: 1px solid #999;
}
#mundi {
	min-width: 760px;
	height: 200px;
	background-image: url(imagens/mundi.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#topo img {
	border: 0px;
}
#topo {
	width: 750px;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 25px;
	position: relative;
}
#lang {
	position: absolute;
	right: 10px;
	top: 10px;
}
#menu {
	width: 770px;
	margin: 0 auto;
	clear: both;
	padding-top: 25px;	
}
#conteudo {
	width: 760px;
	margin: 0 auto;
	clear: both;	
	padding-top:5px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
#rodape {
	width: 770px;
	margin: 0 auto;
	clear: both;	
	background-image: url(imagens/rodape.png);
	background-position: bottom left;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#barra-home {
	width: 768px;
	margin: 0 auto;
	clear: both;
	background-image: url(imagens/busca_bg.jpg);
	height: 10px;
	border-left: 1px solid #5d5b5b;
	border-right: 1px solid #5d5b5b;
	border-bottom: 1px solid #5d5b5b;
}
#barra-anuncie {
	width: 768px;
	margin: 0 auto;
	clear: both;
	background-image: url(imagens/anuncie_bg.jpg);
	height: 10px;
	border-left: 1px solid #5d5b5b;
	border-right: 1px solid #5d5b5b;
	border-bottom: 1px solid #5d5b5b;
}
#barra-prod {
	width: 768px;
	margin: 0 auto;
	clear: both;
	background-image: url(imagens/repre_bg.jpg);
	height: 10px;
	border-left: 1px solid #5d5b5b;
	border-right: 1px solid #5d5b5b;
	border-bottom: 1px solid #5d5b5b;
}
#barra-login {
	width: 768px;
	margin: 0 auto;
	clear: both;
	background-image: url(imagens/meu_bg.jpg);
	height: 10px;
	border-left: 1px solid #5d5b5b;
	border-right: 1px solid #5d5b5b;
	border-bottom: 1px solid #5d5b5b;
}
#barra-contactos {
	width: 768px;
	margin: 0 auto;
	clear: both;
	background-image: url(imagens/contactos_bg.jpg);
	height: 10px;
	border-left: 1px solid #5d5b5b;
	border-right: 1px solid #5d5b5b;
	border-bottom: 1px solid #5d5b5b;
}
.menu-busca a {
	width: 150px;
	float: left;
	text-align: center;
	text-decoration: none;
	background-image: url(imagens/busca.png);
	height: 50px;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
}
.menu-anuncie a {
	width: 150px;
	float: left;
	text-align: center;
	text-decoration: none;
	background-image: url(imagens/anuncie.png);
	height: 50px;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
}
.menu-prod a {
	width: 150px;
	float: left;
	text-align: center;
	text-decoration: none;
	background-image: url(imagens/prod.png);
	height: 50px;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
}
.menu-meu a {
	width: 150px;
	float: left;
	text-align: center;
	text-decoration: none;
	background-image: url(imagens/meu.png);
	height: 50px;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
}
.menu-contacto a {
	width: 150px;
	float: left;
	text-align: center;
	text-decoration: none;
	background-image: url(imagens/contacto.png);
	height: 50px;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
}
#geral {
	width: 768px;
	min-height: 340px;
	margin: 0 auto;
	background-color: #FFF;
	border-left: 1px solid #5d5b5b;
	border-right: 1px solid #5d5b5b;
}
#menu-home {
	width: 760px;
	clear: both;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-left: 5px;
}
.menu-home-a a {
	float: left;
	height: 20px;
	line-height: 20px;
	background-image: url(imagens/arrow1.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
	color: #000;
}
.menu-home a {
	float: left;	
	height: 20px;
	line-height: 20px;
	background-image: url(imagens/arrow2.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
	color: #666;
}
#categorias a {
	color: #333;
	text-decoration: none;
	background-image: url(imagens/05.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#categorias a:hover {
	text-decoration: underline;
}
.input {
	width: 250px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #CCC;
	background-image: url(imagens/bg-input.jpg);
}
.input1 {
	width: 350px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #CCC;
	background-image: url(imagens/bg-input.jpg);
}
.hotsite {
	width: 177px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #CCC;
	padding-left: 173px;
	background-image: url(imagens/input-hot.jpg);
}
.input2 {
	width: 150px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #CCC;
	background-image: url(imagens/bg-input.jpg);
}
.input3 {
	width: 80px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #CCC;
	background-image: url(imagens/bg-input.jpg);
}
.text {
	width: 250px;
	height: 100px;
	font-size: 14px;
	border: 1px solid #CCC;
}

.buscar {
	width: 100px;
	height: 30px;
	border: solid 2px #FF9900;
	background-image: url(imagens/search.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #FFE7C1;
}
.nota {
	font-size: 10px;
	color: #666;
}
.busca {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #CCC;
	background-image: url(imagens/bg-input.jpg);
}
.busca1 {
	width: 160px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #CCC;
	background-image: url(imagens/bg-input.jpg);
}
.busca_bt {
	background-image: url(imagens/01.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	border: 2px solid #CCC;
	height: 36px;
	background-color: #eee;
}
.busca_bt2 {
	background-image: url(imagens/01.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	width: 154px;
	border: 2px solid #CCC;
	height: 36px;
	padding-left: 20px;
	text-align:center;
	background-color: #eee;
}
#distrito_out {
	background-image: url(imagens/bg-input.jpg);
	background-repeat: no-repeat;
	width: 152px;
}
.distrito_txt {
	width: 140px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border: solid 2px #CCC;
	display: block;
	background-image: url(imagens/arrow.png);
	background-repeat: no-repeat;
	background-position: 125px center;
	padding-left: 5px;
	padding-right: 5px;
	cursor: hand;
}
#distrito_out2 {
	background-image: url(imagens/bg-input.jpg);
	background-repeat: no-repeat;
	width: 173px;
}
.distrito_txt2 {
	width: 160px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	border: solid 2px #CCC;
	display: block;
	background-image: url(imagens/arrow.png);
	background-repeat: no-repeat;
	background-position: 145px center;
	padding-left: 5px;
	padding-right: 5px;
	cursor: hand;
}
.list_distrito {
	position: absolute;
	z-index: 999;
	border: 1px solid #ccc;
	width: 150px;
	margin-top: 2px;
	overflow: auto;
	height: 150px;
	background-color: #FFFFFF;
	visibility: hidden;
}
.item_distrito a {
	width: 115px;
	margin-left: 5px;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	color: #333333;
	padding-left: 5px;
	font-size: 10px;
}
.item_distrito a:hover {
	background-color: #eee;
	display: block;
}
#pais_out {
	background-image: url(imagens/bg-input.jpg);
	background-repeat: no-repeat;
	width: 152px;
}
.pais_txt {
	width: 140px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border: solid 2px #CCC;
	display: block;
	background-image: url(imagens/arrow.png);
	background-repeat: no-repeat;
	background-position: 125px center;
	padding-left: 5px;
	padding-right: 5px;
	cursor: hand;
	overflow: hidden;
}
#pais_out2 {
	background-image: url(imagens/bg-input.jpg);
	background-repeat: no-repeat;
	width: 130px;
}
.pais_txt2 {
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	border: solid 2px #CCC;
	display: block;
	background-image: url(imagens/arrow.png);
	background-repeat: no-repeat;
	background-position: 105px center;
	padding-left: 5px;
	padding-right: 5px;
	cursor: hand;
	overflow: hidden;
}
.list_pais {
	position: absolute;
	z-index: 999;
	border: 1px solid #ccc;
	width: 152px;
	margin-top: 2px;
	overflow: auto;
	height: 105px;
	background-color: #FFFFFF;
	visibility: hidden;
}
.item_pais a {
	width: 138px;
	margin-left: 5px;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	color: #333333;
	padding-left: 5px;
	font-size: 10px;
}
.item_pais a:hover {
	background-color: #eee;
	display: block;
}
.botao_buscar {
	width: 39px;	
	border: 2px solid #CCC;
	background-color: #eeeeee;
	height: 36px;
	font-weight: bold;
}
#nova_busca h1 {
	background-image: url(imagens/search.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#nova_busca form {
	margin: 0px;
}

/* REPRESENTANTES */
#login {
	width: 400px;
	margin: 0 auto;
	padding-top: 10px;
}
#erro {
	width: 350px;
	background-image: url(imagens/erro.jpg);
	height: 62px;
	text-align: center;
	line-height: 85px;
	margin: 0 auto;
	padding-left: 50px;
}
#info {
	width: 400px;
	background-image: url(imagens/info.jpg);
	height: 62px;
	text-align: center;
	line-height: 85px;
	margin: 0 auto;
}
.user {
	background-image: url(imagens/user.png);
	width: 160px;
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
	padding-right: 10px;
	border: 0px;
}
.pass {
	background-image: url(imagens/pass.png);
	width: 130px;
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
	padding-right: 10px;
	border: 0px;
}
.botao {
	width: 100px;
	border: 1px solid #999;
	background-image: url(imagens/bg_bt.jpg);
	background-color: #EEEEEE;
}
.asterisco {
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}
h2 {
	font-size: 12px;
}
.s {
	color: #F00;
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
#patrocinador h1, #registo h1 {
	font-size: 16px;
	text-align: center;
}
#login h1 {
	font-size: 16px;
	text-align: center;
}
#registo h1 {
	font-size: 16px;
}
#registo {
	width: 755px;
	margin: 0 auto;
}
#registo fieldset {
	border: 1px solid #999;
	margin-top: 35px;
	background-image: url(imagens/barra_form.jpg);
	position: relative;
}
#registo legend {
	width: 200px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	border: 1px solid #CCC;
	background-image: url(imagens/bg_bt.jpg);
	font-weight: bold;
	position: absolute;
	top: -25px;
}
#anuncie h1 {
	color: #333;
	font-size: 16px;
}
.codigo {
	width: 340px;
	height: 28px;
	background-image: url(imagens/codigo.png);
	text-align: center;
	padding-top: 4px;
}
.codigo1 {
	width: 340px;
	height: 28px;
	background-image: url(imagens/codigo1.png);
	text-align: center;
	padding-top: 4px;
}
.codigo2 {
	width: 340px;
	height: 28px;
	background-image: url(imagens/codigo2.png);
	text-align: center;
	padding-top: 4px;
}
.codigo_input {
	width: 280px;
	font-size: 16px;
	border: 0px;
	background-color: #eeeeee;
	font-weight: bold;
	text-align: center;
}
#anuncie {
	width: 750px;
	margin: 0 auto;
	margin-top: 5px;
}
#cod {
	width: 350px;
	height: 190px;
	background-image: url(imagens/cod.jpg);
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	margin-right: 10px;
}
#form {
	width: 370px;
	float: left;
	margin-right: 10px;
}
#nocod {
	width: 350px;
	min-height: 180px;
	float: left;
}
#empresa-cod {
	width: 350px;
	min-height: 190px;
	background-image: url(imagens/empresa.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 5px;
}
#repre-cod {
	width: 350px;
	min-height: 190px;
	background-image: url(imagens/nocod.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#comprar-cod {
	width: 350px;
	min-height: 190px;
	background-image: url(imagens/comprar_cod.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#nocod img {
	border: 0px;
}
#result_info {
	background-image: url(imagens/info.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	min-height: 37px;
	width: 505px;
	background-color: #F3F3F3;
	border: solid 1px #CCCCCC;
	background-position: 5px center;
	margin-bottom: 10px;
}
#nova_busca {
	width: 200px;
	min-height: 450px;
	background-image: url(imagens/menu_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#resultados {
	width: 555px;
	float: left;
	margin-left: 2px;
}
.anuncio {
	width: 557px;
	margin-bottom: 10px;
}
.anuncio2 {
	width: 557px;
	margin-bottom: 10px;
}
.anuncio img {
	border: 0px;
}
.anuncio .titulo {
	background-image: url(imagens/box_anuncio.jpg);
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
.anuncio .descr {
	background-image: url(imagens/box_anuncio.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 30px;
	max-height: 250px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.anuncio2 .titulo {
	background-image: url(imagens/box_anuncio2.jpg);
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: #666;
}
.anuncio2 .descr {
	background-image: url(imagens/box_anuncio2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 30px;
	max-height: 200px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.tele a {
	width: 82px;
	float: left;
	height: 25px;
	line-height: 25px;
	border: 1px solid #FFF;
	background-image: url(imagens/tele.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 2px center;
	margin-left: 2px;
}
.tele a:hover {
	border: 1px solid #CCC;
	background-color: #EEEEEE;
}
.mapa a {
	width: 100px;
	float: left;
	height: 25px;
	line-height: 25px;
	border: 1px solid #FFF;
	background-image: url(imagens/mapa.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 2px center;
	margin-left: 2px;
}
.mapa a:hover {
	border: 1px solid #CCC;
	background-color: #EEEEEE;
}
.site a {
	width: 90px;
	float: left;
	height: 25px;
	line-height: 25px;
	border: 1px solid #FFF;
	background-image: url(imagens/web.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 2px center;
	margin-left: 2px;
}
.site a:hover {
	border: 1px solid #CCC;
	background-color: #EEEEEE;
}
.email a {
	width: 85px;
	float: left;
	height: 25px;
	line-height: 25px;
	border: 1px solid #FFF;
	background-image: url(imagens/email.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 2px center;
	margin-left: 2px;
}
.email a:hover {
	border: 1px solid #CCC;
	background-color: #EEEEEE;
}
.npagsl {
	float: left;
	padding: 3px;
}
.pag a, .npag a {
	float: left;
	border: 1px solid #CCC;
	padding: 3px;
	margin-left: 2px;
}
.pag a:hover, .npag a:hover {
	border: 1px solid #333;
	color: #000;
}
#buscadas {
	text-align: center;
	width: 755px;
	height: 230px;
	position: absolute;
	z-index: 2;
}
#gratis {
	position: absolute;
	bottom: 0px;
	left: 5px;
}
#gratis img {
	border: 0px;
}
.buscadas {
	float: left;
}
.buscadas a {
	padding: 5px;
	height: 20px;
	line-height: 20px;
	display: block;
}
.buscadas a:hover {
	background-color: #FC3;
}
#buscadas h2 {
	text-align: left;
	margin: 0px;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}
#banner {
	position: absolute;
	z-index: 1;
	padding-top: 20px;
	margin: 0px;
}
#space {
	height: 225px;
}
#user {
	width: 490px;
	margin: 0 auto;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	background-image: url(imagens/user2.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 25px;
	margin-top: 5px;
	height: 35px;
	line-height: 35px;
}
#novo {
	color: #F00;
	font-size: 10px;
	vertical-align: top;
}