/* CSS Document */

.c_subtotais {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #042C60;
}
.c_total {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A23300;
}


/* ------------------------- INPUT -------------------------- */
/* ---------------------------------------------------------- */
.c_input {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #00234B;
	background-color: #F1F2EC;
	border-width: 1px;
	border-style: solid;
	
	border-top-color: #4D4E49;
	border-right-color: #D8D9D4;
	border-bottom-color: #D8D9D4;
	border-left-color: #4D4E49;
}
.c_input_subtotal {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #042C60;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.c_input_total {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A23300;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.c_input_parcela {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #A23300;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}.car_esq {
	background-image: url(../imagens/car_compras/car_esquerda.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
}.car_dir {
	background-image: url(../imagens/car_compras/car_direita.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.preco_avista_atualizado {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: 002a54;
}
.preco_avista_atualizado_input {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: 002a54;
	background-color: #FFFFFF;
	border-style: none;
	border-color: #FFFFFF;
}
.preco_parcela_atualizado {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	color: #000000;
}
.preco_parcela_atualizado_input {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-style: none;
	border-color: #FFFFFF;
}.atualizado_repete {
	background-image: url(../imagens/car_compras/config_preco_atualizado_repete.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

