.etabs { margin: 0; padding: 0; }
.tab, .tab-l { margin: 5px;display: block; background-color: #D8AA46; border: 1px solid #D8AA46;display: inline-block; zoom:1; *display:inline; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a, .tab-l a { color: #000;font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover{ text-decoration: underline; }
.tab.active { background: #fff; position: relative; top: 1px; border-color: #D8AA46; }
.tab a.active { font-weight: bold; }
.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; }

#tab-container h3{
		padding-top: 15px;
}

.tab-l a.active{
	font-weight: bold;
	color: #fff;
	background-color: #D8AA46;
}