.menu {
	padding-top: 50px;
	color: #5788aa;
}

.menu li {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e6e6e6;
}

.menu li .title {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.menu li .item {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	line-height: 25px
}

.menu li div a {
	color: #074c86;
	line-height: 25px;
}

.menu li div a:hover {
	color: #38a3fd;
	text-decoration: none;
}

#now {
	color: #38a3fd;
	text-decoration: none;
}

.content {
	float: left;
	margin-left: 20px;
	border-left: 1px solid #e6e6e6;
	padding-left: 20px;
	padding-top: 60px;
	width: 709px;
	font-size: 14px;
}

.content div {
	display: block
}

.content a {
	color: #5788aa
}

.content .title {
	color: #333333;
	font-size: 200%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2
}

.content .step_title {
	line-height: 40px;
	font-weight: bold;
	background: #f1f8fa;
	margin-top: 20px
}

.content p {
	line-height: 30px;
	padding: 5px 0 0 10px
}

.content img {
	border: 1px solid #CCCCCC;
	/*width: 685px;*/
}

.content .step_list {
	margin-left: 16px;
}

.content .step_list ul {
	list-style-type: disc;
	line-height: 25px;
	margin: 10px;
}

.content .step_list ol {
	list-style-type: decimal;
	line-height: 25px;
	margin: 10px;
}

.content .step_code {
	border: 1px solid #CCCCCC;
	color: #666666;
	margin: 10px;
	padding: 10px;
	width: 665px;
}

.content pre {
    color: #666666;
    font-family: Arial;
    line-height: 18px;
}

table {
	margin: 10px;
	width: 685px;
	color: #666666;
}

table tr td {
	line-height: 25px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}


/*json数据验证*/
#input_area{}
#check_btn{
margin: 10px 10px 10px 0;
}
#check_result{
margin-left: 5px;
}
#topic_data #topic_table{
margin-left: 0;
width: 655px;
}
#cmt_data{
margin-left: 5px;
}
#cmt_data_info{
margin-bottom: 10px;
}
#cmt_table{
width:655px;
margin-left: 0;
}
#cmt_data_page{
margin-left: 5px;
}
#cmt_data_page #cur_cmt{
margin-left: 5px;
margin-right:5px;
}

/*正则表达式验证*/
#title_content{
margin-left: 45px;
}
.input_xlarge{
	width:400px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    width: 400px;
}
#url_content{
margin-left:53px;
}
#title_check_btn,#url_check_btn{}
#title_check_result,#url_check_result{
	margin-bottom: 10px;
    margin-top: 10px;
}




