a img { border:0 }

/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
#searchform { margin:50px 50px; font-size:18px; }
#searchform div { color:#eeeeee; }
#searchform div input { font-size:18px; padding:5px; width:320px; }
#suggestions{ position: relative;  margin:0px auto; margin-left:-50px; display:none;z-index:10000000;}



/* SEARCHRESULTS */
#searchresults { border-width:0px; border-color:#919191; border-style:solid; width:320px; background-color:#a0a0a0; font-size:10px; line-height:14px;text-align:left; margin-top:15px; position: absolute; z-index:10000;}
#searchresults a { display:block; background-color:#e4e4e4; clear:left; height:56px; text-decoration:none; text-align:left;padding-bottom:5px; }
#searchresults a:hover { background-color:#444; color:#ffffff; }
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#191919; }
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category { font-size:11px; padding:5px; display:block; color:#ffffff;font-weight:bold; font-weight:bold;}
#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; }

fieldset.searchnew {
	border: none;
	width: 270px;
	margin: 0 auto;
#	background-color: #222222;
}
.searchnew input, .searchnew button {
	border: none;
	float: left;
}
.searchnew input#box {
	color: #fff;
	font-size: 1.5em;
	font-weight:bold;
	width: 190px;
	height: 30px;
	padding-top:8px;
	padding-left:8px;
	background: #616161 url(../images/search_bg.gif) no-repeat;
	margin-right: 5px;
}
.searchnew input#box:focus, .searchnew input#box:hover {
	background: #616161 url(../images/search_bg.gif) no-repeat left -38px;
	outline: none;
}
.searchnew button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(../images/search_bg.gif) no-repeat top right;
}
.searchnew button.btn:hover {
	background: #fbc900 url(../images/search_bg.gif) no-repeat bottom right;
}
.search_text{
padding-top:3px;
padding-left:3px;
}