/* used on supplier page only */
#supplierlist{
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
}

#supplierlist ul {
	float: left;
	list-style: none;
	margin-bottom: 20px;
	padding-right: 20px;
}

#supplierlist li {
	color: #000000;
	font-weight: normal;
}

#supplierlist a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#supplierlist a:hover{
	color: #990000;
	font-weight: normal;	
	text-decoration: underline;
}