@charset "utf-8";
/*Parametri da modificare per allineare*/
#sp-results {
	width: 328px;
	height: auto;
}

ul.sp-results {
	background: #dfdfdf;
	/*background: url(img/shortcuts_bg_mid_grey.png) repeat-y 0 0;*/
	color: #333;
	padding: 0;
	margin: 0;
	width: 328px;
	text-align: left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}
	
#sp-results .resultCat {
	position: relative;
	color: #f6f6f6;
	background: #919191;
	width: 308px;
	height: 10px;
	margin: 0;
	padding-bottom: 12px;
	width: 302px;
	font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	border: 1px none #fb6bff;
}
	

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

ul.sp-results li:hover {
	background-color:#FFF;
}
	
ul.sp-results li.viewall {
	width: 308px;
	height: 18px;
	padding-top:12px;
	text-align: right;
	color: #000;
	background: #919191;
	/*background: url(img/shortcuts_bg_foot_grey.png) no-repeat left bottom;*/
	border-style: none;
}

ul.sp-results li.viewall a {
	color: #fff;
	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: #b7b7b7 none repeat-x;
	color: #fff;
	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: 68px; width: 240px; 
}
	
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: 308px;
	height: 10px;
	background: #919191;
	/*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;*/
}

