@charset "utf-8";

#quick-search-container {
	width: 255px;
	float: right; display: inline;
	/*margin-right: 5px;*/	
	/*background-color: gray;*/
}

#qsTextDiv { 
	text-align: right;
	width: 250px;
}

#searchDiv { 
	width: 255px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	position: absolute !important;
	left: 50%;	
	margin-top: 57px;
	margin-left: 225px;	
	z-index: 15000;	
	display: none;	
}

#qsclose {
	font-size: 8pt;
	background-image: url(/Images/close16.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
	padding: 0px;
	float: left;
	margin: 2px auto auto 4px;
	cursor: pointer;
	padding-left: 16px;
	height: 16px;
}

#qsclose a, #qsclose a:hover { color: #fff }

#rescontainer {
	float: none;
	display: block;
	width: 251px;
	height: 275px;
	margin: 4px auto auto 2px;		
	background-color: #fff !important;
	overflow: auto;
	overflow-x: hidden;
}

#result {

}

#working {
	
	margin: 10px auto;
	text-align: center;
}

.qs-result { padding: 2px 4px; display: block; float: none; clear: both; }
.qs-result img { float: left; margin-right: 4px; }
.qs-result a, .qs-result a:hover { color: #646464 /*#ee1d23*/ !important; font-weight: bold; text-decoration: underline !important; }

