@charset "utf-8";
/* CSS Document */

/* ===============
    toolTip
================ */			
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #555555;
	background: #fff url(tip_bgd.jpg) repeat-x;
	padding: 0px;
	opacity: 1;
}
#tooltip h3		{margin: 0; color:#221e1b; padding:2px 5px 3px 5px; width:250px; background:#fecc10; border-bottom:solid 1px #999; font-variant:small-caps}
#tooltip div { margin: 0; color:#221e1b; padding: 10px; width:230px }