/* 
css reset
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/  
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}

:focus {
	outline: 0
}

body {
	line-height: 1;
	color: black;
	background: white
}

ol,ul {
	list-style: none
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption,th,td {
	text-align: left;
	font-weight: normal
}

blockquote:before,blockquote:after,q:before,q:after {
	content: ""
}

blockquote,q {
	quotes: "" ""
}

/* 
clear fix
http://www.webtoolkit.info/css-clearfix.html
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.clearfix {
	display: inline-block
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

.clear {
	clear: both !important;
	display: block !important;
	height: 0 !important;
	float: none !important;
}

.center {
	text-align: center !important;
}
/*
classes reutilizaveis
*/
.imgrpl {
	display: block;
	font-size: 1px;
	text-indent: -9000px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.hidden {
	visibility: hidden;
}

.nb {
	border: none;
	background: transparent;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.cb {
	clear: both;
}

.selfix {
	vertical-align: 0 !important;
	vertical-align: -2px;
}

.radfix {
	width: 13px !important;
	height: 13px !important;
	width: 15px;
	height: 15px;
	vertical-align: -2px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

.bold {
	font-weight: bolder;
}

label.error {
	color: red;
	padding: 10px 0 0 10px;
	display: block;
}

.inputerror {
	border: 1px solid #f00 !important;
}

.active {
	font-weight: bold
}

.send {
	width: 54px;
	height: 17px;
	border: none;
	background: transparent url(../img/bg/bt-min.gif) no-repeat;
	color: #252f60;
	font-size: 12px;
	padding-bottom: 3px;
}

.abtn {
	width: 54px;
	height: 17px;
	display: block;
	background: transparent url(../img/bg/bt-min.gif) no-repeat;
	color: #252f60;
	font-size: 12px;
	text-align: center;
}

body {
	background: #f4f4f4;
	font: 11px Verdana;
	margin: 0;
}

textarea {
	font: 11px Verdana;
	resize: none;
}
/*
estrutura
*/
html,body {
	height: 100%;
}
/* hack para IE6 que trata height como min-height */
* html div#wrapper {
	height: 100%;
}

/*
inicio - HOME
*/
body.homes {
	background: #fcfcfc;
	position: relative;
}

body.homes div#headers {
	background: url(../img/home/bg_homeheader.jpg) no-repeat center bottom;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
}

body.homes div#footers {
	background: url(../img/home/bg_homefooter.jpg) no-repeat center top;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
}

body.homes div#footers #creditos {
	width: 100%;
	text-align: right;
}
body.homes div#footers #creditos img {
	margin: 90px 15px 0 0;
}
body.homes div#footers #creditos a:last-child {
	display:none;
}

body.homes div#logins {
	width: 900px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -450px;
}

body.homes div#logins h1 {
	background: url(../img/home/logo_wave.gif) no-repeat 30px center;
	text-indent: -9000px;
	float: left;
	display: inline;
	margin: 0 0 0 50px;
	padding: 0;
	width: 400px;
	height: 200px;
}

body.homes div#logins h2 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:20px;
	color:red;
	float: left;
	display: inline;
	margin: 0;
	width: 240px;
	height: 19px;
}

body.homes div#logins p {
	float: left;
	display: inline;
	margin: 15px 0 0;
	color: #707070;
	width: 400px;
	line-height: 140%;
}

body.homes div#logins form {
	float: left;
	display: inline;
	margin: 50px 0 0;
	padding: 0 0 10px;
	width: 450px;
	background: url(../img/home/bg_login.gif) no-repeat;
}

body.homes div#logins form fieldset {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 450px;
	border: none;
}

body.homes div#logins form input {
	background: none;
	border: none;
	padding: 3px 5px;
	color: #a5a5a5;
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	margin: 3px 0 0 5px;
}

body.homes div#logins form input.campo {
	width: 200px;
}

body.homes div#logins form input.pass {
	width: 145px;
	margin-left: 20px;
}

body.homes div#logins form input.bt_ok {
	padding: 0;
	margin: 0 0 0 8px;
	cursor: pointer;
	background: url(../img/home/bt_ok.gif) no-repeat;
	width: 52px;
	height: 26px;
	color: #d0d0d0;
	font-size: 0px;
	text-align: right;
}

body.homes div#logins form input.bt_ok:hover {
	background-position: left bottom;
}

body.homes div#logins form p {
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	width: 390px;
}

body.homes div#logins form p a {
	color: #ef0000;
	text-decoration: none;
}

body.homes div#logins form p a:hover {
	text-decoration: underline;
}
/*
fim - HOME
*/
div#wrapper {
	min-height: 100%;
	position: relative;
}

#content {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 104px;
	float: left;
	background: #f4f4f4;
	height: auto;
	position: relative;
}

div#header {
	width: 100%;
	height: 120px;
	background: #e2161e;
}

#headerFit {
	float: left;
}

div.menu_servicos {
	position: fixed;
	z-index: 100;
	bottom: 0;
	clear: both;
	border: 0;
	background: #fff url(../img/bg/menu_servicos_rodape.png) repeat-x top;
	height: 41px;
	width: 100%;
}

div.menu_servicos .miolo {
	padding-top: 31px;
}

div.faixa_service {
	position: absolute;
	z-index: 999;
	clear: both;
	position: fixed;
	bottom: 38px;
	width: 100%;
}

div.faixa_service .miolo {
	padding: 0;
}

div.top_service {
	background: url(../img/bg/menu_service.png) no-repeat;
	width: 220px;
	height: 11px;
	top: -7px;
	position: absolute;
	left: -1px;
}

div.menu_service {
	position: absolute;
	bottom: 0;
	display: none;
	width: 218px;
	/*height: 320px;*/
	height: 10px;
	background: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

div.menu_service ul {
	width: 190px;
	margin: 10px 0 0 15px;
}

div.menu_service ul li a {
	color: #999;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	height: 10px;
	width: 172px;
	display: block;
	padding: 9px;
}

div.menu_service ul li a:hover {
	background: #e2e2e2;
}

a.bt_menu_service {
	width: 150px;
	height: 20px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
/*
	footer
*/
div#footer {
	position: absolute;
	bottom: 0;
	*bottom: -100px;
	height: 64px;
	width: 100%;
	/*background: #E2161E;*/
}
div#footer a.wave {
	background:url(../img/menu/logo_wave.gif) no-repeat;
	width:98px;
	height:50px;
	text-indent:-9000px;
	float:left;
	display:inline;
	margin:15px 0 0;
}
div#footer span.copyright {
	color: #E2161E;
	/*color: #fff;*/
	float: right;
	margin-right: 15px;
	/*float:left*/
}
div#footer ul.linksfooter {
	float: right;
}
div#footer ul.linksfooter li {
	float: left;
	color: #fff;
}
div#footer ul.linksfooter li a {
	color: #fff;
}
div#footer #creditos {
	float: left;
	margin: 0 0 0 644px;
	width: 210px;
}
div#footer #creditos a:last-child {
	display:none;
}
div#footer #creditos img {
	margin: 0;
}

div#footer div.menu-footer.menu-footer-and-creditos {
	width:490px;
}
			
div#footer .center #creditos {
	float:right;
	margin:15px 0 0 0;
}

div.miolo {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	position: relative;
}

h1.tit_logo { /*background: url(../img/logo.png) no-repeat;*/
	width: 137px;
	height: 68px;
	display: block;
	text-indent: -9999px;
	float: left;
}

div.box_login {
	width: 420px;
	float: right;
}

div.box_login span,div.box_login span a {
	color: #fff;
}

ul.formlogin {
	margin: 8px 0 0 0;
}

ul.formlogin li {
	float: left;
	margin-right: 10px;
}

ul.formlogin li.txtemail {
	background: url(../img/inputs/campo_login.png) no-repeat;
	width: 148px;
	height: 21px;
}

ul.formlogin li.txtemail input {
	border: 0;
	width: 135px;
	height: 11px;
	margin: 2px 0 0 2px;
	font: 11px Verdana;
	color: #999;
	padding: 3px;
}

ul.formlogin li input.bt_logar {
	background: url(../img/bt/logar.png) no-repeat;
	width: 62px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	border: 0;
}

div.box_sistema {
	width: 400px;
	float: left;
}

div.box_sistema h2.tit_notafiscal,div.box_cadastrese  h2.tit_notafiscal
	{
	color: #4e3d3e;
	font-size: 21px;
	font-weight: bold;
}

