@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.fonteAzul9 {
	font-size: 9px;
	color: #006699;
}
.fontePreta9 {
	font-size: 9px;
	color: #000000;
}

.fonteAzul11 {
	font-size: 11px;
	color: #006699;
}
.fonteAzul11 a {
	color: #006699;
	text-decoration: none;
}
.fonteAzul11 a:link a:visited a:active {
	color: #006699;
	text-decoration: none;
}
.fonteAzul11 a:hover {
	color: #FF6633;
	text-decoration: none;
}
.fonteLaranja11 {
	font-size: 11px;
	color: #FF6633;
}
.fonteLaranja11 a {
	color: #FF6633;
	text-decoration: none;
}
.fonteLaranja11 a:link a:visited a:active {
	color: #FF6633;
	text-decoration: none;
}
.fonteLaranja11 a:hover {
	color: #006699;
	text-decoration: none;
}
.fonteBranca11 {
	font-size: 11px;
	color: #FFFFFF;
}
.fonteBranca11 a {
	color: #FFFFFF;
	text-decoration: none;
}
.fonteBranca11 a:link a:visited a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.fonteBranca11 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.fontePreta11 {
	font-size: 11px;
	color: #000000;
}
.fontePreta12Bold {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.fonteAzul12 {
	font-size: 12px;
	color: #006699;
}
.fontePreta12 {
	font-size: 12px;
	color: #000000;
}
.fonteBranca12 {
	font-size: 12px;
	color: #FFFFFF;
}
.fonteAzul12Italica {
	font-size: 12px;
	color: #006699;
	font-style: italic;
}
.fonteAzul12Sublinhada {
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
.fonteAzul12 {
	font-size: 12px;
	color: #006699;
}
.fonteAzul12 a {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
.fonteAzul12 a:link a:visited a:active {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
.fonteAzul12 a:hover {
	font-size: 12px;
	color: #FF6633;
	text-decoration: underline;
}
.fonteAzul12Bold {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}
.fonteAzul12Bold a {
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}
.fonteAzul12Bold a:link a:visited a:active {
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}
.fonteAzul12Bold a:hover {
	font-size: 12px;
	color: #FF6633;
	text-decoration: underline;
	font-weight: bold;
}
.fonteLaranja12Bold {
	font-size: 12px;
	color: #FF6633;
	font-weight: bold;
}
.fonteLaranja12Bold a {
	font-size: 12px;
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
}
.fonteLaranja12Bold a:link a:visited {
	font-size: 12px;
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
}
.fonteLaranja12Bold a:hover {
	font-size: 12px;
	color: #FF6633;
	text-decoration: underline;
	font-weight: bold;
}

.fonteLaranja12Bold a:active {
	font-size: 12px;
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
}


.fonteLaranja13Titulo {
	font-size: 13px;
	color: #FF6633;
	letter-spacing: 2px;
	word-spacing: 5px;
}
.tituloPagina {
	color: #FF6633;
	font-size: 13px;
	letter-spacing: 2px;
	word-spacing: 6px;
	height: 30px;
}
.but {
	width: 20px;
	height: 16px;
	background-color: #FFFFFF;
	background-image: url(../img/butOk.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	margin: 0px;
	cursor: pointer;
}
.combo {
	height: 14px;
	width: 100px;
	border: 1px solid #579ABC;
}
.combo100Pc {
	height: 18px;
	width: 90%;
	border: 1px solid #579ABC;
}
.comboMulti100Pc {
	height: 100px;
	width: 90%;
	border: 1px solid #579ABC;
}
.combo100pct {
	height: 18px;
	width: 100%;
	border: 1px solid #579ABC;
}

.comboAuto {
	height: 18px;
	border: 1px solid #579ABC;
	width: auto;
}

.tabCompra1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;

}
.tabCompra1 td {
	border-right-color: #006699;
	border-right-width: 1px;
	border-right-style: solid;
	height: auto;
}

.tabCompra1 img {
	margin-right: 10px;
}
.divImgCompra {
	padding: 10px;
}

.tabCompra2 {
	border: 1px solid #006699;
	height: 20px;
}
.tabCompra3 {
	height: 20px;
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF #006699 #006699 #006699;
}
.tabDetalhes {
	border: 1px solid #006699;
	height: 300px;
}
.tabDetalhesMenor {
	border: 1px solid #006699;
	height: 139px;
	*height: 135px;
	_height: 135px;
}
.divCentralizada {
	text-align: center;
}
#fundoTopo {
	background-image: url(../img/fundoTopo.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	line-height: 50px;
	text-align: right;
	position: relative;
	bottom: 0;
	width: 750px;
	padding: 5px 10px 5px 10px;
	margin: 0 auto; /*isso faz ficar centralizada*/
}
#menuTopo {
	width: 750px;
	line-height: 25px;
	font-size: 11px;
	margin: 0 auto; /*isso faz ficar centralizada*/
	height: 25px;
}
#menuTopo li {
	display: inline;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
}
#menuTopo li a {
	color: #FFFFFF;
	text-decoration: none;
}
#menuTopo li a:link a:visited a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#menuTopo li a:hover {
	color: #B1D1DF;
	text-decoration: none;
}
#conteudo {
	width: 750px;
	padding: 10px;
	margin: 0 auto; /*isso faz ficar centralizada*/
	top: 0px;
	bottom: 0px;
	min-height: 390px;
}
.butExcluir {
	background-image: url(../img/butExcluir.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	cursor: pointer;
	width: 68px;
	height: 24px;
}
.butRecalcular {
	background-image: url(../img/butRecalcular.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	cursor: pointer;
	width: 80px;
	height: 24px;
}
.butComprar {
	background-image: url(../img/butComprar.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	cursor: pointer;
	width: 80px;
	height: 24px;
}
.butEnviar {
	background-image: url(../img/butEnviar.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	cursor: pointer;
	width: 80px;
	height: 24px;
}
.tabBordaAzul {
	border: 1px solid #006699;
}

.butOk {
	background-image: url(../img/butOk2.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	padding: 3px;
	cursor: pointer;
	width: 50px;
	height: 24px;
	margin: 3px;
}
.butLembrar {
	background-image: url(../img/butLembrar.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	cursor: pointer;
	width: 80px;
	height: 24px;
}
.divLinkTopoCompras {
	text-align: center;
	height: 20px;
}
.imgMargem {
	padding: 0px 15px 15px 0px;
}

.inputCombo {
	background-color: #FFFFFF;
	height: 16px;
	border: 1px solid #7F9DB9;
	width: 99%;
}
.inputComboLista {
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #7F9DB9;
	width: 100%;
}

