@charset "utf-8";
/* CSS Document */

.cOrgChart {
}
.cWeb, .cTel, .cMail, .cMobile, .cFax {
	float:right;
	margin:5px 2px;
	display:block;
	width:16px;
	height:16px;
	cursor:pointer;
}
.cOrgChart .cWeb a {
	display:block;
	width:16px;
	height:16px;
}
.cOrgChart .cMail {
	background:url(../../Images/1334214545_mail-reply-sender.png) no-repeat center top;
}
.cOrgChart .cMobile {
	background:url(../../Images/1334213642_mobile_phone.png) no-repeat center top;
}
.cOrgChart .cFax {
	background:url(../../Images/1334214616_kfax.png) no-repeat center top;
}
.cOrgChart .cTel {
	background:url(../../Images/1334214411_Telephone.png) no-repeat center top;
}
.cOrgChart .cWeb {
	background:url(../../Images/1334213150_web-browser.png) no-repeat center top;
}
.cOrgChart .rocItemText{
	text-align:right;
	font:11px tahoma;
}
.cOrgChart .rocImageWrap{
	float:right !important;
	margin:0 -58px 0 10px !important;
}
.cOrgChart .rocItemText .cName{
	font-weight:bold;
}
.cOrgChart .rocItemContent{
	padding-right:68px !important;
	padding-left:0 !important;
}