table.cat_table {
	margin: 10px;
	font-size: 80%;
}

table.cat_table tr {
	height: 22px;
}

table.cat_table td {
	border: 1px solid black;
	background-color: #ffffea;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

table.cat_table th {
	border: 1px solid black;
	background-color: #ffffea;
	text-align: center;
	padding: 2px 5px 2px 5px;
}

table.cat_table td.price {
	text-align: center;
	vertical-align: middle;
	width: 8em;
}

table.cat_table td.price img {
	float: none;
}
