#search h3	{ margin: 0 0 0.5em; border-color: #666; }
#search label	{ color: #3A3A3A; }

hr
{
	border-width:	1px 0px 0px 0px;
	border-color:	#000;
	border-style:	solid;
	height:			1px;
}

/**top search box, container to get it to absolute position to the right*/
div.search-container
{
	position:		absolute;
	width:			100%;
	top:			138px;
}

form#search
{
	position:		absolute;
	right:			8px;
	top:			1px;
	width:			250px;
	margin:			0px;
	text-align:		right;
	padding:		3px 0px 0px 0px;
}
form#search h3
{
	background:		#F0CF44;
	padding:		1px 2px 2px 2px;
}
form#search label
{
	font-size:		100%;
}
form#search input#enter_search
{
	border:			1px solid #000;
	color:			#000;
	height:			16px;
	margin:			1px 0px 0px 0px;
}
form#search input#search_terms,
{
	color:			#000;
	padding:		1px 1px 1px 4px;
}
form#search input#search_submit
{
	background:		#276282;
	border:			1px solid black;
	color:			white;
	border:			1px solid #000;
	padding:		0 3px 0px 3px;
	margin:			0;
	font-size:		80%;
}
form#search input.button 
{
	font-size:		100%;
	text-align:		center;
	padding:		1px 2px 1px 2px;
	margin:			0;
}	
input.search
{
	padding:	1px;
	margin:	0;
}

div.center {text-align: center}

U	{ font-size: 110%; background-color: yellow;}

em { font-size: 110%;  border-color: #69C; background-color: white;}

input.expand,
input.collapse
{
	background: #fff;
	border: 1px solid black;
}
div#switch
{
	margin: 10px 0 5px 0;
}
span.highlight
{
	background: #cfc;
}

/* List layout. */
table.search
{
}
table.search.form
{
}
table.search.form th
{
	text-align: right;
}
table.search.result
{
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
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 #999;
	margin: 10px 0;
	padding: 10px;
}
div.search.result div.image
{
	float: right;
}
div.search.result table th
{
	text-align: right;
}
div.search.result table td,
div.search.result table th
{
	vertical-align: top;
}
