.formaPagamento {
	width: auto;
	background-color: #EFEFE8;
	padding: 10px;
	font-weight: bold;
	margin-right: 16px;
	*height: 100%;
}

.formaPagamento:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.formaPagamento img {
	margin-right: 10px;
	float: left;
}

.formaPagamento .total {
	font-size: 12px;
	line-height: auto;
	}

.formaPagamento .destaque {
	margin: 15px 0px;
	background-color: #F8F8E9;
	padding: 10px 0;
	padding-left: 10px;
	margin-left: 81px;
}

.formaPagamento .destaque p {
	margin-left: 10px;
}

.formaPagamento .destaque dl, .formaPagamento .destaque dt {
	float: none;
}

.formaPagamento .destaque dd {
	margin-left: 30px;
}

.formaPagamento div.detalhes {
}

.formaPagamento dl {
	float: left;
}

.formaPagamento dl dt {
	float: left;
}

.formaPagamento dl dt {
	margin-right: 5px;
	clear: left;
}

.formaPagamento dl dd {
	font-weight: normal;
}

#passos {
	background: url(../../img/passos_carrinho/bg.gif) center bottom no-repeat;
	padding-bottom: 20px;
}

ul.indicaPassos {
	margin: 0 auto;
	width: 490px;
	list-style: none;
	}

ul.indicaPassos:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
	
ul.indicaPassos li {
	float: left;
	height: 56px;
	text-align: center;
	margin: 0 10px;
	_margin-left: 0;
	}

ul.indicaPassos li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999em;
}

ul.indicaPassos li.p01 {
	width: 93px;
	background: url(../../img/passos_carrinho/p01.gif) center bottom no-repeat;
	}

ul.indicaPassos li.p01ativo {
	width: 93px;
	background: url(../../img/passos_carrinho/p01.gif) center top no-repeat;
	}

ul.indicaPassos li.p02 {
	width: 115px;
	background: url(../../img/passos_carrinho/p02.gif) center bottom no-repeat;
	}

ul.indicaPassos li.p02ativo {
	width: 115px;
	background: url(../../img/passos_carrinho/p02.gif) center top no-repeat;
	}

ul.indicaPassos li.p03 {
	width: 93px;
	background: url(../../img/passos_carrinho/p03.gif) center bottom no-repeat;
	}

ul.indicaPassos li.p03ativo {
	width: 93px;
	background: url(../../img/passos_carrinho/p03.gif) center top no-repeat;
	}

ul.indicaPassos li.p04 {
	width: 109px;
	background: url(../../img/passos_carrinho/p04.gif) center bottom no-repeat;
	}

ul.indicaPassos li.p04ativo {
	width: 109px;
	background: url(../../img/passos_carrinho/p04.gif) center top no-repeat;
	}
