/*-------一个分类占一行的情况-----------*/
.one_row_tag_edit_list {
	width:100%; margin-bottom: 16px;
}

.one_row_tag_edit_list .tag_edit_table {
	width:99%;
}

.one_row_tag_edit_list .tag_edit_top_name {
	width:220px; float:left; height:46px; line-height:46px;
}

.one_row_tag_edit_list .tag_edit_expand_h_name {
	width:400px; float:left; line-height:27px; height:27px; cursor:pointer;
}

/*-------一个分类占一行的情况-----------*/

/*-------四个分类占一行的情况-----------*/
.four_in_one_row_tag_edit_list {
	width:312px; float:left;
}

.four_in_one_row_tag_edit_list .tag_edit_table {
	width:300px;
}

.four_in_one_row_tag_edit_list .tag_edit_top_name {
	width:120px; float:left; height:46px; line-height:46px;
}

.four_in_one_row_tag_edit_list .tag_edit_expand_h_name {
	width:100px; float:left; line-height:27px; height:27px; cursor:pointer;
}

/*-------四个分类占一行的情况-----------*/

/*-----------独立的style-------------*/
.tag_edit_top_btn1 > span, .tag_edit_top_btn2 > span {
	cursor:pointer; position:relative; top:10px;
}
.tag_header_container {
	height:230px; overflow-y:auto;
}
.tag_edit_expand_h {
	float:left; margin-right:12px; position:relative; top:2px;
}

.tpl_tag_container {
	margin:6px 0 6px 18px; height:27px; float:left; position:relative;
}
.tpl_tag_access {
	width:20px; position:absolute; top:2px; right:2px; display:none;
}
.tag_edit_top_btn1 {
	width:140px; float:right;
}
.tag_edit_top_btn2 {
	width:120px; float:right;
}
.tag_edit_add_new_tag {
	width:120px; float:right; text-align:right;
}
/*-----------独立的style-------------*/