div#detalhe_pv{
	float: left;
	clear: none;
	width: 245px;
}

#detalhe_pv h1,
#detalhe_pv h2,
#detalhe_pv p{
	width: 245px;
}

#detalhe_pv h1{
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 2px;
}

#detalhe_pv h2{
	font-size: 12px;
	margin-bottom: 0;
	color: #FC0;
}

#detalhe_pv p{
	margin: 5px 0 0 0;
}

#detalhe_pv span.telefone,
#detalhe_pv span.fax{
	font-weight: bold;
	color: #FC0;
}

div#lista_pv{
	float: left;
	clear: none;
	width: 255px;
	margin-top: 10px;
}

#lista_pv img{
	float: left;
	clear: both;
}


