.divProdutos{
	width:100%;	
	margin-top:20px;
}


.item-grupo{
	width:46%;
	float:left;
	position:relative;
	height:430px;
	margin-bottom:20px;
	overflow:hidden;
	border-bottom: #CCC dotted 1px
}

.item-grupo:nth-of-type(odd){
	float:left;
	margin-left:10px;
}

.item-grupo:nth-of-type(even){
	float:right;
	margin-right:10px;
}

/* Promoção */
.pdt-promo{
	height: 25px;
	width: 70px;
	position: absolute;
	z-index: 1;	
	right: 0px !important;
	top: 8px;
	line-height:25px;
	text-align: center;
	font-size: 13px !important;
}

.imagemTable{
	position: relative;
	background: #FFF;
	height: 190px;
	width: 100%;	
}

.imagemTable img{
	position: absolute;
	margin: auto;

	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	max-height:100%;
	max-width:100%;
}

.produtos .produto figure a {
	position: absolute;
	height: 100%;
	z-index: 9;
	width: 100%;
	
	left:0px;
	
}

.titulProduto{
	width: 100%;
	height:40px;
	margin-top:10px;
	
}

.titulProduto a{
	font-size:15px;
	text-align: center;
	color: #333;
	line-height:14px;
	text-decoration:none;	
}

.preco01{
	width: 100%;
	margin-top:10px;
	
}

.under{
	text-decoration:line-through;
	color:#F00
}

.preco02{
	width: 100%;
	height:20px;
	font-size:12px;
	color:#666666;
	text-decoration:line-through;
	
}

.preco03{
	width: 100%;
	height:25px;
	color:#666;
	font-size:20px;
	font-weight:bold;

	
}
.preco04{
	width: 100%;
	height:60px;
	
	font-size:13px;
	color:#666666;
}

.preco_a_vista
{
	color: #BD131D;
	font-weight: bold;
	font-size: 13px;
}


.indisponivel{
	width: 100%;
	height:35px;
	font-size:11px;
	color:#FF0000;
	text-align:center;
	font-weight:bold;
	
}

.btn_comprar{
	width: 100%;
	height:20px;
	position:relative;
	margin-top:10px;
}

.btn_comprar a {
    width: 95px;
    height: 40px;
    position: absolute;
    margin: auto;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
}

.item-grupo .preco .de,
.item-grupo .preco .por,
.item-grupo .preco .desc_avista {
	margin: 0 !important; 
	padding: 0 !important; 
	border: 0 !important; 	
	font-weight: normal;	
}

.item-grupo .preco .de {
	text-decoration: line-through;
	font-size: 14px;
	color: #8c8c8c;
	margin-bottom: 3px;
}

.item-grupo .preco .por {
	font-size: 14px;
	color: #BD131D;
	font-weight: bold;
	margin-bottom: 5px !important;
}

.item-grupo .preco .desc_avista {
	font-size: 12px;
	color: #555;
	font-weight: normal;
}
