img.expand,
img.collapse
{
	background: #fff;
	border: 1px solid black;
}
div#switch
{
	margin: 10px 10px 5px 10px;
}
span.highlight
{
	background: #cfc;
}
table.search
{
	margin: 0 10px;
}
table.search.form
{
}
table.search.form th
{
	text-align: right;
	width: 200px;
}
h2 span
{
	background: #375a9a;
	padding: 0 4px;
}

/* List layout. */
table.search.result
{
	border-collapse: collapse;
	margin: 0 10px 20px 10px;
	width: 95%;
}
table.search.result th
{
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	vertical-align: top;
}
table.search.result th.price
{
	text-align: right;
}
table.search.result td
{
	padding: 2px 5px;
	vertical-align: top;
}
table.search.result td.price
{
	color: #070;
	font-weight: bold;
	text-align: right;
}

/* Details layout. */
div.search.result
{
	background: white;
	border: 2px solid #def;
	margin: 10px 10px;
	padding: 10px;
}
div.search.result div.image
{
	float: left;
}
div.search.result div.image a img
{
	border: 0;
}
div.search.result table th
{
	text-align: right;
	width: 100px;
}
div.search.result table td,
div.search.result table th
{
	vertical-align: top;
}
