/**
 * Infokom, Webtools 3.0
 * Georg Engist, gen@infokom.info, October 2013
 */

/*
 * rgba(250, 162, 23, 0.45);
 * alpha 0.45 [0-1] = 115 [0-255], hex 73
 * rgb: #FAA217
 */
.tx_wteyecatchermenu .ecm-tooltip {
  background:none;
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#73FAA217,endColorstr=#73FAA217);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#73FAA217,endColorstr=#73FAA217);
  zoom: 1;
}