#tab-widgets {    
} 
#tab-widgets .widgettitle { 
	font-size: 15px;
	font-weight: normal;
	line-height: 1.7;  
	border-bottom: 3px solid #111111;
	margin-top: 20px;
}

#tab-widgets .widgettitle a {
	display: inline-block;
	padding: 6px 10px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0);
	border-bottom-width: 0;
}
#tab-widgets .widgettitle a.first {
}
#tab-widgets .widgettitle a.last {
}
#tab-widgets .widgettitle a.selected { 
	color: #FFFFFF;
	background: #111111;
	outline: 0;  
	border-bottom-width 0;
	border-bottom-width: 0; 
}

#tab-widgets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab-widgets .tab-container {
	padding: 10px 0px;  
}
#tab-widgets .tab-container ul li { 
}

#tab-widgets .tab-container a {
}