@charset "utf-8";
/* CSS Document */

#promocao1 {margin:0px 10px 0px 0px; float:left; width:239px;}
#promocao2 {margin:0px 10px 0px 0px; float:left; width:239px;}
#promocao3 {margin:0; float:left; width:240px;}
#promocao4 {margin:15px 10px 0px 0px; float:left; width:239px;}
#promocao5 {margin:15px 10px 0px 0px; float:left; width:239px;}
#promocao6 {margin:15px 0 0 0; float:left; width:240px;}

#topProduto {background: url(../img/topProduto.png) no-repeat; width:239px; height:65px; float:left;}

	.textoProduto {float:left; width:165px; height:30px; padding:8px 0 0 8px; z-index:30; position:absolute;}
	.cantoPromocao {background:url(../img/cantoPromocao.png); width:78px; height:43px; float:right; z-index:1; }

#contProduto{background:#FFFFFF; width:239px; height:148px; float:left;}
	
	.dadosProduto {float:left; width:220px; height:95px; padding:3px 10px 10px 10px; _padding:0;}
	.tracejado {width:230px; height:10px; padding:5px; color:#999999; float:left;}
	.botoes {width:220px; height:35px; float:left; padding:0 10px 0 10px;}
	.fotoProduto{float:left; width:90%; height:100px; padding:5px 5%; text-align:center;}
	.comprar a {
		background:url(../img/btn_comprar.png) no-repeat; 
		width:87px; 
		height:35px; 
		cursor:pointer; 
		border:none; 
		text-align:center;
		float:left;
	}
	
	.comprar a:hover {
		background:url(../img/btn_comprar_off.png) no-repeat; 
		width:87px; 
		height:35px; 
		cursor:pointer; 
		border:none; 
		text-align:center;
		float:left;
		}
			
	.botoes .detalhes {font:12px Arial, Helvetica, sans-serif; color:#003399; float:right; padding:5px; cursor:pointer;}
	.botoes .addRetirar {width:65px; float:left; padding:5px;}
	.valoresQtdd {width:140px; float:left; padding:0; margin:10px 0 0 0; display:inline; overflow:hidden;}
	.fotoLogado {width:80px; float:left; padding:0; margin:10px 0 0 0; display:inline; overflow:hidden;}
	.valorDe {font:11px Arial, Helvetica, sans-serif;}
	.valorPor {color:#CC0000; font-weight:bold; font:12px Arial, Helvetica, sans-serif; font-weight:bold;}
	.valorMp {color:#00F; font:10px Arial, Helvetica, sans-serif;}
	.valoresProduto {width:100%; height:50px; float:left; padding:5px 0 5px 0; border-bottom:2px solid #FFF;}
	
	.desconto {width:100px; float:left; font:11px Arial, Helvetica, sans-serif; color:#003399;}
	.desconto a {text-decoration: underline; color:#003399; padding:5px;}
	.desconto a:hover {text-decoration: underline; color:#CC0000;}
	
		#detalheDesconto {
			width:310px;
			height:250px;
			background:#FFF;
			padding:0;
			position: absolute;
			/*position: fixed !important;
			top: 50%;*/
			left: 50%;
			*margin-top: -125px;  /* tamanho da altura do seu flash/2 = 125. */
			margin-left: -165px; /* tamanho da largura do seu flash/2 = 105. */
			z-index: 999;
			border:2px solid #bababa;
		}
		
			#tituloDesconto {background:url(../img/tit_comparacao.png) repeat-x; width:300px; height:25px; float:left; font-variant:small-caps; font-weight:bold; padding:5px 0 0 10px; color:#009; }
			#contDesconto{width:290px; float:left; height:100%; padding:10px; color:#009;}
	
	
#baseProduto{background:url(../img/baseProduto.png) no-repeat; width:239px; height:6px; float:left;}

#produtosMarca {width:48%; float:left; padding:5px;}
#produtosModelo {width:48%; float:left; padding:5px;}

.promoInternas {background:url(img/icones/ic_promoInternas.png) no-repeat; width:59px ; height:21px; float:right; z-index:2; position:absolute; left:50%;}