@charset "utf-8";
/* 額外加入 */
.list .move_item { cursor:move}
.list .db_left{ text-align:left;}
.list .db_right{ text-align:right;} 
.list .width_full{ width:95%}
#Custom_form div:not(.divider),#Custom_form p:not(.divider){ border:1px solid #FFF; padding:5px;}
#Custom_form div:not(.divider):hover,#Custom_form p:not(.divider):hover{ border:1px solid #B0D1F2;}
.pageFormContent label { width:60px;}
.button img{
	margin-right:5px;
	margin-bottom:4px;
}
.check_tree ,.check_tree ul{
	background-image:url(themes/default/images/tree/tree_line.png);
	background-repeat:repeat-y;
}
.line_note{
	display:block;
	border:1px solid #CCC;
	border-top:none;
	padding:10px;
}
.line_note h4 a{
	color:#5568F0;
}
li.folder,li.file{
	cursor:pointer;
	padding-left:20px;
}
/*說明區域*/
.note{
	vertical-align:-2px;
	cursor:pointer;
}
#note_area{
	position:absolute;
	opacity:0.9;
	display:none;
	max-width:400px;
	z-index:9999;
	text-align: justify;
	text-justify:inter-ideograph;
	line-height: 130%;
	letter-spacing:2px;
	text-align:left;
	padding:5px;
	background-color:#fff;
	border:3px solid #b3b3b3;
	color:#333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
li.file{
	height:22px;
	background-image:url(themes/default/images/tree/tree.png);
	background-position: 0px -449px;
	background-repeat:no-repeat;
	overflow:hidden;
}
li.file:hover,li.folder span:hover{
	background-color:#E6F2FF;	
}
.c_text{
	border:1px solid #999;
	width:90%;
	padding:2px;
	margin:15px 0;
	cursor:text;
	background-color:#FFF;
}
.c_text p{
	float:none;
	height:auto;
	width:auto;
}
/**/
img{
	vertical-align:middle;
}
/*刪除圖片*/
.del_picture{
	cursor: pointer;
}
/*說明*/
.show_note{
	color:#5CAFD8;
}
.image_area,.mod_area{
	width:120px;
	height:140px;
	text-align:center;padding:10px;
	border:1px solid #999;
	margin:5px;
	float:left;
}
.text_area{
	display:block;
	margin:5px; 
	border:1px solid #999; 
	width:120px;
	float:left; 
	padding:5px;
}
.mod_area{
	width:240px;
	height:200px;
	text-align:center;padding:10px;
	border:1px solid #999;
	margin:5px;
	float:left;
}
.image_area span,.mod_area span{
	color:#666;
	text-align:left;
	display:block;
	padding-bottom:5px;
}