/* Start of Extra CSS tags copied over from bootstrap.css to ensure nav,nav-tabs,nav-pills does not break with endeca preview  */
/* Added endeca-slot class to the bootstrap styles */

/* Copied from line 3955 - 3971 */
.nav > .endeca-slot > li > a {
  display: block;
}

.nav > .endeca-slot > li > a:hover,
.nav > .endeca-slot > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > .endeca-slot > li > a > img {
  max-width: none;
}

.nav > .endeca-slot > .pull-right {
  float: right;
}


/* Copied from line 4047 - 4058 */
.nav-tabs > .endeca-slot > li,
.nav-pills > .endeca-slot > li {
  float: left;
}

.nav-tabs > .endeca-slot > li > a,
.nav-pills > .endeca-slot > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}



/* Copied from line 4064 - 4108*/
.nav-tabs > .endeca-slot > li {
  margin-bottom: -1px;
}

.nav-tabs > .endeca-slot > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > .endeca-slot > li > a:hover,
.nav-tabs > .endeca-slot > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .endeca-slot > .active > a,
.nav-tabs > .endeca-slot > .active > a:hover,
.nav-tabs > .endeca-slot > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > .endeca-slot > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .endeca-slot > .active > a,
.nav-pills > .endeca-slot > .active > a:hover,
.nav-pills > .endeca-slot > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.findres > .endeca-slot > li {
	background-color:#bcb5a8;
	border-right:1px solid #bcb5a8 !important;
	margin-right:9px;
}

.findres > .endeca-slot > li > a {
	margin-right:0px;
	border:1px solid transparent;
	-webkit-border-radius:0px 0px 0 0;
	-moz-border-radius:0px 0px 0 0;
	border-radius:0px 0px 0 0;
	color:#ffffff;
	outline:none;
	font-size:10px;
	width:14.7em;
	padding:0.25em 0;
	text-align:center;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
}

.findres > .endeca-slot > li:first-child {
	border-right:1px solid #b49c8a;
}

.findres > .endeca-slot > .active > a,
.findres > .endeca-slot > .active > a:focus { 
	background-color:#df953f !important;
	border-color:#df953f transparent !important;
	color:#ffffff !important;
}

.findres > .endeca-slot > li > a:hover {
	background-color:#bcb5a8;
	border-color:#bcb5a8 transparent;
	color:#ffffff;
}

.ie10 .findres > .endeca-slot > li > a{
	margin-right:0px;
}
/* End of Extra CSS tags copied over from bootstrap.css to ensure nav,nav-tabs,nav-pills does not break with endeca preview  */