/* Example Styles for Demo */
.etabs {}
	.tab {
		display: inline-block;
		zoom:1;
		*display:inline;
		background: #999;
		border: solid 1px #999;
		border-bottom: none;
		-moz-border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0
	}
		.tab a {
			font-size: 14px;
			height: 40px;
			line-height: 40px;
			display: block;
			padding: 0 20px;
			outline: none;
			color: #fff
		}
		.tab a:hover {text-decoration: underline}
		.tab.active {
			background: #fff;
			padding-top: 8px;
			position: relative;
			top: 3px;
			border-color: #666
		}
		.tab a.active {
			font-size: 20px;
			font-weight: bold;
			color: #dc1921
		}
		
		.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
		}
		.panel-container {margin-bottom: 10px}
			.panel-container div {
				padding: 10px 0;
				font-size: 14px;
				line-height: 144%
			}
