.docs a{
	font-family: cambria;
}

.docs .navgiation{
	width: 180px;
	padding-left: 14px;
	float: left;
}
.docs .navgiation .title{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	opacity: 0.7;
	margin-bottom: 30px;
}
.docs .navgiation .item{
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	color: #333;
}
.docs .navgiation .item.active{
	color: #279182;
}
.docs .navgiation .item:hover{
	color: #0f5a50;
	cursor: pointer;
}

.docs .doc{
	float: left;
	display: inline-block;
	width: 700px;
}
.docs .doc a{
	color: #279182;
}
.docs .doc a:hover{
	color: #0f5a50;
	cursor: pointer;
}
.docs .bodyTitle{
	font-size: 22px;
	opacity: 0.6;
}
.docs .bodySubTitle{
	color: #333;
}
.docs .bodySubTitle, .docs .bodySubTitle a{
	font-size: 16px;
	line-height: 24px;
	max-width: 600px;
}
.docs .sectionTitle{
	margin-top: 50px;
	font-size: 18px;
	margin-bottom: 20px;
	opacity: 0.6;
}
.docs .section{
	margin-bottom: 70px;
}
.docs .textTitle{
	font-size: 16px;
	margin-bottom: 5px;
	color: #c16464;
	font-weight: 500;
}
.docs .text{
	font-size: 14px;
	line-height: 20px;
	opacity: 0.6;
	margin-bottom: 30px;
	max-width: 600px;
}