
/***********************
/*** Tooltip (JQuery)
/***********************/
#tooltip {
	display:none;
	font-family: Verdana;
	background: #212121;
	border-top: 1px solid #737373;
	border-left: 1px solid #737373;
	border-right: 1px solid #000000;
	font-size:11px;
	line-height:1.4;
	padding:15px;
	color:#fff;
	z-index: 100;	
	height: 50px;
	width: 250px;
	text-align: center;
}

#cds div.csc-textpic-clear{	clear: none;}
#cds div.csc-textpic-center{ 
	width: 160px;
	height: 160px; 
	text-align: left;
	float: left;
	padding-right: 26px;
	padding-bottom: 26px;
}
#cds dl,
#cds dt{
	margin: 0;
	padding: 0;
}
