.treefruit-site-search-options {
	margin-bottom: 18px;
	margin-top: 22px;
}
.treefruit-site-search-options .search-option {
	float: left;
	display: block;
	text-transform: uppercase;
	padding: 10px 12px;
	font-size: 16px;
	cursor: pointer;
}
.treefruit-site-search-options .search-option:hover {
	color: #981e32;
}
.treefruit-site-search-options .search-option span {
	display: block;
}
/*.treefruit-site-search-options .search-option.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
	margin: 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #981e32;
}*/
.treefruit-site-search-options .search-option.active span {
	border-bottom: 4px solid #981e32;
	color: #981e32;
	font-weight: bold;
}
.treefruit-site-search-sections .search-section {
	display: none;
	min-height: 800px;
}
.treefruit-site-search-sections .search-section.active {
	display: block;
}
.treefruit-site-search-options:after,
.ignite-display-promo-list-item:after {
	content: '';
	display: block;
	clear: both;
}
/*#search-header {
	padding: 1rem 0 2rem;
}
#search-header > .search-text {
	font-size: 1.3rem;
	padding-bottom: 1rem;
}
#search-header > .search-text strong {
	color: #981e33;
	}
#search-header label {
	font-size: 1.3rem;
	height: 40px;
	line-height: 40px;
}
#search-header input {
	font-size: 1.3rem;
	height: 40px;
	line-height: 40px;
	padding: 0;
	outline: 0;
	text-indent: 1rem;
	vertical-align: top
}
#search-header a {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: #981e33;
	height: 40px;
	line-height: 40px;
	padding: 0 1rem;
	vertical-align: top;
}

.search-section {
	border: 3px solid #697277;
	padding: 2rem 0 3rem 0;
}

.search-section .cs-results-content {
	min-height: 500px;
}

.search-section .loading-search {
	background: url(../images/loader.gif) no-repeat center center;
	background-size: 150px 150px;
}

#search-nav a {
	display: inline-block;
	color: #fff;
	padding: 0.5rem 1.5rem;
	vertical-align: bottom;
	background-image: url(../images/search-tabs.png);
	background-repeat: no-repeat;
	background-position: -400px center;
	border-right: 1px solid #666;
}

#search-nav a.activesearch {
	background-position: 0 center;
}

#search-nav a.activesearch .tooltip-icon {
	background: #999;
}

.search-result {
	overflow: auto;
	padding-bottom: 1.5rem;
	margin: 0 2rem;
}

.search-totals {
	padding: 0.5rem 0;
	margin: 0 2rem;
}
.search-result h2 {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}
.search-result .search-image {
	width: 4rem;
	height: 4rem;
	float: left;
}
.search-result .search-text {
	margin-left: 5rem;
}
.search-url {
	font-weight: bold;
	word-wrap: break-word;
}
#search-wtfrc .search-result .search-text {
	margin-left: 0;
}

.cs-advanced {
	margin: 0 2rem;
	padding-bottom: 2rem;
}

.cs-advanced ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cs-advanced li {
	margin: 0;
	padding: 0;
}
.cs-advanced a {
	display: block;
	text-decoration: none;
	color: #981e33;
	background:url(../images/droparrow.png) no-repeat right center;
}
.cs-advanced input {
	padding: 0.25rem 5%;
	margin: 0;
	width: 90%;
}
.cs-advanced li li input {
	display: none;
}
.cs-advanced label {
	display: block;
	padding: 0.25rem 0.5rem 0.25rem 25px;
	font-size: 0.85rem;
	border: 1px solid #ccc;
	background: url(../images/selectbg.png) no-repeat left center;
	cursor: pointer;
}
.cs-advanced li.cs-active-option label {
	background: url(../images/selectbg-active.png) no-repeat left center;
}
.cs-advanced > a {
	width: 100px;
	float: right;
	padding: 0.25rem 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #981e33;
	text-transform: uppercase;
	display: inline-block;
}
.cs-advanced > ul {
	margin: 0 100px 0 0;
}

.cs-advanced > ul > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 25%;
}

.cs-advanced li li {
	display: none;
}
.cs-advanced li li.cs-active-option {
	display: block;
}
.cs-advanced > ul > li > a {
	padding: 0.25rem 1rem;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.search-section .cs-more-results {
	display: inline-block;
	margin: 1rem 2rem 0 ;
	padding: 0.5rem 2rem;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background: #981e33;
}
/**
 * Tool Tip Plugin
**/
/*.tooltip-icon {
	display: inline-block;
	text-align: center;
	height: 15px;
	width: 15px;
	font-size: 10px;
	background: #666;
	color: #fff;
	line-height: 15px;
	border-radius: 7px;
	margin-left: 8px;
	position: relative;
}

.tooltip-icon:before {
	content: "i";
}

.tooltip-wrapper {
	position: absolute;
	bottom: 50%;
	width: 200px;
	padding: 1rem;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #555;
	font-size: 11px;
	text-align: left;
	z-index: 500;
}*/

