﻿#dhtmltooltip{
color:#000000;
font-family:Verdana, arial, helvetica;
font-size: 11px;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #cccccc;
padding: 2px;
background-color: #ffffff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.fTooltip {
	background-color:#0a803a;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	font-size:12px;
}
h3.th3 { font-weight:bold; font-size:12px; color:#07991d; padding:2px; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
table.tblTooltip { background-color:#999}
table.tblTooltip td.tRow1 { background-color:#e6e6e6; font-weight:bold; padding:2px;}
table.tblTooltip td.tRow2 { background-color:#fff;  padding:2px;}
.tPrice { text-align:center; padding:2px;}
.tPrice .price { font-size:14px; color:#cc1c22; font-weight:bold;}

/* =====================*/
.fTooltip_lang {
	background-color:#f9f9f9;
	color:#4a4a4a;
	font-weight:Regular;
	padding:5px;
	font-size:11px;
	text-align:center;
}