.search-breadcrumbs-widget {
	height:56px;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.3);
}

.search-breadcrumbs-widget-home {
	width:76px;
	height:56px;
	display:block;
	float:left;
	background:#099ed6 url('../images/iai-logo.59x25.png') center no-repeat;
}

.search-breadcrumbs-widget-title {
	float:left;
	width:165px;
	height:56px;
	line-height:56px;
	font-size:36px;
	color:#555555;
	text-align:center;
	font-weight:bold;
	margin:0;
	letter-spacing:-2px;
	position:relative;
	margin-right:-6px;
}

.search-breadcrumbs-widget-title:after {
	content:"";
	display:block;
	position:absolute;
	top:0px;
	right:-22px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 28px 0 28px 28px;
	border-color: transparent transparent transparent #ffffff;
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #ffffff;
	z-index:2;
}

.search-breadcrumbs-widget-navigation-wrapper {
	width:665px;
	height:56px;
	float:left;
}

.search-breadcrumbs-widget-top-links,
.search-breadcrumbs-widget-breadcrumb-list {
	position:relative;
	margin-left:0px;
	list-style-type:none;
	display:block;
	height:28px;
	width:440px;
	float:left;
}

.search-breadcrumbs-widget-top-links > li,
.search-breadcrumbs-widget-breadcrumb-list > li {
	display:block;
	float:left;
	margin-top:0px;
	line-height:28px;
	height:28px;
}

.search-breadcrumbs-widget-top-links > li > a {
	font-size:15px;
	font-weight:bold;
	color:#414141;
	display:block;
	padding:0px 16px;
}

.search-breadcrumbs-widget-top-links > li.search-breadcrumbs-widget-section > a,
.search-breadcrumbs-widget-top-links > li.search-breadcrumbs-widget-current > a {
	background-color:#099ed6;
	color:#ffffff;
}

.search-breadcrumbs-widget-breadcrumb-list > li {
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #9e9e9e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#9e9e9e));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#9e9e9e 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#9e9e9e 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#9e9e9e 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#9e9e9e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#9e9e9e',GradientType=0 );
}

.search-breadcrumbs-widget-breadcrumb-list > li:first-child {
	padding-left:20px;
}


.search-breadcrumbs-widget-breadcrumb-list > li > a {
	display:block;
	height:28px;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	padding:0px 28px 0px 12px;
	background:url('../images/SearchBreadcrumbsWidget/white-arrow-right.18x28.png') center right no-repeat;
	max-width:180px;
}

.search-breadcrumbs-widget-breadcrumb-list > li.search-breadcrumbs-widget-breadcrumb-item-last > a {
	background:url('../images/SearchBreadcrumbsWidget/white-arrow-right-cap.18x28.png') center right no-repeat;	
}

.search-breadcrumbs-widget-navigation-top,
.search-breadcrumbs-widget-navigation-bottom {
	height:28px;
	overflow:hidden;
}

.search-breadcrumbs-widget-navigation-top {
	position:relative;
        background: #ffffff;
        background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
        background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
        background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%);
        background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%);
        background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

.search-breadcrumbs-widget-top-links > li:first-child a {
	padding-left:32px;
}

.search-breadcrumbs-widget-navigation-top:before {
	position:absolute;
	display:block;
	content:"";
	background:url('../images/diagonal-pattern.3x3.png') repeat;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.search-breadcrumbs-widget-follow {
	float:right;
}

.search-breadcrumbs-widget-search {
	float:right;
	margin-top:3px;
	margin-right:3px;
}
