﻿@charset "utf-8";

img.tTip						{

}

.ric_icon {
	margin: 3px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.lightTip						{  }
.lightTip .content				{ width: 310px; padding: 10px; border: 1px solid #67a9e4; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.lightTip .bottom				{ height: 14px; background: url(notch-white.png) top center no-repeat; }

.immobiliaTip					{
	text-align: center;
}
.immobiliaTip .content			{
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 10px;
	border: 1px solid #67a9e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	background-color: #CD2826;
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	width: 300px;
}
.immobiliaTip .bottom			{
	position: fixed;
	top: 0px;
	left: 0px;	
}
