.pixsearch {
	position: relative;
	margin-top: 7px;
}

.pixsearch_err {
	position: absolute;
	visibility: hidden;
	background: #FFFFFF;
	color: #cc0000;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: 200px;
	text-align: center;
	border: solid #cc0000 1px;
	margin-top: -2px;
	margin-left: 2px;
	
}

.searchActive {
	color: #666 !important;
}

#ps_search_str{
	width: 125px;
	color: #999;
	font-size: 0.95em;
	border: solid #CCCCCC 1px;
	padding: 4px;
}

#ps_results{
	z-index: 10000;
	position: absolute;
	width: 400px;
	float:right;
	background-color: #FFF;
	text-align: left;
	visibility: hidden;
}
#ps_results{
	border: 4px #6c4926 solid;
}
#ps_results #ps_link{
/*	float: right;
	padding-right: 20px;
	color: #fff;
	*/
}

#ps_results #ps_link {
	display: block;
	width: 46px;
	height: 21px;
	background: url(../../../templates/Eureka_template/images/close.gif) bottom right no-repeat;
	float: right;
	text-indent: -46px;
}

#ps_results a h3 span { display: block; color: #6c4926; text-decoration: underline; }

#ps_results .ps_header{
	font-size: 14px;
	background-color: #6c4926;
	padding: 4px 20px;
	color: #fff;
}
#ps_results h3{
	color: #000;
	padding-bottom: 3px;
}


#ps_results span{
	display: block;
	line-height: 100%;
}
#ps_results .ps_row_1{
	border-top: 1px #6c4926 dotted;
	background-color: #FFF;
	padding: 10px 20px;
	font-size: 0.9em;
	clear: both;
	overflow: visible;
}
#ps_results .ps_row_2{
	clear: both;
	border-top: 1px #6c4926 dotted;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 0.9em;
	overflow: visible;
}
#ps_results .ps_row_btm{
	clear: both;
	font-weight: bold;
	font-size: 14px;
	background-color: #6c4926;
	padding: 4px 20px;
	color: #fff;
}

#ps_results .ps_row_btm a { display: block; width: 130px; height: 18px; background: url(../../../templates/Eureka_template/images/viewallresults.gif); text-indent: -9999px; }