﻿/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:white;
	font-weight:bold;
    text-decoration:none;
}
.altlink span{ display: none; }

.altlink:hover{ z-index:25;}
.altlink:hover span.tooltip{
    display:block;
    position:absolute;
    top:-220px; 
    left:-130px;
	padding: 0px 0px 0 0;   /*tüm kutunun yukardan mesafesi felan*/
	width:295px;
	color: #28a8c3;
    text-align: center;
}
.altlink:hover span.top{
	display: block;
	padding: 30px 8px 0;
	background: url('../images/tooltip/bubble.png') no-repeat top; 
}
.altlink:hover span.middle{
	display: block;
	padding: 0 0px; 
	background: url('../images/tooltip/bubble_filler.png') repeat bottom; 
	width: 295px;
}
.altlink:hover span.tt-bottom{
	display: block;
	padding:110px 0px 0px;
	background: url('../images/tooltip/bubble.png') no-repeat bottom;

}
.adres-sinir{
	width:230px; 
	margin-left:20px;
}