

.S2i_add_descriptionCategory ._more 
{
	margin-top: 25px;
	text-decoration: underline;
	cursor: pointer;
}

.S2i_add_descriptionCategory .cat_desc
{
	position: relative;
}

.S2i_add_descriptionCategory .cat_desc .desc.mini
{
	max-height: 200px;
	overflow: hidden;
}


.S2i_add_descriptionCategory .cat_desc .desc_fade
{
	position: absolute;
	height: 80px;
	bottom: 0px;
	z-index: 20;
	opacity: 1;
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
}
