#produtos {
	padding: 30px 0 45px
}

#carousel-box-produtos{
	position: relative;
	margin-top: 30px;
}

#wrapper {	
	height: 180px;
	position: relative;
	background: url(../images/produtos-thumbs-bg.jpg);
}

#carousel-produtos {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#carousel-produtos li {
	display: block;
	height: 180px;
	margin: 0 10px;
	float: left;
	position: relative;
	overflow: visible
}

#carousel-produtos li a{
	height: 180px;
	display: table-cell;
	vertical-align: middle
}

.produto-legenda{
	position: absolute;
	background: url(../images/lista-produtos-legenda.png) no-repeat;
	width: 162px;
	height: 57px;
	display: block;
	text-align: center;
	z-index: 10000000;
	padding: 10px;
}


.produto-legenda p{
	height: 44px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 162px;
	font-size: 14px;
	color: #537200;
	font-family: 'bonvenocf-light';
	letter-spacing: -1px
}

.clearfix {
	float: none;
	clear: both;
}

#carousel-produtos .prev, #carousel-produtos .next {
	background-position: -101px 0;
	text-indent: -999px;
	width: 51px;
	height: 75px;
	position: absolute;
	top: 50%;				
	margin-top: -37px;
}

#carousel-produtos .prev {
	left: -61px;
}
		
#carousel-produtos .next {
	background-position: -152px 0;
	right: -61px;
}
				
#carousel-produtos .pager {
	text-align: center;
	margin: 0 auto;
}

/************produto**********/

#produto-box{
	min-height: 500px;
	margin-top: 40px
}

/*produto left*/

.produto section.left{
	width: 415px;
}

.produto-subtitulo{
	font-size: 25px;
}

.produto-subtitulo span{
	font-size: 22px;
}

.produto-txt{
	font-size: 20px;
}

.produto small{
	font-size: 15px;
	color: #7f7f7f
}

.produto-embalagens h3{
	margin-bottom: 5px
}

.produto-embalagens a{
	color: #4d6118;
	background: #9bc231;
	float: left;
	margin-right: 7px;
	line-height: 26px;
	height: 26px;
	padding: 0 25px;
	font-size: 20px;
}

.produto-titulo{
	font-size: 40px;
}


.produto table{
	margin-bottom: 10px;
	width: 415px;
	border: 0
}

.produto table tr.bg-verde-escuro td,
.produto table tr.bg-verde-escuro td a{
	color: #4d6118
}

.produto table tr{
	height: 26px;
}

.produto table tr td{
	font-size: 20px;
	padding: 0 10px
}

.produto table tr.bg-verde-claro td{
	font-size: 20px;
	color: #66704c
}

.produto table tr th{
	height: 50px;
	line-height: 50px;
	background: #d9d9d9;
	font-size: 20px
}

/*produto right*/

.produto section.right{
	width: 460px;
	text-align: center;
}

.produto section.right img{
	max-width: 460px;
}

