
#ps_results{
	z-index: 10000;
	position: absolute;
	top:30px;
	right:0px;
	width: 400px;
	float:right;
	background-color: #FFF;
	text-align: left;
	visibility: hidden;
}
.ps_results{
	border: 1px solid #a5a5a5;
}

#ps_results #ps_link{
	float: right;
	padding-right: 5px;
}
#ps_results .ps_header{
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background-color: #00447a;
	padding: 8px 8px 8px 15px;
}
#ps_results h3{
	color: #000;
	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: 12px;
	background-color: #00447a;
	padding: 6px 10px 6px 0px;
	text-align: right;
}

.highlight {
	background-color:#FFFEBB;
}

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

#ps_results .ps_row_btm a:link, #ps_results .ps_row_btm a:visited {
	color: #ffffff;
}