.box_template {
	
}

.box_template div.title { background:#F2F2F2; padding:10px;  font-family:Arial, Helvetica, sans-serif;  font-size:14px; font-weight:bold; }
.box_template div.content {  vertical-align:top; padding:0; }
.box_template ul.content-itens { list-style: none; text-align:center; margin:0; padding:0; display:table; width:100%; }
.box_template ul.content-itens > li { 
	margin:auto;
	padding:0;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	min-width:193px;
	/* Firefox */
	width: -moz-calc(100% / 3);
	/* WebKit */
	width: -webkit-calc(100% / 3);
	/* Opera */
	width: -o-calc(100% / 3);
	/* Standard */
	width: calc(100% / 3);
  display: inline-block;
}


.box_template div.carousel {
	position: relative;
	padding:0px 28px 0px 30px;
}

.box_template a.prev, .box_template a.next {
	width: 25px;
	height: 99%;
	display: block;
	position: absolute;
	top:0;
	vertical-align:middle;
	opacity: 0.5; filter:Alpha(Opacity=50); 
}
.box_template a.prev img, .box_template a.next img {
	position:absolute; top:0; bottom:0; margin:auto; left:0; right:0;
}

.box_template a.prev { left: 0px; }
.box_template a.next { right:0;}

.box_template a.prev:hover, .box_template a.next:hover { opacity:1; filter:Alpha(Opacity=100); }
.box_template a.prev.disabled, .box_template a.next.disabled { cursor: default; opacity: 0.15; filter:Alpha(Opacity=15); }

.box_template .pagination { text-align: center;  }
.box_template .pagination a {
	background: url(/imagens/box_carousel_sprites.png) 0 -363px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.box_template .pagination a.selected {
	background-position: -25px -363px;
	cursor: default;
}
.box_template .clearfix {	float: none; clear: both; }


/*somente_hoje*/
.somente_hoje { width: 100%; padding: 10px 0 10px 0; }
.somente_hoje .title {background:#F2F2F2; padding:10px;  font-family:Arial, Helvetica, sans-serif;  font-size:14px; font-weight:bold;}
.somente_hoje .content { display:block; }
.somente_hoje .content > div { max-width:720px; margin:auto; }
.somente_hoje .content .imagem { padding-right:10px; display:table-cell;}
.somente_hoje .content .desc { display:table-cell; vertical-align:top; }
.somente_hoje .content .desc > div { display:block; margin-top:5px; }
.somente_hoje .content .desc div.nome { font-size: 16px; color: black; font-weight: bold; }
.somente_hoje .content .desc div.descricao { font-size: 9px; color: #666; font-family:Tahoma, Geneva, sans-serif;  }
.somente_hoje .content .desc div.avaliacao > * { vertical-align:top !important; }
.somente_hoje .content .desc > .produto_preco { }
.somente_hoje .content .desc > .produto_preco > .preco { padding:0; border:0; }
.somente_hoje .content .desc .tempo_restante {  }
.somente_hoje .content .desc .tempo_restante > .prod_vendidos { border-radius:0; border-right:0; }
.somente_hoje .content .desc .tempo_restante > .countDown { border-radius:0; margin:0; padding:4px; }
.somente_hoje .content .desc .tempo_restante > .countDown .countdown_amount { font-size:15px; min-width:25px; }
.somente_hoje .content .desc > #bt_comprar , .somente_hoje .content .desc > #bt_mais_detalhes{ margin-top:5px; }

/* somente hoje */