
td.vendor {
	vertical-align:middle;
	text-align:center;
	padding-top:40px;
}

p.vendor {
	line-height:1.5em;
	font-size:8pt;
	padding:8px;
}

a.vendor {
	text-decoration:none;
	color:black;
}

a.vendor:hover {
	text-decoration:none;
	font-weight:bold;
}

.vendlist ul {
	margin:0 auto;
	width:515px;
	padding:10px;
}

.vendlist li {
	float:left;
	list-style:none;
	width:160px;
	margin:2px;
	height:130px;
	line-height:130px;
	text-align:center;
	vertical-align:middle;
	background-color:rgb(248,238,130);
}

.vendlist img {
	display:inline;
	vertical-align:middle;
}

.vendlist li:hover {
	background-color:rgb(252,242,134);
}