/*
*	Module - Breadcrumb/Search Smart Borrower - 05/17/2006
*/
.module-breadcrumbsearch-smartborrower{
	position: relative;
	margin-bottom: 4px;
	z-index; 1100;
}
.breadcrumb{
	background-color: #d2be89;
	display: block;
	padding-left: 5px;
}
/*Fat Erik's Breadcrumbs*/
.breadcrumblist
{
list-style: none;
padding: 5px 5px;
margin: 0;	background: transparent url(http://www.lendingtree.com/smartborrower/images/bg_breadcrumb-smartborrower.gif) top left repeat-y;
}
.breadcrumblist li
{
display: inline;
padding: 0;
margin: 0;	
font-family: arial, sans-serif;
}
.breadcrumblist li a:link{
	color: #333;
	font-size: 80%;
}
.breadcrumblist li a:visited{
	color: #603;
}
.breadcrumblist li a:hover, {
	color: #603;
	text-decoration: none;
}
.breadcrumblist li a:active{
	color: #603;
}
.breadcrumblist li:before { content: "> "; }
.breadcrumblist li:first-child:before { content: ""; }
/*IE workaround*/
/*All IE browsers*/
* html .breadcrumblist li
{
background-image: url(http://www.lendingtree.com/smartborrower/images/bg_gt.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0.5em 0 1em;
margin: 0 1em 0 -1em;
}
/*Win IE browsers - hide from Mac IE\*/
* html .breadcrumblist { height: 1%; }
* html .breadcrumblist li
{
display: block;
float: left;
}
/*End hide*/
/*Mac IE 5*/
* html .breadcrumblist li:first-child { background-image: none; }
/* End Fat Erik's Breadcrumbs */
.search{
	padding-top: 4px;
	_padding-top: 2px;
}
.search form{
	margin-right: 4.2em;
}
.search .btn-search{
	width: 8em;
	text-align: center;
	display: block;}
.search .btn-search a{
	background: #004e61;
	border: solid 1px #fff;
	display: block;
	font-family: verdana, sans-serif;
	padding: .5em .4em;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
}
/* Start layout */
.breadcrumb
	{
	float: left;
	width: 66%;
	}
.search
	{
	position: absolute;
	top: 0;
	right: 0px;
	}
/* Start Mac IE5 filter \*/
.breadcrumb, .search
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
.breadcrumb, .search
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
.breadcrumb:before, .search:before
	{
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/* End Mac IE5 filter */
.module-breadcrumbsearch-smartborrower
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
.module-breadcrumbsearch-smartborrower
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
.module-breadcrumbsearch-smartborrower:after
	{
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.module-breadcrumbsearch-smartborrower
	{
	display: inline-block;
	}
/*\*/
.module-breadcrumbsearch-smartborrower
	{
	display: block;
	}
/* end easy clearing */
/* End layout */
