/* CSS Document */


#divLancamentos {
	background-image:url(../_imagens/home/lanc_bg.gif);
	background-repeat:repeat-x;
	width:375px;
	float:left;
	margin-left:10px;
}

#divLancamentos .esquerda {
	float:left;
	background-image:url(../_imagens/home/lanc_caixa_esque.gif);
	width:6px;
}

#divLancamentos .imagem {
	float:left;
	background-image:url(../_imagens/home/lanc_caxa_produto.gif);
	width:178px;
	height:187px;
	margin:10px;
}


#divLancamentos .texto {
	width:161px;
	float:left;
	margin-top:10px;
}

#divLancamentos .direita {
	float:left;
	background-image:url(../_imagens/home/lanc_caixa_direi.gif);
	width:6px;
}

#divLancamentos .textoparceiros {
	width:363px;
	float:left;
	margin-top:10px;
	height:100px;
}

#divLancamentos .textoparceiros .items {
	float:left;
	margin-right:10px;
}

#divPromocoes {
	margin-left:10px;
	width:300px;
	float:left;
	background-image:url(../_imagens/home/promo_bg.gif);
}

#divPromocoes .titulo {
	float:left;
	margin-left:5px;
}

#divPromocoes .items {
	float:left;
	width:258px;
}

#divPromocoes .items .par {
	clear:both;
}
#divPromocoes .items .par .foto {
	float:left;
	width:82px;
	height:82px;
	background-image:url(../_imagens/home/promo_caixa1.gif);
}
#divPromocoes .items .impar .dados {
	float:left;
	width:170px;
}
#divPromocoes .items .impar .direita {
	float:left;
	width:6px;
}
#divPromocoes .items .impar {
	clear:both;
	margin-top:5px;
}
#divPromocoes .items .impar .foto {
	float:left;
	width:82px;
	height:82px;
	background-image:url(../_imagens/home/promo_caixa2.gif);
}
#divPromocoes .items .impar .dados {
	float:left;
	width:170px;
	height:82px;
	background-image:url(../_imagens/home/promo_caixa2_bg1.gif);
}
#divPromocoes .items .impar .direita {
	float:left;
	background-image:url(../_imagens/home/promo_caixa2_bg.gif);
	width:6px;
	height:82px;
	background-repeat:no-repeat;
}

#divAssistencia  {
	float:left;
	margin-left:15px;
}



#divPromocoes .items div .dados a {
	text-decoration: none;
}