/* BSide tabs */
.tabs {
	list-style: none;
	height: 69px;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 1em 0;
}

.page_tabs {
	list-style: none;
	height: 81px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: -20px;
	border-bottom: none;

}

.tabs li, .page_tabs li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 81px;
        width: 256px;
	line-height: /*32px*/ 81px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	position: relative;
	background: #eaeaea url('../_image/tab-bg.png') repeat-x;
	margin-right: .15px;
	margin-bottom: -1px; 
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
        text-align: center;
}

.page_tabs li.active a {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;


}

.tabs li a, .page_tabs li a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 0px 20px;
	outline: none;
        height: 100%;
        text-align: center;
}
.tabs li a:hover, .page_tabs li a:hover {
	color: /*#3DC0E0*/#FFFFFF;
	background: /*rgba(116,210,20,0.9)*/ #73D213;
	background: rgba(116,210,20,0.9);
}

.tabs li.active, .tabs li.active a, .tabs li.active a:hover, .page_tabs li.active, .page_tabs li.active a, .page_tabs li.active a:hover  {
	color: #333333;
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
 
}

.tab_container {
	border: 1px solid #e0e0e0;
	border-top: none;
	overflow: hidden;
	margin-bottom: 20px;
	background: #ffffff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tab_content {
	margin: 19px;/* 20 - border */
        -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 38em) {
	.tabs li, .page_tabs li{
		/*width: auto;*/
/*height: auto;*/
        
	}
	.tabs a:before {
		margin-right: 0;

	}
}
