table.layout {
	margin-left: 10%;
	margin-bottom: 2em;
}

table.layout td.pict {
	border: 2px outset gray;
		width: 250px;
	height: 250px;
}

table.layout td.pict:hover {
	border: 2px inset gray;
}

table.layout td.desc {
	border: 2px ridge gray;
	height: 10px;
	vertical-align: top;
}

table.layout div.header {
	font-family: sans-serif;
	font-size: medium;
	background: url('/images/black-back.gif');
}

table.layout div.title {
	height: 3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#kinds {
	margin-left: 0.5em;
}

#kinds td {
	padding: 0.5em;
	text-align: center;
	}

#kinds td:hover {
	text-decoration: underline;
}

.sale {
	color: red;
	font-size: large;
}
table#sale {
	border-spacing: 1em;
}
table#sale td {
	text-align: center;
	border: 2px gray inset;
}

