body {
    background-color: #EAECF2;
	margin: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	border:none;
}

/*********************/
/******** loader ***********/
.spinner-container {
display:none;
position: fixed;
background-color: #a4d5f1;
opacity: .6;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1000;
}
.loader {
margin: 0 auto;
width: 60px;
height: 50px;
text-align: center;
font-size: 10px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
z-index: 100;
}

.loader>div {
height:100%;
width:8px;
display:inline-block;
float:left;
margin-left:2px;
-webkit-animation:delay .8s infinite ease-in-out;
animation:delay .8s infinite ease-in-out
}

.loader .bar1 {
background-color: #08327F;
}
.loader .bar2 {
background-color: #0C50CC;
-webkit-animation-delay: -.7s;
animation-delay: -.7s;
}
.loader .bar3 {
background-color: #416eb3;
-webkit-animation-delay: -.6s;
animation-delay: -.6s;
}
.loader .bar4 {
background-color: #1694CC;
-webkit-animation-delay: -.5s;
animation-delay: -.5s;
}
.loader .bar5 {
background-color: #5994FF;
-webkit-animation-delay: -.4s;
animation-delay: -.4s;
}
.loader .bar6 {
background-color: #66D0FF;
-webkit-animation-delay: -.3s;
animation-delay: -.3s;
}


.calendario_hoje {
	background: url(mmcalendar/img/calendariohoje_bg.png)  no-repeat;
	font-weight: bold;
    text-indent: -3999px;
	cursor: pointer ;
	height: 39px;
}

.cep{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9px;
	color: green;
}
.cep_botao{
	width: 116px;
	height: 116px;
	background-image: url(imagens/buscar.png); 
}


td {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
}

.header_table {
	background: #6E80A8;
}
.header_data {
	background: #CC6702;
	font-weight: bold;
	color: #fff;
}

#box {
	font-size: 9px;
	color: green;
	text-align: center;
	width: 65px;
}

.form-noindent {
  background-color:#ffffff; 
  border: double 3px #6E80A8;
 }

#box a {
font-size: 9px;
	text-decoration: none;
	color: red;
	display: block;
}

.conteudo {
	padding-left: 8px;
}

#titulo {
	font-size: 20px;
	display: block;
	font-family: serif;
	text-decoration: line;
	text-align: left;
	color: #6E80A8;
	font-weight: bold;
	padding-left: 5px;
}

.rodape{
	background: #6E80A8 url(imagens/fundo.gif); 
}

.rodape_loja{
	background: #6E80A8 url(imagens/divider.gif); 
}



#textorodape {
    font-size: 10px;
	text-align: center;
	color: #FFF;
    font-weight: bold;
}

#textorodape a {
    text-decoration: none;
	color: #FFF;
}

#textorodape a:hover {
    text-decoration: none;
	color: #00CCFF;
}

.tabelaExibicao {
	
}

.tabelaExibicao a {
	text-decoration: none;
	color: #000;
}

.tabelaExibicao a:hover {
	color: red;
}

.tituloTabelaExibicao {
    color: #FFF;
	background-color: #6E80A8;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
#dica {
	font-size: 10px;
	color: red;
}

#dica:before {
	content: "Dica - ";
	font-weight: bold;
	color: #000000;
}
#dica:after {
	content: " !!!";
	color: red;
}

#paginador a {
	color: #888;
	text-decoration: none;
	font-weight: bold;
}

#paginador a:hover {
	color: #e00;
	font-weight: bold;
}

.formularioTable td{
	background:#fff8cc;
	padding:4px 4px 4px 4px;
	font-weight:bold;
	clear:both
}

.formularioTable input {
	border: 1px solid #494949;
	background-image: url(imagens/bgbox.gif); 
	font-size: 11px;
	font-weight: bold;
		
	outline: 0;
	overflow: hidden;
	height: 22px;
	background: #FFFFFF;
	color:#494949;
	padding:0 10px 0 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.formularioTable input:focus {
	border: 1px solid #FF0000;
	background-image: url(imagens/bgbox.gif); 
	font-size: 11px ;
	font-weight: bold;
}

.formularioTable input:disabled {
	border: 1px solid #ccc;
	background-image: url(imagens/bgbox.gif); 
	font-size: 11px ;
	font-weight: bold;
}

.formularioTable select {  
/*background-image: url(imagens/bgbox.gif);; /* Cor do fundo do menu em repouso 
  background:#ECECD9;*/
	font:11px; /* Tamanho*/
	border: 1px solid #494949;
	outline: 0;
	overflow: hidden;
	background: #FFFFFF;
	color:#494949;
	padding:0 10px 0 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.formularioTable textarea { 
	background:#ECECD9;
	/*background-image: url(imagens/bgbox.gif); /* Cor do fundo do menu 
	em repouso */
	font:11px; /* Tamanho*/
	border: 1px solid #494949;

	outline: 0;
	overflow: hidden;
	background: #FFFFFF;
	color:#494949;
	padding:0 10px 0 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;


}

.formularioTable input#check {
	border: 2px solid #000;
}

.formularioTable fieldset {
	border: double 3px #6E80A8;
	background-color: #EAECF2;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	
}


.formularioTable legend {
  margin-bottom: 15px;
  padding: 5px 10px;
  background: #F5F5F5;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #AAA;
  font-weight: bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

}



.botao {
	background: url('imagens/fundo_botao.gif');
}

.botao:hover {
	background: url('imagens/fundo_botaoH.gif');
}


#comandosLink a{
	text-decoration: none;
	background-color: #EAECF2;
	color: #000;
	display: block;
	width: 75px;
	border: solid 1px #000;
}

