


#search-results { width : 400px; border : 1px solid #000; background : #fff; display : none; float : left;	z-index:1000; 	}

* html #search-results { width : 400px; border : 1px solid #000; background : #fff; display : none; float : left;	z-index:1000; 	}

* html div#search-results { /*width : 307px; 	z-index:1000;*/ 

	width: 400px;

	position:absolute;
	z-index:1000;
	top:75px;
	left:-590px;
	
} /* box model hack */
.sr, .srs { width : 100%; float : left; font-family : Arial, sans-serif; font-size : 13px; padding : 1px 0 0 0; 	}
.sr { background-color : #fff; color : #000; 	}
.srs { background-color : #36c; color : #fff; cursor : pointer; 	}
.sr .src { color : #008000; }
.srs .src { color : #fff; }
.srt { float : left; font-size : 13px; margin-left : 4px; 	}
.src { float : right; font-size : 10px; margin-right : 3px; padding-top : 2px; 	}