div.box_sistema span,div.box_cadastrese span {
	color: #999;
}

div.flash_home {
	margin: 5px 0 0 0;
}

div.box_cadastrese {
	width: 390px;
	float: right;
}

ul.formcadastrese {
	margin: 50px 0 0 0;
}

ul.formcadastrese li {
	height: 30px;
}

ul.formcadastrese li label {
	width: 105px;
	float: left;
	color: #999;
	text-align: right;
	padding-right: 5px;
}

ul.formcadastrese li span.campo_cadastrese {
	background: url(../img/inputs/campo_cadastrese.png) no-repeat;
	width: 278px;
	height: 21px;
	float: left;
	display: block;
}

ul.formcadastrese li span.campo_cadastrese input {
	border: 0;
	width: 268px;
	height: 11px;
	margin: 2px 0 0 2px;
	font: 11px Verdana;
	color: #999;
	padding: 3px;
}

input.bt_registrar {
	background: url(../img/bt/registrar.png) no-repeat;
	width: 82px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	border: 0;
	float: right;
	font-size: 0;
	color: #fff;
}

/*
Formulario nota fiscal
*/
h2.tit_form {
	color: #666;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-bottom: 6px;
}

div.box_tipo_impressao {
	width: 245px;
	float: left;
	margin: 0 40px 0 0;
}

div.box_tipo_impressao span {
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding-top: 5px;
}

div.box_tipo_impressao span.radio {
	height: 24px;
	padding-top: 5px;
	margin: 0 5px 0 10px;
}

div.box_tipo_impressao img {
	float: left;
}

div.box_form {
	width: 950px;
	margin: 11px 0 0 0;
	float: left;
	background: #fff;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

span.top_left_branco,span.top_right_branco {
	background: url(../img/bg/top_left_branco.png) no-repeat;
	width: 12px;
	height: 9px;
	float: left;
	margin-top: -1px;
}

span.top_right_branco {
	background: url(../img/bg/top_right_branco.png) no-repeat;
	float: right;
}

span.bottom_left_branco,span.bottom_right_branco {
	background: url(../img/bg/bottom_left_branco.png) no-repeat;
	width: 12px;
	height: 9px;
	float: left;
	margin-bottom: -1px;
}

span.bottom_right_branco {
	background: url(../img/bg/bottom_right_branco.png) no-repeat;
	float: right;
}

div.box_form  span.top_form,div.box_form  span.bottom_form {
	width: 950px;
	height: 10px;
	background: url(../img/bg/top_box_form.png) no-repeat;
	display: block;
	float: left;
}

div.box_form  span.bottom_form {
	background: url(../img/bg/bottom_box_form.png) no-repeat;
}

ul.conteudo_form {
	clear: both;
	margin-top: 7px;
	float: left;
	position: relative;
}

ul.conteudo_form li {
	float: left;
	padding-bottom: 10px;
}

ul.conteudo_form li#blProdVlCompra div.campos_form input,ul.conteudo_form li#blProdVlVenda div.campos_form input,ul.conteudo_form li#blProdVlMinimo div.campos_form input,ul.conteudo_form li#blProdPesoLiquido div.campos_form input
	{
	text-align: right;
}

ul.conteudo_form li.conteudo_full {
	width: 100%;
}

ul.conteudo_form p.paginacao {
	width: 909px;
	text-align: right;
	padding: 5px 0;
	clear: both;
	float: left;
	font-size: 10px;
}

ul.conteudo_form p.paginacao a {
	color: #e2161e;
	text-decoration: none;
	padding: 2px 5px;
}

ul.conteudo_form p.paginacao a.ativo,ul.conteudo_form p.paginacao a:hover
	{
	background: #e2161e;
	color: #fff;
}

ul.conteudo_form li.bt_add_produto {
	width: 890px;
	padding-top: 9px;
}

ul.conteudo_form li.log {
	padding-top: 24px;
}

ul.conteudo_form li label {
	font-weight: bold;
	color: #666;
	margin-right: 15px;
}

ul.conteudo_form li label.labelsform {
	display: block;
	margin: 0 0 5px 0;
	color: #e2161e;
}

ul.conteudo_form li div.box_aliquota {
	background: url(../img/bg/aliquota.png) no-repeat;
	width: 206px;
	height: 69px;
	display: block;
	padding: 7px;
}

ul.conteudo_form li div.box_aliquota h2 {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

ul.conteudo_form li div.box_aliquota .left_campo,ul.conteudo_form li div.box_aliquota .right_campo
	{
	background-image: url(../img/bg/campo_baranco.png);
}

ul.conteudo_form li div.box_aliquota .campos_form {
	float: left;
	margin-right: 10px;
	background-color: #fff;
}

ul.conteudo_form li div.campo_text_444 {
	background: url(../img/inputs/campo_text_444.png) no-repeat;
	width: 444px;
	height: 101px;
}

ul.conteudo_form li div.campo_text_444 input {
	width: 434px;
}

ul.conteudo_form li.bts_final {
	width: 905px;
}

select.campo_select {
	width: 118px;
}

select.campo_select_grande {
	width: 320px;
}

a.bt_add_produto {
	background: url(../img/bt/add_produto.png) no-repeat;
	width: 220px;
	height: 34px;
	display: block;
	text-indent: -9999px;
}

a.bt_visualizar_impressao,a.bt_enviar_informacoes {
	background: url(../img/bt/visualizar_impressao.png) no-repeat;
	width: 219px;
	height: 32px;
	float: right;
	text-indent: -9999px;
	margin: 10px 10px 0 0;
}

input.bottom213 {
	height: 213px !important;
}

a.bt_enviar_informacoes {
	background: url(../img/bt/enviar_informacoes.png) no-repeat;
}

a.bt_salvar_dados,a.bt_fechar {
	background: url(../img/bt/salvar_dados.png) no-repeat;
	width: 153px;
	height: 32px;
	float: right;
	text-indent: -9999px;
	margin: 10px 10px 0 0;
}

a.bt_fechar {
	background: url(../img/bt/fechar.png) no-repeat;
	width: 96px;
}

div.box_form div.mioloform {
	width: 910px;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	background: #fff;
	padding: 17px 19px;
	/*position: relative;*/
	float: left;
}

/*
menu de servicos
*/
.form_formula li {
	clear: both;
	width: 910px;
	height: 31px;
}

.form_formula span.txt_formula {
	float: left;
	width: 93px;
	padding-top: 7px;
	font-weight: bold;
	text-transform: uppercase;
}

.form_formula div.labelvalores {
	width: 185px;
	padding-top: 3px;
}

.form_formula .campos_form {
	float: right;
	margin: 0;
}

/*
menu de servicos
*/
div.box_menu_servicos {
	background: url(../img/bg/barra_menu_servicos.png) no-repeat right;
	width: 225px;
	float: left;
	height: 30px;
	margin-top: -23px;
}

div.box_menu_servicos h2 {
	background: url(../img/ico/menu_servicos.png) no-repeat;
	padding-left: 25px;
	font-weight: bold;
	display: block;
	height: 22px;
	color: #666;
	margin-top: 9px;
}

div.servicos {
	float: right;
	margin-top: -27px;
	width: 485px;
}

div.servicos div.bate_papo,div.servicos div.bate_papo_online,div.servicos div.bate_papo_online_msg
	{
	width: 200px;
}

div.servicos div.bate_papo_online {
	cursor: pointer;
}

div.servicos div.notificacoes {
	cursor: pointer;
	width: 204px;
}

div.servicos div.bate_papo,div.servicos div.bate_papo_online,div.servicos div.bate_papo_online_msg,div.servicos div.notificacoes
	{
	background: url(../img/bg/barra_menu_servicos.png) no-repeat left;
	padding-left: 24px;
	float: left;
	margin-left: 15px;
	display: inline;
}

div.servicos div.bate_papo h2,div.servicos div.bate_papo_online h2,div.servicos div.bate_papo_online_msg h2,div.servicos div.notificacoes h2
	{
	padding-right: 25px;
	display: block;
	height: 22px;
	color: #999999;
	margin-top: 9px;
	padding-top: 2px;
}

div.servicos div.bate_papo h2 {
	background: url(../img/ico/bate_papo_off.gif) no-repeat right;
}

div.servicos div.bate_papo_online h2 {
	background: url(../img/ico/bate_papo_on.gif) no-repeat right;
	display: block;
}

div.servicos div.notificacoes h2 {
	background: url(../img/ico/notificacoes.png) no-repeat right;
}

div.bg_220 {
	width: 204px;
	height: 63px;
	background: url(../img/bg/bg_220.png) no-repeat;
	padding: 8px;
}

div.campo_quadrado_82 {
	width: 82px;
	height: 62px;
	background: url(../img/bg/campo_quadrado_82.png) no-repeat;
	padding-top: 2px;
	float: left;
}

div.campo_quadrado_82 textarea {
	width: 79px;
	height: 56px;
	border: 0;
}

button.bt_inclui {
	background: url(../img/bt/seta_direita.png) no-repeat;
	width: 20px;
	height: 19px;
	display: block;
	text-indent: -9999px;
	border: 0;
	margin-bottom: 2px;
}

button.bt_exclui {
	background: url(../img/bt/seta_esquerda.png) no-repeat;
	width: 20px;
	height: 19px;
	display: block;
	text-indent: -9999px;
	border: 0;
}

div.botoes_seta {
	margin: 0 8px;
	padding: 13px 0;
}

/*
autocomplete
*/
div.autocomplete {
	width: 484px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f4f4f4;
	padding: 2px;
}

#content ul.conteudo_form li div.autocomplete ul.listaauto {
	margin: 6px 0 0 3px;
}

#content  ul.conteudo_form li div.autocomplete ul.listaauto li {
	width: 475px;
	margin: 0;
	float: none !important;
}

