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


._tt {position:absolute; display:block; background:url(../../assets/images/tooltip/tt_left.gif) top left no-repeat; width: 260px; }
.tttop { height:5px; margin-left:5px; background:url(../../assets/images/tooltip/tt_top.gif) top right no-repeat; width: 260px;}
._ttcont {padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF; width: 100%;}
.ttbot {display:block; height:5px; margin-left:5px; background:url(../../assets/images/tooltip/tt_bottom.gif) top right no-repeat; overflow:hidden}

.tt {position:absolute; display:block; background:#666; max-width:300px; color:#FFFFFF; padding:6px 12px 12px 12px; }
.tt img {margin-top: 5px;}