/* elementos gerais */
body {
	background-color: #def4ff;
	margin: 0;
	padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
	}

fieldset {
	border: 1px solid #000;
	width: 500px;
	text-align: left;
}

legend {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #000;
	background: #eee;
	}
	
p {
	text-align: left;
	position: relative;
	/*left: 70px;
	width: 650px;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}	

p.btext {
    position: relative;
    width:700px;
    left: 50px;
}

h3 {
    text-align:center;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;    
    color: #808080;
}

h2 {
    text-align:center;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;    
    color: #808080;
}

/* elementos de posicionamento */	
#uinfo {
    font-family: arial, tahoma, sans-serif;
    font-size: 11px;
    position: relative;
    left: 120px;
}

#uinfo label {
    float: left;
    width: 160px;
    font-weight: bold;
}        

#mainbody{	
	position: relative;
	display: block;
	width: 1032px;
	top: 22px;
	}
#head {
	position: relative;
	background-image: url("imagens/head.jpg");
	width: 1032px;
	height: 104px;
	}
#core {
	width: 1032px;
	background: url("imagens/corebg.png") repeat-y;
	min-height: 500px;
	}

#conteudo {
		position: relative;
		width: 832px;
		margin-left: 194px;
		top: 4px;
		margin-right: 6px;
	}
#menu {
		position: relative;
		float: left;
		margin-left: 5px;
		width: 185px;
		top: 4px;
        background: #e0e6e6;
}		

#menu_h {
		display: block;
		width: 100%;
		background: #f6f0f0;
		text-align:center;
		}
#user_info {
		position: relative;
		top: 4px;
		display: block;
		width: 100%;
		background: #6ba0b0;
		}
#top_mid {
		position: relative;
		display: block;
		top: 8px;
		background-image: url("imagens/top_mid.jpg");
		background-repeat: no-repeat;
		height: 109px;
		width: 835px;
		left: -2px;
		}
#body_mid {
		position:relative;
		display: block;
		top:4px;
		background-image: url("imagens/body_mid.jpg");
		background-repeat: repeat-y;
		left: 1px;
		min-height: 250px;
}	
#bot_mid {
		position: relative;
		display: block;
		top: 4px;
		background-image: url("imagens/bot_mid.jpg");
		background-repeat: no-repeat;
		height: 109px;
		width: 100%;
		left: 1px;
		}
		
#footer {		
	position: relative;
	background-image: url("imagens/footer.jpg");
	background-repeat: no-repeat;
	width: 1032px;
	height: 100px;
}

#banner {
    position: relative;
    width: 460px;
    height: 60px;
    overflow: hidden;
    top: 34px;
    left: -140px;
    
}



#cumprimento {
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    padding: 2px 0 2px 0;
    text-indent: 5px;
}

#pr_info {
    display: block;
    position: absolute;
    right: 33px;
    top: -28px;
    width: 251px;
    height: 202px;
    background-image: url("imagens/detalhes_produto.jpg");
    background-repeat: no-repeat;
    overflow-x: hidden;
}

#ave_info {
    display: block;
    position: absolute;
    right: 33px;
    top: -28px;
    width: 251px;
    height: 350px;
    background-image: url("imagens/detalhes_ave.jpg");
    background-repeat: no-repeat;
    overflow-x: hidden;
}

#pr_info div, #ave_info div {
    position: relative;
    left: 5px;
    top: 30px;
    font-family: tahoma, helvetica, sans-serif;
    font-size: 9px;
    margin-bottom: 5px;
    text-align: left;
}

#pr_info div div, #ave_info div div {
    position: relative;
    top: 0px;
    float: left;
    font-weight: bold;
    width: 120px;
} 

#ave_indentifica, #genealogia, #pr_indentifica, #pr_habitat, #pr_criacao, #pr_alimenta {
    position: relative;
    width: 650px;
    overflow-x: hidden;
}

#top_mid {
    text-align: left;
    color: #fff;
    text-indent: 10px;
    line-height: 25px;
}

#top_mid a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#top_mid a:hover{
    font-style: italic;
}

#fprodutos {
    display: block;
    width: 690px;
}
 
#ave_foto {
    position: relative;
    float: left;
    margin-right: 20px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
    border: 1px solid #000;
    left: 70px;
    top: -30px;
}  
#ave_foto img {
    border: 1px solid #000;
} 
#ave_nome {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #444;   
    left: 60px;
}
#ave_especie {
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    color: #444;   
    left: 60px;
}
#adiciona_ave a{
    display: block;
    width: 180px;
    height: 16px;
    font-family: tahoma, helvetica, sans-serif;
    font-size: 11px;
    text-indent: -20px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    background-image: url("imagens/botao.jpg");
}
#adiciona_ave a:hover{
    background-position: bottom;
    color: #fff;
}  