#content ul.conteudo_form li div.autocomplete ul.listaauto li  span {
	color: #999;
	text-transform: uppercase;
	width: 455px;
	display: block;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

#content ul.conteudo_form li div.autocomplete ul.listaauto li  span:hover
	{
	background: #e2e2e2;
}

#content ul.conteudo_form li div.autocomplete ul.listaauto li  span.selected
	{
	background: #999999;
	color: #fff;
	padding: 4px 10px;
}

/*Calculadora*/
div.calculadora {
	position: absolute;
	z-index: 1000;
	top: 90px;
	*margin-top: 73px;
	right: 24px;
	width: 600px;
	height: 270px;
	left: 333px;
	display: none;
	opacity: .5;
	filter: alpha(opacity =     50); /*IE compatibility*/
}

div.calculadora div.top_calc {
	background: url(../img/bg/top_calc.png) no-repeat top;
	width: 596px;
	height: 8px;
	*height: 13px;
}

div.miolo_calc {
	width: 560px;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	background: #fff;
	padding: 17px;
	float: left;
	overflow: hidden;
	*margin-top: -5px;
}

div.calculadora div.bottom_calc {
	background: url(../img/bg/bottom_calc.png) no-repeat;
	width: 596px;
	height: 8px;
	float: left;
}

div.miolo_calc h3.tit_box_form {
	color: #e2161e;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

div.miolo_calc a.bt_fechar_modal {
	width: 20px;
	height: 20px;
	background: url(../img/ico/mais.png) no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
	text-indent: -9999px;
}

ul.itens_calc {
	float: left;
	margin: 10px 2px 0 2px;
	*margin: 10px 1px 0 1px;
	width: 75px;
}

#wrapper ul.menores {
	width: 43px;
}

#wrapper ul.itens_calc  li {
	height: 30px;
	display: block;
	float: none;
}

ul.itens_calc  li button {
	width: 74px;
	height: 31px;
	display: block;
	color: #fff;
	text-align: center;
	border: 0;
	font-weight: bold;
	font-size: 11px;
}

ul.itens_calc  li button.bt_lilas {
	background: url(../img/bg/bt_lilas.png) no-repeat;
}

ul.itens_calc  li button.bt_rosa {
	background: url(../img/bg/bt_rosa.png) no-repeat;
}

ul.itens_calc  li button.bt_roxo {
	background: url(../img/bg/bt_roxo.png) no-repeat;
}

ul.itens_calc  li button.bt_azul {
	background: url(../img/bg/bt_azul.png) no-repeat;
}

ul.itens_calc  li button.bt_cinza_claro {
	background: url(../img/bg/bt_cinza_claro.png) no-repeat;
	width: 44px;
}

ul.itens_calc  li button.bt_cinza_escuro {
	background: url(../img/bg/cinza_escuro.png) no-repeat;
	width: 44px;
}

ul.itens_calc  li button.bt_cinza_claro_grande {
	background: url(../img/bg/bt_cinza_claro_grande.png) no-repeat;
	width: 44px;
	height: 67px;
}

/* status */
div.box_status,div.box_status2 {
	position: absolute;
	top: 0;
	z-index: 900;
	display: block;
}

div.box_status {
	left: 0;
}

div.box_status2 {
	right: 0;
}

