#adv-search-container {
	background: #b9d300 url('../images/adv-search-top-bg.gif') no-repeat left top;
	width: 170px;
}
#adv-search-inner {
	background: url('../images/adv-search-bottom-bg.gif') no-repeat left bottom;
}
#adv-search-content {
	
}

#adv-search-content h2 {
	margin: 0;
	padding: 4px 0 0 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#adv-search-content h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 13px;
}
#adv-search-content .adv-search-blok {
	background: url('../images/adv-search-searchblock-bg.gif') no-repeat 3px 17px;
	padding: 10px;
}

A.show_all { color: #008600; }


.search-inner {
	padding: 4px 0 0 2px;
	position:relative;
	width: 148px;
}
.searchinput {
	width: 146px;
	height: 15px;
	border: 0;
}
.searchselect{ 
	width: 84px;
	border: 0;
	margin: 5px 0 0 0;
	overflow: auto;
}
.searchselect option{ 
	overflow: auto;
}
.searchresult {
	BACKGROUND: #FFFFFF;
	POSITION: absolute;
	left:0;
	top:21px;
	BORDER: 1px #000000 solid;
	padding:  10px;
	text-decoration: none;
	z-index: 1000;
}
.searchresult a {
	line-height: 18px;
	display:block;
	white-space: nowrap;
}
.searchresult a:hover {
	background:#F0F0F0 none repeat scroll 0%;
	text-decoration: none;
	display:block;
}

a.searchsubmit {
	display: block;
	width: 56px;
	height: 18px;
	margin: 4px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
}
a.searchadvanced {
	margin-top: 0px;
	color: #000;
	text-decoration: underline;
}
a.searchadvanced:hover {
	text-decoration: none;
}
