div.XDCategoryGroupsItem {
	width: 178px;
	height: 190px;
	float: left;
	position: relative;
	margin: 0;
	background: #fff;
	outline: 1px solid #DBDEE1;
}

div.XDCategoryGroupsBlocks {
    width: 178px;
    height: 186px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

div.XDCategoryGroupsBlocks h2 {
	color: #000;
	font-size: 13px;
	margin: 10px 0;
}

.XDCategoryGroupsItem:hover .XDCategoryGroupsBlocks{
	position:absolute;
	min-height:100%;
	z-index:9;
	height:auto;
	background:#f0f0f0;
}

div.XDCategoryGroupsBlocks ul {
    margin: 0;
    text-align: left;
    list-style: none;
    padding: 0;
}

div.XDCategoryGroupsBlocks ul a {
	color: #666;
    display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	margin: -2px 0 7px;
}


.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}
