/* Menu receitas */

#menureceitas {
	float: left;
	width: 170px;
}

#menureceitas p {
	font-weight: bold;
	margin-bottom: 15px;
}

.mnu-receita {
	width: 140px;
	height: 70px;
	margin-bottom: 10px;
}

.mnu-receita select {
	margin-top: 40px;
	margin-left: 10px;
	width: 120px;
}

#mnu-receitas-produto {
	background: #fff url(../img/receitas/detalhes-receita/mnu-produto.png) no-repeat;
}

#mnu-receitas-regiao {
	background: #fff url(../img/receitas/detalhes-receita/mnu-regiao.png) no-repeat;
}

#mnu-receitas-tema {
	background: #fff url(../img/receitas/detalhes-receita/mnu-tema.png) no-repeat;
}

#mnu-receitas-tipoprato {
	background: #fff url(../img/receitas/detalhes-receita/mnu-tipoprato.png) no-repeat;
}

/* Index */

#receitaspg {
	margin-top: 20px;
}

#receitaspg p {
	margin-top: 15px;
}

#caixas {
	margin-top: 20px;
}

#envie {
	clear: both;
	text-align: center;
}

#envie h1 a, #envie h1 a:visited {
	text-decoration: none;
	color: #f24444;
}

.caixa {
	float: left;
	width: 170px;
	height: 175px;
	margin-right: 5px;
}

#cx-produto {
	background: #fff url(../img/receitas/cx-produto.png) no-repeat;
}

#cx-regiao {
	background: #fff url(../img/receitas/cx-regiao.png) no-repeat;
}

#cx-tema {
	background: #fff url(../img/receitas/cx-tema.png) no-repeat;
}

#cx-tipoprato {
	background: #fff url(../img/receitas/cx-tipoprato.png) no-repeat;
	margin-right: 0 !important;
}

.caixa select {
	margin-top: 110px;
	margin-left: 14px;
	width: 145px;
}


/* Região */

#linha {
	height: 8px;
	width: 615px;
	background: #fff url(../img/bg-h1-grande.png) no-repeat;
}

#regiaopg {
	margin-top: 20px;
}

#regiaoconteudo {
	width: 530px;
	float: left;
	min-height: 300px;
	margin-bottom: 20px;
}

#regiaoconteudo h2 {
	color: #f24444;
	margin-top: 50px;
	padding-left: 0;
}

#regiaoconteudo p {
	margin-top: 15px;
}

#regiaoconteudo img {
	float: right;
	margin-top: -50px;
}

#regiaoconteudo ul {
	padding-left: 15px;
	list-style-type: square;
	line-height: 18px;
}


/* Detalhe */

#logo {
	display: none;
}

#detalheconteudo {
	width: 530px;
	float: left;
	line-height: 1.3;
}

#fotoreceita {
	width: 166px;
	height: 177px;
	float: right;
}

#detalheconteudo h2 {
	padding: 25px 0 0 0;
	font-size: 12px;
}

#detalheconteudo ul {
	color: #9c9c9c;
}

#modopreparo p {
	margin-top: 15px;
}

#acoes {
	margin-top: 40px;
	background: #fff url(../img/bg-h1-medio.png) no-repeat top left;
	padding-top: 8px;
	margin-bottom: 20px;
}

#acoes p {
	color: #9c9c9c;
	font-size: 11px;
	height: 17px;
	padding-left: 18px;
}

#acoes p a, #acoes p a:visited {
	text-decoration: none;
}

#indique {
	background: #fff url(../img/receitas/detalhes-receita/ico-indique.png) no-repeat center left;
}

#imprimir {
	background: #fff url(../img/receitas/detalhes-receita/ico-imprimir.png) no-repeat center left;
}

/* Envie */

#formulario {
	margin-bottom: 20px;
}

label {
	float: left;
	width: 100px;
	background: #fff url(../img/contato/bg-campos.png) no-repeat;
	height: 20px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
}

input, select, textarea {
	width: 240px;
	margin-bottom: 5px;
}

.submit {
	margin-left: 110px;
	border: none;
}

#DivAceita {
	width: 100px;
}

#ReceitaAceita {
	margin-left: 110px;
	width: 20px;
}

#LabelAceita {
	float: none;
	color: #9c9c9c;
	width: 200px;
	background: none;
	padding-left: 0;
	width: 50px;
}