div, img, p { padding:0; margin:0; }

/* COMMON CLASSES */
.break { clear:both; }

#suggestions{ width:320px; display:none; position:absolute; margin:0px; padding:0px; }

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#e4e4e4; border-style:solid; width:320px; background-color:#a0a0a0; font-size:12px; line-height:14px; }
#searchresults a { display:block; background-color:#fff; clear:left; padding-left:5px; text-decoration:none; }
#searchresults a.whiteColor{ background:#e4e4e4;}
#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:#191919; }
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#555555; font-weight:normal; }
#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; }