div.bt_status {
	position: absolute;
	top: 76px;
	z-index: 900;
	width: 30px;
	height: 188px;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.box_status div.bt_status {
	left: 0;
	background-image: url(../img/bt/status.png);
}

div.box_status2 div.bt_status {
	right: 0;
	background-image: url(../img/bt/status_2.png);
}

div.status_aberto,div.status_aberto2 {
	position: absolute;
	top: 76px;
	z-index: 900;
	width: 246px;
	min-height: 188px;
	display: none;
}

div.status_aberto {
	left: 0;
}

div.status_aberto2 {
	right: 0;
}

div.top_aberto,div.bottom_aberto,div.top_aberto2,div.bottom_aberto2 {
	width: 246px;
	height: 9px;
}

div.top_aberto {
	background: url(../img/bg/top_status.png) no-repeat;
}

div.top_aberto2 {
	background: url(../img/bg/top_status2.png) no-repeat;
}

div.bottom_aberto2 {
	background: url(../img/bg/bottom_status2.png) no-repeat;
}

div.bottom_aberto {
	background: url(../img/bg/bottom_status.png) no-repeat;
}

div.status_aberto a.bt_fechar,div.status_aberto2 a.bt_fechar {
	position: relative;
	display: block;
	top: 0;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
	background: url(../img/ico/menos.png) no-repeat;
	text-indent: -99999px;
}

div.status_aberto a.bt_fechar {
	float: right;
	right: 0;
}

div.status_aberto2 a.bt_fechar {
	float: left;
	left: 0;
}

div.miolo_aberto {
	width: 225px;
	height: auto;
	padding: 10px;
	_margin-top: -4px;
	background-color: #fff;
}

div.status_aberto div.miolo_aberto {
	border-right: 1px solid #dcdcdc;
}

div.status_aberto2 div.miolo_aberto {
	border-left: 1px solid #dcdcdc;
}

div.miolo_aberto table {
	width: 217px;
	margin-top: 10px;
}

div.miolo_aberto table thead tr td {
	color: #e2161e;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

div.miolo_aberto table tbody tr td {
	color: #666;
	border-bottom: 1px dotted #666;
	padding: 5px 0;
}

h2.tit_nota_fiscal,h2.tit_status {
	background: url(../img/tit-nota-fiscal.png) no-repeat;
	width: 136px;
	height: 14px;
	float: left;
	text-indent: -9999px;
	margin: 0 0 0 45px;
	display: inline;
}

h2.tit_status {
	background: url(../img/tit-status.png) no-repeat;
	margin: 25px 0 0 75px;
}

div.status_aberto p {
	float: left;
	text-align: center;
	width: 210px;
	margin: 10px 0 0 0;
}

div.status_aberto p img {
	margin: 5px;
}

/*box erros*/
div.box_erros {
	width: 948px;
	float: left;
	display: none;
	border: 1px solid #e2161e;
}

div.mini_box_erros {
	width: 548px;
	float: left;
	display: none;
	border: 1px solid #e2161e;
}

span.top_left_box_error,span.top_right_box_error {
	width: 10px;
	height: 9px;
	background: url(../img/bg/box_left_top_red.png) no-repeat;
	display: block;
	float: left;
	margin: -1px 0 0 -1px;
}

span.top_right_box_error {
	background: url(../img/bg/box_right_top_red.png) no-repeat;
	float: right;
	margin: -1px -1px 0 0;
}

span.bottom_left_box_error,span.bottom_right_box_error {
	width: 10px;
	height: 9px;
	background: url(../img/bg/box_left_bottom_red.png) no-repeat;
	display: block;
	float: left;
	margin: 0 0 -1px -1px;
}

span.bottom_right_box_error {
	background: url(../img/bg/box_right_bottom_red.png) no-repeat;
	float: right;
	margin: 0 -1px -1px 0;
}

div.conteudo_box_erros {
	width: 910px;
	float: left;
	padding: 8px 19px;
}

div.conteudo_box_erros h2 {
	color: #e2161e;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: -1px;
	float: left;
}

div.conteudo_box_erros h4 {
	color: #e2161e;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: -1px;
	float: left;
}

a.bt_atualizar {
	background: url(../img/bt/atualizar.png) no-repeat;
	width: 72px;
	height: 12px;
	float: right;
	text-indent: -9999px;
	margin: 2px 0 0 0;
	cursor: pointer;
}

a.bt_fechar_erro {
	background: url(../img/bt/fechar_erros.png) no-repeat;
	width: 56px;
	height: 12px;
	float: right;
	text-indent: -9999px;
	margin: 3px 0 0 14px;
	cursor: pointer;
}

ul.lista_erros {
	width: 445px;
	float: left;
	padding-top: 21px;
	padding-bottom: 5px;
}

ul.lista_erros li {
	float: left;
	background: #fff;
	width: 423px;
	/*height: 14px;*/
	padding: 4px 11px;
	color: #999;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 2px;
	line-height: 150%;
}

.mg00 {
	margin-right: 0px;
}

.mg03 {
	margin-right: 3px;
}

.mg19 {
	margin-right: 19px;
}

.mg20 {
	margin-right: 20px;
}

.mg30 {
	margin-right: 30px;
}

.mg60 {
	margin-right: 60px;
}

.mg1l {
	margin-left: 11px !important;
}

.mg100 {
	margin-right: 100px;
}

.mg200 {
	margin-right: 200px;
}

.w100 {
	width: 100px;
	display: block;
}

ul.lista_erros li  a.error {
	color: #e2161e;
	float: left;
}

ul.lista_erros li a {
	float: right;
	color: #999;
	text-decoration: none;
}

ul.lista_erros li  a.bt_ok_erro {
	display: inline;
	margin: 0 0 3px 10px;
	/*
	*margin-top: -13px;
	*/
}

div.campo_w95 {
	width: 95px;
}

div.campo_w95 input {
	width: 75px;
}

div.campo_w95 .combo_value {
	width: 50px;
}

div.campo_w95 .combo_expandido {
	width: 95px;
}

div.campo_w100 {
	width: 100px;
}

div.campo_w100 input {
	width: 80px;
}

div.campo_w100 .combo_value {
	width: 55px;
}

div.campo_w100 .combo_expandido {
	width: 100px;
}

div.campo_w108 {
	width: 108px;
}

div.campo_w108 input {
	width: 88px;
}

div.campo_w108 .combo_value {
	width: 63px;
}

div.campo_w108 .combo_expandido {
	width: 108px;
}

div.campo_w115 {
	width: 115px;
}

div.campo_w115 input {
	width: 96px;
}

div.campo_w115 .combo_value {
	width: 71px;
}

div.campo_w115 .combo_expandido {
	width: 115px;
}

div.campo_w116 {
	width: 116px;
}

div.campo_w116 input {
	width: 96px;
}

div.campo_w116 .combo_value {
	width: 71px;
}

div.campo_w116 .combo_expandido {
	width: 116px;
}

div.campo_w120 {
	width: 120px;
}

div.campo_w120 input {
	width: 100px;
}

div.campo_w120 .combo_value {
	width: 75px;
}

div.campo_w120 .combo_expandido {
	width: 120px;
}

div.campo_w122 {
	width: 122px;
}

div.campo_w122 input {
	width: 102px;
}

div.campo_w122 .combo_value {
	width: 77px;
}

div.campo_w122 .combo_expandido {
	width: 122px;
}

div.campo_w127 {
	width: 127px;
}

div.campo_w127 input {
	width: 107px;
}

div.campo_w127 .combo_value {
	width: 82px;
}

div.campo_w127 .combo_expandido {
	width: 127px;
}

div.campo_w132 {
	width: 132px;
}

div.campo_w132 input {
	width: 113px;
}

div.campo_w132 .combo_value {
	width: 88px;
}

div.campo_w132 .combo_expandido {
	width: 132px;
}

div.campo_w133 {
	width: 133px;
}

div.campo_w133 input {
	width: 113px;
}

div.campo_w133 .combo_value {
	width: 88px;
}

div.campo_w133 .combo_expandido {
	width: 133px;
}

div.campo_w139 {
	width: 139px;
}

div.campo_w139 input {
	width: 121px;
}

div.campo_w139 .combo_value {
	width: 88px;
}

div.campo_w139 .combo_expandido {
	width: 133px;
}

div.campo_w134 {
	width: 134px;
}

div.campo_w134 input {
	width: 114px;
}

div.campo_w134 .combo_value {
	width: 89px;
}

div.campo_w134 .combo_expandido {
	width: 134px;
}

div.campo_w140 {
	width: 140px;
}

div.campo_w140 input {
	width: 121px;
}

div.campo_w140 .combo_value {
	width: 88px;
}

div.campo_w140 .combo_expandido {
	width: 140px;
}

div.campo_w149 {
	width: 149px;
}

div.campo_w149 input {
	width: 121px;
}

div.campo_w149 .combo_value {
	width: 88px;
}

div.campo_w149 .combo_expandido {
	width: 149px;
}

div.campo_w150 {
	width: 150px;
}

div.campo_w150 input {
	width: 130px;
}

div.campo_w150 .combo_value {
	width: 105px;
}

div.campo_w150 .combo_expandido {
	width: 150px;
}

div.campo_w152 {
	width: 152px;
}

div.campo_w152 input {
	width: 130px;
}

div.campo_w152 .combo_value {
	width: 105px;
}

div.campo_w152 .combo_expandido {
	width: 152px;
}

div.campo_w155 {
	width: 155px;
}

div.campo_w155 input {
	width: 135px;
}

div.campo_w155 .combo_value {
	width: 110px;
}

div.campo_w155 .combo_expandido {
	width: 155px;
}

div.campo_w158 {
	width: 158px;
}

div.campo_w158 input {
	width: 138px;
}

div.campo_w158 .combo_value {
	width: 113px;
}

div.campo_w158 .combo_expandido {
	width: 158px;
}

div.campo_w160 {
	width: 160px;
}

div.campo_w160 input {
	width: 140px;
}

div.campo_w160 .combo_value {
	width: 115px;
}

div.campo_w160 .combo_expandido {
	width: 160px;
}

div.campo_w163 {
	width: 163px;
}

div.campo_w163 input {
	width: 143px;
}

div.campo_w163 .combo_value {
	width: 118px;
}

div.campo_w163 .combo_expandido {
	width: 163px;
}

div.campo_w165 {
	width: 165px;
}

div.campo_w165 input {
	width: 143px;
}

div.campo_w165 .combo_value {
	width: 118px;
}

div.campo_w165 .combo_expandido {
	width: 165px;
}

div.campo_w166 {
	width: 166px;
}

div.campo_w166 input {
	width: 144px;
}

div.campo_w166 .combo_value {
	width: 119px;
}

div.campo_w166 .combo_expandido {
	width: 166px;
}

div.campo_w170 {
	width: 170px;
}

div.campo_w170 input {
	width: 150px;
}

div.campo_w170 .combo_value {
	width: 125px;
}

div.campo_w170 .combo_expandido {
	width: 170px;
}

div.campo_w175 {
	width: 175px;
}

div.campo_w175 input {
	width: 155px;
}

div.campo_w175 .combo_value {
	width: 130px;
}

div.campo_w175 .combo_expandido {
	width: 175px;
}

div.campo_w180 {
	width: 180px;
}

div.campo_w180 input {
	width: 160px;
}

div.campo_w180 .combo_value {
	width: 135px;
}

div.campo_w180 .combo_expandido {
	width: 180px;
}

div.campo_w185 {
	width: 185px;
}

div.campo_w185 input {
	width: 165px;
}

div.campo_w185 .combo_value {
	width: 140px;
}

div.campo_w185 .combo_expandido {
	width: 185px;
}

div.campo_w190 {
	width: 190px;
}

div.campo_w190 input {
	width: 170px;
}

div.campo_w190 .combo_value {
	width: 145px;
}

div.campo_w190 .combo_expandido {
	width: 190px;
}

div.campo_w200 {
	width: 200px;
}

div.campo_w200 input {
	width: 180px;
}

div.campo_w200 .combo_value {
	width: 155px;
}

div.campo_w200 .combo_expandido {
	width: 200px;
}

div.campo_w202 {
	width: 202px;
}

div.campo_w202 input {
	width: 182px;
}

div.campo_w202 .combo_value {
	width: 157px;
}

div.campo_w202 .combo_expandido {
	width: 202px;
}

div.campo_w204 {
	width: 204px;
}

div.campo_w204 input {
	width: 184px;
}

div.campo_w204 .combo_value {
	width: 159px;
}

div.campo_w204 .combo_expandido {
	width: 204px;
}

div.campo_w205 {
	width: 205px;
}

div.campo_w205 input {
	width: 185px;
}

div.campo_w205 .combo_value {
	width: 160px;
}

div.campo_w205 .combo_expandido {
	width: 205px;
}

div.campo_w209 {
	width: 209px;
}

div.campo_w209 input {
	width: 189px;
}

div.campo_w209 .combo_value {
	width: 163px;
}

div.campo_w209 .combo_expandido {
	width: 209px;
}

div.campo_w210 {
	width: 208px;
}

div.campo_w210 input {
	width: 180px;
}

div.campo_w210 .combo_value {
	width: 155px;
}

div.campo_w210 .combo_expandido {
	width: 208px;
}

div.campo_w211 {
	width: 211px;
}

div.campo_w211 input {
	width: 191px;
}

div.campo_w211 .combo_value {
	width: 156px;
}

div.campo_w211 .combo_expandido {
	width: 211px;
}

div.campo_w214 {
	width: 214px;
}

div.campo_w214 input {
	width: 194px;
}

div.campo_w214 .combo_value {
	width: 195px;
}

div.campo_w214 .combo_expandido {
	width: 214px;
}

div.campo_w215 {
	width: 215px;
}

div.campo_w215 input {
	width: 195px;
}

div.campo_w215 .combo_value {
	width: 170px;
}

div.campo_w215 .combo_expandido {
	width: 215px;
}

div.campo_w218 {
	width: 218px;
}

div.campo_w218 input {
	width: 198px;
}

div.campo_w218 .combo_value {
	width: 173px;
}

div.campo_w218 .combo_expandido {
	width: 218px;
}

div.campo_w220 {
	width: 220px;
}

div.campo_w220 input {
	width: 185px;
}

div.campo_w220 .combo_value {
	width: 173px;
}

div.campo_w220 .combo_expandido {
	width: 220px;
}

div.campo_w221 {
	width: 221px;
}

div.campo_w221 input {
	width: 185px;
}

div.campo_w221 .combo_value {
	width: 173px;
}

div.campo_w221 .combo_expandido {
	width: 221px;
}

div.campo_w223 {
	width: 223px;
}

div.campo_w223 input {
	width: 203px;
}

div.campo_w223 .combo_value {
	width: 178px;
}

div.campo_w223 .combo_expandido {
	width: 223px;
}

div.campo_w226 {
	width: 226px;
}

div.campo_w226 input {
	width: 206px;
}

div.campo_w226 .combo_value {
	width: 181px;
}

div.campo_w226 .combo_expandido {
	width: 226px;
}

div.campo_w227 {
	width: 227px;
}

div.campo_w227 input {
	width: 207px;
}

div.campo_w227 .combo_value {
	width: 182px;
}

div.campo_w227 .combo_expandido {
	width: 227px;
}

div.campo_w233 {
	width: 233px;
}

div.campo_w233 input {
	width: 215px;
}

div.campo_w233 .combo_value {
	width: 190px;
}

div.campo_w233 .combo_expandido {
	width: 235px;
}

div.campo_w235 {
	width: 235px;
}

div.campo_w235 input {
	width: 215px;
}

div.campo_w235 .combo_value {
	width: 190px;
}

div.campo_w235 .combo_expandido {
	width: 235px;
}

div.campo_w243 {
	width: 243px;
}

div.campo_w243 input {
	width: 223px;
}

div.campo_w243 .combo_value {
	width: 198px;
}

div.campo_w243 .combo_expandido {
	width: 243px;
}

div.campo_w255 {
	width: 255px;
}

div.campo_w255 input {
	width: 235px;
}

div.campo_w255 .combo_value {
	width: 210px;
}

div.campo_w255 .combo_expandido {
	width: 255px;
}

div.campo_w258 {
	width: 258px;
}

div.campo_w258 input {
	width: 238px;
}

div.campo_w258 .combo_value {
	width: 213px;
}

div.campo_w258 .combo_expandido {
	width: 258px;
}

div.campo_w260 {
	width: 260px;
}

div.campo_w260 input {
	width: 240px;
}

div.campo_w260 .combo_value {
	width: 215px;
}

div.campo_w260 .combo_expandido {
	width: 260px;
}

div.campo_w262 {
	width: 262px;
}

div.campo_w262 input {
	width: 242px;
}

div.campo_w262 .combo_value {
	width: 217px;
}

div.campo_w262 .combo_expandido {
	width: 262px;
}

div.campo_w263 {
	width: 263px;
}

div.campo_w263 input {
	width: 242px;
}

div.campo_w263 .combo_value {
	width: 217px;
}

div.campo_w263 .combo_expandido {
	width: 263px;
}

div.campo_w228 {
	width: 228px;
}

div.campo_w228 input {
	width: 208px;
}

div.campo_w228 .combo_value {
	width: 183px;
}

div.campo_w228 .combo_expandido {
	width: 228px;
}

div.campo_w240 {
	width: 240px;
}

div.campo_w240 input {
	width: 220px;
}

div.campo_w240 .combo_value {
	width: 195px;
}

div.campo_w240 .combo_expandido {
	width: 240px;
}

div.campo_w244 {
	width: 244px;
}

div.campo_w244 input {
	width: 224px;
}

div.campo_w244 .combo_value {
	width: 199px;
}

div.campo_w244 .combo_expandido {
	width: 244px;
}

div.campo_w285 {
	width: 285px;
}

div.campo_w285 input {
	width: 265px;
}

div.campo_w285 .combo_value {
	width: 230px;
}

div.campo_w285 .combo_expandido {
	width: 285px;
}

div.campo_w272 {
	width: 272px;
}

div.campo_w272 input {
	width: 252px;
}

div.campo_w272 .combo_value {
	width: 233px;
}

div.campo_w272 .combo_expandido {
	width: 272px;
}

div.campo_w276 {
	width: 276px;
}

div.campo_w276 input {
	width: 252px;
}

div.campo_w276 .combo_value {
	width: 233px;
}

div.campo_w276 .combo_expandido {
	width: 276px;
}

div.campo_w279 {
	width: 279px;
}

div.campo_w279 input {
	width: 255px;
}

div.campo_w279 .combo_value {
	width: 236px;
}

div.campo_w279 .combo_expandido {
	width: 279px;
}

div.campo_w288 {
	width: 288px;
}

div.campo_w288 input {
	width: 268px;
}

div.campo_w288 .combo_value {
	width: 233px;
}

div.campo_w288 .combo_expandido {
	width: 288px;
}

div.campo_w289 {
	width: 289px;
}

div.campo_w289 input {
	width: 269px;
}

div.campo_w289 .combo_value {
	width: 244px;
}

div.campo_w289 .combo_expandido {
	width: 289px;
}

div.campo_w296 {
	width: 296px;
}

div.campo_w296 input {
	width: 276px;
}

div.campo_w296 .combo_value {
	width: 251px;
}

div.campo_w296 .combo_expandido {
	width: 296px;
}

div.campo_w290 {
	width: 296px;
}

div.campo_w290 input {
	width: 276px;
}

div.campo_w290 .combo_value {
	width: 251px;
}

div.campo_w290 .combo_expandido {
	width: 296px;
}

div.campo_w300 {
	width: 300px;
}

div.campo_w300 input {
	width: 280px;
}

div.campo_w300 .combo_value {
	width: 255px;
}

div.campo_w300 .combo_expandido {
	width: 300px;
}

div.campo_w309 {
	width: 309px;
}

div.campo_w309 input {
	width: 289px;
}

div.campo_w309 .combo_value {
	width: 265px;
}

div.campo_w309 .combo_expandido {
	width: 309px;
}

div.campo_w313 {
	width: 313px;
}

div.campo_w313 input {
	width: 293px;
}

div.campo_w313 .combo_value {
	width: 255px;
}

div.campo_w313 .combo_expandido {
	width: 313px;
}

div.campo_w321 {
	width: 321px;
}

div.campo_w321 input {
	width: 301px;
}

div.campo_w321 .combo_value {
	width: 276px;
}

div.campo_w321 .combo_expandido {
	width: 321px;
}

div.campo_w324 {
	width: 324px;
}

div.campo_w324 input {
	width: 304px;
}

div.campo_w324 .combo_value {
	width: 280px;
}

div.campo_w324 .combo_expandido {
	width: 324px;
}

div.campo_w336 {
	width: 336px;
}

div.campo_w336 input {
	width: 316px;
}

div.campo_w336 .combo_value {
	width: 291px;
}

div.campo_w336 .combo_expandido {
	width: 336px;
}

div.campo_w337 {
	width: 337px;
}

div.campo_w337 input {
	width: 317px;
}

div.campo_w337 .combo_value {
	width: 292px;
}

div.campo_w337 .combo_expandido {
	width: 337px;
}

div.campo_w340 {
	width: 340px;
}

div.campo_w340 input {
	width: 320px;
}

div.campo_w340 .combo_value {
	width: 295px;
}

div.campo_w340 .combo_expandido {
	width: 340px;
}

div.campo_w341 {
	width: 341px;
}

div.campo_w341 input {
	width: 321px;
}

div.campo_w341 .combo_value {
	width: 296px;
}

div.campo_w341 .combo_expandido {
	width: 341px;
}

div.campo_w344 {
	width: 344px;
}

div.campo_w344 input {
	width: 321px;
}

div.campo_w344 .combo_value {
	width: 296px;
}

div.campo_w344 .combo_expandido {
	width: 344px;
}

div.campo_w346 {
	width: 346px;
}

div.campo_w346 input {
	width: 323px;
}

div.campo_w346 .combo_value {
	width: 298px;
}

div.campo_w346 .combo_expandido {
	width: 346px;
}

div.campo_w349 {
	width: 349px;
}

div.campo_w349 input {
	width: 321px;
}

div.campo_w349 .combo_value {
	width: 296px;
}

div.campo_w349 .combo_expandido {
	width: 349px;
}

div.campo_w360 {
	width: 358px;
}

div.campo_w360 input {
	width: 338px;
}

div.campo_w360 .combo_value {
	width: 313px;
}

div.campo_w360 .combo_expandido {
	width: 358px;
}

div.campo_w362 {
	width: 362px;
}

div.campo_w362 input {
	width: 342px;
}

div.campo_w362 .combo_value {
	width: 325px;
}

div.campo_w362 .combo_expandido {
	width: 365px;
}

div.campo_w365 {
	width: 365px;
}

div.campo_w365 input {
	width: 345px;
}

div.campo_w365 .combo_value {
	width: 330px;
}

div.campo_w365 .combo_expandido {
	width: 365px;
}

div.campo_w381 {
	width: 381px;
}

div.campo_w381 input {
	width: 361px;
}

div.campo_w381 .combo_value {
	width: 316px;
}

div.campo_w381 .combo_expandido {
	width: 381px;
}

div.campo_w415 {
	width: 415px;
}

div.campo_w415 input {
	width: 395px;
}

div.campo_w415 .combo_value {
	width: 370px;
}

div.campo_w415 .combo_expandido {
	width: 415px;
}

div.campo_w418 {
	width: 418px;
}

div.campo_w418 input {
	width: 398px;
}

div.campo_w418 .combo_value {
	width: 373px;
}

div.campo_w418 .combo_expandido {
	width: 418px;
}

div.campo_w420 {
	width: 420px;
}

div.campo_w420 input {
	width: 400px;
}

div.campo_w420 .combo_value {
	width: 375px;
}

div.campo_w420 .combo_expandido {
	width: 420px;
}

div.campo_w426 {
	width: 426px;
}

div.campo_w426 input {
	width: 406px;
}

div.campo_w426 .combo_value {
	width: 381px;
}

div.campo_w426 .combo_expandido {
	width: 426px;
}

div.campo_w430 {
	width: 430px;
}

div.campo_w430 input {
	width: 410px;
}

div.campo_w440 {
	width: 440px;
}

div.campo_w440 input {
	width: 415px;
}

div.campo_w440 .combo_value {
	width: 398px;
}

div.campo_w440 .combo_expandido {
	width: 440px;
}

div.campo_w443 {
	width: 443px;
}

div.campo_w443 input {
	width: 423px;
}

div.campo_w443 .combo_value {
	width: 398px;
}

div.campo_w443 .combo_expandido {
	width: 443px;
}

div.campo_w465 {
	width: 465px;
}

div.campo_w465 input {
	width: 445px;
}

div.campo_w460 {
	width: 460px;
}

div.campo_w460 input {
	width: 440px;
}

div.campo_w428 {
	width: 428px;
}

div.campo_w428 input {
	width: 405px;
}

div.campo_w460 {
	width: 465px;
}

div.campo_w460 input {
	width: 445px;
}

div.campo_w480 {
	width: 480px;
}

div.campo_w480 input {
	width: 460px;
}

div.campo_w443 {
	width: 443px;
}

div.campo_w443 input {
	width: 350px;
}

div.campo_w458 {
	width: 458px;
}

div.campo_w458 input {
	width: 400px;
}

div.campo_w458 .combo_value {
	width: 422px;
}

div.campo_w458 .combo_expandido {
	width: 458px;
}

div.campo_w472 {
	width: 472px;
}

div.campo_w472 input {
	width: 410px;
}

div.campo_w502 {
	width: 502px;
}

div.campo_w502 input {
	width: 480px;
}

div.campo_w502 .combo_value {
	width: 400px;
}

div.campo_w502 .combo_expandido {
	width: 502px;
}

div.campo_w514 {
	width: 514px;
}

div.campo_w530 {width: 530px;}
div.campo_w530 input {width: 510px;}
div.campo_w530 .combo_value {width: 485px;}
div.campo_w530 .combo_expandido {width: 548px;}

div.campo_w538 {width: 538px;}
div.campo_w538 input {width: 518px;}
div.campo_w538 .combo_value {width: 493px;}
div.campo_w538 .combo_expandido {width: 556px;}

div.campo_w540 {width: 540px;}
div.campo_w540 input {width: 520px;}
div.campo_w540 .combo_value {width: 495px;}
div.campo_w540 .combo_expandido {width: 558px;}

div.campo_w550 {width: 550px;}
div.campo_w550 input {width: 530px;}
div.campo_w550 .combo_value {width: 508px;}
div.campo_w550 .combo_expandido {width: 550px;}

div.campo_w570 {width: 570px;}
div.campo_w570 input {width: 550px;}
div.campo_w570 .combo_value {width: 525px;}
div.campo_w570 .combo_expandido {width: 570px;}

div.campo_w573 {width: 573px;}
div.campo_w573 input {width: 555px;}
div.campo_w573 .combo_value {width: 530px;}
div.campo_w573 .combo_expandido {width: 573px;}

div.campo_w574 {
	width: 574px;
}

div.campo_w574 input {
	width: 555px;
}

div.campo_w574 .combo_value {
	width: 530px;
}

div.campo_w574 .combo_expandido {
	width: 574px;
}

div.campo_w575 {
	width: 575px;
}

div.campo_w575 input {
	width: 555px;
}

div.campo_w575 .combo_value {
	width: 530px;
}

div.campo_w575 .combo_expandido {
	width: 575px;
}

div.campo_w580 {
	width: 580px;
}

div.campo_w580 input {
	width: 560px;
}

div.campo_w580 .combo_value {
	width: 535px;
}

div.campo_w580 .combo_expandido {
	width: 580px;
}

div.campo_w590 {
	width: 590px;
}

div.campo_w590 input {
	width: 570px;
}

div.campo_w590 .combo_value {
	width: 545px;
}

div.campo_w590 .combo_expandido {
	width: 590px;
}

div.campo_w592 {
	width: 592px;
}

div.campo_w592 input {
	width: 572px;
}

div.campo_w592 .combo_value {
	width: 547px;
}

div.campo_w592 .combo_expandido {
	width: 592px;
}

div.campo_w600 {
	width: 600px;
}

div.campo_w600 input {
	width: 580px;
}

div.campo_w600 .combo_value {
	width: 555px;
}

div.campo_w600 .combo_expandido {
	width: 600px;
}

div.campo_w604 {
	width: 604px;
}

div.campo_w604 input {
	width: 584px;
}

div.campo_w604 .combo_value {
	width: 559px;
}

div.campo_w604 .combo_expandido {
	width: 604px;
}

div.campo_w612 {
	width: 612px;
}

div.campo_w612 input {
	width: 592px;
}

div.campo_w612 .combo_value {
	width: 567px;
}

div.campo_w612 .combo_expandido {
	width: 612px;
}

div.campo_w619 {
	width: 619px;
}

div.campo_w619 input {
	width: 599px;
}

div.campo_w619 .combo_value {
	width: 574px;
}

div.campo_w619 .combo_expandido {
	width: 619px;
}

div.campo_w630 {
	width: 630px;
}

div.campo_w630 input {
	width: 610px;
}

div.campo_w630 .combo_value {
	width: 585px;
}

div.campo_w630 .combo_expandido {
	width: 630px;
}

div.campo_w640 {
	width: 640px;
}

div.campo_w640 input {
	width: 620px;
}

div.campo_w640 .combo_value {
	width: 595px;
}

div.campo_w640 .combo_expandido {
	width: 640px;
}

div.campo_w645 {
	width: 645px;
}

div.campo_w645 input {
	width: 625px;
}

div.campo_w645 .combo_value {
	width: 600px;
}

div.campo_w645 .combo_expandido {
	width: 645px;
}

div.campo_w650 {
	width: 650px;
}

div.campo_w650 input {
	width: 630px;
}

div.campo_w650 .combo_value {
	width: 605px;
}

div.campo_w650 .combo_expandido {
	width: 650px;
}

div.campo_w660 {
	width: 660px;
}

div.campo_w660 input {
	width: 640px;
}

div.campo_w660 .combo_value {
	width: 615px;
}

div.campo_w660 .combo_expandido {
	width: 660px;
}

div.campo_w664 {
	width: 664px;
}

div.campo_w664 input {
	width: 644px;
}

div.campo_w664 .combo_value {
	width: 619px;
}

div.campo_w664 .combo_expandido {
	width: 664px;
}

div.campo_w669 {
	width: 669px;
}

div.campo_w669 input {
	width: 649px;
}

div.campo_w669 .combo_value {
	width: 625px;
}

div.campo_w669 .combo_expandido {
	width: 669px;
}



div.campo_w683 {
	width: 683px;
}

div.campo_w683 input {
	width: 649px;
}

div.campo_w683 .combo_value {
	width: 625px;
}

div.campo_w683 .combo_expandido {
	width: 683px;
}

div.campo_w750 {
	width: 752px;
}

div.campo_w750 input {
	width: 732px;
}

div.campo_w766 {
	width: 766px;
}

div.campo_w766 input {
	width: 746px;
}

div.campo_w766 .combo_value {
	width: 721px;
}

div.campo_w766 .combo_expandido {
	width: 766px;
}

div.campo_w780 {
	width: 780px;
}

div.campo_w780 input {
	width: 760px;
}

div.campo_w780 .combo_value {
	width: 735px;
}

div.campo_w780 .combo_expandido {
	width: 780px;
}

div.campo_w785 {
	width: 785px;
}

div.campo_w785 input {
	width: 765px;
}

div.campo_w785 .combo_value {
	width: 740px;
}

div.campo_w785 .combo_expandido {
	width: 785px;
}

div.campo_w800 {
	width: 800px;
}

div.campo_w800 input {
	width: 780px;
}

div.campo_w800 .combo_value {
	width: 755px;
}

div.campo_w800 .combo_expandido {
	width: 800px;
}

div.campo_w850 {
	width: 850px;
}

div.campo_w850 input {
	width: 830px;
}

div.campo_w850 .combo_value {
	width: 805px;
}

div.campo_w850 .combo_expandido {
	width: 850px;
}

div.campo_w908 {
	width: 908px;
}

div.campo_w908 input {
	width: 888px;
}

div.campo_w908 .combo_value {
	width: 863px;
}

div.campo_w908 .combo_expandido {
	width: 908px;
}

#content div.combo_expandido ul li span {
	color: #999999;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.campo_label_w157 {
	width: 157px;
}

.campo_label_w157 label {
	position: relative;
	white-space: nowrap;
}

div.campos_form {
	background: #f4f4f4;
	border: 1px solid #d5d5d5;
	height: 29px;
}

div.campos_form input {
	float: left;
	height: 21px;
	border: 0;
	background: none;
	padding: 8px 0 0 0;
	color: #999;
	font: 11px Verdana;
}

div.campos_form input.campo_checkbox {
	margin: 5px 0 0 0;
	padding: 0;
}

span.left_campo,span.right_campo {
	width: 10px;
	height: 31px;
}

span.left_campo {
	float: left;
	margin: -1px 0 0 -1px;
	background: url(../img/bg/left_campo.png) no-repeat left;
}

span.right_campo {
	background: url(../img/bg/right_campo.png) no-repeat right;
	float: right;
	margin: -1px -1px 0 0;
}

div.campo_foco {
	background: #e2161e;
}

div.campo_foco input {
	color: #fff;
}

div.campo_foco span.left_campo {
	background-image: url(../img/bg/left_campo_focus.gif);
}

div.campo_foco span.right_campo {
	background-image: url(../img/bg/right_campo_focus.gif);
}

.botao {
	cursor: pointer;
	height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Arial Black";
}

input.botao {
	background: url(../img/bt/botao_seta.png) no-repeat;
	width: 219px;
	height: 32px;
	float: left;
	margin: 11px 0 0 0;
	border: 0;
	padding-right: 25px;
}

.left_botao,.right_botao,.centro_botao {
	float: left;
	cursor: pointer;
	background: url(../img/bt/botao.png) no-repeat;
}

.left_botao {
	width: 8px;
	height: 34px;
	background-position: left top;
}

.right_botao {
	width: 8px;
	height: 34px;
	background-position: right top;
}

.centro_botao {
	height: 26px;
	padding: 8px 9px 0 7px;
	background-position: center top;
}

.botao img {
	margin-left: 18px;
	vertical-align: middle;
}

ul.ferramentas {
	float: right;
	display: none;
}

ul.ferramentas * {
	color: #e2161e;
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
}

ul.ferramentas li {
	position: relative;
	float: left;
	height: 12px;
	padding: 0 0 0 14px;
}

ul.ferramentas a {
	float: left;
	text-decoration: none;
}

ul.ferramentas img {
	margin-left: 3px;
	vertical-align: middle;
}

a.bt_abrir_combo {
	width: 20px;
	height: 21px;
	text-indent: -9999px;
	float: right;
	background: url(../img/bt/combo_down.png) no-repeat;
	margin: 4px -5px 0 0;
}

span.font_cinza {
	color: #999;
	margin: 7px 0 0 0;
	float: left;
}

div.combo_expandido {
	background: #f4f4f4;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	position: absolute;
	top: 25px;
	left: -1px;
	display: none;
}

div.combo_form {
	position: relative;
	z-index: 2;
}

div.combo_form_ativo {
	z-index: 3;
}

div.combo_expandido ul {
	position: relative;
	margin: 5px 5px -5px 5px;
	padding-bottom: 5px;
	background: #f4f4f4;
	border-bottom: 1px solid #d5d5d5;
}

#content div.combo_expandido ul li {
	display: block !important;
	float: none;
	padding: 0;
}

