@charset "utf-8";
/* CSS Document */

.etabs {
	margin: 0;
	padding: 0;
}
.etabs li{ padding-left:0; background:none;}
.tab {
	display: inline-block;
	zoom:1;
*display:inline;
	background: #eee;
	
	border-bottom:none;
	
	height:21px;
	width:81px;
	margin-right:20px;
	
}
.tab a {
	line-height: 2em;
	display: block;
	
	outline: none;
	text-decoration: none;
	text-align:center;
	font-family: 'OpenSansBold'; font-size:15px; font-weight:normal;
	color:#9e9898;
}
.tab a:hover {
	text-decoration: none;
}

	
	
	
.tab a.active {
	position: relative;
	top: 1px;
	background:url(../images/active.png) no-repeat;
	color:#FFF;
	height:37px;
	
	
}
.tab-container .panel-container {
	
	background:url(../images/br.jpg) repeat-x;
	width:623px;
	margin-top:16px;
	padding-top:10px;
	
}
.border{ width:623px; height:1px; padding-bottom:5px; background:url(../images/br.jpg) repeat-x;}

.tab-container .panel-container img { margin-right:15px; margin-bottom:10px;}
.panel-container {
	margin-bottom: 10px;
	width:665px;
}
.

.tab-container{ margin-top:20px;}