<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

/*-------------------------------------------------
 商品分類設定
--------------------------------------------------*/
.subject {
	height:68px;
}
.subject h2 {
	float:left;	
}
.subject .btn_add {
	float:right;
	margin:20px 20px 0 10px;
	cursor:pointer;
}
.subject .btn_save {
	float:right;
	margin:20px 0 0 0;
	cursor:pointer;
}

ul.mw-nav {
	clear:both;	
}

.tree_gray_v {
	margin-left:35px;
}

input.input-mini {
	width:25px;	
}
	
	</pre></body></html>