#tableKnowledgeCont{
	position:absolute; left:0px; top:0px;
	width:290px; height:480px; padding:10px;
}
.tableKnowledge{
	width: 290px;
	display: none;
}
.tableKnowledge td{
	color:#d6d6d6;
	padding-bottom:10px;
	cursor:pointer;
}

.tableKnowledge span{
	color:#9bbd0f;
	font-size:12px;
	font-weight:bold;
}
.tableKnowledge img{
	margin-left: 10px;
}
.tableKnowledgeGreenLine img{
	margin-left: 0px;
}
#pdfThumbCont{
	position:absolute; left:340px; top:0px;
	width:310px; height:517px;
	text-align: center;
}
#pdfThumbCont img{
	display:none;
}
.pointer{
	cursor:pointer;
}
