.groupWrapper{
	float: left;
	margin-right: 10px;
	border: 0px solid #FF0000;
}

.groupItem{
	border: 0px solid #FF0000;
}

.itemHeaderDontMove{
	position: relative;
}

.groupItem .itemHeader{
	cursor:move;
	border:0px solid #FF0000;

}

.sortHelper{
	border:3px dashed #666;
	width: auto !important;
	position:relative;
}

.groupWrapper p{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border:0px solid;
}

.groupItemDontMove .itemHeaderDontMove a{
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	border: 0px solid;
	z-index: 20;
	cursor: pointer;
}

.groupItem .itemHeader a{
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	border: 0px solid;
	z-index: 20;
	cursor: pointer;
}

.groupIcons {
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	border: 0px solid;
	z-index: 20;
	cursor: pointer;
}

.groupIcons2 {
	position: absolute;
	left: 10px;
	top: 10px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	border: 0px solid;
	z-index: 20;
	cursor: pointer;
}
