@charset "utf-8";
/* CSS Document */

.groupWrapper
{
	width: 294px;
	float: left;
	margin-right: 35px;
	min-height: 800px;
}
.serializer
{
	clear: both;
}
.groupItem
{
	width: 292px;

	border: 1px solid #ffffff;
	background-color: #ebeaea;
	margin-bottom: 20px;
}
.groupItem .itemHeader
{

	background-image: url(../images/menu_header.gif);
	border-bottom: 1px solid #d2bdbe;
	height: 24px;
	padding-top: 5px;
	color: #ffffff;
	cursor: move;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.groupItem .itemHeader a
{
	display: none;
	position: absolute;
	right: 4px;
	top: 4px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.groupItem .itemHeader a img {
	border: none;
}

.groupItem .itemContent 
{

}

.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
