/* Tooltip CSS */


.tooltip {
position:absolute;
display:none;
max-width:640px;
text-align:left;
cursor:move;
}

.tooltip_top {
background:transparent url('../images/tooltip/t_r.png') no-repeat scroll top right;
}

.tooltip_top span {
background:transparent url('../images/tooltip/t_l.png') no-repeat scroll top left;
height:11px;
margin-right:11px;
display:block;
clear:both;
}

.tooltip_bottom {
background:transparent url('../images/tooltip/b_r.png') no-repeat scroll bottom right;
}

.tooltip_bottom span {
background:transparent url('../images/tooltip/b_l.png') no-repeat scroll bottom left;
margin-right:11px;
padding-bottom:11px;
padding-left:11px;
display:block;
clear:both;
}

.tooltip_c {
background:transparent url('../images/tooltip/t_c.png') no-repeat scroll top center;
height:11px;
margin-top:-1px;
}