div.jquery-gdakram-tooltip {
  width: 340px;
  color: white;
  font-size: 12px;
	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;
  border-radius: 1em;
  background-color: #336da6;
  width: 280px;
  min-height: 200px;
  float: left;
  padding: 10px;
  color:#fff;
}

div.jqtip div.content {
  background-color: #FFF !important;
  color:#406ba4 !important;
  min-height:632px;
}

.tooltip_addcart
{
	text-align:center;
	margin:10px -4px 10px -4px;
}
.view_link
{
	line-height:45px;
}

div.jquery-gdakram-tooltip div.content h1 {
  font-size: 16px;
  padding-bottom: 5px;
  text-align:center;
}
div.jquery-gdakram-tooltip div.content h1 a{
  font-size: 16px;
  padding-bottom: 5px;
  text-align:center;
  color: #406ba4 !important;
  font-weight:bold;
}
div.jquery-gdakram-tooltip div.tooltip_details table tr:nth-child(even) {background: rgb(242, 242, 252);}

.tooltip_image
{
	text-align:center;
	margin-bottom:8px;
}
.tooltip_image img
{
	max-width:150px;
	max-height:150px;
}

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;
}

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

div.jquery-gdakram-tooltip div.left_arrow {
  background : url('images/left_arrow_blue.png') 0px 0px no-repeat;
}

div.jqtip div.right_arrow {
  background : url('images/right_arrow_white.png') 0px 0px no-repeat;
}

div.jqtip div.left_arrow {
  background : url('images/left_arrow_white.png') 0px 0px no-repeat;
}

div.jqtip {

  width:245px;
  margin-left:0;
}
div.jqtip div.content {
width:200px;	
}
div.not_extra
{
	text-align:center;
	margin-top:10px;
}