﻿#dhtmltooltip{
color:#000000;
font-family:Verdana, arial, helvetica;
font-size: 11px;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #c0c0c0;
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;
}

.tooltipTitle {
	color: #1358AF;
}

.tooltipDes {
	color: #333333
}
.tooltipDes img {
	float:left;	
	margin-right:5px;	
	border: 1px solid #d7d6d6;
	padding: 2px;			
	background:#fefefe;
}
.fTooltip {
	background-color:#e8e8e8;
	color:#C22026;
	font-weight:bold;
	padding:5px;
	font-size:12px;
}

.tInfo1 {
	padding:2px ;
	font-weight:bold;
	border-top:1px solid #cccccc;
}
.tInfo2{
	padding:2px ;
	border-top:1px solid #cccccc;
}
.tPrice {  color:#cc1c22; font-weight:bold;}
.th3 {
	color:#24a398;
	font-weight:bold;
	text-transform:uppercase;
}