﻿#dhtmltooltip{
color:#000000;
font-family:Verdana, arial, helvetica;
font-size: 11px;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
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:#cc1c22;
	color:#FFF;
	font-weight:bold;
	padding:5px;
}

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;}