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

a {
	text-decoration:none;
	color:#FF0000;
	font-weight:normal;
}
a.finalizar:hover {
	text-decoration:none;
	color:#009900;
	font-weight:bold;
} 

/*
* tabela com os links para continuar comprando ou limpar carrinho
*/
table.links{
	width:600px;
}
table.links tr {
	background: transpant;
}

table.lista_itens {
	border-collapse: collapse;
	width: 600px;
}

.titulo_tabela {
	font-size:14px;
	font-weight:bold;
	background-color:#999999;
	color: #FFFFFF;
}

.titulos {
	font-size:14px;
	background-color:#999999;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.impar {
	background-color: #F9FFDF;
}

.par {
	background-color: #E6EFC2;
}

td.sub_total_texto {
	font-weight:bold;
}

td.sub_total {
	color:#FF0000;
	font-weight:bold;
}

.rodape_sub_total {
	background-color:#E4F3FC;
	border-top: 1px solid #000;
}

.rodape_frete {
	background-color: #E4F3FC;
}

.rodape_total {
	background-color:#CCCCCC;
	font-weight:bold;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
/*
table.lista_itens tr.impar {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

.impar {
	background-color: #CCCCCC;
}

.par {
	background-color:#FFFFFF;
}
*/
.input_qtdade {
	background-color:#00CCFF;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.frete_titulo
{
	background-color:#0066FF;
	font-size:12px;
	height:22px;
	color: #FFFFFF;
}

.opcoes_cep {
	background-color: #66CCFF;
	font-family: "Trebuchet MS";
}

.opcoes_cep input {
 font-family: "Trebuchet MS";
 font-size: 12px;
}

.option {
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
}




