/* COMMON CLASSES */
.break { clear:both; }

#suggestions{ position: relative; float:right; z-index: 500;}

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#919191; border-style:solid; width:320px; background-color:#cccccc; font-size:10px; line-height:14px; }
#searchresults a { padding: 8px; display:block; background: url(../clipart/background_results.jpg) repeat-y center; clear:left; height:95px; text-decoration:none; }
#searchresults a img { float:left; }
#searchresults .evento_box {
	float:left;
	margin: 0px;
	padding: 0px;
	min-width: 100px;
	min-height: 75px;
	max-width: 100px;
	max-height: 75px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-color: white;
	border: solid 1px #cdcdcd;
}
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#333333; }
#searchresults a span { color:#666666; }
#searchresults a span.textblock { float:right; width:180px; }
#searchresults span.category { font-size:11px; margin:5px; display:block; color:#252525; background-color:#cccccc; }
#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.category a { float:right; background:transparent; display:block; margin:0px; padding: 0px; height:auto; color:#3e9ad3; clear:none; font-weight: bolder; text-decoration:underline; }