

/* HTML ELEMENTS 
body { font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; background-color:#efefef; background-image:url(../images/bg.jpg); }
*/
/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
/*#searchform { margin:50px 200px; font-size:18px; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }
#searchform div { color:#eeeeee; }
#searchform div input { font-size:18px; padding:5px; width:320px; }*/
#suggestions{ position: absolute; left:580px; width:320px; display:none; z-index: 9999;  }

/* SEARCHRESULTS */
#searchresults { font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; text-align:left; border-width:1px; border-color:#919191; border-style:solid; width:320px; background-color:#a0a0a0; font-size:10px; line-height:14px; }
#searchresults a { display:block; background-color:#e4e4e4; clear:left; height:56px; text-decoration:none; border-bottom:1px #999 dashed; }
#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; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category {text-align:left; font-size:11px; margin:5px; display:block; color:#ffffff; }
#searchresults span.seperator {float:right; padding-right:15px; margin-right:5px;
			background-image:url(/modules/mod_ajaxsearch/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; }
#searchresults img { border:none; width:46px; height:46px;}
#searchresults span.pagination { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff;  }
div.pagination_text {
	float:right;
	text-align: right;
}
#left_arrow{

	height: 15px;
	width: 15px;
	background-image:url(/modules/mod_ajaxsearch/images/left.gif); 
	background-repeat:no-repeat; 
	background-position:center center;
	float: left;
	margin: 1px;
	cursor: pointer;
}

#right_arrow{

	height: 15px;
	width: 15px;
	background-image:url(/modules/mod_ajaxsearch/images/right.gif); 
	background-repeat:no-repeat; 
	background-position:center center;
	float: left;
	margin: 1px;
	cursor: pointer;
}