#tooltip {
	position: absolute;
	z-index: 3000;
}
#tooltip h3, #tooltip div { margin: 0; }


/* Tool tip */
.tooltip {
border:1px solid #e0cf87;
background:#f7efde url(../img/tooltip-fd.gif) repeat-x left bottom;
font-size:1.1em;
position:absolute;
-moz-border-radius:5px;
}
.tooltip-w {
width:200px;	
}
.tooltip div {
border:1px solid #f7efde;
color:#423a18;
padding:3px 6px;
-moz-border-radius:5px;
}
.tooltip p.title { 
font-weight:bold;
color:#720000;
}
.tooltip ul li {
padding:2px 0;
}
.tooltip a {
color:#9a8527;
}
.tooltip .tooptip-b {
position:absolute;
background:url(../img/tooltip-bottom.gif) no-repeat center bottom;
width:15px;
height:9px;
font-size:0;
line-height:0;
bottom:-7px;
left:9px;
border:none;
padding:0;
}
.tooltip-right .tooptip-b {
left:auto;
right:9px;
}
