.etabs {
	 margin: 0; 
	 padding: 0;
	 float:right;
	 border:0px solid blue;
}
.tab { 
	display: inline-block; 
	zoom:1; 
	background: #e9e7ee !important; 
	border: solid 0px #999; 
	border-bottom: none; 
	-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0; 
}
.tab a {
	width:195px;
	height:60px;
	font-family:'dinar',Tahoma;
	font-size: 18px; 
	line-height:55px; 
	display: block; 
	padding: 0 25px; 
	outline: none;
	color:#fff;
	background:#FF4A40;
}
.tab a:hover { 
}
.tab.active {
	 background: red;
	 top: 1px;
}
.tab a.active { 
	color:#FF4A40;
	background:#fff;
}
.tab-container .panel-container { 
	background: #ffffff; 
	border: solid #666 0px;
	-moz-border-radius: 0 4px 4px 4px; 
	-webkit-border-radius: 0 4px 4px 4px; 
	width:1000px; 
	height:auto;
	display:inline-block;
	text-align:right;
}
.panel-container {
	 margin-bottom: 10px; 
}
.second-tab-container .panel-container { 
	background: #cfced3; 
	border: solid #666 0px; 
	padding: 10px; 
	-moz-border-radius: 0 4px 4px 4px; 
	-webkit-border-radius: 0 4px 4px 4px; 
	width:670px; 
	height:auto;
	display:inline-block;
}