.clear {
	clear:both;
}
.float_left, .float_right {
	padding:10px;
}
.descricao{
	border:1px solid #f90;
	background-color:#FFC;
}
.descricao p {
	padding:5px 10px;
}
.info {
	list-style:none;
}
.info li {
	list-style:none;
}
.info li span {
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f90;
	padding-left:10px;
}
.extras {
	list-style:none;
	margin:0 auto;
	width:500px;
}
.extras li {
	list-style:none;
	display:block;
	float:left;
	padding-left:10px;
}
.produtos {
	list-style:none;
}
.produtos li {
	width:90%;
	margin:0 auto;
	list-style:none;
	margin-bottom:15px;
}
#conteudo a {
	color:#000;
}
#conteudo a:hover {
	text-decoration:none;
	color:#060;
}
/*heading tags*/
#conteudo h2 {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#036;
}
#conteudo h3 {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#f90;
	padding-top:20px;
}
#conteudo h4 {
	font:16px Georgia, "Times New Roman", Times, serif;
	color:#060;
	padding-bottom:3px;
	border-bottom:1px solid #060;
}
#conteudo h5 {
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#036;
	line-height:13px;
}
/* -------------------- formulário anúncio -------------------- */
#contatoatibaiatem {
	width:430px;
	margin:0 auto;
}
#contatoatibaiatem fieldset {
	border:1px solid #f90;
	background-color:#FFC;
	padding-left:20px;
}
#contatoatibaiatem label {
	display:block;
	margin:5px;
}
#contatoatibaiatem legend {
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#036;
	width:260px;
	max-width:260px;
}
#contatoatibaiatem span {
	font-weight:bold;
}
#contatoatibaiatem input {
	padding:2px;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#036;
	border:1px solid #f90;
}
#cliente_nome {
	width:200px;
}
#cliente_telefone {
	width:120px;
}
#cliente_email {
	width:150px;
}
#cliente_mensagem {
	border:1px solid #f90;
	margin-top:3px;
	width:250px;
	height:60px;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:3px;
	color:#036;
}