/* CSS Document */

#conteudo_pagina_produto{
	width: 870px;
	height:80%;
	float:left;
	padding:5px;
	border:1px;
	border-style:solid;
	border-color:#ddd;
}

/* PRODUTO SUGERIDO */
.quadro_produtosugerido{
	width:220px;
	height:70px;
	float:left;
}
.foto_produto_sugerido{
	float:left;
	width:75px;
	padding-bottom:20px;
}
.descricao_produto_sugerido{
	float:left;
	padding-left:10px;
	width:125px;
	font-weight:bold;
	padding-bottom:20px;
}

/* PRODUTO - NA SUA PAGINA ESPECIFICA */

.quadro_pizza_2{
	/*background-image:url(../images/quadro_pizza.png);
	background-repeat:no-repeat;*/
	width:205px;
	float:left;
	padding:10px;
	text-align:center;
}
.foto_produto_2{
	background-image:url(../images/foto_produto.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	width:205px;
	height:100px;
	float:left;
	padding-bottom:10px;
	padding-top:15px;
}
.conteudo_produto_2{
	width:505px;
	float:left;
}
.direita_produto_2{
	width:206px;
	float:left;
	text-align:left;
}
.titulo_produto_2{
	color:#0b537b;
	font-weight:bold;
	font-size:13px;
}
.descricao_produto_2{
	color:#000000;
	height:130px;
	width:450px;
	float:left;
	margin-top:-120px;
	margin-left:200px;
	text-align:left;
	border:solid 1px #cccccc;
	padding:5px;
}
.btn_incluir_2{
	background-image:url(../images/btn_incluirpedido.png);
	background-repeat:no-repeat;
	background-position:center;
	width:205px;
	height:52px;
	float:left;
	padding-top:10px;
	text-align:center;
}
.valor_produto_antigo_2{
	width:205px;
	height:15px;
	float:left;
	text-align:center;
	padding-top:5px;
	color:#666666;
}
.valor_produto_atual_2{
	width:205px;
	height:15px;
	float:left;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#12182a;
	font-size:16px;
}
.detalhes_produto{
	width:850px;
	height:auto;
	float:left;
	color:#333333;
	padding-bottom:20px;
}