.tabs {
	/* margin-top: 10px; */
	margin-bottom: 10px;
}

.tabs ul {
	margin-bottom: -1px;
	overflow: hidden;
}

.tabs li {
	list-style: none;
	margin: 0 4px;
	display: inline;
	
}

.tabs li a{	
	display: inline-block;
	width: 140px;
	padding: 5px;
	background: #ececec;
	font-size: 14px;
	text-align: center;
	border: 1px solid #d4d4d4;
	border-radius: 5px 5px 0 0;
}
 
.tabs li a:hover{	
	text-decoration: none;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #fff;
}


.tabs .active a{
	background: #fff;
	border-bottom: 1px solid #fff;
} 

.tab_content {
	border-top: 1px solid #d4d4d4;
}

.subtopics
{
	border-top: 1px solid #d4d4d4;
	margin: 0 0 0 10px;
	padding:15px 0;
}

.subtopic
{
	font-size: 14px;
	line-height:25px;
	padding-right:20px;
	color: #0193de;
	float: left;
}

.subtopic a {
	color: #333;
}

.subtopic a:hover {
	text-decoration: none;
	color: #0193de;
}

