/* CSS Document */
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	
	
}
body, html { height:100%; color: #222; 
font-size: 12px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
background: #f5f5f5;
} /* Necessário */


.sup {
	color:red;
}
a{
	color:#222;
}

.noshow,.noshow:active,.noshow:focus,.noshow:hover{ width:0px!important;height:0px!important;border:0!important;background:none!important;color:none!important;box-shadow:none!important}


/* tab styles */
#tabrow {
 margin:0;
 padding-left:1ex;
 min-width:800px;
 font-size:small;
 letter-spacing:0.3pt;
 line-height:1;
 height:24px;
}

#tabrow ul {
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
}

#tabrow li {
  float:left;
  background-color:#118ed0;
  color:white;
  margin-right:5px;
  padding:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-top:solid #999 1px;
  border-left:solid #999 1px;
  border-right:solid #999 1px;
  border-bottom-width:0;
  border-bottom-color:transparent;
  cursor:pointer;
}

#tabrow li.select {
 background-color:#fff;
 color:#666;
 font-weight:bold;
 height:14px;
}

/* page styles */
#topbox, #midbox {
  width:98%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#topbox {
  background-color:#fff;
  border: solid #999 1px;
  margin-bottom:2em;
}
#midbox {
  border: solid #999 1px;
  background-color:#fff;
}


div.subpage {
  padding:1em;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}
