.etabs { margin: 0; padding: 0; }
.tab { 
	position: relative;
	top: 2px;
	float: left;
	padding: 0px 10px;
	margin: 0px 10px 0px 0px;
	height: 25px;
	line-height: 25px;
	list-style: none outside none;
	-moz-user-select: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
	font-size: 15px;
	font-family: Arial,Helvetica,Verdana,"微軟正黑體","新細明體",serif;
	color: #FFF;
	background-color: #CCC;
	font-weight: bold;
	background-image: url('../images/tabgry.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
.tab a { 
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-decoration: none;
}
.tab a:hover {  }
.tab.active { 
	background-color: #E61B14;
	border-bottom: 2px solid #E61B14;
	background-image: url('../images/tabred.gif');
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
}
.tab a.active { font-weight: bold; }
.tab-container{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%;
	clear: both;
}
.panel-container { 
	overflow: visible;
	background-color: #FFF;
	position: relative;
	clear: both;
	border-top: 2px solid #E61B14;
	padding: 10px 0px 0px 0px;
}
.tabpn .panel-container {  /*index tab*/
	overflow: hidden;	
	border-bottom: 2px solid #E61B14;
	height:193px;
	padding:0px;
}
