/* @override http://localhost:8888/macuser/modules/mod_pixsearch/css/pixsearch_default.css */

#ps_search_str{
	border: none;
	font-size: 11px;
	color:  #666;
	width: 125px;
	/*position: absolute;
	margin-left: -19px;
	/*margin-left: -15px;
	width: 129px;
	margin-left: -20px;
	*/
/*	padding-left: 15px;
	background: #fff url(search-bg.png) no-repeat -3px;
	padding-right: 30px;
	border: 1px solid #ccc;
	padding-bottom: 3px;
	padding-top: 3px;
	
	
	height: 10px;*/
	}
@media screen and (-webkit-min-device-pixel-ratio:0){
#ps_search_str{ position: absolute;
	margin-left: -19px;}
}
#ps_results{
	top:  45px;
	z-index: 10000;
	position: absolute;
	width: 270px;
	float: right;
	background-color: #dfdfdf;
	text-align: left;
	visibility: hidden;
	padding-bottom: 5px;
	border-bottom: 20px solid #919191;
}
.ps_results{
	border: 1px #919191 solid;
}
#ps_results #ps_link{
	float: right;
	padding-right: 25px;
	padding-top: 15px;
	margin-top: 3px;
}

#ps_results a#ps_link {
	display: block;
	text-indent: -999px;
	background: url(close-2.png) no-repeat;
	overflow: hidden;
}
#ps_results a#ps_link:hover {
	background: url(close-1.png) no-repeat;
}
#ps_results .ps_header{
	font-weight: bold;
	font-size: 11px;
	background-color: #919191;
	padding: 4px 6px;
	color: #fff
}
#ps_results h3{
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	padding-left: 0px;
	padding-top: 12px;
}
#ps_results a {
	font-size: 10px;
}
#ps_results a:hover {
	text-decoration: underline;
	color: black;
}
#ps_results span{
	line-height: 100%;
	font-size: 11px;
	color: black;
	width: 200px;
	height: 12px;
	overflow: hidden;
	display: block;
}
#ps_results span.small {
	font-size: 11px;
	color: #666;
	margin-bottom: -10px;
	margin-top: -5px;
}
#ps_results .ps_row_1{
	padding: 5px;
	padding-left: 10px;
}
#ps_results .ps_row_2{
	padding: 5px;
	padding-left: 10px;
}
#ps_results .ps_row_btm{
	font-weight: bold;
	font-size: 10px;
	background-color: #EEE;
	padding: 4px;
}

div.pixsearch {
	margin-top: 3px;
	
}
#pp_search {
	padding-bottom:  15px
}
/* OS X style search ------------------------------------*/

span.sbox_l  {
	background: url('srch_l.png') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}
span.sbox_r  {
	background: url('srch_r.gif') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}
span.sbox input {
	background: white url('srch_bg.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 18px; #width: 142px;
	color: #000;

}




