#tooltip {
	position: absolute;
	z-index: 3000;
}



.icon{
    width:116px;
    background: transparent url(../images/tooltip_bottom.gif) no-repeat 0 100%;
    color: #fff;
    text-align:center;
    font-weight:bold;
    font-size: 1.2em;
    margin: 0 0 0 -33px;
} 

.icon span{
    
    display:block;
    background: transparent url(../images/tooltip_top.gif) no-repeat 0 0;
    padding: 15px 0 7px 0px;
}




.tooltip-capacity{
    width:135px;
    color: #fff;
    text-align:center;
    font-weight:bold;
    font-size: 1.2em;
    margin: -65px 0 0 -80px;
    
}

.tooltip-capacity .top{ 
    background: transparent url(../images/tooltip_capacity_top.gif) no-repeat 0 0;
    padding: 8px 0 0 0px;
    display:block;
}

.tooltip-capacity .bottom{
    
    display:block;
    background: transparent url(../images/tooltip_capacity_bottom.gif) no-repeat 0 100%;
    height: 18px;
}
    



.airport_tooltip{
    width:121px;
    background: transparent url(../images/tooltip_dark_top.gif) no-repeat 0 0;
    color: #66665e;
    text-align:center;
    font-weight:bold;
    font-size: 1.2em;
    margin: 0 0 0 -95px;
    padding: 25px 0 0 0;
} 

.airport_tooltip span{
    
    display:block;
    background: transparent url(../images/tooltip_dark_bottom.gif) no-repeat 0 100%;
    padding: 0 3px 12px 3px;
}

.enquire_tooltip{
    width:271px;
    background: transparent url(../images/tooltip_enquire_top.gif) no-repeat 0 0;
    color: #66665e;
    font-size: 1.4em;
    margin: 0 0 0 -243px;
    padding: 25px 0 0 0;
} 

.enquire_tooltip span{  
    display:block;
    background: transparent url(../images/tooltip_enquire_bottom.gif) no-repeat 0 100%;
    padding: 0 5px 12px 10px;
}

.enquire_tooltip span h4{
    color: #c00065;
    font-weight:bold;
}   

#tooltip h3, #tooltip div { margin: 0; }
