/* CSS for Popup Box */
div.box { display: none; position: absolute; width: 200px; background-color: #F7F7F7; padding: 5px; font-family: Arial,sans-serif; font-size: 11px; font-weight: normal; color: #666; border: 1px dotted #ccc; font-weight: bold; } 
ul.bullet { padding-left: 15px; margin-left: 0; text-align: left; }
ul.bullet li { list-style: none; margin-left: 0; padding-bottom: 3px; margin-bottom: 2px; padding-left: 14px; background: url(../img/bullet.png) left no-repeat;}

