div#text h2.parceiro {
	text-indent: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #D39C00;
}
div#resultados {
		width: 250px;		
		height: 230px;
		border: 1px solid #A4B97F;
		overflow: auto;
		margin-bottom: 5px;
	}
	div#resultados table {
		margin: 5px;
		width: 220px;
	}
		div#resultados table tr td div {
			padding: 7px 0;
			border-bottom: 1px dashed #E2B47C;
			color: #6D6E71;
			text-align: left;
		}
		div#resultados table tr td div,
			div#resultados table tr td div a {
				font-size: 12px;				
		}
			div#resultados table tr td a {
				color: #1170CE;
			}
			div#resultados table tr td a:hover {
				color: #0356A9 !important;
			}
	ul.paginacao li {
		float: left;
		display: inline;
		margin-left: 10px;	
	}
	table.container_fornecedor tr td div img {
		display: none;
	}
	div#tooltip {
		position: absolute;
		z-index: 3000;
		background-color: #eee;
		padding: 5px;
		opacity: 0.85;
		border: 1px solid #CCCCCC;
	}