/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

/* BASIC RESET */
/*body, div, img, p { padding:0; margin:0; }
a img { border:0 }
*/
/* 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; }
#searchform div { color:#eeeeee; }
#searchform div input { font-size:18px; padding:5px; width:320px; }*/
#suggestions{ 
position: relative; 
left:0px; 
width:320px; 
display:none;
z-index: -10;
}

/* SEARCHRESULTS */
#searchresults {
	width:320px;
	font-size:10px;
	line-height:14px;
	border: 3px solid #daebc1;
	color:#fff;
	position:absolute;
	/*background-repeat: repeat;
	background-repeat: repeat-x;
	background-position: left top;*/
	/*z-index:101;
	background-color: #b99a48;*/
	background-color: #8cc63f;
	cursor:pointer;	
}

#searchresults a {
	display:block; /*background-color:#e4e4e4;*/
	clear:left;
	height:60px;
	text-decoration:none;
	/*background-color: #ece2c8;*/
	background-color: #fff;
	cursor:pointer;
	position:relative;
	/*left:0;*/
	color: #333;
	padding-bottom: 5px;
	
	
	
}
#searchresults a:hover {
	background-color:#daebc1;
	color:#000;
	/*z-index: 101;*/
}
#searchresults a img {
	float:left;
	padding:5px 15px 10px 5px;
		
}
#searchresults a span.searchheading {
	display:block;
	font-weight:bold;
	padding-top:5px;
	color:#C00;

}
#searchresults a:hover span.searchheading { color:#000; }
#searchresults a span { 
color:#555555;

}
#searchresults a:hover span {
	color:#333;
}

#searchresults span.category {
	font-size:9px;
	margin-right:5px;
	display:block;
	color:#333;/*z-index: 101;*/
	padding-left:10px;
	overflow:hidden;
}

#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;
	background-color:#8cc63f;
}	
#searchresults span.seperator a {
	background-color:#8cc63f;
	display:block;
	margin:2px;
	height:auto;
	color:#ffffff;
}
.reset {	
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url(../images/close.gif);
background-position:0 0;
background-repeat:repeat;
cursor:pointer;
display:block;
height:11px;
/*overflow-x:hidden;
overflow-y:hidden;*/
position:absolute;
right:4px;
top:4px;
width:11px;
z-index:10;
}

