#ps_search_str{
    border: medium none;
    float: left;
    height: 20px;
    width: 200px;
padding-left: 4px;
}
#ps_results{
    background-color: #404040;
    float: right;
    position: absolute;
    right: 5px;
    text-align: left;
    top: 50px;
    visibility: hidden;
    width: 400px;
    z-index: 10000;
}

#ps_searchwrapper  {
	height: 20px;
}
.ps_results{

}
#ps_results #ps_link{
   color: #FFFFFF;
    float: right;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
#ps_results .ps_header{
	font-weight: bold;
	font-size: 14px;
	background-color: #CC0F16;
	padding: 4px;
}
#ps_results h3{
    border-bottom: 2px solid #CC0F16;
    color: #FFFFFF;
    padding-bottom: 3px;
    text-decoration: none;
}
a.ps_row_btm {
color: #fff;
}
#ps_results  a {
text-decoration: none;
}
#ps_results span{
	line-height: 130%;
	color: #E0E0E0;
}
#ps_results .ps_row_1{
padding: 5px;
}
#ps_results .ps_row_2{
padding: 5px;
}
#ps_results .ps_row_btm{
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	background: none repeat scroll 0 0 #CC0F16;
}

.highlight {
	background-color:#cc0f16;
}

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