/** tabs.css **/

/* @group edit-tabs */

.tabs-primary,
.tabs-secondary {
	/*background-color: fuchsia;*/
	float: left;
	width: 48%;
	/*height: 25px;*/
	overflow: hidden;
	*zoom: 1;
	margin: 5px 5px 0 15px;
	padding: 4px 10px 0;
	list-style: none;
	white-space: nowrap;
	line-height: normal;
	font-size: 12px;
	text-transform: lowercase;
	border-bottom: 1px dotted #333333;
}

.tabs-primary__tab,
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
	float: left;
	margin: 0 5px;
}

.tabs-primary__tab,
.tabs-primary__tab.is-active {
	border: 1px dotted #333333;
	border-bottom: none;
}

.is-active.tabs-primary__tab {
	border-bottom-color: white;
}

a.tabs-primary__tab-link,
a.tabs-secondary__tab-link {
	display: block;
	background-color: orange;
	background: #f2f2f2;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
}

a.tabs-primary__tab-link,
a.tabs-primary__tab-link.is-active {
	color: #333333;
	text-align: center;
}

a.tabs-primary__tab-link:hover,
a.tabs-primary__tab-link:focus {
	background-color: limegreen;
	background: #999999;
}

a.tabs-primary__tab-link:active,
a.tabs-primary__tab-link.is-active {
	*zoom: 1;
	background-color: palevioletred;
	background: #CCCCCC;
}

/* @end */

/* @group action-links */

.action-links {
	float: left;
	width: 48%;
	/*height: 25px;*/
	margin: 0 10px 5px;
	padding: 10px 10px 0;
	list-style: none;
	white-space: nowrap;
	line-height: normal;
	font-size: 12px;
	text-transform: lowercase;
	border-bottom: 1px dotted #333333;
	/*background-color: orange;*/
}

.action-links li {
	display: block;
	float: right;
	margin: 0 5px;
	padding: 0;
	/*background: lavender;*/
	background: none;
	list-style-type: none;
	list-style-image: none;
}

.action-links a {
	display: block;
	margin: 0;
	padding: 2px 10px;
	border: 1px dotted #333333;
	border-bottom: none;
	text-decoration: none;
	color: #333333;
	/*background: transparent;*/
	background: #f2f2f2;
}

.action-links a:hover,
.action-links a:focus {
	/*background: transparent;*/
	background: #999999;
	color: #ffffff;
}

/* @end */