#content div.combo_expandido ul li a,#content div.combo_expandido ul li b
	{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #999;
}

#content div.combo_expandido ul li a:hover {
	background-color: #e5e5e5;
}

#box_assinar div.combo_expandido ul li {
	display: block !important;
	float: none;
	padding: 0;
}

#box_assinar div.combo_expandido ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #999;
}

#box_assinar div.combo_expandido ul li a:hover {
	background-color: #e5e5e5;
}

span.bottom_left_combo,span.bottom_right_combo {
	position: absolute;
	width: 5px;
	height: 5px;
	bottom: -5px;
}

span.bottom_left_combo {
	left: 0;
	background: url(../img/bg/bottom_left_combo.png) no-repeat;
}

span.bottom_right_combo {
	right: 0;
	background: url(../img/bg/bottom_right_combo.png) no-repeat;
	float: right;
}

.busca_cep {
	float: right;
	margin-top: 5px;
	margin-right: -32px;
	margin-left: 14px;
}

/*chat*/
div.box_notificacao,div.box_chat,div.box_sugestoes,div.box_sugestoes_ {
	position: absolute;
	bottom: 0;
	display: none;
	width: 225px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	background: #fff;
	overflow: hidden;
}

div.box_notificacao,div.box_sugestoes,div.box_sugestoes_ {
	right: 0;
	height: 255px;
}

