@charset "utf-8";
/*Parametri da modificare per allineare*/
#searchResult { left: 2px!important; top:4px !important; }

#sp-results {
	width: 300px;
	height: auto;
}

ul.sp-results {
	background: #FAE6BC ;
	/*background: url(img/shortcuts_bg_mid_grey.png) repeat-y 0 0;*/
	color: #333;
	padding: 0;
	margin: 0;
	width: 300px;
	text-align: left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
/*	border-top: 1px solid #993300; */
 
}
	
#sp-results .resultCat {
	position: relative;
	color: #CC6600;
	background: #919191;
	width: 295px;
	height: 10px;
	margin: 0;
	padding-bottom: 12px;
	width: 302px;
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold
}
	

	
ul.sp-results li {
	padding: 5px 10px 10px 10px;
	list-style-type: none;
	height: 4.6em;
	position: relative;
	border-left: 1px solid  #993300 ;
	border-right: 1px solid #993300;
}

ul.sp-results li:hover {
	background-color: #FFC993;
}
	
ul.sp-results li.viewall {
	width: 278px;
	height: 18px;
	padding-top:12px;
	text-align: right;
	color: #CC6600;
     background: #e6ded4 url(../images/bg_h_search.gif)   repeat-x;
	/*background: url(img/shortcuts_bg_foot_grey.png) no-repeat left bottom;*/
	border-left: 1px solid #993300;
	border-bottom: 1px solid #993300;
	border-right: 1px solid #993300;
}


ul.sp-results li.viewall a {
	color: #CC6600;
	padding-right: 23px;
	background: url(img/shortcuts_arrow.gif) no-repeat 99% 50%;
	behavior: url(js/lib/rc_search/iepngfix.htc);
	padding-top: 3px; padding-bottom: 3px;
	font: bold 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
}
	
ul.sp-results li.hover li { 
	background:  #DEE8ED none repeat-x;
	color: #000;
	cursor: pointer;
}
	
ul.sp-results li.hoverli h4 a {
	color: #fff; 
}
	
	
ul.sp-results li.hoverli p {
	color: #f1f1f1; 
}
	
ul.sp-results li span.text {
	display: block; 
	position: absolute; 
	left: 65px; width: 230px; 
}
	
ul.sp-results li h4 { 
	margin: 0; 
	font-size: 11px;
	font-weight: bold;
}
	
ul.sp-results li p {
	margin: 0;
	font-size: 10px;
	overflow: hidden;
	height: 2.7em;
	color: #555;
}
	
ul.sp-results li a { 
	color: #606060; 
	text-decoration: none;
}
	
ul.sp-results li img, 
ul.sp-results li .replacementimg {
	position: absolute;
	left: 10px; width:
	46px; height: 46px;
	behavior: url(js/lib/rc_search/iepngfix.htc);
}

ul.sp-results li h4 a { 
	color: #191919;
}

ul.sp-results li.viewall.hover {
	background: #919191;
	/*background: url(img/shortcuts_bg_foot_grey.png) no-repeat bottom left;*/
}

#sp-search-spinner {
	position: absolute; top: 13px; right: 16px; z-index: 10; display: none;
}

#sp-search-cancel img {
	cursor: pointer;
}

#sp-results .firstCat {
	width: 278px;
	height: 10px;
	background: #FFC993 url(../images/bg_h_search.gif)   repeat-x;

	/*background: url(img/shortcuts_bg_head_grey.png) no-repeat left top;*/
}

#sp-result-none.viewall {
	bottom: -27px; *bottom: -27px;
}
	
#sp-result-none.viewall a {
	font-size: 10px;
}

ul.sp-results li.none {
	background: #919191;
	/*background: url(img/shortcuts_bg_foot_grey.png) no-repeat bottom left;*/
}

