div#conteudo h3,
div#conteudo h2 {
	display:inline;
	clear:left;
}

div#conteudo h3 {
	width:83px;
	height:10px;
	margin:30px 0 0 32px;
	background:url(../img/textos/quemSomos.gif) no-repeat left top;
}

div#conteudo h2 {
	width:586px;
	height:15px;
	margin:30px 0 0 33px;
	background:url(../img/textos/sugestoes.gif) no-repeat left top;
}

div#conteudo p {
	display:inline;
	float:left;
	clear:left;
	position:relative;
	width:542px;
	margin:10px 0 0 33px;
	font:11px Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#626262;
}

/******************
	Sugestões
******************/

div#conteudo ul#listaSugestoes,
ul#listaSugestoes li.umaSugestao,
li.umaSugestao h4,
li.umaSugestao div.dados,
li.umaSugestao span {
	display:inline;
	float:left;
	position:relative;
}

div#conteudo ul#listaSugestoes {
	clear:left;
	width:620px;
	margin:0 0 0 8px;
}

ul#listaSugestoes li.umaSugestao {
	width:260px;
	margin:35px 25px 0;
}

li.umaSugestao h4 {
	width:255px;
	height:30px;
	overflow:hidden;
}

li.umaSugestao h4 a {
	display:inline;
	float:left;
	position:absolute;
	bottom:0;
	width:255px;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5E5E5E;
}

li.umaSugestao h4 a:hover { color:#004A8F; }

li.umaSugestao div.dados {
	clear:left;
	width:255px;
	margin:8px 0 0;
}

li.umaSugestao a.capa {
	display:inline;
	width:61px;
	height:88px;
	background:no-repeat left top;
}

li.umaSugestao span {
	width:184px;
	margin:0 0 0 10px;
	font:11px Arial, Helvetica, sans-serif;
	color:#004A8F;
}
li.umaSugestao span.livroUsado { 
	font-weight:bold;
	color:#FF0000;
}


li.umaSugestao span.preco { 
	margin:8px 0 0 10px;
	font:bold 16px Arial, Helvetica, sans-serif;
}

li.umaSugestao a.btnComprar {
	display:inline;
	width:81px;
	height:19px;
	margin:8px 0 0 10px;
	background:url(../img/botoes/comprar.gif) no-repeat center top;
}

li.umaSugestao a.btnComprar:hover { background-position:left -19px; }