/* tabs */
nav.fspsearch_tabs {
	position: relative;
	z-index: 1;
	white-space: nowrap;
	margin-bottom: 2px;
}

nav.fspsearch_tabs a {
	position: relative;
	display: inline-block;
	padding: 1.5em 1.5em 1em;
	color: inherit;
	text-decoration: none;
	margin: 0 -7px;
} 

nav.fspsearch_tabs a::before {
	border: .1em solid #e9e9e9;
}

nav.fspsearch_tabs a::before {
	content: ''; /* To generate the box */
	position: absolute;
	top: 0; right: 0; bottom: .5em; left: 0;
	z-index: -1;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	background: #ddd;
	box-shadow: 0 2px hsla(0,0%,100%,.5) inset;
	transform: perspective(5px) rotateX(2deg);
	transform-origin: bottom;
}

nav.fspsearch_tabs.left a {
	padding: 1.5em 2em 1em 1em;
}

nav.fspsearch_tabs.left a::before {
	transform-origin: bottom left;
}

nav.fspsearch_tabs.right a {
	padding: 1.5em 1em 1em 2em;
}

nav.fspsearch_tabs.right a::before {
	transform-origin: bottom right;
}

nav.fspsearch_tabs a.selected {
	z-index: 2;
}

nav.fspsearch_tabs a.selected::before {
	margin-bottom: -1px;
	border-top-width: 1px;
}

nav.fspsearch_tabs a.selected::before {
	background: #eee;
}

.fsp_search_result, .web_search_result {
	border: .1em solid #e9e9e9;
	display: block;
	margin: -8px 0 30px -15px;
	padding: 1em;
	border-radius: 3px;		
}

.fsp_search_result, .fspsearch_tab_options { display: none; }	

.fspsearch_tab_options { background-color: #fff; padding: 10px 0px 10px 10px; margin: -10px 40px 10px -7px; }

nav.fspsearch_tab_options_nav a.selected::before {
	background: #fff;
}

/* search results */
.fspsearch_productlogo img {
	width: 90px;
	height: auto;
	float: left;

	display:  inline-block;
	margin-top: 15px;
	margin-right: 15px;
}

.fspsearch_productlogo { padding: 5px;  }

.fspsearch_product { clear: both; margin-bottom: 20px; }

.fspsearch_producttitle { font-size: 12pt; font-weight: bold; }

.fspsearch_readmore {
	clear: both;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: right;
	padding: 5px;
	font-size: 8pt;
}