/* global */
div.ui-cluetip {
  font-size: 1em;
	width:400px !important;
}
.cluetip-close img {
  border: 0;
}
.cluetip-title {
  overflow: hidden;
}
.cluetip-title .cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image:url(/core/jquery/plugins/cluetip/images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}


/***************************************
   =cluetipClass: 'wildfire' 
-------------------------------------- */

.cluetip-ignitr .cluetip-outer {
	position: relative;
	margin: 0;
	background-color: #fff;
	border:1px solid #ccc;
	width:400px;
	max-width:600px;
}

.cluetip-ignitr .cluetip-inner {
  padding:10px 20px;
  display: inline-block;
}

.cluetip-ignitr .cluetip-inner h2 {
	margin:0 0 5px 0;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}

.cluetip-ignitr .cluetip-inner p {
	margin:10px 0;
	font-size:.9em;
	line-height:144%;
	font-family: "proxima-nova";
}

.cluetip-ignitr h3#cluetip-title {
	display:block;
}
.cluetip-ignitr #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  