
/* PECUARISTAS
--------------------------------------------------------------------------------*/

/* CORPO DA PAGINA
--------------------------------------------------------------------------------*/



.boxVerde {
	background-image : url(/pecuaristas/images/bg_box.gif);
	background-repeat : repeat-y;
	padding: 5 5 5 5;
	color: #000000 !important;
}

.textoCampo {
	font: 11px Verdana;
	color: #000000;
	text-decoration: none;
}

#noticias {
	border: 1px solid #6BC9C4; 
	margin: 1 1 1 1; 
	padding: 0 10 0 10; 
	background-color: #EFFCF7;
	padding: 0 10 0 20;
}

.boxEspecie {
	border: 1px solid #4B7573;
	padding: 2 2 2 2;
}

.selecionaEspecie {
	font: 11px Verdana;
	color: #000000;
	padding-left: 15px;
}

.fechaProduto{
	width: 100%;
	text-align: right;
	background-Color: transparent;
}

.fechaProduto img{
	margin: 0px 5px 0px 0px;
}



.crossOndecomprar{
	background-Image: url('/pecuaristas/images/onde_comprar.gif');
	background-repeat: no-repeat;
	width: 142px;
	_width: 150px;
	height: 62px;
	_height: 70px;
	font-size: 10px;
	padding: 8px 0 0px 8px;
}

.crossFaq{
	background-Image: url('/pecuaristas/images/duvidas.gif');
	background-repeat: no-repeat;
	width: 142px;
	_width: 150px;
	height: 62px;
	_height: 70px;
	font-size: 10px;
	padding: 8px 0 0px 8px;
}

.crossDoenca{
	background-Image: url('/pecuaristas/images/doencas.gif');
	background-repeat: no-repeat;
	width: 142px;
	_width: 150px;
	height: 62px;
	_height: 70px;
	font-size: 10px;
	padding: 8px 0 0px 8px;
}

.crossProduto{
	background-Image: url('/pecuaristas/images/produtos.gif');
	background-repeat: no-repeat;
	width: 142px;
	_width: 150px;
	height: 62px;
	_height: 70px;
	font-size: 10px;
	padding: 8px 0 0px 8px;
}

.crossVisita {
	background-Image: url('/pecuaristas/images/visita_virtual.gif');
	background-repeat: no-repeat;
	width: 142px;
	_width: 150px;
	height: 62px;
	_height: 70px;
	font-size: 10px;
	padding: 8px 0 0px 8px;
}

.bgDestaque {
	background-Image: url('/pecuaristas/images/bg_campo.jpg');
	background-position : center; 
	background-repeat: no-repeat;
}

.crossEmail{
	background-Image: url('/pecuaristas/images/email.gif');
	background-repeat: no-repeat;
	width: 142px;
	_width: 150px;
	height: 62px;
	_height: 70px;
	font-size: 10px;
	padding: 8px 0 0px 8px;
}

#bg_fixo { 
	position:absolute; 
	left:0; 
	top:0; 
	padding:-10 0 0 0; 
	height:100%; /* works only if parent container is assigned a height value */ 
	background-image: url(/pecuaristas/ivomec_f/images/bg.gif);
	background-position : center;
	width: 100%; 
} 

	
/* /CORPO DA PAGINA
--------------------------------------------------------------------------------*/



/* MANUAL TECNICO
--------------------------------------------------------------------------------*/



#conteudoManual{
	width: 512px;
	_width: 532px;
	padding: 0 10px;
	text-align: justify;
	height: 276px;
	overflow: auto;
	
	scrollbar-arrow-color: #cacf35;
	scrollbar-darkshadow-color: #cacf35;
	scrollbar-face-color: #eef1a4;
	scrollbar-highlight-color: #cacf35;
	scrollbar-shadow-color: #cacf35;
	scrollbar-track-color: #fffee2;
}

#indice{
	display: none;
	position: absolute;
	top: 150px;
	left: 50px;
	width: 625px;
	background-image: url(/pecuaristas/manual_tecnico/images/bg_box.gif);
	background-repeat: repeat-y;
	height: 250px;
	z-index: 10;
}

#topoIndice {
	font-weight: normal;
    font-size: 11px;
    color: #003333;
    font-family: verdana, arial, helvetica, sans-serif;
	padding: 0 0 0 0;
	text-decoration: none;
}

#linksIndice {
	font-weight: normal;
    font-size: 11px;
    color: #003333;
    font-family: verdana, arial, helvetica, sans-serif;
	padding: 0 0 0 10;
	margin: 0 6 0 6;
	font-weight: bold;
	width: 100%;
}

/* estilos para impressao */
@media screen{
	#imp{
		display: none;
	}
}
@media print{
body.manualTecnico table{
	display: none;
}

.imprimir{
	display:block!important;
	position:static!important;
	background-color:#ffffff!important;
	border:0px solid #000!important;
	left:0px!important;
	padding-bottom:30px!important;
	width:590px!important;
}

.naoImprimir{
	display:none!important;
}

#imp{
	margin: 10px;
	text-decoration: justify;
	font-weight: normal;
    font-size: 11px;
    color: #003333;
    font-family: verdana, arial, helvetica, sans-serif;
}
#imp table{display: block!important;}

}
