/*
	Styles for search box and search results for ProDev revamp.
					- Tom 22/06/2008
*/
div#search
{
	margin: 10px 5px;
}
div#search div.title a
{
	font-weight: bold;
}
div#search div.form input.keywords
{
	margin: 2px 0;
	padding: 1px;
	width: 97%;
}
div#search div.form select.category
{
	margin: 2px 0;
	padding: 0;
	width: 100%;
}
div#search div.form input.submit
{
	margin: 2px 0;
	padding: 0;
	width: 45%;
	font-weight: bold;
}

img.expand,
img.collapse
{
	background: #fff;
	border: 1px solid black;
}
div#switch
{
	margin: 10px 0 5px 0;
}
table.search
{
}
table.search.form
{
}
table.search.form th
{
	text-align: right;
	vertical-align: top;
}
table.search.form td
{
	vertical-align: top;
}
table.search.result
{
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
table.search.result th
{
	background: #dddddd;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	vertical-align: top;
	white-space: nowrap;
}
table.search.result th.price
{
	text-align: right;
}
table.search.result td
{
	background: #eeeeee;
	padding: 2px 5px;
	vertical-align: top;
}
table.search.result tr.alt td
{
	background: #f5f5f5;
}
table.search.result td.price
{
	color: #ed2096;
	font-weight: bold;
	text-align: right;
}
table.search.result span.highlight
{
	font-weight: bold;
}
