div.searchhead {
	padding: 3px;
	margin: 0 10px;
	background-color: #FF6600;
	font-size: 11px;
	font-weight: bold;
	color: #FAF0D4;
	font-family: Verdana;

}

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

div.searchhead span {
	cursor: pointer;
}

div.searchhead a {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #FAF0D4;
	text-decoration: none;
	font-family: Verdana;

}

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


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

div.nodisplay {
	display: none;
}

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

div.searchbody input {
	font-size: 11px;
	font-family: Verdana;
}
table.fcatalog {
    float: right;
	font-family: Verdana;
}
table.fcatalog td{
	font-size: 11px;
	padding: 2px;
	font-family: Verdana;
    color: #333;
}

table.fcatalog td.in{
	padding-right: 9px;
	font-family: Vedana;
    color: #333;
}
table.fcatalog td.iv input{
	border: 1px solid #4D4A41;
	width: 128px;
	height: 16px;
}
table.fcatalog td.iv {
    text-align: right;
}
table.fcatalog td.iv2 input{
	border: 1px solid #4D4A41;
	width: 33px;
	height: 16px;
}

div.searchbody select {
	width: 150px;
	font-size: 11px;
}

div.searchbody input {

}

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

div.searchbody input.fbutt {
	width: 50px;
	background-color: transparent;
	border: 0;
	color: #C1191E;
	margin-top: 10px;
	text-align: left;
	cursor: pointer;
	position: relative;
	left: -6px;
}
a#fbutt {
    background: url(../pics/find.gif) no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: top;
	text-decoration: none;
	padding-bottom: 4px;
}
a#fbutt:hover {
    background: url(../pics/find_sel.gif) no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: top;
	text-decoration: none;
}
