.etabs { margin: 0; padding: 0; }

.tab { 
	display: inline-block; 
	/*background: #eee; */
	color:#959595;
	border: solid 1px #d7d7d7; 
	border-bottom: none; 
	/*-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0;*/ 
}

.tab a { 
	font-size: 14px; 
	line-height: 2em; 
	display: block; 
	padding: 0 10px; 
	outline: none; 
}

.tab a:hover { 
	text-decoration: none; 
	color: #666;
}

.tab.active { 
	background: #fff; 
	padding-top: 1px;
	position: relative; 
	top: 1px;
	border-color: #666; 
	z-index: 90;
}

.tab a.active { font-weight: bold; }

.tab-container {
	text-align: left;
	margin: 10px;
}

.tab-container > div {
	border: 1px solid #666;
}

.tab-container .panel-container { 
	background: #fff; 
	border: solid #666 1px; 
	padding: 10px; 
	-moz-border-radius: 0 4px 4px 4px; 
	-webkit-border-radius: 0 4px 4px 4px; 
}
