@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100,100italic,300italic,400italic,500italic,700italic,900,900italic);
.BotoesVit img{
	text-align:center;	
	height:31px;
    margin:10px auto 21px auto;
    display: block;
}

#ProdutoVitrine{
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
	text-align:center;	
	width:100%;
	display: inline-block;
	position:relative;	
    margin:0 auto;				
	padding:0px;	
	}
.TituloVitrine, .extraModelo{
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight:500;
	text-align:left;
	color:#666;
	width:100%;		
	height: 30px; 	
	border: 2px solid #fff;
	margin:0px auto 10px auto;
	padding: 3px 0px 0px 30px;	
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;	
	
	/* ajuste para destaque de produto */
	background-image:none;
	text-shadow:none;	
	background:#FFF;
	}
.produto_unico{
	text-align:center;
	width: 33.33%; 
	/*	
	max-width: 33.334%; 
	min-width: 33.333%;
	*/
	height:auto;
	display:inline-block;	/*inline-block*/
    	float:left;		
	position:relative;
	border: 3px solid #FFF;
	background-color:#f3f3f3;	    
	margin:0px auto;		
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.produtoImg{
	text-align:center;
	width:95%;
	height:210px;	
	display:inline-block;	
    position:relative;
	background-color:#fff;	
	margin:0px auto;
	overflow:hidden;			
	cursor:pointer;		
	-webkit-box-shadow: 2px 2px 4px -6px black;
	   -moz-box-shadow: 2px 2px 4px -6px black;
	        box-shadow: 2px 2px 4px -6px black;
}

.produtoImg img{
	max-width:100%;
	max-height:100%;
	position: absolute;
	border:0px;	
	margin:auto;		
	left:0px;
    right:0px; 
	top:0px; 
	bottom:0px;   	
    z-index:1;
	visibility:hidden;	
} 
.produtoImg img.ativo{
	z-index:3;
	visibility:visible;
	} 
.produtoImg img.inativo{
    z-index:1;
	}
.tr_item  .produtoImg{
	height: auto;
}
    
.ProdutoTxt{
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
    font-size:14px;
	font-weight:400;
	text-align:center;
	height:60px;
	line-height:16px;
	margin:5px;	
    padding:10px 0px 2px 0px;    	
	overflow:hidden;
	}	
.ProdutoTxt a{
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
    font-size:14px;	
    text-decoration:none;	
    color:#3B5998;
	}
.ProdutoTxt a:hover{
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
    font-size:14px;	
    text-decoration:underline;
	}
.preco{
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
    font-size:12px;
	font-weight:400;
	text-align:center;
	color:#333;
	height:80px;		
	margin:5px; 	   	
	overflow:hidden;		
	line-height:12px;	
	}
DIV .preco .valor-de{
    margin-top: 3px;
}    
 DIV .preco .valor-por, DIV .preco .valor-dividido {
	
    margin: 10px;
}   
.preco .valor-de{
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:400;	
	text-decoration: line-through;	
	color:#333;
	}
.preco .valor-por{
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight: bold;
	color:#666;
	}
.preco .valor-por span{	
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:400;	
	color:#3B5998;	
	}
.preco .valor-dividido{	
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:400;	
	color:#666;
	line-height:5px;
	}
.preco .valor-dividido span{	
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:400;	
	color:#666;
	line-height:5px;
	}
.valor-desconto, .valor-desconto span{
    font-weight:normal;
	color:#b60004;
	font-size:11px;
}
.valor-desconto span{
    font-weight:bold;
	font-size:12px;
}
.preco .cotacao{	
	font-family: "Roboto", Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:400;	
	color:#666;
	}
.BotoesVit input{
	text-align:center;		
	height:31px;
    margin:10px auto 0px auto;		
	}
.btnComprar .BotoesVit{
	text-align:center;
	background-position:center;		
	margin-top:10px;		
	padding:0px 0px 20px 0px;
	}
