
.bTabs .nav-tabs > li > a, .bTabs .nav-pills > li > a {
	padding: 10px 20px;
	
	margin-right: 10px;
	margin-bottom: 10px;
	
	line-height: 14px;
	font-family: 'interstateregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 13px;
	color: #008348;
	text-shadow: none; 
	background: none;
	border: #CCCCCC solid 1px;
	
	-webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.bTabs .tabs-left > .nav-tabs {
    width: 400px;
    margin: 0px;
    padding: 0px;
}

.bTabs .tabs-left > .tab-content {
	border-width: 1px;
	
	-webkit-border-radius: 0px 6px 6px 6px;
     -moz-border-radius: 0px 6px 6px 6px;
          border-radius: 0px 6px 6px 6px;
}
.bTabs .tabs-left > .nav-tabs {
	border-right-width: 0px;
}
.bTabs .tab-content {
    background: #e7f3cd;
    color: #545d5d;
   
}
.bTabs .tab-content p{
  text-align: justify;
}
.bTabs .tabbable-bordered > .tab-content {
	
	-webkit-border-radius: 0px 6px 6px 6px;
     -moz-border-radius: 0px 6px 6px 6px;
          border-radius: 0px 6px 6px 6px;
}

.bTabs .tabbable {
	margin-right: 100px;
}
.tabbable .nav-tabs li,
.tabbable .nav-tabs li a {
	position: relative;
}
.tabbable .nav-tabs li img.imgLogo{
	position: absolute; right: 20px; top:20px;
}


.bTabs .tabs-left > .nav-tabs > .active > a, 
.bTabs .tabs-left > .nav-tabs > .active > a:hover {
    background: #e7f3cd;
    color: #008348;
    margin-right: -1px;
    border-left-width: 0px;
    border-bottom-width: 2px;
    
    -webkit-border-radius: 6px 0px 0px 6px;
     -moz-border-radius: 6px 0px 0px 6px;
          border-radius: 6px 0px 0px 6px;
}




