#container_produtos {
	margin: 0 auto;
	top: 0;
	width: 870px;
	/*min-height: 470px;*/
	text-align: left;
	background: url(../images/icon_titulo_secao_produtos.gif) 6px 48px no-repeat;
	position: relative;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 20px;
}

#cabecalho_produto {
	width: 870px;
	height: 120px;
	position: relative;
}

.container_produto_individual {
	width: 870px;
	padding-bottom: 20;
	padding-top: 20px;
	border-top: #F9D587 1px solid;
	position: relative;
	min-height: 160px;
	clear:both;
}

.produto_individual_esquerda {
	width: 214px;
	padding-right: 24px;
	min-height: 150px;
	float: left;
}

.produto_individual_centro {
	width: 550px;
	position: relative;
	text-align: left;
	padding-right: 20px;
	float:left;
}

.produto_individual_direita {
	width: 62px;
	height: 70px;
	float:left;
}

.botao_mais {
	width: 56px;
	height: 56px;
	background: #FFF url(../images/botao_mais_1.gif) 0px 0px no-repeat;
	cursor: pointer;
}

.botao_mais:hover {
	width: 56px;
	height: 56px;
	background: #FFF url(../images/botao_mais_2.gif) 0px 0px no-repeat;
	cursor: pointer;
}

.botao_menos {
	width: 56px;
	height: 56px;
	background: #FFF url(../images/botao_menos_1.gif) 0px 0px no-repeat;
	cursor: pointer;
}

.botao_menos:hover {
	width: 56px;
	height: 56px;
	background: #FFF url(../images/botao_menos_2.gif) 0px 0px no-repeat;
	cursor: pointer;
}

/* tabela nutricional */

.tabela_nutricional {
	padding-top: 20px;
	width: 550px;
	position: relative;	
}

table {
	width: 548px;
	border-bottom: #DBCA8E 1px solid;
	border-left: #DBCA8E 1px solid;
	border-right: #DBCA8E 1px solid;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

table th {
	border-top: #DBCA8E 1px solid;	
	font-weight:bold;
	color: #D0B86A;
	text-align: center;
	height: 24px;
	padding-left: 4px;
	padding-top: 2px;
}

table td {
	border-top: #DBCA8E 1px solid;	
	height: 24px;	
	padding-left: 4px;
	color: #333;
	padding-top: 2px;
}

table .coluna_qtd {
	width: 200px;
	text-align: left;
}

table .coluna_central {
	text-align: center;
}

table .coluna_vd {
	width: 80px;
	text-align: center;
}

hr {
	border-bottom: #DBCA8E 1px solid;
}