<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FIND SUPPLIERS */

#column2 h4
{
	width: 224px;
	height: 44px;	
	margin-top: 14px;
	padding: 0 15px;
	line-height: 40px;
	background: url(../images/Suppliers/FindLinkBack.gif) no-repeat;
}

#column2 a
{
	color: #d27300;
}

#column2 a:hover
{
	color: #565c6b;
}

#filterContainer
{
	position: relative;
	width: 670px;
	height: 160px;
	margin-top: 15px;
	padding: 25px;
	background: url(../images/Suppliers/FilterPanelBack.gif) no-repeat;
}

#filterContainer strong,
#typeLabel
{
	display: block;
}

#filterContainer strong
{
	margin-bottom: 16px;
}

#filterContainer span
{
	margin-bottom: 10px;
}

#filterContainer select
{
	margin-bottom: 12px;
}

.areaFilterContainer
{
	float: left;
	width: 327px;
}

#filterContainer .first
{
	margin-right: 16px;	
}

.areaFilterContainer span,
.areaFilterContainer select
{
	display: block;
	width: 327px;
}

#typeLabel
{
	clear: both;
}

#filterContainer input
{
	margin: 0 7px 0 0;
	padding-top: 4px;
}

#filterContainer label
{
	margin-right: 22px;	
}

#filterContainer .button
{
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 142px;
	height: 26px;
	padding: 0;	
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url(../images/Suppliers/FindButtonBack.gif) no-repeat top left;
	border-style: none;
}

/* SUPPLIER LISTING */

#backToSearch,
.supplierResultHeading
{
	height: 25px;
}

#backToSearch
{
	float: right;
	padding-top: 5px;
}

.supplierTable
{
	width: 100%;
	margin-top: 8px;	
	border-color: #e4ddcc;	
}

.supplierTable th,
.supplierTable td
{
	padding: 8px 6px;
	vertical-align: top;
	text-align: left;
}

.supplierTableHeading
{
	height: 44px;
	background-color: #faf8f5;
	border-top: 3px solid #f0ede5;
}

.supplierTable td
{		
	font-size: 0.9em;
	line-height: 15px;
}

td.contactDetails
{
	/*width: 170px;*/
}

.contactDetails span,
.contactDetails a
{
	display: block;
}

td.fuelType
{
	width: 33px;
}

td.fuelType img
{
	margin: 0 11px;
}</pre></body></html>