#comandosLinkMenu a{
	text-decoration: none;
}


#comandosLink a:hover {
	color: red;

}

#obs {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}

#obs:before {
	content: "Obs. ";
	color:#FF0000;
	font-weight: bold
}

#obs:after {
	content: " !!!";
}

.apagado {
	background-color: #FF8484;
}


<!-- campo de busca com imagem -->

#search_box {
float: center;
 width: 201px;
 height: 31px;
 background: url(imagens/bg_search_chat.GIF);
 }

#search_box #s {
 float: left;
 padding: 0;
 margin: 6px 0 0 6px;
 border: 0;
 width: 159px;
 background: none;
 }
 
#search_box #go {
 float: right;
 margin: 3px 4px 0 0;
}

.abaativa {
    font-family: verdana;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: capitalize;
    color: #000000;
    background-image: url(imagens/fundo_input.gif);
   /* background-color: #6E80A8; */
   background-color: #ffffff;
   
   BORDER-TOP:#000 2px solid; 
   
}

.abainativa {
    font-family: verdana;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: capitalize;
    color: #FFFFFF;
   /* background-image: url(imagens/desativar.gif);*/
    background-color: #6E80A8;
	
	BORDER-RIGHT:#000 2px solid; 
	BORDER-LEFT:#000 2px solid;
	BORDER-TOP:#000 2px solid; 
	BORDER-BOTTOM:#000 2px solid;
}
.pisca{
    font-size: 10px;
	text-align: center;
	color: #FFF;
    font-weight: bold;
    text-decoration:blink;
}

.pisca_formulario{
    font-size: 10px;
	text-align: center;
	color: blue;
    font-weight: bold;
    text-decoration:blink;
}
/*estilo para imagens na pag principal*/
.productList {
 	display: block; 
	overflow: hidden; 
	padding: 10px; 
	border-bottom: 1px solid #CCC; 
	width: 100%;
	font-weight: bold;
}
.productList.last {
	border-bottom: none;
}
.productList.tag {
	display: block; 
	margin: 0 auto 5px auto;
}

.produtoItem{
	display: block; 
	float:left;
	width: 31%; 
	font-size: 0.9em;
	padding: 3px; 
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC; 
	overflow: hidden;
}

.produtoitem a {
    text-align: center;
	color: #888;
	text-decoration: none;
	font-weight: bold;
    display: block;
}
.produtoitem a:before {
    content: url('imagens/lupa.jpg');
}

.produtoitem a:hover {
	color: #e00;
	font-weight: bold;
}

.valorDe{
	display: block; 
	padding: 2px 0;
	text-align:left; 
	font-size: 0.9em; 
	color:red; 
	text-decoration:line-through;
	margin-left:10px;
}

.valorPor {
	display: block; 
	padding: 2px 0;
	text-align:left; 
	font-size: 1.0em; 
	color:green;
	margin-left:10px;
}

.valorOu {
	display: block; 
	padding: 2px 0;
	text-align:left; 
	font-size: 0.9em;
	margin-left:10px;
}

.box {
	padding: 3px; 
	border: 1px solid #CCC; 
	margin-bottom: 5px; 
	overflow: hidden;}
/*fim dos produtos*/

.moldura{
	text-align:center;
}


.abaativa_fp {
    font-family: verdana;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: capitalize;
    color: #000000;
    background-image: url(imagens/fundo_input.gif);
    background-color: #000000;
    BORDER-TOP:#000 2px solid; 
   
}

.abainativa_fp {
    font-family: verdana;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: capitalize;
    color: #000000;
    background-image: url(imagens/fundo.gif);
    background-color: #6E80A8;
	BORDER-RIGHT:#000 2px solid; 
	BORDER-LEFT:#000 2px solid;
	BORDER-TOP:#000 2px solid; 
	BORDER-BOTTOM:#000 2px solid;
}

