#ps_search_str{
	float: left;
	width: 220px;
	height: 14px;
	font-size: 10px;
/* padding: 2px 4px; */
margin-top: 1px;
}
.pixsearch-width-300{width:300px;margin-bottom:10px;}

#ps_results{
	z-index: 10000;
	position: absolute;
	width: 400px;
	float:right;
	background-color: #FFF;
	text-align: left;
	visibility: hidden;
}
.ps_results{
	border: 1px #CCC solid;
}
#ps_results #ps_link{
	float: right;
	padding-right: 5px;
}
#ps_results .ps_header{
	font-weight: bold;
	font-size: 14px;
	background-color: #ebebeb;
	padding: 4px;
}

#ps_results h3:hover {
	text-decoration: underline;
	color: #BF2D17;
}

#ps_results h3 {
	color: #394048;
	padding-bottom: 3px;
}
#ps_results span{
	line-height: 100%;
}
#ps_results .ps_row_1{
	border-top: 2px #EEE solid;
	background-color: #FFF;
	padding: 5px;
}
#ps_results .ps_row_2{
	border-top: 2px #EEE solid;
	background-color: #FFF;
	padding: 5px;
}
#ps_results .ps_row_btm{
	font-weight: bold;
	font-size: 14px;
	background-color: #EEE;
	padding: 4px;
}
