.easyTooltip {
	margin: 10px;
	width: auto;
	padding: 10px 10px 5px 10px;
	background: white;
	border: 2px solid #388BE8;
	border-radius: 5px;
	box-shadow: 0px 0px 10px gray;
	z-index: 999;
}

.easyTooltip H3 {
  font: bold italic 14px arial;
  text-transform: uppercase;
}
.easyTooltip TABLE {
  width: 100%;
  margin: 10px 0;
  border-radius: 5px 5px 0 0;
  border: solid 1px #ABABAB;
  background: #E8E8E8;
}
.easyTooltip TABLE TH {
  padding: 7px 10px;
  background: url(../images/files_table-bg.jpg) repeat-x bottom;
  border-style: solid;
  border-width: 0px 0 0 1px;
  border-color: #C7C7C7;
  font: bold 11px arial;
}
.easyTooltip TABLE TD {
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #C7C7C7;
  font: 11px arial;
}
.easyTooltip TABLE .tb_r {
  border-right: none;
}
.easyTooltip TABLE .tb_l {
  border-left: none;
}
.easyTooltip TABLE .lc {
  border-left: none;
}

#tooltipItem {
	display: none;
	position: relative;
}
.win_cur2 {
	position: absolute;
  z-index: 2;
  top: 32px;
  right: -11px;
  width: 11px;
  height: 15px;
  background: url(../images/win_cur2.png) no-repeat 0 0;
}