/*
==========================================================================
-- Live search (Global)
========================================================================== 
*/

/* ---------- Top Search Bar ---------- */


#header
{
	z-index: 50;
}

#header #top-search {
	padding: 0;
	display: inline;
	position: absolute;
	*bottom: 2px;
	bottom: 0px;
	right: 10px;
	z-index: 10;
	margin: 0 0 0 0;	/* fixes insurance page */
}
#header #top-search * {
	vertical-align: middle;
}
#header #top-search #login {
	display: inline;
	vertical-align: middle;
}
#header #top-search #login * {
	vertical-align: middle;
}
#header #top-search form {
	margin: 0;
	padding: 0;
	display: inline;
}
#header #top-search #lock {
	margin-right: 1px;
}
#header #top-search a {
	color: #267bb1;
	font-weight: bold;
}
#header #top-search #searchbox {
	margin: 0 5px 0 12px;
	color: #526066;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	border: 1px solid #9aa8ac;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 20px;
}

#header #top-search #clear-livesearch {
	position: absolute;
	left: 366px;
	top: 4px;
	z-index: 999;
}

/* ---------- Live Search Results ---------- */

#search-wrap {
    margin: 0;
    padding: 0;
	background-color: transparent;
	background-image: url('/search/images/search-results-right.png');
	background-position: top right;
	background-repeat: repeat-y;
	z-index: 999;
}

#search-results {
	margin: 0 0px;	/* Fixes a few other pages */
	position: absolute;
	top: 75px;
	width: 23.8em;
	height: auto;
	border: .1em solid #C4C8CA;
	overflow: hidden;
	background-color: #FFF;
	font-size: 10px;
	z-index: 1000;
}
/*
#search-results {
	position: absolute;
	top: 75px;
	left: 640px;
	width: 23.8em;
	height: auto;
	border: .1em solid #C4C8CA;
	overflow: hidden;
	background-color: #FFF;
	font-size: 10px;
	z-index: 1000;	
}*/


#search-results ul li { 
	clear: both; 
	margin-bottom: .5em;
}

#search-results ul li:after {
	clear: both;
	content: "";
	display: block;
}

#search-results ul li h3 {
	padding-left: 5px;
	background-color: #C2C8C9;
	background-image: url('/search/images/search-category-gradient.gif');
	background-repeat: repeat-x;
	line-height: 26px;
	font-size: 1.2em;
	font-weight: bold;	
}

#search-results ul li ul {
	margin-top: .5em;
}
		
#search-results ul li ul li {
	padding: .5em 0;
}
	
#search-results ul li ul li h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 7em;
	margin-right: 2em;
}

#search-results ul li ul li p {
	font-size: 1.1em;
	margin-left: 7em;
	margin-right: 2em;
}

#search-results ul li ul li p a {
	/* Match base text color */
	color: #293033;
}

#search-results ul li ul li img {
	margin-left: .5em;
	float: left;
}
		
#search-results #view-all-results {
	clear: both;
	margin: 1em;
	font-size: 1.2em;
	font-weight: bold;
	background-color: transparent;
	background-image: url('/search/images/icon-arrow.gif');
	background-position: 11.5em 0.2em;
	background-repeat: no-repeat;
}

/*
==========================================================================
-- Live search (DFS Only)
========================================================================== 
*/

/* ---------- Top Search Bar ---------- */

.navStretch form {
	position: relative;
	top: 6px;
	/*left: 10px;*/
}

.navStretch #go-button {
	position: relative;
	top: 5px;
}

.navStretch #searchbox {
	width: 65px;
	padding-right: 20px;
}

.navStretch #clear-livesearch.hide,
#search-results.dfs.hide {
	position: absolute;
	left: -9999em;
	height: 1px;
	overflow: hidden;
}

.navStretch #clear-livesearch {
	position: absolute;
	left: 75px;
	top: 8px;
	z-index: 999;
}

* html .navStretch #clear-livesearch,
*:first-child+html #clear-livesearch {
	left: 73px;
	top: 6px;
}

#search-results.dfs img {
	display: none;
}

#search-results.dfs h4 {
	margin-left: 1em;
}

/* ---------- Search Results ---------- */

#search-results.dfs {
	top: 43px;
	left: 738px;
}

#search-results.dfs ul li ul li {
	padding: 0;
}

#search-results.dfs ul {
	margin-top: 0;
}

#search-results.dfs .category {
	margin-top: 0;
}

#search-results.dfs ul li ul li p {
	margin-left: 1em;
}

#search-results.dfs a {
	/* Match base text color */
	color: #267BB1;
}

#search-results.dfs a:hover {
	text-decoration: underline;
}

/*
==========================================================================
-- IE Fixes
========================================================================== 
*/

/* ---------- IE 7 ----------- */

*:first-child+html .navStretch #go-button {
	left: -15px;
}

/* ---------- Fix some CSS anomalies between pages -------------- */
#search-results p{
	margin-bottom:0px;
	line-height:normal;
}

#search-results h1, #search-results h2, #search-results h3, #search-results h4
{
	line-height:normal;
}

/* ---------- IE 6 ---------- */

* html #search-results ul li {
	zoom: 1;
	width: 100%;
}

#search-results ul li { 
	clear: none; 
}
