@charset "utf-8";
/* CSS Document */
/* Auto-Supplies.co.uk suppliers table formatting etc */

#supplogolist {
	
	list-style-type: none;
	width: 500px;
}

#supplogolist li {
	float:left;
	width:150px;
	height:135px;
	margin-right:6px;
	margin-bottom:10px;
	font: bold 80% Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
}

#supplogolist img {
	display: block;
	border: 1px solid #999999;
	
}