#conteudo > h3{
	margin:20px 0 40px 0;
}


/* Detalhe do Produto */
ul.detalhe,
form.form {
	width:100%;
	float:left;
}

ul.detalhe > li{
	display:block;
	float:left;
	margin:0 30px 10px 0;
}
ul.detalhe > li.info,
ul.detalhe > li.produto{
	width:252px;
	text-align:center;
}
ul.detalhe > li.info{
	width:260px;
}
ul.detalhe > li.produto{
	clear:both;
}
	ul.detalhe > li.produto a img{
		border:dashed 1px #ccc;
		border-bottom:none;
	}	
	ul.detalhe > li.produto a.clique{
		display:block;
		width:250px;
		height:32px;
		margin:auto;
		margin-top:-3px;
		background:url(../../images/site/produtodetalhe/ampliar.gif) 0 0 no-repeat;
		clear:both;
		text-indent:-9999%;
	}
ul.detalhe > li.desc{
	width:517px;
	height:72px;
	margin:0 0 20px;
	overflow:hidden;
}
	ul.detalhe > li.desc p{
		text-align:justify;
		line-height:16px;
		margin-top:-4px;
	}
ul.detalhe > li.frete{
	width:170px;
	height:70px;

}
ul.detalhe > li.frete span{
	display:block;
	width:170px;
	height:50px;
	margin:28px auto auto auto;
	text-indent:-9999px;
	background:url(../../images/site/geral/img_fretegratis.gif) 0 0 no-repeat;
}
ul.detalhe > li.entrega {
	margin:0 0 20px 0;

}
/* Tabela de dias para entrega */
ul.detalhe > li.entrega > table{
	border:2px solid #ccc;
	width:314px;
	margin-top:15px;
	background:#F9F8F8;
}
	ul.detalhe > li.entrega > table > tbody > tr > td{
		width:234px;
		text-indent:20px;
		border:none;
		border-bottom:1px solid #ccc;
	}
	ul.detalhe > li.entrega > table > tbody > tr > td:first-child{
		text-indent:20px;
		border-right:1px solid #ccc;
	}
	ul.detalhe > li.entrega > table > tbody > tr.ultima > td{
		border-bottom:none;
	}
	ul.detalhe > li.entrega > table > tbody > tr > td > p{
		padding:5px 0;
	}
/* Mais vantagens */
ul.detalhe > li.vantagens{
	background:#e9f5ef url(../../images/site/produtodetalhe/vantagens.gif) 0 0 no-repeat;
	float:right;
	height:45px;
	margin:-5px 4px 0;
	text-indent:45px;
	width:100%;
}
ul.detalhe > li.vantagens > strong{
	padding:5px 0 8px 0;
	display:block;
	font-weight:bold;
}
/**********************************
****** FORMULÁRIO
**********************************/
form.form{
	margin-top:40px;
}

form.form .forma-pgt{
	font-family:Arial, Verdana, "Sans-Serif";
	font-size:17px;
	color:#494949;
}
form.form > h4 > a{
	/*width:251px;*/
	height:40px;
	line-height:40px;
	/*padding-top:6px;*/
	padding:0 10px 0 35px;
	display:block;
	float:left;
	/*text-indent:-9999%;*/
	margin:5px 2px 0 0;
	color:#282828;
	text-indent:15px;
	font-size:13px;
	border-top:0 none;
}
form.form > h4 > a strong{font-weight:bold;}

form.form > h4 > .pgt-banco{background:#e3e3e3 url(../../images/site/produtodetalhe/pgt_boleto.png) 12px center no-repeat;}
form.form > h4 > .pgt-cartao{background:#e3e3e3 url(../../images/site/produtodetalhe/pgt_cartao.png) 12px center no-repeat;}
form.form > h4 > .ativo{border-top:5px solid #abaaaa; margin-top:0; color:#FFF; background-color:#abaaaa;}


form.form > fieldset > legend{
	display:none;
}

form.form > fieldset > table{
	border:2px solid #abaaaa;
	border-bottom:1px solid #abaaaa;
	background:#F9F8F8;
	width:100%;
	float:left;
	clear:both;
}
	form.form > fieldset > table > tbody > tr > td{
		text-align:center;
		border:none;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		height:25px;
		padding-top:3px;
	}
	form.form > fieldset > table > tbody > tr > td:first-child{
		border-left:none;
		width:95px;
	}
	form.form > fieldset > table > tbody > tr.ultima > td{
		border-bottom:none;
	}
	
	form.form > fieldset > table > tfoot > tr > td{
		background:#abaaaa;
		height:25px;
		padding-top:5px;
		text-align:center;
		font-size:16px;
	}
	form.form > fieldset > table > tfoot > tr > td > strong{
		font-weight:bold;
	}
/* Botoes */
a#continuar{
	display:block;
	float:left;
	width:180px;
	height:34px;
	margin-top:40px;
	background:url(../../images/site/produtodetalhe/continuar.gif);
	text-indent:-5000px;
}
input#finalizar{
	display:block;
	float:right;
	width:180px;
	height:36px;
	margin:40px 0 50px 0;
}

.finalizar{
	display:block;
	float:right;
	width:180px;
	height:36px;
	margin:40px 0 50px 0;
	background:url(../../images/site/produtodetalhe/finalizar.gif);
	text-indent:-5000px;
}


#cartao{display:none;}

.carrinho-pagamento{
	clear:both;
	display:block;
	position:relative;;
}

form .pgt-banco{width:240px;}
