@charset "utf-8";
/* css by OOparts */

/* media-content */
.bo_skin .list_wrap .list-group .list_content .list-group-item .media_content {
	
}
.bo_skin .list_wrap .list-group .list_content .list-group-item .media_content .bottom_gradient {
    position: absolute;
	bottom:0;
    right:0;
    width:100%;
	height:5px;
	background:rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
}