#list {
  width:550px;
  max-height:200px;
  overflow: auto;

}
,#list {
margin-left:25px;
}
ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 4px 4px 0 4px;
	margin: 0px;
	/*width: 10em;*/
	font-size: 13px;
	font-family: Arial, sans-serif;
}
ul.boxy li {
	cursor:move;
	margin-bottom: 4px;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background-color: #eee;
}

ul.boxier {
	text-align:center;
	list-style-type: none;
	padding: 4px 4px 4px 4px;
	margin: 2px;
	width: 6.4em;
	
}
ul.boxier li {
	float:left;
	text-align:center;
	margin-top: 4px;
	padding: 2px 2px;
	width:6em;
	border: 1px solid #c00;
	background-color: #eee;
	
}



#cat0 {
	
	left:2px;
	float:left;
	position: relative;
	border: 1px solid blue;
	width: 6.4em;
	min-height:150px;
	background:#d4e2eb;
}

ul.boxier input {
	
	width:5em;
}
ul.boxier li input {
	width:6.5em;
	margin:1px;
	
}
ul.boxier li img.thumb {
	cursor:move;
}
#config {
	font-size:12px;
	margin-right:2px;
	padding:4px;
	padding-top:70px;
	float:left;
	border: 1px solid white;
	width: 19.95em;
	min-height:824px;	
}
.right {
	left: 12px;
	top: 10px;
	float:left;
	position: relative;
	border: 1px solid green;
	min-height:150px;
	background:#d4e2eb;
	
}
#left{
	float:left;
	margin:5px;
	padding:5px;
	min-height:150px;	
	
}
#right{
}
