/* @override http://localhost:8888/joomla15/modules/mod_pixsearch/css/pixsearch_default.css */

.pixsearch{
	border-style: none;
}

#ps_search_str{
	background: transparent url(../../../templates/rhuk_milkyway/images/search.gif) no-repeat scroll;
	width: 142px;
	color: #333;
	height: 17px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
	border-style: none;
	vertical-align: middle;
	padding: 7px 10px 5px 33px;
}
#ps_results{
	z-index: 10000;
	position: absolute;
	width: 400px;
	float:right;
	background-color: #FFF;
	text-align: left;
	visibility: hidden;
}
.ps_results{
	border: 4px #CCC solid;
}
#ps_results #ps_link{
	float: right;
	padding-right: 5px;
}
#ps_results .ps_header{
	font-weight: bold;
	font-size: 14px;
	background-color: #e5e5e5;
	padding: 4px;
	color: #333;
}
#ps_results h3{
	color: #000;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#ps_results span{
	line-height: 120%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}
#ps_results .ps_row_1{
	background-color: #FFF;
	padding: 5px;
}
#ps_results .ps_row_2{
	border-top: 1px #003366 solid;
	border-bottom: 1px #003366 solid;
	background-color: #dee9f0;
	padding: 5px;
}
#ps_results .ps_row_btm{
	font-weight: bold;
	font-size: 14px;
	background-color: #e5e5e5;
	padding: 4px;
}


div.pixsearch span.small{
	color: #003366;
}

