/* tooltip styling */ 
.tooltip {
    display:none;
	text-align:left;
	background:url(/img/tooltip/black_arrow_big.png);
    width:320px;
	height:163px;
	padding:20px 25px 30px 25px;
    font-family:verdana,arial,georgia,san-serif;
	font-size:13px;
    color:#ffffff;
	/*border:thin solid black;*/
}

.tooltip.bottom { 
    background:url(/img/tooltip/black_arrow_big_bottom.png);
	/*height:163px;*/
	padding-top:43px;
	padding-bottom:7px;
}

span.justtext_hd {
	display:block;
	/*border:thin solid yellow;*/
	height:20px;
	overflow:hidden;
	/*font-family:verdana,arial,georgia,san-serif;*/
	font-weight:bold;
	font-size:13px;
}

span.justtext_txt {
	display:block;
	/*border:thin solid #00FF00;*/
	height:112px;
	overflow:hidden;
	/*font-family:verdana,arial,georgia,san-serif;*/
	font-weight:normal;
	font-size:13px;
}

span.justtext_ft {
	display:block;
	/*border:thin solid #FFFF00;*/
	height:12px;
	overflow:hidden;
	/*font-family:verdana,arial,georgia,san-serif;*/
	font-weight:bold;
	font-size:11px;
	margin-top:6px;
}

.kk_ref {
border-bottom:dotted thin;
	
}

#ContentsMain .tooltip a:link, #ContentsMain .tooltip a:visited {
	color:#FF0000;
}
#ContentsMain .tooltip a:hover {
	color:#CC0000;
}
