@charset "utf-8";
/* CSS Document */

.etabs {
	float: left;
	width: 20%;
	height: 500px;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
    .tab {
	display: block;
	zoom: 0;
	*display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 3px;
}
.lastItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	display: block;
}

h2 {
	margin: 0px;
	padding: 0px;
}
    .tab a {
	font-size: 12px;
	display: block;
	outline: none;
	color: #666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
    .tab a:hover {
	text-decoration: none;
	color: #F00;
	background-color: #F4F4F4;
	font-style: italic;
	font-weight: normal;
}
    .tab.active {
	position: relative;
	top: 1px;
	color: #F29200;
	background-color: #F4F4F4;
}
    .tab a.active {
	font-weight: bold;
	background-color: #F4F4F4;
	color: #F29200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#tabs{
	width: 100%;
}
    .panel-container {
	background: #fff;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 75%;
}
