﻿/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.silverd_tabs_block_list ul {
	padding: 0px;
	margin: 0px !important;
}

.silverd_tabs_block_list ul li {
	list-style: none;
	display: inline-block;
	zoom: 1;
	padding: 10px 15px;
	cursor: pointer;
	font-weight: 600;
	position: relative;
}

.silverd_tabs_block_list ul li + li {
	border-left: 0px;
}

.silverd_tabs_block_list ul li:hover:after {
	content: ' ';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
	background: #ffbfbf;
}

.silverd_tabs_block:not(.active) ul li:first-child:after, .silverd_tabs_block_list ul li.active:after {
	content: ' ';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
	background: #ff6666;
}

.silverd_tabs_block_content {
	padding: 20px;
}

.silverd_tabs_block_content .silverd_tabsection_block {
	display: none;
}

.silverd_tabs_block:not(.active) .silverd_tabs_block_content .silverd_tabsection_block:first-child, .silverd_tabs_block.active .silverd_tabs_block_content .silverd_tabsection_block.active {
	display: block;
}
