
div.api_block{
	margin: 0 0 0 0px;
	font-size:1.2em;
}

div .block_title{


}




div.func_block {
	margin: 0 0 0 0px;
}


div.func_item {
	border-radius: 3px;
	width: 870px;
}

/*
div.func_title {
	font-size:14px;
	color: #757575;
	display: inline-block;
	font-weight: bold;
	margin: 0 0 0 5px;
}
*/

div.func_hr {
	width: 860px; 
	height: 1px; 
	overflow: hidden; 
	background-color: #a2a2a2; 
	margin: 2px 0 5px 6px;
}

div.func_tbar {
	padding: 5px 7px 2px 7px;
	cursor: pointer;
	cursor: hand;	
}

div.func_mtag_bak {
	text-align: center;
	border-radius: 2px;
	padding: 4px 8px 3px 8px;
	margin: 0px 6px 0px 0px;
	background: #4a88ad;
	color: #fbfbfb;
	display: inline-block;
	float: left;
}

div.func_mtag {
	float: left;
	width:70px;
}

div.func_mtag span.tag {
    text-align: center;
    border-radius: 2px;
	  padding: 4px 6px 3px 6px;
    background: #4a88ad;
    color: #fbfbfb;
    display: inline-block;
}

div.func_uri {
	overflow: hidden; 
	font-family: monospace;
	font-size:14px;
	color: #757575;	
	font-weight: bold;
	display: inline-block;	
	line-height:22px;
	float: left;	
}

div.func_more {
	min-height:80px;
	background: #cee2ef;
	margin: 0px 7px 5px 7px;
	border-radius: 2px;	
	display: none;
}

div.func_title {
	overflow: hidden; 
	font-family: monospace;
	font-size:14px;
	color: #36a52f;	
	font-weight: bold;
	display: inline-block;	
	line-height:22px;
	margin: 0 12px 0 0;
	float: right;		
}

div.func_icon {
	background-image:url("/media/img/sys/icon/plus.png?r=10");
	background-size: 10px auto;
	display: inline-block;
	width: 10px;
	height: 10px;
  margin: 6px 0 0 0;	
	float: right;		
}

div.func_param {
	width:120px;
	font-weight: bold;
	font-size:12px;
	color: #297b84;
	margin: 0 0 0 0;
	padding: 7px 7px 5px 7px;
	float:left
}

div.fp_desc {
	width:705px;
	font-size:12px;
	color: #3c3c3c;
	margin: 0 0 0 0;
	padding: 7px 7px 5px 7px;
	float:left
}

div.fp_tag {
	font-size:12px;
	color: #424242;
	display: inline-block;
	font-weight: bold;
	margin:2px 0 2px 0;
}

div.fp_note {
	margin:0 0 5px 5px;
	line-height: 16px;
}

