.etabs { 
margin: 0; 
padding: 0; 
}
/*
zoom:1; 
background: #eee; 
border: solid 1px #999; 
border-bottom: none; 
-moz-border-radius: 4px 4px 0 0; 
-webkit-border-radius: 4px 4px 0 0; */
.tab { 
display: inline-block; 
*display:inline; 
}
.tab img {
	height:55px;
	width:40px;
}
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
/*
*/
.tab a:hover { 
text-decoration: underline; 
}
/*
background: #fff; 
padding-top: 6px; 
position: relative; 
top: 1px; 
border-color: #666; */
.tab.active { 

}
.tab a.active { 
font-weight: bold; 
}
/*
background: #fff; 
border: solid #666 1px; 
padding: 10px; 
-moz-border-radius: 0 4px 4px 4px; 
-webkit-border-radius: 0 4px 4px 4px; */
.tab-container .panel-container { 

}