.tabs {/*position:relative; left: 0; top: 0;*/margin: 0; padding: 0;  overflow:hidden } 

.tabs li {display:inline;  } 

.tabs a, .tabs a.tab-active {

	background:#AFB6BC;

	height: 30px;

	font-weight:bold; text-align: center;

	position:relative;

	padding: 5px;

	color:#2B4353;

	text-decoration:none;

	font-size:90%;

	display:inline-table;

	width:75px;

	margin-top: 3px;

	margin-right: 3px;

	margin-bottom: 0px;

	margin-left: 0px;

	border-left:1px solid #c6c5c1; border-top:1px solid #c6c5c1; border-right:1px solid #c6c5c1;

} 

.tabs a.tab-active {background:#f5f5f5;}

.tabs a:hover { background:#ba2e30; color:#fff;}

.tab-container {width:100%;} 

.tab-panes {} 

div.content {} 
