/* Общие элементы */
.pixel-tabs {
	margin: 0;
	padding: 0;
}
.pixel-tabs li {
	display: inline-block;
	line-height: 30px;
	border: 1px solid #999;
	border-bottom: 0 none;
}
.pixel-tabs [aria-selected="false"] {
	/*border-bottom: 1px solid #999;*/
	background: #eee;
	height: 29px;
}
.pixel-tabs li a {
	display: block;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0px 24px;
	white-space: nowrap;
}
.pixel-tabs li a:focus {
	/*outline: thin dotted;*/
	outline-offset: -2px;
}
.pixel-tabs li a:hover {
	background: #fff;
}
/* Активно */
.pixel-tabs [aria-selected="true"] {
	background: #fff;
	border-bottom: 0 none;
}
/* Содержание */
.pixel-content-region {
	border: 1px solid #999;
	margin: -1px 0 0 0;
	padding: 10px;
	background-color: #fff;
}
.pixel-content-region [aria-hidden="true"] {
	display: none;
}