/* normal view */

.thera {
	width: 570px !important;
	padding-right:0 !important;
}



.person {
	display: block;
	float: left;
	width: 170px;
	margin-right: 20px;
	padding-bottom: 25px;
	/* margin-right: 10px; */
}

	.person .spec {
		display: block;
		font-size: 14px;
		line-height: 20px !important;
		color: #777777;
	}

	.person a {
		color: #007FB7 !important;
		text-decoration: none !important;
		text-transform: uppercase !important;
		font-size: 16px !important;
		font-family: "ColaborateLightRegular" !important;
	}	

	.person a:hover {
		text-decoration: underline !important;
		background: none !important;
	}

	.person a.none:hover {
		background: none !important;
	}	


	.person img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;	
	}

/* detailed view */

.thera-left {
	position: relative;
	display: block;
	width: 600px;
	/*background-color: #fff;*/
	/*padding: 30px;*/
	margin-right: 40px;
	float: left;

	font-family: "ColaborateRegular";
	font-size: 18px;
	color: #575757;
	font-weight: normal;
	line-height: 24px;		
}


	.thera-left .employee_image {
		position: relative;
		width: 600px;
		height: 600px;
		z-index: 10;
	}

		.thera-left .employee_image .employee_mask {
	position: absolute;
	background: url('../images/main/person_mask.png');
	top: -1px;
	right: -258px;
	width: 858px;
	height: 562px;
		}

	.thera-left .bol {
	display: block;
	position: absolute;
	width: 168px;
	height: 154px;
	top: 20px;
	left: 21px;
	background: url(../images/main/person_bol.png) no-repeat;
	z-index: 15;
	padding: 20px;
	text-align: center;
	font-family: "ColaborateRegular";
	font-size: 24px;
	color: #575757;
	line-height: 33px;
	overflow: visible;
	}

	.thera-left .thera-content {
		position: relative;
		width: 540px;
		background-color: #fff;
		padding: 30px;
		margin-top: -30px;
		margin-right: 40px;
		font-family: "ColaborateRegular";
		font-size: 18px;
		color: #575757;
		font-weight: normal;
		line-height: 24px;
		z-index: 5;		
	}			

		.thera-left .thera-content h1 {
	font-size: 30px;
	color: #007fb7;
	margin-bottom: 20px;
	line-height: 34px;
	text-align: left;
		}		