.destaca_texto{
  margin-top: 10px; 
  background:#fff8cc;
  border:solid 1px #ffe222;
 /*
  background:#EAECF2;
  border:solid 1px #6E80A8;
  */
  border-style:dashed;
  padding:4px 4px 4px 4px;
  font-weight:bold;clear:both
}


.janela_barra_progresso{
    margin:0px;
	border: none;
	padding: 0 0 0 0;
	height:83px;
	width:500px;
	background:  #EAECF2 url(imagens/fundo_barra.png) 0 0  no-repeat;
}

.janela_barra_progresso a{
 margin:0px;
 font-size: 12px;
 color:#666;
 float: right; 
 padding-top: 0; 
 padding-right: 10px; 
 overflow: hidden; 
 height:27px;
 width:60px;
 text-indent: -1999px;
}

.barra_progresso {
    font-family: verdana;
    font-size: 10px;
    font-style: normal;
    line-height: 200%;
    font-weight: bold;
    font-variant: normal;
	color: #000000;
	
    margin:0px;
	border: none;
	padding: 0 0 0 0;
	height:27px;
	width:482px;
	background:  url(imagens/barra_progresso.gif) 0 0 no-repeat;
}
.barra_progresso_azul {
    margin:0px;
	border: none;
	padding: 0 0 0 0;
	float:left;
	height:27px;
	width:482px;
	background:  url(imagens/barra_progresso.gif) 0 -27px no-repeat;
}

.barra_progresso_amarelo{
    margin:0px;
	border: none;
	padding: 0 0 0 0;
	float:left;
	height:27px;
	width:482px;
	background:  url(imagens/barra_progresso.gif)  0 -54px no-repeat;
}

.barra_progresso_vermelho {
    margin:0px;
	border: none;
	padding: 0 0 0 0;
	float:left;
	height:27px;
	width:482px;
	background:  url(imagens/barra_progresso.gif) 0 -81px  no-repeat;
}

.info, .success, .warning, .error, .validation, .avancar {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('imagens/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('imagens/success.png') ;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('imagens/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('imagens/error.png');
}


.info_16, .success_16, .warning_16, .error_16, .validation_16, .avancar_16 {
    border: 1px solid;
    margin: 1px 0px;
    padding:1px 1px 1px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.error_16 {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('imagens/error_16.png');
}
.success_16 {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('imagens/success_16.png') ;
}



.box-home {
	width: 220px;
	height: 250px;
	border: 1px solid #d8d8d8;
	float:left;
	margin: 5px 5px 0 0;
	background: #FFFFFF url(imagens/bg-box-home.gif) bottom left repeat-x;
	/*cursor:move;*/
	cursor: url(imagens/arraste_mouse.gif), move;
}
.box-home div {
  padding: 0 0 0 5px;
}
.box-home h3 {
	height: 36px;
	display:block;
	width:100%;
	background:#06F url(imagens/bg-box-home-header.gif) repeat-x center center;
	margin: 0 0 0 0;
	color: #003263;
	line-height: 36px;
	font-size:10pt;
	font-style:normal;
}

#alerta{
    width:100%;
    top:85px;
    left:0px;
    z-index: 999;
    position:fixed;
	
	_position: absolute;
    _top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+100+"px" : body.scrollTop+100+"px");

	
	padding:15px 50px;
	cursor:pointer;
    
	/*essas propriedades são opicionais*/
	font-family: 'trebuchet ms';
	font-size: 18px;
	
	/*crossbrowser opacity*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
	/*uma pequena sombra para que seja possível destacar o alrta do resto da página*/
	-moz-box-shadow: 0px 2px 2px #888;
	-webkit-box-shadow: 0px 2px 2px #888;
	box-shadow: 0px 2px 2px #888;
}

@media print{
	.noprint{
		display:none;
	}
}

.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;

  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge-error {
  background-color: #b94a48;
}
.badge-warning {
  background-color: #f89406;
}
.badge-success {
  background-color: #468847;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-inverse {
  background-color: #333333;
}

#lateral {
	color: #494949;
	padding:0 5px 0 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size:1.2em;
	background:#ccc;
	height:130px;
	overflow:hidden;
	width:200px; 
	position:fixed;
	top:350px;
	left:-175px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:solid 1px #fff;

}
#lateral:before {
	z-index:1000;
	content: url(imagens/item1.png);
	font-size:4em;
	color:white;
	position:fixed;
	left:10px;
	top:365px;
}
#lateral:hover:before, #lateral:focus:before {
	left:0px
}
#lateral:hover, #lateral:focus,  #lateral:active  {
	overflow:hidden;
	-moz-transform: translate(175px, 0);
	-webkit-transform: translate(175px, 0);
	-o-transform: translate(175px, 0);
	transform: translate(175px, 0);
	padding-left:15px;
}