div.box_notificacao .scroll,div.box_sugestoes .scroll,div.box_sugestoes_ .scroll,div.box_notificacao .scroll_area,div.box_sugestoes .scroll_area,div.box_sugestoes_ .scroll_area,div.box_notificacao .scroll_track,div.box_sugestoes .scroll_track,div.box_sugestoes_ .scroll_track
	{
	height: 223px;
}

div.box_chat {
	right: 231px;
}

span.top_left_chat,span.top_right_chat {
	float: left;
	background: url(../img/bg/top_left_chat.png) no-repeat;
	width: 5px;
	height: 4px;
	margin: -1px 0 0 -1px;
	z-index: 1;
}

span.top_right_chat {
	float: right;
	background: url(../img/bg/top_right_chat.png) no-repeat;
	margin: -1px -1px 0 0;
}

div.conversa_chat {
	clear: both;
	width: 225px;
	margin-bottom: 1px;
}

span.top_red_chat_left,span.top_red_chat_right {
	background: url(../img/bg/top_red_chat_left.png) no-repeat;
	width: 6px;
	height: 4px;
	float: left;
	margin: 0 0 0 0;
	*margin: 0 0 0 -1px;
	z-index: 900;
}

body:nth-of-type(1) span.top_red_chat_right {
	margin: 0 0 0 0;
}

