@charset "ISO-8859-1";
#cart {
	margin-left:10px;
}
a.finalizar {
	color:#090;
} 
a.finalizar:hover {
	font-weight:bold;
} 
a.continuar {
	color:#000;;
} 
a.continuar:hover {
	font-weight:bold;
} 
a.limpar {
	color:#F00;
} 
a.limpar:hover {
	font-weight:bold;
} 
/*
* tabela com os links para continuar comprando ou limpar carrinho
*/
table.links{
	width:100%;
}

table.lista_itens {
	border-collapse:collapse;
	width: 99%;
}
table.lista_itens th{
	background:#F4E0B0;
	font-size:10px;
	padding: 3px 0px 3px 3px;
}
table.lista_itens td{
	margin-right: 3px;
	
}

.titulo_tabela {
	font-size:14px;
	font-weight:bold;
	color: #FFF;
	background:#900;
	padding:5px 0px 5px 0px;
	margin-left: 5px;
	text-align:center;
}

.titulos {
	font-size:12px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.impar {
	background-color: #F9FFDF;
	font-size:9px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.par {
	background-color: #E6EFC2;
	font-size:9px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.impar2 {
	background-color: #F9FFDF;
	font-size:12px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}

.par2 {
	background-color: #E6EFC2;
	font-size:12px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}

td.sub_total_texto {
	font-weight:bold;
	font-size:9px;
}

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

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

.rodape_frete {
	background-color: #E4F3FC;
}

.rodape_total {
	background-color:#CCCCCC;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*
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:#fff;
	text-align:right;
	border:solid 1px #999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

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

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

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

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


#detalhes {
	padding-left: 10px;
}

.table_itens_confirmar {
	width: 100%;
}