div.jquery-gdakram-tooltip {
	width: 340px;
	color: #4a4a4a;
	font-size: 12px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
}
div.jquery-gdakram-tooltip div.content {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: -webkit-gradient(linear, left top, left 15, from(#fff), color-stop(4%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 20px);
	-moz-box-shadow: 0px 10px 10px #dfe4ea;
	-webkit-box-shadow: 0px 10px 10px #dfe4ea;
	box-shadow: 0px 10px 10px #dfe4ea;
	border:1px solid #cfd4d9;
	width: 260px;
	float: left;
	padding: 13px;
	text-align:left
}
div.jquery-gdakram-tooltip div.content h1 {
	font-size: 14px;
	padding-bottom: 5px;
	text-align: left;
	background : url('../images/icon_note_blue.png') 0px 5px no-repeat;
	padding-left: 20px;
}
div.jquery-gdakram-tooltip div.up_arrow {
	background : url('../images/note_bg_arrow_up.png') 60px 0px no-repeat;
	width: 100%;
	height: 15px;
	margin-bottom:-1px;
	float: left;
}
div.jquery-gdakram-tooltip div.down_arrow {
	background : url('../images/note_bg_arrow_down.png') 60px 0px no-repeat;
	width: 100%;
	height: 15px;
	margin-top:-1px;
	float: left;
}
div.jquery-gdakram-tooltip div.left_arrow, div.jquery-gdakram-tooltip div.right_arrow {
	height: 100%;
}
div.jquery-gdakram-tooltip div.left_arrow {
	float:left;
	background : url('../images/note_bg_arrow_right.png') 0px 0px no-repeat;
	width: 15px;
	height: 15px;
	position: relative;
	top: 40px;
	left: 0px;
	margin-right:-1px;
	margin-top:35px;
}
div.jquery-gdakram-tooltip div.right_arrow {
	float:left;
	background : url('../images/note_bg_arrow_left.png') 0px 0px no-repeat;
	width: 15px;
	height: 15px;
	position: relative;
	top: 40px;
	left: 0px;
	margin-right:-1px;
	margin-top:35px;
}
.item {
	cursor:pointer;
}
.icon_note_blue {
	background : url('../images/icon_note_blue.png') 0px 0px no-repeat;
	width:15px;
	height:14px;
	float:left;
	margin:2px 5px 0 5px;
	vertical-align: baseline;
}
a.note_blue{ color:#2a9ae2;}
a.note_blue:hover{color:#0166a6; text-decoration:underline;}