@charset "utf-8";
/* ==========================================================================
 Compare Products Tabbed Pages (public)
 ========================================================================== */

.tabs_container {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	min-height: 10rem;
	overflow: hidden;
	margin-top: 2rem;
}

.tabs_container[data-page-type="edit"] { margin-bottom: 15px; }


.tabs_top {
	position: relative;
	float: left;
	width: 100%;
	z-index: 10;
	border-bottom: 6px solid #007dc4;
	font-size: 12px;
}

.tabs_top span {
	float: left;
	padding: .4rem 2rem;
	background: #a5afb6;
	color: #fff;
	margin-right: .4rem;
}

.tabs_top span:hover, 
.tabs_top span.active {
	cursor: pointer;
	background: #007dc4;
}


.tabs_bottom {
	float: left;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

.tabs_bottom.noscroll { overflow-y: hidden; }

.tabs_bottom .content {
	display: none;
	overflow: hidden;
	position: relative;
}
.tabs_bottom .content.active { display: block; }


.tabs_empty {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 2rem;
	margin-top: -1.5rem;
	text-align: center;
	line-height: 2rem;
	font-size: 1.6rem;
	font-style: italic;
}