/* @override http://localhost:8000/styles/bubbleinfo.css */

.bubbleInfo {
	position: relative;
	float: left;
}
.trigger {
	position: relative;
}

/* Bubble pop-up */
.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	bottom: 0;
}
.popup td.corner {
	height: 15px;
	width: 19px;
}
.popup td#topleft { 
	background-image: url(../images/bubbleinfo/bubble-1.png); 
}
.popup td.top {
	background: url(../images/bubbleinfo/bubble-2.png) repeat-x;
}
.popup td#topright { 
	background-image: url(../images/bubbleinfo/bubble-3.png); 
}
.popup td.left {
	background: url(../images/bubbleinfo/bubble-4.png) repeat-y;
}
.popup td.right {
	background: url(../images/bubbleinfo/bubble-5.png) repeat-y;
}
.popup td#bottomleft { 
	background-image: url(../images/bubbleinfo/bubble-6.png); 
}
.popup td.bottom { 
	text-align: center;
	background: url(../images/bubbleinfo/bubble-7.png) repeat-x;
}
.popup td.bottom img { 
	display: block; 
	margin: 0 auto; 
}
.popup td#bottomright { 
	background-image: url(../images/bubbleinfo/bubble-8.png); 
}
.popup td.popup-content {
	text-align: left;
	background: #fff url(../images/bubbleinfo/starburst.gif) no-repeat left 5px ;
	padding: 5px 5px 5px 20px;
}
