#dhtmltooltip
{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 11px;
color: #0066FF;
position: absolute;
width: 285px;
visibility : hidden;
z-index : 100;
margin-left:-310px;
margin-top:-200px;
}
#titlebox
{
color: white;
font-size: 13px;
font-weight: bold;
width: 285px;
text-align: left;
z-index:1000;
}
#boxcontent
{
font-size: 11px;
width: 285px;
text-align: left;
z-index:100;
}
.dpointer
{
position :absolute;
z-index : 1001;
visibility : hidden;
margin-left:-310px;
margin-top:-190px;
z-index:100;
}
/* Style product table in tooltip */
.mainbox
{
text-align: left;
font-size:11px;
}
.mainbox table {
width: 100%;
border: 0;
border-collapse: collapse;
}
.mainbox ul {
list-style-type: none;
margin: 0 0 20px 10px;
padding: 0;
}
.mainbox ul li {
margin: 2px 0 0 0;
}
.mainboxImg {
text-align: center;
}
.mainbox img {
padding: 5px;
}
.mainSubCatBox
{
width: 215px;
padding: 5px 4px 5px 8px;
border-bottom: 1px dashed #CCC;
}
.mainSubCatBoxTitle {
font-size: 14px;
font-weight: bold;
}
.mainSubCatBox ul
{
margin-bottom: 5px;
}
.mainPrdBox
{
width: 215px;
padding: 5px 4px 5px 8px;
}
.mainPrdBoxTitle {
font-size: 14px;
font-weight: bold;
}
.mainPrdBox ul
{
margin-bottom: 0;
} 
