#terms {
	background-color: white;
	padding-top: 30px;
	padding-bottom: 70px;
}

#terms .left {
	width: 350px;
	height: 576px;
	background-image:url("/static/img/page/terms/terms.png");
	background-repeat: no-repeat;
	background-position-x: 80px;
	display:inline-block;
	vertical-align: top;
}
#terms .right {
	width: 685px;
	display: inline-block;
	margin-left: 30px;
}

#terms .right .title {
	font-size: 24px;
	text-shadow: 1px 1px 1px #cccccc;
}

#terms .right .sep {
	margin: 25px 0px;
	height: 1px;
	background-color: #c3c3c3;	
}

#terms .right .content .section {
	margin-bottom: 25px;
}

#terms .right .content .section-title {
	font-size: 15px;
	font-weight: bold;
	color: black;
	margin-bottom: 18px;
}

#terms .right .content .section-content {
	font-size: 14px;
	color: #262626;
	margin-bottom: 15px;
	line-height: 160%;
}
#terms .right .content ol.section-content {
	list-style: decimal;
	padding-left: 22px;
}
#terms .right .content ol.section-content li {
	padding-left: 5px;
}
#terms .right .content ul.section-content {
	list-style: initial;
	padding-left: 22px;
}

#terms .right .content .section-content a {
	color: #0b80a6;
	text-decoration: none;
}
