.sortHomeCenter 
{
	width: 683px;
}

.sortHomeCenter 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;
}

.sortHomeTitle 
{
	/*background: url(../../Images/catBg.jpg) repeat-x 50% top; */
	cursor: move; 
	/*line-height: 27px;*/ 
	/*height: 27px;*/
}

.sortHomeTitle 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: 210px! important;
}

.ui-sortable-placeholder  
{
	visibility: hidden
}
/*--END: JQuery Drag And Drop Style */