/* =---------------
 * rub6.css
 */
div.footbar-logo {
	position: relative;
	float:right;
	margin-left:20px;
	margin-right:20px;
	top:22px;
}
div.footbar-tooltip {
	background:transparent url(../images/tooltip_arrow_small.png) no-repeat scroll 0 0; 
  font-size:14px; 
  height:100px; 
  padding:16px; 
  width:200px; 
  font-size:14px; 
  display:none; 
  color:#fff;
	z-index:999;
}
