.sortLeft 
{
	width: 317px;
}

.sortRight 
{
	width: 317px;
}

.sortLeft UL 
{
	padding-right: 0px; 
	padding-left: 0px; 
	/*min-height: 300px; */
	padding-bottom: 10px; 
	margin: 0px; 
	padding-top: 0px; 
	list-style-type: none; 
	height: auto! important;
}

.sortRight UL 
{
	padding-right: 0px; 
	padding-left: 0px; 
	/*min-height: 300px;*/
	padding-bottom: 10px; 
	MARGIN: 0px; 
	padding-top: 0px; 
	list-style-type: none; 
	height: auto! important;
}

.sortSelect 
{
	border-right: black 1px dashed; 
	border-top: black 1px dashed; 
	border-left: black 1px dashed; 
	border-bottom: black 1px dashed;
}

.Col1CateBox 
{
	clear: both; 
	padding-right: 4px; 
	/*height: 320px;*/
}

.Col1Cate 
{	
}

.Col1CateRaw 
{
	clear: both;
}

.Col1CateTitle 
{
	/*background: url(../../Images/catBg.jpg) repeat-x 50% top; */
	cursor: move; 
	/*line-height: 27px;*/ 
	/*height: 27px;*/
}

.Col1CateTitle a 
{
	display: block;	
	padding-left: 10px; 
	font-weight: bold; 
	font-size: 15px; 
	/*background: url(../../Images/catLeft.jpg) no-repeat left top; */
	float: left; 
	color: #000; 
	/*line-height: 27px;*/
	/*height: 27px;*/
}

/*--BEGIN: JQuery Drag And Drop Style */
.ui-sortable
{
}

.ui-sortable-disabled
{
}

.ui-sortable-helper
{
}

.ui-sortable-placeholder 
{
	border-right: black 1px dashed; 
	border-top: black 1px dashed; 
	visibility: visible! important; 
	border-left: black 1px dashed; 
	border-bottom: black 1px dashed; 
	height: 300px! important;
}

.ui-sortable-placeholder  
{
	visibility: hidden
}
/*--END: JQuery Drag And Drop Style */