/* GLOBAL SEARCH */
#globalsearch {
	background:transparent url(../images/nav/shortcuts_bg_mid_grey.png) repeat-y scroll 0pt;
	height:38px;
	position:absolute;
	left:463px;
	top:320px;
	width:328px;
	display: none;
	text-align: left;
}

#globalsearch .search-wrapper {
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 9px;
	position: relative;
	width: 300px;
	padding: 0px;
	height: 18px;
	padding-top: 2px;
}

#globalsearch input.g-prettysearch {
	height: 16px;
	width: 275px;
}

#globalsearch .search-wrapper input.g-prettysearch {
	border:0px none;
	font-family:"Lucida Grande",Geneva,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px;
	padding:3px 0 0;
}

/*
#globalsearch .search-wrapper.empty.blurred input {
	color:#7E7E7E;
}

#globalsearch.active {
	background-position:100% -38px;
}
*/

#globalsearch .search-wrapper .reset {
	background:transparent url(../images/nav/close.gif) no-repeat;
	cursor:pointer;
	display:block;
	height:11px;
	overflow:hidden;
	position:absolute;
	right:4px;
	top:4px;
	width:11px;
	z-index:1;
}

#globalsearch .search-wrapper input.g-prettysearch {
	position: absolute;
	width: 280px
	top: 0;
	left: 5px;
	border: 0px;
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", Geneva, Arial, sans-serif;
}

/*
#globalsearch .search-wrapper.empty .reset {
	display:none;
}
*/

/* SEARCH RESULTS */
#sp-results {
	position:absolute;
	/*margin-right:-2px;*/
	margin-bottom:0;
	margin-left:0;
	top:38px;
	left:0px;
	height:0;
	/*width: 328px;*/
}

#sp-results .inside {
	width:328px;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	line-height:1px;
	font-size:1px;
}

#sp-results .resultCat {
	position:relative;
	color:#F6F6F6;
	background:#919191;
	width:308px;
	height:8px;
	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 {
	background:transparent url(../images/nav/shortcuts_bg_mid_grey.png) repeat-y 0 0;
	color:#333333;
	padding:0pt 3px;
	margin:0;
	width:328px;
	text-align:left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	/*behavior: url(../js/iepngfix.htc);*/
}

ul.sp-results li {
	margin: 0;
	margin: 0 0 -3px 0;
	padding: 5px 10px 15px 10px;
	list-style-type:none;
	height:4.6em;/**/
	/*height:5.2em;*/
	/*position:relative;*/
	border-left:1px solid #919191;
	border-right:1px solid #919191;
	width:300px;
	clear: both;
}

ul.sp-results li.with_img {
	/*height:4.6em;*/
}

ul.sp-results li.viewall {
	width:302px;
	height:18px;
	text-align:right;
	color:#000000;
	background:#a7a7a7;
	border-style:none;
}

ul.sp-results li.viewall a {
	color:#FFFFFF;
	padding-right:23px;
	background:transparent url(../images/nav/shortcuts_arrow.gif) no-repeat scroll 99% 50%;
	behavior: url(../js/iepngfix.htc);
	padding-top:3px;
	padding-bottom:3px;
	font: bold 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

ul.sp-results li.finish {
	width:308px;
	height:20px;
	text-align:right;
	color:#000000;
	position:absolute;
	left:0px;
	background:transparent url(../images/nav/shortcuts_bg_foot_grey.png) no-repeat top left;
	border-style:none;
}

ul.sp-results li.hoverli {
	background:#b7b7b7 none repeat-x;
	color:#FFFFFF;
	cursor:pointer;
}

ul.sp-results li.hoverli h4 a {
	color:#FFFFFF;
}

ul.sp-results li.hoverli p {
	color:#F1F1F1;
}

ul.sp-results li span.text {
	display:block;
	position:absolute;
	left:68px;
	width:240px;
	/*border: 1px solid black;*/
}

ul.sp-results li span.only_text {
	display:block;
	/*position:absolute;*/
	/*left:10px;*/
	width:298px;
}

ul.sp-results li h4 {
	margin:0;
	font-size:11px;
	font-weight:bold;
}

ul.sp-results li p {
	margin:0pt;
	font-size:10px;
	overflow:hidden;
	height:2.7em;
	color:#555555;
}

ul.sp-results li a {
	color:#606060;
	text-decoration:none;
}

ul.sp-results li a:hover {
	text-decoration:none;
}

ul.sp-results li img, ul.sp-results li .replacementimg {
	float: left;
	/*position:absolute;*/
	/*left:10px;*/
	width:46px;
	/*height:46px;*/
	behavior: url(../js/iepngfix.htc);
}

ul.sp-results li h4 a {
	color:#191919;
	text-transform:uppercase;
}

ul.sp-results li.viewall.hover {
	background:transparent url(../images/nav/shortcuts_bg_foot_grey.png) no-repeat repeat bottom left;
}

#sp-search-spinner {
	position:absolute;
	top:13px;
	right:16px;
	z-index:10;
	display:none;
}

#sp-search-cancel img {
	cursor:pointer;
}

#sp-result-none.viewall {
	bottom: -27px;
}
#sp-result-none.viewall a {
	font-size:10px;
}