.tipsy {
	padding: 3px;
	font-size: 10px;
	position: absolute;
	z-index: 100000;
	background:url(../assets/bg_tool_tip.png) repeat;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background: #fff;
	color: #333333;
	line-height:140%;
	text-align: center;
	border:1px solid #87B4DA;
}
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.help_tip {
  width:400px!important;
  min-height:50px;
  background: #fff url(../assets/ajax-loader.gif) no-repeat center;
}
.medium {
  width:375!important;
  min-height:50px;
  padding:0px!important;
  margin:0px!important;
  background: #fff url(../assets/ajax-loader.gif) no-repeat center;
}
.product_tip {
  width:150px;
  min-height:50px;
  background: #fff url(../assets/ajax-loader.gif) no-repeat center;
}
.tipsy-arrow {
	position: absolute;
	background: url('../assets/tipsy.gif') no-repeat top left;
	width: 13px;
	height: 7px;
}
.tipsy-n .tipsy-arrow {
	top: -3px;
	left: 50%;
	margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
	top: -3px;
	left: 10px;
}
.tipsy-ne .tipsy-arrow {
	top: -3px;
	right: 10px;
}
.tipsy-s .tipsy-arrow {
	bottom: -3px;
	left: 50%;
	margin-left: -4px;
	background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
	bottom: -3px;
	left: 10px;
	background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
	bottom: -3px;
	right: 10px;
	background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
	top: 50%;
	margin-top: -7px;
	right: -3px;
	width: 7px;
	height: 13px;
	background-position: top right;
}
.tipsy-w .tipsy-arrow {
	top: 50%;
	margin-top: -7px;
	left: -3px;
	width: 7px;
	height: 13px;
}

