.widget-company-profile-section .widget-body .profile-item-list
{
	margin-top: 10px;
}

.widget-company-profile-section .widget-body .profile-item-list:first-child
{
	border-top: 1px solid #ffca4f;
}

.widget-company-profile-section .widget-body .profile-item-list:last-child
{
	border-bottom: 1px solid #ffca4f;
}

.widget-company-profile-section .widget-body .profile-item-list .profile-item-wrapper
{
	padding: 10px 10px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #ffca4f;
	border-right: 1px solid #ffca4f;
}

.widget-company-profile-section .widget-body .profile-item-list .profile-item-wrapper .profile-item
{
	overflow: hidden;
	height: 113px;
}

.widget-company-profile-section .widget-body .profile-item-list .profile-item-wrapper .profile-item .profile-link
{
	text-decoration : none;
}

.widget-company-profile-section .widget-body .profile-item-list .profile-item-wrapper .profile-item .profile-link .profile-paragraph
{
	margin: 0px;
}

.widget-company-profile-section .widget-body .profile-item-list .profile-item-wrapper .profile-item .profile-link .profile-paragraph .profile-img-wrapper
{
	position :relative;
	width: 50px;
	height: 50px;
	display:inline-block;
	border : 1px solid #eeeeee;
	float: left;
	margin-right: 15px;
	box-sizing: content-box;
}

.widget-company-profile-section .widget-body .profile-item-list .profile-item-wrapper .profile-item .profile-link .profile-paragraph .profile-img-wrapper .profile-img
{
	position : absolute;
	top: 0;
	bottom :0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 50px;
	max-height: 50px;
}

.widget-company-profile-section .widget-body .profile-item-list .profile-item-wrapper .profile-item .profile-link .profile-paragraph .profile-name
{
	vertical-align:top;
	display: block;
	line-height:20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 2px;
	color: #666666;
	font-weight: bold;
}

.widget-company-profile-section .widget-body .profile-item-list .profile-item-wrapper .profile-item .profile-link .profile-paragraph .profile-type
{
	display:block;
	line-height: 15px;
	font-size : 12px;
	color: #bbbbbb;
	margin: 2px 0px;
}

.widget-company-profile-section .widget-body .profile-item-list .profile-item-wrapper .profile-item .profile-link .profile-paragraph .profile-content
{
	line-height: 19px;
	font-size : 12px;
	color: #999999;
}