/**SUPPLIER SEARCH**/
.supSearchContainer{
	width: 90%;
	position: relative;
	margin: auto;
	border: 1px solid black;
}
.supSearchRow{
	width: 100%;
	overflow: auto;
}
.supSearchName{
	width: 17%;
	float: left;
}
.supSearchType{
	width: 17%;
	float: left;
}
.supSearchCity{
	width: 20%;
	float: left;
}
.supSearchCounty{
	width: 20%;
	float: left;
}
.supSearchButton{
	width: 10%;
	float: left;
	text-align:right;
}
.supSearchTelephone{
	width: 14%;
	float: left;
}
.supSearchInput{
	width: 95%;
	padding-top: 3px;
}
.supSearchSelect{
	width: 95%;
	padding-top: 3px;
}
.supResultContainer{
	width: 100%;
}
.supResultFound{
	width: 100%;
	position: relative;
}
.supResultRow{
	width: 99%;
	height:auto;
	overflow: auto;
	border:1px solid black;
	margin-left:2px;
}
.supResultRowHead{
	width: 99%;
	overflow: auto;
	font-weight: bold;
	margin-left:2px;
	border:1px solid black;
}
.supResultName{
	width: 20%;
	float: left;
}
.supResultType{
	width: 30%;
	float: left;
}
.supResultCity{
	width: 14%;
	float: left;
}
.supResultCounty{
	width: 20%;
	float: left;
	border-right:1px solid black;
}
.supResultTel{
	width: 15%;
	float: left;
}
.supResultLinks{
	width: 80%;
	position: relative;
	margin: auto;
}
