/**
 * �����б�
 */
.categoryselector {
	position: absolute;
	float:left;
	width:480px;
	/*height:220px;*/
	border: 0px solid #9abb59;
	background-color:#fff;
	/*margin-bottom:8px;*/	
	padding-left: 2px;
	margin: 0;
}

.categoryselector ul {
	margin: 0 0 0 -1px;
	padding:0;
	border:1px solid #ccc;
	float:left;
	width:178px;
	height:210px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.categoryselector li {
	list-style-type:none;
	width:auto;
	height:20px;
	margin:0 !important;	
	padding-left: 10px;
	line-height:20px;
	color:#444;
	text-indent:3px;
	cursor: pointer;
}

.categoryselector li.selected, .categoryselector li:hover {
	background-color:#9abb59;	
	color: #ffffff !important;
}

.categoryselector li.isparent {
	background-image:;
	background-position:99% 50%;
	background-repeat:no-repeat;
}

.categoryselector li.recentused {
	color:#170;
}

.categoryselector em {
	font-style: normal;
}

.categoryselector .act-cell {
	clear: both;
    overflow: hidden;
    padding: 5px 0;
}

.categoryselector .act-lnk {
	float: left;
	color: #0362a5;
	cursor: pointer;	
}

.categoryselector .close {		
	width: 15px;
    height: 15px;    
	display: block;
	float: right;
    margin-top: 4px;
	background:  repeat scroll 0 -212px rgba(0, 0, 0, 0);
	cursor: pointer;
}

.categorytitle{
	clear:both;
	width:778px;
	background-color:#fff;
}

.categorytitle ul{
	float:left;
}

.categorytitle li{
	margin:0 3px 0 0;
	float:left;
	border:1px solid #ccc;
	width:189px;
	color:#0063c8;
	font-weight:bold;
	border-bottom:0px;
	height:23px;
	line-height:23px;
}

/**
 * �ı���
 */
.lui_textarea {
	border: 2px solid #9ab26b;
	overflow: auto;
	resize: none;
}