.groupWrapper
{
    width: 48%;
    float: left;
    margin-right: 1%;
    min-height: 400px;
}
.groupItem
{
    width:310px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.groupItem .itemHeader
{
    background: url(/images/box/newbox.gif) no-repeat;
    height:41px;
    position: relative;
	
    text-decoration: none; 
    color: #5C4579; 
    font-family:  arial, verdana, sans-serif; 
    font-size: 14px; 
    font-weight: bold; 
    left:0px;
    text-align:left;
}

.groupItem .itemFooter
{
    background: url(/images/box/newboxend.gif) no-repeat;
    height:30px;
    position: relative;
}

.groupItem .itemFooter .itemCategory
{
    position: absolute;
    left:10px;
    top: 6px;
    color: #858585;
    font-family:  arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.groupItem .itemFooter span a
{
    position: absolute;
    left:240px;
    top: 6px;
    color: #5C4579;
    font-family:  arial, verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
}

.groupItem .itemContent
{
    background: #FFFFFF;	
    color: #000;
    padding: 0 0px;
    width:100%;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.groupItem .itemHeader a
{
    position: absolute;
    left:10px;
    top: 11px;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    align:left;
}
.groupItem .itemHeader span
{
    cursor: move;
	position: absolute;
	left:26px;
	top: 10px;
	color: #3C2E52;
        font-family:  arial, verdana, sans-serif;
        font-size: 14px;
        font-weight: bold;
}
.groupItem .itemHeader .boxItemClose
{
	position: absolute;
	left:270px;
	top: 4px;
	bottom:5px;
}

.groupItem .itemHeader .boxItemClose img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=130);
-moz-opacity: 1;

}
.groupItem .itemHeader .boxItemClose:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.8;
}
.groupItem .itemHeader .boxItemClose img{
border: 0px solid #526175;
}
.groupItem .itemHeader .boxItemClose:hover img{
border: 0px solid red;
}


.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.boxItemHeader{
    font-weight:normal;
    font-size: 11px;
    text-align: left;
    margin:0px;
    color:#000;
    text-decoration:none;
    overflow:hidden;
    }
    
.boxItemHeader:hover{ 
    font-weight:normal;
    font-size: 11px;
    text-align: left;
        
    margin:0px;
    color:#6C4D9B;
    text-decoration:underline;
}
