div.jquery-gdakram-tooltip { 
  width: 190px;
  color: white;
  font-size: 13px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
}

div.jquery-gdakram-tooltip div.content { 
  -moz-border-radius: 1em; 
  -webkit-border-radius: 1em;
  background-color: #671329;
  width: 150px;
  min-height: 50px;
  float: left;
  padding: 10px;
  border-radius:10px;
}

div.jquery-gdakram-tooltip div.content small {
	line-height: 5px;
	font-size:11px;
	color:#bbb;
}

div.jquery-gdakram-tooltip div.content h1 {
  font-size: 14px;
  zborder-bottom: 1px solid #fff;
  text-decoration:underline;
  padding-bottom: 1px;
}

div.jquery-gdakram-tooltip div.up_arrow {
  background : url('images/up_arrow.png') 60px 0px no-repeat;
  width: 100%;
  height: 20px;
}

div.jquery-gdakram-tooltip div.down_arrow {
  background : url('images/down_arrow.png') 60px 0px no-repeat;
  width: 100%;
  height: 20px;
}

div.jquery-gdakram-tooltip div.left_arrow {
  height: 100%;
}

div.jquery-gdakram-tooltip div.left_arrow {
  float:left;
  background : url('images/left_arrow.png') 0px 0px no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 40px;
  left: 0px;
}