span.top_red_chat_right {
	background: url(../img/bg/top_red_chat_right.png) no-repeat;
	float: right;
	margin: 0 -1px 0 0;
}

div.nome_chat {
	height: 24px;
	background: #e2161e;
}

div.nome_chat a {
	display: block;
	height: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 5px;
}

div.campos_chat {
	display: none;
	clear: both;
	height: 137px;
	padding: 1px;
}

div.conversa_aberta div.campos_chat {
	display: block;
}

div.img_chat {
	width: 45px;
	height: 45px;
	border: 1px solid #d5d5d5;
	float: left;
}

div.bts_img_chat {
	width: 175px;
	float: left;
	padding-left: 1px;
}

div.bt_branco_chat,div.bt_cinza_chat {
	cursor: pointer;
	background: #fff;
	border: 1px solid #d5d5d5;
	width: 173px;
	height: 15px;
	text-align: center;
	color: #e2161e;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 6px;
}

div.bt_cinza_chat {
	background: #999;
	color: #fff;
	margin-top: 1px;
	border-color: #999;
}

div.box_texto_chat {
	width: 221px;
	height: 65px;
	margin-top: 1px;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	float: left;
}

textarea.textchat {
	width: 210px;
	height: 60px;
	margin: 3px;
	float: left;
	border: 0;
}

