.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none;  /* keeps the popup hidden if no JS available */
    
    /* neco edituj BELOW! :) */
	margin:0 0 0 217px;
	z-index:9999;
}

.popup table
{
	border-collapse:collapse;
	width: 250px;
}
	.popup td.popup_top_left, .popup td.popup_top_right, .popup td.popup_bottom_left, .popup td.popup_bottom_right
	{
		height:15px;
		width:19px;
	}
	.popup td.popup_top_left
	{
		width:19px;
		height:15px;
		background:url(../images/bubble_imgs/bubble_main.png) no-repeat 0 0;
	}
	.popup td.popup_top
	{
		background:url(../images/bubble_imgs/bubble-2.png) repeat-x;
	}
	.popup td.popup_top_right
	{
		width:19px;
		height:15px;
		background:url(../images/bubble_imgs/bubble_main.png) no-repeat -19px 0px;
	}
	
	.popup td.popup_mid_left
	{
		background:url(../images/bubble_imgs/bubble-4.png) repeat-y;
	}
	.popup td.popup_mid
	{
		text-align:left;
		background:white;
	}
		.popup td.popup_mid div
		{
			width:212px;
			height:70px;
			text-align:left;
			overflow:hidden;
		}
	.popup td.popup_mid_right
	{
		background:url(../images/bubble_imgs/bubble-5.png) repeat-y;
	}
	
	.popup td.popup_bottom_left
	{
		width:19px;
		height:21px;
		background:url(../images/bubble_imgs/bubble_main.png) no-repeat 0 -15px;
	}
	.popup td.popup_bottom
	{
		background:url(../images/bubble_imgs/bubble-7.png) repeat-x;
		text-align:center;
	}
	.popup td.popup_bottom_right
	{
		background:url(../images/bubble_imgs/bubble_main.png) no-repeat -19px -15px;
	}
	


