@charset "utf-8";
/* CSS Document */

#specialistRightCol {
	float:right;
	width:300px;
	margin:60px 10px 20px 0;
}

#specialistRightImg {	
}

#specialistLeftCol {
	padding:20px 10px;
}

#specialistLeftCol p {
	font-size:16px;	
	margin:0 0 10px 0;
}

.industryInd {
	font-weight:bold;
	font-size:16px;
	margin:10px 20px;
	padding:5px;
	cursor:pointer;
}

#specialistLeftCol a {
	color:#900;
}

.industryInd:hover {
	background-color:#fff;	
}