a#continuar_compras_pt-pt{
    display: block;
    width: 120px;
    height: 12px;
    background-image: url("imagens/continuar_compras_pt-pt.gif");
}
a#continuar_compras_pt-pt:hover, a#remover_pt-pt:hover, a#terminar_pt-pt:hover, a#encomendar_pt-pt:hover {
    background-position: bottom;
}   
a#remover_pt-pt{
    display: block;
    width: 140px;
    height: 12px;
    background-image: url("imagens/remover_pt-pt.gif");
}
a#terminar_pt-pt{
    display: block;
    width: 100px;
    height: 12px;
    background-image: url("imagens/terminar_pt-pt.gif");
}

a#encomendar_pt-pt{
    display: block;
    width: 100px;
    height: 12px;
    background-image: url("imagens/encomendar_pt-pt.gif");
}
/* classes */
.modulo {
	background: #fff;
	}
.mtitulo {
	background: #6b9eaf;
	margin-bottom: 2px;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.mconteudo {
	background: #e0e6e6;
	margin-bottom: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.titulo {
	position: relative;
	top: -30px;
	left: 70px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	size: 14px;
	color: #555;
	font-weight: bold;
	}
.stitulo {
float:left;
position: relative;
left: 70px;
width: 150px;
top: -30px;
}
.stitulo img {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
     border-top: 1px solid #000;
     border-left: 1px solid #000;
     border-right: 2px solid #000;
     border-bottom: 2px solid #000;
}
.ttext {
    position: relative;
    top: -27px;
    left: 20px;
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    size: 14px;
    color: #555;
    font-weight: bold;    
}
.catdesc {
    position: relative;
    top: -30px;
    margin-right: 30px;
    margin-left: 240px;
    min-height: 190px;
}

.frm label {
	float: left;
	width: 150px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}	

.frm input {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.frm input[type=submit]{
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.listtab {
    border: 1px solid #000;
    margin-left: 50px;
}

.listtab .listhead {
    background-color: #06618C;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.listtab .listlinha1 {
    background-color: #E7F1FE;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.listtab .listlinha1:hover {
    background-color: #B4D9FE;
}

.listtab .listlinha0:hover {
    background-color: #E8FDB5;
}

.listtab .listlinha0 {
    background-color: #EFFEE7;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.adminmenu {
    text-align: right;
    margin-right: 50px;
}

.subcategoria {
float: left;
margin-left: 80px;
/*display: inline;      */
/*position: relative;*/
}
.subcategoria img {
     padding-top: 5px;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 20px;
     border-top: 1px solid #000;
     border-left: 1px solid #000;
     border-right: 2px solid #000;
     border-bottom: 2px solid #000;
     
}

.subcategoria a:hover img{
    background-color: #E1EAFF;
}


.subcatnome {
    font-family: tahoma, helvetica, sans-serif;
    font-size: 10px;
    color: #808080;
    position: relative;
    text-align: left;
    top: -20px;
    left: 2px;
}

.frm {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.produto1 {
    position: relative;
    width: 600px;
    min-height: 90px;
    border-top: 1px solid #8EACF0;
    border-bottom: 1px solid #8EACF0;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

.produto0 {
    position: relative;
    width: 600px;
    min-height: 90px;
    border-top: 1px solid #4F7CE8;
    border-bottom: 1px solid #4F7CE8;
    padding-bottom: 20px;
    margin-bottom: 5px;
    background-color: #eee;
}

.pimg {
    position: relative;
    float: left;
    top: 5px;
}

.ptitulo {
    position: relative;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #444;   
    left: 10px;
    top: 5px;
    overflow: hidden;
}

.psdesc {
     position: relative;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    left: 10px;
    width: 440px;
    top: 10px;
}

.precos {
    position: relative;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    color: #444;   
    right: 30px;
    top: 10px;
}

.detalhes_pt-pt a{
    display: block;
    position:relative;
    float:right;
    top: -1px;
    width: 99px;
    height: 12px;
    background-image: url("imagens/detalhes_pt-pt.gif");
}
.detalhes_pt-pt a:hover {
    background-position: bottom;
}
 
.pr_imagem {
    position: relative;
 /*   float: left;*/
    margin-right: 20px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
    border: 1px solid #000;
   /* left: 70px;*/
    top: -30px;
} 

.pr_titulo {
     position: relative;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #444;   
    /*left: 60px;*/
    top: -30px;
    overflow: hidden;
    text-transform: uppercase;
    width: 250px;
}

.prtt {
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #999;    
}

.fproduto {
    position: relative;
    float: left;
    margin: 30px;  
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 45px;
    border: 1px solid #000;    
    overflow: hidden; 
    width: 100px;
    height: 110px;
}
.fproduto img {
    border: 1px solid #000;
} 

.fproduto a:hover img{
    background-color: #E1EAFF;
}

.fprodutot {
    position: relative;
    font-family: tahoma, helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    font-weight: bold;

    left: 5px;
    color: #333;
}
.fprodutop {
    position: absolute;
    display:block;
    font-family: tahoma, helvetica, sans-serif;
    font-size: 11px;
    text-align: right;
    /*right: 5px;*/
    bottom: 2px;
    width: 95px;
    color: #444;
}

.pr_linha {
    position: relative;
    height: 200px;
}

.arvore {
    font-family: tahoma, helvetica, sans-serif;
    font-size: 11px;
    color: #585858;
    font-weight: normal;
}

.arvore a{
    text-decoration: none;
    font-weight: bold;
    display: block;
    color: #777;
}
.arvore a:hover {
    background-color: #ddd;
}

/* Menus  */

ul#menu_topo {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul#menu_topo li{
	display: inline;
		padding: 3px 10px 3px 10px;
	}
ul#menu_topo li a{
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 3px 10px 3px 10px;
	}
ul#menu_topo li a:hover{
	text-decoration: underline;
	background-color: #ccc;
	}	

ul.vmenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}	

ul.vmenu li a{
    display: block;
    text-decoration: none;
    color: #000;
}

ul.vmenu li a:hover{
    background-color: #D1DDFA;
}            	
/* Blockqoutes */
blockquote.error {
	display: block;
	position: relative;
	background-image: url("imagens/error.jpg");	
	background-repeat: no-repeat;
	background-position: 10px 10px;
	left: 10px;
	top: -30px;
	border-top: 1px solid #d11b1b;
	border-bottom: 1px solid #d11b1b;
	background-color: #fee7e7;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	text-indent: 40px;
}	

blockquote.sucesso {
	display: block;
	position: relative;
	background-image: url("imagens/sucesso.jpg");	
	background-repeat: no-repeat;
	background-position: 10px 10px;
	left: 10px;
	top: -30px;
	border-top: 1px solid #669b15;
	border-bottom: 1px solid #669b15;
	background-color: #effde8;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	text-indent: 40px;
}	

blockquote.aviso {
    display: block;
    position: relative;
    background-image: url("imagens/aviso.jpg");    
    background-repeat: no-repeat;
    background-position: 10px 10px;
    left: 10px;
    top: -30px;
    border-top: 1px solid #d39b03;
    border-bottom: 1px solid #d39b03;
    background-color: #ffe79d;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    text-align: left;
    text-indent: 40px;
}    

.encsbtn {
    border: 1px solid #000;
    padding: 10px 5px 0px 5px;
    text-decoration: none;
    color: #000;
    background-color: #E0E0E0;
}
a.encsbtn:hover {
    background-color: #C0C0C0;
}

.encact {
  color: #fff;
  background-color: #585858;   
}

#counter {
    position:relative;
    float: left;
    left: -160px;
    top: 60px;
}

.scatrow {
    position: relative;
    display: block;
    width: 700px;
    left: -50px;
}

.srcbox { position:absolute; top: -1px; right: 10px; }

#gmap {
    position: relative;
    border: 1px solid #000;
    float: right;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
    background-color: #FEFFDF;
    right: 50px;
    top: -50px;
    background-image: url("imagens/clip_ponta.jpg");
    background-repeat: no-repeat;
    background-position: 282px -1px;
    z-index: 100;
    
}

.linkcat0, .linkcat1 {
    position: relative;
    text-align: left;
    width: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #F0F0F0;
}
.linkcat1 {
    background-color:#E0E0E0;
}

.lnkc a:link, .lnkc a:visited, .lnkc a:active, .lnkname a:link, .lnkname a:visited, .lnkname a:active, .linksnav a:link, .linksnav a:visited, .linksnav a:active {
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: #585858;
}

.lnkc a:hover, lnkname a:hover, .linksnav a:hover {
    text-decoration: underline;
}

.lnkname {
    margin-bottom: 5px;
}

.link0, .link1 {
    position: relative;
    width: 525px;
    left: 38px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #000080; 
    min-height: 50px;   
}


.link0 {
    background-color: #EAF4FF;
}

.link1 {
    background-color: #C6E1FF;
}
.lnkico {
    float: left;
    border: 1px solid #000;
    padding: 2px;
    margin-right: 10px;
}

.linksnav {
    position: relative;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    margin-bottom: 10px;
    background-color: #E0E0E0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 700px;
    left: 10px;
}

#fundo{
       margin-top: 10px;  
}