.dragdrop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 25px;
	font-size:12px;
}
.dragdrop li {
	float:left;
	list-style-type: none;
	margin: 1px;
	padding: 5px;
	width: 30px;
	font-size:8px;
	border: 1px solid #ccc/*{borderColorHeader}*/;
}
.sortable li {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	width: 755px;
	height: 150px;
}
#dropdiv {
	padding:3px;
	border: #000 0px solid;
	min-width: 25px;
	margin:0px;
	background: url(/images/with_pic.jpg);
	background-repeat: no-repeat;
}
#dropdiv ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	min-height: 10px;
}
#sortdiv {
	padding:5px;
	border: #000 0px solid;
	min-height: 50px;
	min-width: 50px;
	width: 600px;
	;
	margin:05px;
	verticle-align: top;
}
.ui-widget-header {
	border: 0px solid #ccc/*{borderColorHeader}*/;
	background: /*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header .drag {
	font-size:12px;
	border: red 1px solid;
	padding:0px;
	margin:1px;
	color:#000;
	background: url(/images/crate_sm.png);
	background-repeat: no-repeat;
}
.left {
	float:left;
}
.right {
	float:right;
}
