/* global */
div.ui-cluetip {
  font-size: 1em;
}
.ui-cluetip-content {
  padding: 9px;
}
.ui-cluetip-header {
  line-height:1.1em;
  font-size: 1em;
  margin: 0;
  overflow: hidden;
  padding:8px 8px 0 8px;
}
.cluetip-title .cluetip-close {
  float: right;
  position: relative;
}
.cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url("images/wait.gif");
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  width: 11px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-width: 0;
}
.cluetip-extra {
  display: none;
}
#cluetip .pvp{
	font-size:1.4em;
	color:#643C00;
	font-weight:bold;
}
#cluetip .pvp .oferta strike{
	font-size:1.2em;
	margin-right:10px;
	color:#666666;
	font-weight: normal;
}
/***************************************
   =cluetipClass: 'jtreven' (una modificacion parcial de default)
-------------------------------------- */
.cluetip-outer {
background-color: #fff;
  border: 1px solid #e7e7e7;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
	border-radius: 2px; 
	height:auto;
}
.cluetip-jtreven .ui-cluetip-header {
  /*background-color: #87876a;*/
  overflow:hidden;*/
  padding:0px 0 0 8px;
  border: none;
  background:none;
  color:#99BC27;
}

.cluetip-jtreven .ui-cluetip-content {
  border: none;
  background:none;
    font-size: 0.8em;
    line-height: 0.9em;
    color:#555555;
}
div.cluetip-jtreven .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-jtreven .cluetip-arrows {
  background-image: url("images/darrowleft.gif");
}
div.clue-left-jtreven .cluetip-arrows {
  background-image: url("images/darrowright.gif");
  left: 100%;
  margin-right: -11px;
}
div.clue-top-jtreven .cluetip-arrows {
  background-image: url("images/darrowdown.gif");
  top: 100%;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}
div.clue-bottom-jtreven .cluetip-arrows {
  background-image: url("images/darrowup.gif");
  top: -11px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}

.cluetip-jtreven .cluetip-inner p {
  margin:0;
  font-size:1em;

}
.cluetip-jtreven .cluetip-inner p span.oferta {
	text-decoration: line-through;
	color:#666;
	font-size:0.9em;
}

