.litetooltip-wrapper {
     display: block;
     font: 90% Verdana;
     min-width: 100px;
     position: absolute;
     visibility: visible;
     z-index: 10000;
}


.litetooltip-wrapper.right, .litetooltip-wrapper.right-top, .litetooltip-wrapper.right-bottom {
     margin-left: 3px;
     padding: 0px 5px 0px 10px;
}

.litetooltip-wrapper .tooltip-arrow {
     border-color: transparent;
     border-style: solid;
     height: 0px;
     padding: 0px;
     width: 0px;
}


.litetooltip-wrapper .tooltip-arrow.right {
     border-width: 8px 10px 8px 0px;
     left: 0px;
     margin-top: -8px;
     position: absolute;
     top: 50%;
}

.litetooltip-wrapper .template.BrightSun, .litetooltip-wrapper .template.BrightSun h4 {
     background: #cccccc none repeat scroll 0% 0%;
     color: #333333;
}

.litetooltip-wrapper .tooltip-menu.BrightSun {
     background: #cccccc none repeat scroll 0% 0%;
}

.litetooltip-wrapper .tooltip-menu.BrightSun li {
     border-bottom: 1px solid #cccccc;
     border-color: #cccccc #cccccc #cccccc;
}

.litetooltip-wrapper .tooltip-menu.BrightSun a {
     color: #000000;
}

.litetooltip-wrapper .tooltip-menu.BrightSun a:hover {
     background: #cccccc none repeat scroll 0% 0%;
}