.cinzaE {color: #656566;}
.clear {clear: both;}
fieldset { border: none;}
 

input, textarea, select{
	border: 1px solid #FFFFFF; font-family: Verdana; font-style: normal; color: #454743; padding:5px;
	font-size:90%;	
	
	background: #fff;
		
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #999;
	
	
}


input[type=radio], input[type=checkbox] {
	
	border:0
}


input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus{
	border: 1px solid #333;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	background:#bde9fc

}


input[type=radio]:hover, input[type=checkbox]:hover, input[type=radio]:hover, input[type=checkbox]:active {
	
	border:0
}

.required{
	border: 1px solid #ff0000;
	

}

input:invalid, textarea:invalid, select:invalid{
	border: 1px solid #ff0000;
	
}

input[type=submit], input[type=button], input[type=reset],button {
	border: 0;
	padding:7px;
	font-size:90%;
	background: -webkit-gradient(linear, center top, center bottom, from(#627c19), to(#8aad26));
	background: -moz-linear-gradient(bottom, #627c19, #8aad26);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#627c19', endColorstr='#8aad26');
	color:white;
	
}


input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,button:hover {
	border: 0;
	padding:7px;
	cursor:pointer;
	ackground: -webkit-gradient(linear, center top, center bottom, from(#8aad26), to(#627c19));
	background: -moz-linear-gradient(bottom, #8aad26, #627c19);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8aad26', endColorstr='#627c19');
	color:white;
}

input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus,button:focus {
	background:#6e0005;
	color:white;
	
}
	
p {text-align:justify; }
label{margin-bottom:5px;}
img{ border:0px; }


.submit{
	/*background:#999;
	color:#000;
	padding:5px;
	font-size:12px;
	border:1px solid #999;
	*/
	
}

input .disabled{
	background:#ddd;
}

.sortable{
	font-size:8px;
}

.multipleSelectBoxControl span{	/* Labels above select boxes*/
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}
.multipleSelectBoxControl div option{	/* Select box layout */
	font-family:arial;

}

.multipleSelectBoxControl div select{	
	
	height:100%;
}
.multipleSelectBoxControl input{	/* Small butons */
	width:25px;	
}

.multipleSelectBoxControl div{
	float:left;
}
	

.pCenter{ text-align:center; }

.alert{
	border:2px solid gold;
	background:#eee;
	padding:4px;
	font-weight:bold;
}

.alert_green{
	border:1px solid #00DD00;
	background:#DDFFDD;
	padding:4px;
}

/* --- Topo --- */
.topo {
	width: 100%;
	height: 100px;
	
	margin: auto;
	position: relative;
}

.bandeiras {
	bottom: 0;
	padding: 1px 0 0 0;
}

.logo {
	width: 450px;
	height: 60px;
	float: left;
	margin: 10px 0 0 15px;
	_margin: 10px 0 0 8px;
	padding-left: 10px;
	background: url(../../util/img/logo.png) no-repeat;
}

.logo img{
	border: none;
}

.menuApoio {
	float: left;
	margin: 73px  0 0 20%;
	_margin: 15px  0 0 20%;
}


.orcamento_hidden{
		border:1px solid black;
		display:none;
	
	}


/*  ********************* MENU	 *********************** */
	
.menuPrincipal {
	margin-top:0;
}



.menuPrincipalSep {
	padding: 0;
	border-right:1px solid white;
	margin-right:5px;
	height:50px
}
/*  ********************* MENU	 *********************** */


/*  ********************* INFO APOIO	 *********************** */

.infoApoio{
	float:right;
	color:#777;
	margin-top:35px;
	margin-right:340px;
}

/*  ********************* INFO APOIO	 *********************** */



/* --- Conteúdo --- */

.boxGeral {
	width: 100%px;
	height: auto;
}

.conteudo {
	height:auto;
	min-height: 650px;
	margin: 0 ;
	padding: 10px;
	padding-bottom:120px
	}

.tbHeader {
	background:#1d599b;
	color:white;
	font-size:13px;

}

.titGeral {
	border-bottom:1px solid #627c19;
	color:#627c19;
	font-family:"Trebuchet MS",Verdana,Helvetica,sans-serif;
	font-size:19px;
	text-shadow:2px 2px 2px #CCCCCC;
	margin: 0 0 20px 0;
}


.conteudoFormCadastro {
	width:99%;
	height: auto;
	float: left;
	padding-bottom:100px;
}

.tbCadastro{
	width: 100%;
	border:1px dotted #b1b1b1;
	font-size:13px;
	background:white;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.tbCadastro td{
	padding:5px 3px;
}

.tbCadastro caption{
	background:#627c19;
	border:1px solid #627c19;
	color:white;
	font-weight:bold;
	height:20px;
	font-size:13px;
	line-height:20px;
	
}

.tbCadastro  a{
	font-size:12px;
}

.tbCadastro th{
	color:white;
		background: -webkit-gradient(linear, center top, center bottom, from(#cccccc), to(#aaaaaa));
		background: -moz-linear-gradient(bottom, #cccccc, #aaaaaa 175px);
		color:#333;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa');
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:4px;
	text-align:left;
}

.tbDetPed {
	background: black;
}

.tbDetPed th{
	background-color: #eee;
	text-align:left;
	height:20px;
	padding-left:10px;
}
.tbDetPed td{
	background:white;
	padding-left:10px;
}



.th_light{
	color:#666;
	background:#c5d4e0;
	font-size:12px;
	font-weight:bold;
	padding:1px;
	text-align:center;
}

.conteudoTable{
	
	padding:2px;
}

.conteudoOrcamento {
	width: 700px;
	padding-left:15px;
	margin-top:15px;
	height: auto;
	float: left;
}

.conteudoLista {
	width: 690px;
	margin-top:15px;
	padding-left:20px;
	height: auto;
	float: left;
}

.conteudoLogin {
	width: 350px;
	height: auto;
	float: left;
	margin-left:200px;
	_display:inline;
	
}


.boxProdutos {
	margin: 15px 0 0 0;
	float: left;
}



.boxProdutos li{
	display: inline;
	float: left;
}

.boxNovidades {
	width: 737px;
	margin-left: 10px;
	_margin-left: 0;
}

.boxProdutosEsq {
	width: 6px;
	height: 122px;
	font-size: 0;
	line-height: 0;
	background: url(../img/bg_boxEsquerdo.gif) top no-repeat;
}

.boxProdutosMeio {
	width: 540px;
	height: 122px;
	background: url(../img/bg_boxMeio.gif) top repeat-x;
}

.boxProdutosMeioMaior {
	width: 720px;
	height: 122px;
	background: url(../img/bg_boxMeio.gif) top repeat-x;
}

.boxProdutosDir {
	width: 6px;
	height: 122px;
	float: left;
	font-size: 0;
	line-height: 0;
	background: url(../img/bg_boxDireita.gif) top no-repeat;
}

.boxProdutosDest01 {
	width: 268px;
	height: auto;
	float: left;
	margin: 10px 0 0 3px;
	background: url(../img/bg_boxSeparador.gif) top right no-repeat;
}

.boxProdutosDest02 {
	width: 265px;
	height: auto;
	float: left;
	margin: 7px 0 0 3px;
	_margin: 7px 0 0 0;
}

.boxProdutosDest01Maior {
	width: 345px;
	height: auto;
	float: left;
	padding: 10px 0 0 3px;
	background: url(../img/bg_boxSeparador.gif) top right no-repeat;
}

.boxProdutosDest02Maior {
	width: 348px;
	height: auto;
	float: left;
	margin: 7px 0 0 3px;
	_margin: 7px 0 0 0;
}


.boxProdutosDest03 {
	width: 268px;
	height: auto;
	float: left;
	margin: 10px 0 0 3px;
}

.boxHomeProdutosEsq {
	width: 11px;
	height: 162px;
	font-size: 0;
	line-height: 0;
	background: url(../img/bg_boxHomeEsquerdo.gif) top no-repeat;
}

.boxHomeProdutosMeio {
	width: 715px;
	height: 156px;
	padding: 6px 0 0 0;
	background: url(../img/bg_boxHomeMeio.gif) top repeat-x;
}

.boxHomeProdutosMeio02 {
	width: 475px;
	height: 156px;
	padding: 6px 0 0 0;
	background: url(../img/bg_boxHomeMeio.gif) top repeat-x;
}

.produtosMeio {
	margin: 0 0 0 110px;
}

.boxHomeProdutosDir {
	width: 11px;
	height: 162px;
	float: left;
	font-size: 0;
	line-height: 0;
	background: url(../img/bg_boxHomeDireita.gif) top no-repeat;
}

.boxHomeProdutosDest01 {
	width: 235px;
	height: auto;
	float: left;
	margin: 10px 0 0 3px;
	background: url(../img/bg_boxSeparador.gif) top right no-repeat;
}

.boxHomeProdutosDest02 {
	width: 235px;
	height: auto;
	float: left;
	margin: 10px 0 0 3px;
	_margin: 10px 0 0 0;
}

.boxHomeProdutosDest03 {
	width: 232px;
	height: auto;
	float: left;
	margin: 10px 0 0 3px;
	_margin: 10px 0 0 0;
}

.boxIndustriaDest01 {
	width: 351px;
	height: auto;
	float: left;
	margin: 10px 0 0 3px;
	background: url(../img/bg_boxSeparador.gif) top right no-repeat;
}

.boxIndustriaDest02 {
	width: 351px;
	height: auto;
	float: left;
	margin: 10px 0 0 3px;
	_margin: 10px 0 0 0;
}

.titIndustriaPrincipal {
	width: 218px;
	height: auto;
	float: left;
	margin-top: 20px;
	text-align: right;
}

.imgProdutoHome {
	width: 110px;
	height: auto;
	float: left;
	margin: 0 5px 0 0;
	text-align: center;	
}

.imgProdutoHomePrincipal {
	width: 100px;
	height: auto;
	float: left;
	margin: 20px 5px 0 0;
	text-align: center;	
}

.titProdutoHomePrincipal {
	width: 118px;
	height: auto;
	float: left;
	margin-top: 55px;
	text-align: right;
}

.titProdutoHomePrincipal02 {
	width: 118px;
	height: auto;
	float: left;
	margin-top: 40px;
	text-align: right;
}

.titItemIndustria{
	width: 110px;
	height: auto;
	float: left;
	margin-top: 45px;
	text-align: left;
}

.titItemIndustria01{
	width: 110px;
	height: auto;
	float: left;
	margin-top: 60px;
	text-align: left;
}

.titItemIndustria02{
	width: 110px;
	height: auto;
	float: left;
	margin-top: 45px;
	text-align: left;
}

.titProdutoHomePrincipal img{
	margin: 0 0 6px 0;
	border: none;
	float: right;
}

.titProdutoHomePrincipal02 img{
	margin: 0 0 6px 0;
	border: none;
	float: right;
}

.titProdutoHome {
	width: 132px;
	height: auto;
	float: left;
	margin-top: 35px;
	text-align: right;
}

.titProdutoHome02 {
	width: 132px;
	height: auto;
	float: left;
	margin-top: 30px;
	text-align: right;
}

.titProdutoHome02Cima {
	width: 132px;
	height: auto;
	float: left;
	margin-top: 15px;
	text-align: right;
}

.titProdutoHome03 {
	width: 132px;
	height: auto;
	float: left;
	margin-top: 25px;
	text-align: right;
}

.titProdutoNovidades {
	width: 210px;
	height: auto;
	float: left;
	margin-top: 5px;
	text-align: left;
}

.titProdutoHome img{
	margin: 0 0 6px 0;
	border: none;
	float: right;
}

.titProdutoHome02 img{
	margin: 0 0 6px 0;
	border: none;
	float: right;
}

.titProdutoHome03 img{
	margin: 0 0 6px 0;
	border: none;
	float: right;
}

.titIntProdutos {
	color: #1e5a9c;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 7px 0;
}

.produtoFotos {
	width: 240px;
	padding: 0 0 12px 12px;
	height: auto;
	float: right;
}

.produtoFotos img{
	border: 2px solid #dad8d8;
}

.produtoMenor {
	margin-top: 5px;
}

.produtoMenor li{
	display: inline;
}

.produtosMenorMeio {
	margin: 0 9px 0 9px;
}

/* --- Fale Conosco --- */
.faleConoscoEsq {
	width: 517px;
	float: left
}

.faleConoscoDir {
	width: 220px;
	float: left
}

.localConosco li{
	width: 240px;
	height: auto;
	display: inline;
	float: left;
	list-style: none;
}

.inputMaior {
	width: 400px;
}
.inputMedio {
	width: 235px;
}
.borderNone {
	border: none;
}
.btnEnviar {
	margin: 0 10px 5px 290px;
	word-spacing: 10px;
}
.msgMaior {
	width: 400px; height: 100px;
}


#cliente_overflow{
	width:100%;
}


/* --- Rodapé --- */
.rodape {
	width: 100%;
	height: 35px;
	color: #fff;
	margin-top: 15px;
	padding: 10px 0 0 0;
	background:-o-linear-gradient(bottom, #627c19 5%, #8aad26 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #627c19), color-stop(1, #8aad26) );
	background:-moz-linear-gradient( center top, #627c19 5%, #8aad26 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#627c19", endColorstr="#8aad26");	background: -o-linear-gradient(top,#627c19,8aad26);
	clear:both;
	text-align:center;
	position:fixed;
	z-index:999;
	bottom:0
	

}

.rodape strong{
	color: #fff;
}

.rodape a{
	color: #000;
}

.rodape img{
	border: none;
}

.rodape li{
	color: #FFFFFF;
	float: left;
	display: inline;
}

.rodapeSpace {
	padding: 0 25px 0 0;
}

.rodapeUltimo {
	padding: 0 5px 0 0;
}


#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:250px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #1b5798;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:12px;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:12px;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#1b5798;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	
/** PAGINACAO **/

#paginacao p { /*formatação CSS para a tag <p>*/
	width:100%;
	margin:5px;
	font-size:12px;
    text-align:center; /*alinhamento do texto*/
	color:#006699;/*cor da fonte*/
	border:none;/*define sem borda*/
	margin-bottom:10px;
	
	
}

#paginacao a { /*formatação CSS para a tag <a>*/
	font-weight:bold;
    border: 1px solid #000 ;/*define a borda*/
	padding: 2px 5px; /*distância da margem*/
	text-decoration: none;/*retira o underline do link*/
	color:#000 ;/*cor do texto*/
	margin:5px

}

#paginacao a:hover { /*formatação CSS para a tag <a> quando o mouse estiver sobre ela*/
	font-weight:bold;
    background-color: #000 ;/*cor de fundo*/
	color:#FFFFFF;/*cor do texto*/
	padding: 2px 5px; /*distância da margem*/
	text-decoration: none;/*retira o underline do link*/

}

.pag_ativa{
	background-color:#000 ;
	color:white;
	border: 1px solid #000 ;/*define a borda*/
	padding: 2px 5px; /*distância da margem*/
	
	
}


	
	
	


/* MESSAGES --------------------------------------------------------------- */	
#message-yellow	{
	margin-bottom: 5px;
	}
.yellow-left	{
	background: url(../img/message_yellow.gif) top left no-repeat;
	color: #e79300;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	}
.yellow-left a	{
	color: #e79300;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.yellow-right a	{
	cursor: pointer;
	}
.yellow-right	{
	width: 55px;
	}
#message-blue	{
	margin-bottom: 5px;
	}
.blue-left	{
	background: url(../img/message_blue.gif) top left no-repeat;
	color: #2e74b2;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	}
.blue-left a	{
	color: #2e74b2;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.blue-right a	{
	cursor: pointer;
	}
.blue-right	{
	width: 55px;
	}
#message-red	{
	margin-bottom: 5px;
	}
.red-left	{
	background: url(../img/message_red.gif) top left no-repeat;
	color: #ce2700;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	}
.red-left a	{
	color: #ce2700;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.red-right a	{
	cursor: pointer;
	}
.red-right	{
	width: 55px;
	}
#message-green	{
	margin-bottom: 5px;
	}
.green-left	{
	background: url(../img/message_green.gif) top left no-repeat;
	color: #6da827;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding: 0 0 0 20px;
	}
.green-left a	{
	color: #6da827;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.green-right a	{
	cursor: pointer;
	}
.green-right	{
	width: 55px;
	}	
	
	
	.atalhos { position:fixed;z-index:999;bottom:50px;width:100%;height:70px;background:#ddd;border-top:1px solid #777;border-bottom:1px solid #777;}
	.atalhos h4 { text-align:center!important;width:100%;background:#bbb;margin-bottom:2px;padding:2px 0}
	.atalhos span { float:left;width:15%;margin:2px 0 2px 3px}
	
	
	.btnPagar { background:#3f7b3a!important;color:white!important}
	.btnCancPago { background:#e43f4f!important;color:white!important}