/* version 2 */
#tt {width:625px;}
a.tooltip2   { color: #d65200; text-decoration: none }
a.tooltip2 b  { font-size: 11px; display: none }
a.tooltip2:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip2:hover b   { color: #000; font-weight: normal; background: #fc9; display: block; padding: 5px; position: absolute; top: 20px; left: -25px; width: 170px; border: solid 1px #c60 }
a.tooltip2:hover b em.outer  { background: transparent; display: block; position: absolute; z-index: 100; top: -8px; left: 20px; width: 0; height: 0; overflow: hidden; border-right: 7px dashed transparent; border-bottom: 7px solid #c60; border-left: 7px dashed transparent }
a.tooltip2:hover b em.inner  { background: transparent; display: block; position: absolute; z-index: 100; top: -7px; left: 20px; width: 0; height: 0; overflow: hidden; border-right: 7px dashed transparent; border-bottom: 7px solid #fc9; border-left: 7px dashed transparent }

.clear {clear:both;}
