/* CSS Document */
#main section .tabgroup {  }
/* root element for tabs  */
#main section ul.tabs, #main section ul.tabs1 { 
	list-style:none; 
	margin:0 !important; 
	padding:0;		
	height:auto;
}

/* single tab */
#main section ul.tabs li, #main section ul.tabs1 li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
#main section ul.tabs li, #main section ul.tabs1 li { 
/*	background:url(../../bd/_assets/tab_bkg.png) no-repeat top left #5b5b5b;*/
    background:url(../../bd/_assets/tab_bkg.png) no-repeat top left #e7e7e7;
	font-size:28px;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	display:block;
	height: auto;  
	line-height:1em;
	width: 244px;
	text-align:left;	
	text-decoration:none;
	color:#BB1F31;
	padding: 20px 10px 11px 20px;
	margin: 0 0 30px 0;	
	position:relative;
    text-decoration: none!important;
}
#main section ul.tabs li a, #main section ul.tabs1 li a {
	color: #BB1F31;
}
#main section ul.tabs1 li a:hover {
	color: #EE5933;	
        text-decoration: none!important;
}
	
#main section ul.tabs a span.med, #main section ul.tabs li span.med, #main section ul.tabs1 a span.med, #main section ul.tabs1 li span.med { 
font-size: 22px!important; 
line-height: inherit; 
font-family: 'Oswald', sans-serif;
font-weight: 600;
}


#main section ul.tabs a span.small, #main section ul.tabs li span.small, #main section ul.tabs1 a span.small, #main section ul.tabs1 li span.small { font-size: 18px; line-height: .8em; }

#main section ul.tabs a span.smaller, #main section ul.tabs li span.smaller, #main section ul.tabs1 a span.smaller, #main section ul.tabs1 li span.smaller  { 
font-size: 14px; 
color: #000000; 
line-height: 1.5; 
font-weight: 400; 
padding-right: 20px;
display: block;
margin-top: 10px;
 text-decoration: none!important;
}

#main section ul.tabs1 a span.smaller:hover, 
#main section ul.tabs1 li span.smaller:hover {
text-decoration: none!important;
}


#main section ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
#main section ul.tabs a:hover {	
	color:#EE5933;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
#main section ul.tabs a.current, #main section ul.tabs a.current:hover, #main section ul.tabs li.current a {
	background:url(../../bd/_assets/tab_bkg_current.png) no-repeat top left #5b5b5b;
	cursor:default !important; 
	color:#a81c2c !important;
}
#main section ul.tabs a.current span.smaller { color: #fff; }

#main section .panes div {
	display:none;		
	padding:15px 24px 30px 24px;
	border-top:0;
	height:auto;
	font-size:14px;
	background-color:#fff;
	margin: 0 20px 0 0;
}

/* initially all panes are hidden */ 
#main section .panes .pane {
	display:none;		
}
