div.searchhead {
	padding-top: 10px;
	margin: 0 10px;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

div.searchhead img{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	margin-left: 3px;
	cursor: pointer;
}

div.searchhead span {
}

div.searchhead a {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

div.searchhead a:hover {
	text-decoration: none;
}


div.searchbody {
	margin: 0 10px;
	display: block;
	padding: 10px 10px;
	font-size: 11px;
	background-color: #ffffff;
}

div.nodisplay {
	display: none;
}

div.searchbody form
{
	margin: 0;
	padding: 0;
}

div.searchbody input {
	font-size: 11px;
}

table.fcatalog td{
	font-size: 11px;
	padding: 2px;
	padding-left: 38px;
}

table.fcatalog td.in{	
	font-size: 11px;
}

table.fcatalog td.iv{	
	width: 100%;
	text-align: left;
}
div.searchbody select {
	width: 150px;
	font-size: 11px;
}

div.searchbody input {
}

div.searchbody input.fprice{
	width: 50px;
}

div.searchbody input.fbutt
{
	width: 16px;
	height: 16px;
	background: url(../pics/search.gif) no-repeat 0 0;
	border: 0;
	margin-top: 0px;
	cursor: pointer;
	position: relative;
	margin-left: 5px;
}

div.searchbody input.fbutt:hover {
	width: 16px;
	height: 16px;
	background: url(../pics/search.gif) no-repeat 0 -16px;
	border: 0;
	margin-top: 0px;
	cursor: pointer;
	position: relative;
	margin-left: 5px;
}