@charset "windows-1251";
#cluetip {
  z-index: 1001;
  text-align: justify;
}
#cluetip-outer {
  position: relative;
  margin: 0;
  background: #FFCBA0;
}
h3#cluetip-title {
  margin: 0 0 5px;
  border-top: solid 2px #FF6410; 
  border-bottom: solid 1px #A54E29;
  padding: 2px 10px 4px 10px;
  font-size: 140%;
  font-weight: normal;
  background-color: #ED4801;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-image: url(/images/tooltip_title.jpg);
  background-position: repeat-x;
}
#cluetip-inner {
  padding: 6px 20px 15px 20px;
}
#cluetip-close { 
  text-align: right;
  margin: 0px 5px 0px 5px;
  color: #900;
}
#cluetip-close img {
  border: 0;
}
