.break { clear:both; }

/* SEARCH CONTAINER */
.search_container { position:relative; }

/* SEARCH FORM */
#searchform { margin:50px 200px; }
#searchform div { color:#eeeeee; }
#searchform div input { padding:5px; width:320px; }
#suggestions { 
		display:none;
		z-index:99999 !important;
		
		-moz-box-shadow:5px 5px 10px #666;
		-webkit-box-shadow:5px 5px 10px #666;
		box-shadow:5px 5px 10px #666;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#666666')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#666666');	
		zoom:1;
		position:absolute;
		bottom:auto;
		left:0px;
		top:52px;
		width:323px;
		height:auto;
		background-color:white;
		font-family:Georgia, "Times New Roman", Times, serif;
		border:1px solid #999;
		padding:20px 10px 17px 10px; 
}

#suggestions a:hover {
text-decoration:none;
background-color: #F9F7F0;
cursor:pointer;
color:#900;
}

#suggestions div#searchresult {
padding:10px;
}

#suggestions a  {
color:black;
padding:10px;
position:relative;
z-index:99999 !important;
display:block;
}

#suggestions a span#searchheading { 
font-weight:bold;
margin-bottom:5px;
}

#suggestions a span#searchblurb { 
font-family:arial;
color:#666;
font-size:.8em;
}

#suggestions h1, #suggestions h2, #suggestions h3, #suggestions h4, #suggestions h5 {
display:none;	
}

.searchhover {
text-decoration:none;
background-color: #F9F7F0;
cursor:pointer;
color:#900;
}

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#919191; border-style:solid; width:320px; background-color:#a0a0a0; font-size:10px; line-height:14px; position:absolute; z-index:9999;}
#searchresults a { display:block; background-color:#e4e4e4; clear:left; height:56px; text-decoration:none; }
#searchresults a:hover { background-color:#b7b7b7; color:#ffffff; }
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:black; }
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category { font-size:11px; margin:5px; display:block; color:#ffffff; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }

#search_input { line-height:16px;height:16px;padding-left:20px; }

span.mag_glass {
 	cursor: pointer;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	position: absolute;
 }

i.mag_glass {
 	background-image: url("/base_assets/img/mag_glass.png");
	display: block;
	font-size: 0;
	height: 15px;
	width: 14px;
 }