div.campo_pergunta_chat {
	width: 221px;
	height: 22px;
	float: left;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}

div.campo_pergunta_chat input {
	float: left;
	width: 157px;
	border: 0;
	padding: 3px 5px;
}

div.campo_pergunta_chat input.bt_enviar {
	background: url(../img/bt/enviar_chat.png) no-repeat;
	width: 54px;
	height: 22px;
	text-indent: -999px;
	font-size: 0;
	float: right;
	border: 0;
}

a.bt_seta_cima {
	float: left;
	clear: both;
	display: block;
	background: url(../img/bt/seta_cima.png) no-repeat center 6px;
	width: 100%;
	height: 19px;
	text-indent: -9999px;
}

a.bt_seta_baixo {
	background: url(../img/bt/seta_baixo.png) no-repeat center 6px;
	width: 220px;
	height: 19px;
	text-indent: -9999px;
	float: left;
	margin: 0 3px;
}

span.mgnome {
	margin: 0 0 0 0 !important;
}

div.lista_notificacoes {
	width: 210px;
	margin: 3px 0 0 12px;
}

div.lista_notificacoes ul {
	width: 192px;
}

div.lista_notificacoes ul li {
	color: #999;
	border-bottom: 1px dotted #999;
	padding: 13px 0;
}

.scroll {
	position: relative;
	overflow: hidden;
}

.scroll .scroll_area {
	position: relative;
	overflow: hidden;
}

.scroll .scroll_conteudo {
	position: relative;
}

.scroll .scroll_track {
	display: block;
	background-color: #c2c2c2;
	border: 2px solid #c2c2c2;
}

.scroll .scroll_drag {
	position: relative;
	cursor: pointer;
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}

.scroll_vertical {
	padding-right: 5px;
	padding-bottom: 2px;
}

.scroll_vertical .scroll_area {
	float: left;
}

.scroll_vertical .scroll_track {
	position: absolute;
	right: 2px;
	width: 9px;
}

.scroll_vertical .scroll_drag {
	width: 9px;
	height: 10px;
	background-image: url(../img/bg/scroll_drag_vertical.gif);
}

.scroll_horizontal {
	width: 910px;
}

.scroll_horizontal .scroll_drag {
	background-image: url(../img/bg/scroll_drag_horizontal.gif);
}

.scroll_horizontal .scroll_area {
	width: 910px;
}

.scroll_horizontal .scroll_conteudo {
	
}

.scroll_horizontal .scroll_track {
	width: 906px;
	height: 13px;
	margin-top: 2px;
}

.scroll_horizontal .scroll_drag {
	max-width: 906px;
	height: 13px;
}

/*
inicio - SCROLLS SELECTS
*/
div.scrollArea div.trackV {
	background: #C2C2C2;
	width: 9px;
	height: 190px;
	border-bottom: 1px solid #D5D5D5;
	margin-left: -13px !important;
	top: 5px !important;
}

div.scrollArea div.barraV {
	background: #fff url(../img/bg/scroll_drag_vertical.gif) no-repeat
		center center;
	width: 9px;
	height: 30px;
	cursor: pointer;
}

ul.combo_grupoproduto {
	width: 125px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_unidademedida {
	width: 196px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_tipocliente {
	width: 170px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_icmssituacao {
	width: 570px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_icmsorigem {
	width: 255px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_pissituacao {
	width: 736px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_cofinssituacao {
	width: 736px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_ipisituacao {
	width: 255px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_estado {
	width: 70px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_estados {
	width: 65px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_municipio {
	width: 306px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_formapgto {
	width: 125px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_freteconta {
	width: 125px;
	height: 200px;
	padding-right: 20px;
}

ul.combo_cfop {
	width: 310px;
	height: 200px;
	padding-right: 20px;
}
/*
fim - SCROLLS SELECTS
*/
div.textarea_chamado textarea {
	background: url(../img/bg/fundo_textareachamado.jpg) no-repeat;
	border: none;
	height: 110px;
	width: 898px;
	padding: 5px;
	color: #999;
	font: 11px Verdana;
}

div.textarea_chamado_foco textarea {
	background: url(../img/bg/fundo_textareachamado_foco.jpg) no-repeat;
	border: none;
	height: 110px;
	width: 898px;
	padding: 5px;
	color: #FFF;
	font: 11px Verdana;
}

div#pagina {
	margin: 0 auto;
	width: 100%;
	float: left;
}

div#pagina .link {
	margin: 12px 0;
}

div#pagina ul {
	list-style: none;
	font-family: 'DINLight';
	font-size: 14px;
}

div#pagina ul li {
	list-style: none;
	display: inline;
	color: #383e42;
	text-align: left;
	line-height: 22px;
	text-transform: none;
	float: left;
}

div#pagina ul li span {
	font-size: 14px;
	margin: 3px;
}

div#pagina ul li a {
	color: #383e42;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div#pagina ul li a:hover {
	color: #FFF;
	background: #696f74;
	text-decoration: none;
}

div#pagina .sair {
	float: right;
}

div#pagina .sair a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: right;
	width: 350px;
}

.custom-select {
	color: #999;
    background: #f4f4f4;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 29px;
}
