div.jquery-gdakram-tooltip { 
  width: 400px;
  color: white;
  font-size: 12px;
	position: absolute!important;
	z-index: 10000;
	left:718px!important;
	display: none;
	top:160px!important;
	text-align:justify;
	
}

div.jquery-gdakram-tooltip div.content { 
  -moz-border-radius: 3px; 
  -webkit-border-radius:3px;
  border-radius:3px;
  background-color: #671329;
  width:400px;
  min-height:100px;
  float:right;
  padding: 10px;
  z-index:10000;
  top:0px;
  right:0px;
  }
  
  div.jquery-gdakram-tooltip div.content a { 
  -moz-border-radius: 3px; 
  -webkit-border-radius:3px;
  border-radius:3px;
  background-color: #671329;
  width:400px;
  min-height:100px;
  float:right;
  padding: 10px;
  z-index:10000;
  top:0px;
  right:0px;
  }

div.jquery-gdakram-tooltip div.content h1 {
  font-size: 16px;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 5px;
}

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') 135px 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;
}


