#ps_search_str{
	width: 150px;
	height:12px;
}
#ps_results{
	z-index: 10000;
	position: absolute;
	width: 350px;
	float:right;
	background-color: #FFF;
	text-align: left;
	visibility: hidden;
        font-size: 13px;
        color:#666666;
}

#ps_results a{
        font-size: 13px;
        color:#8BC253;
        text-decoration: none;
}

.ps_results{
	border: 2px #003E42 solid;
}
#ps_results #ps_link{
	float: right;
	padding-right: 5px;
}
#ps_results .ps_header{
	font-weight: bold;
	font-size: 14px;
        color: #E4E8B0;
	background-color: #4E692A;
	padding: 4px;
}
#ps_results h3{
        font-size: 17px;
	color: #006A82;
	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: #003E42;
	padding: 4px;
}

.highlight {
	background-color:#0090A8;
}

/* Added to show icons */
#ps_icon_background{
	width:20px;
	height:20px;	
	float:right;
	position:relative;
	left:0px;
        padding-right:23px;
	cursor:pointer;
}
#ps_icon {
	background:url(../images/icon_search.gif) no-repeat;
	height:20px;
	width:20px;
}