@charset "utf-8";
/* CSS Document */
.etabs { margin: 0; padding: 0; }
    .tab {
	display: inline-block;
	zoom:1;
*display:inline; 	background: #cccccc;
	border: solid 1px #948b54;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
    .tab a { font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; text-decoration:none; color:#000;font-weight:bold;}
    .tab a:hover { text-decoration: underline; }
    .tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #939292; }
    .tab a.active { font-weight: bold; }
    .tab-container1 .panel-container {
	background: #fff;
	border: 1px solid #948b54;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}
    .panel-container { margin-bottom: 10px; }
#tab-container
	{
	width:940px;
	margin:0px 10px;
	display:none;
	}
#tab-container1
	{
	width:550px;
	margin:0px 10px;
	height: auto;
	
}
	
	
