h2.titulo 
{
	padding-bottom:1px;
}

/* PESQUISA */
.pesquisa input.campoBusca
{
	width: 330px;
}

/* FORNECEDOR */
.fornecedor
{
	display:block;
	width:325px;
	height:130px;	
	float:left;	
	margin-right:30px;
	margin-bottom:30px;
}
.fornecedor .nome a
{
	margin-bottom:10px;
	padding-bottom:3px;
	font-size:14px;
	font-weight:bold;
	color:#d01f25;
	display:block;
	text-transform:uppercase;
	background-image:url(../../imgs/master/linha-cinza-escuro.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.fornecedor .descricao a
{
	font-size:12px;
	font-weight:normal;
	color:#4d4d4d;
}
