@charset "UTF-8";
/* CSS Document */
.hover_bubbles {
	width: 380px;
	display: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.hover_bubbles .topl {
	background: url('../img/bubble_top_bot.png') no-repeat left top transparent;
	height: 25px;
	width: 380px;
}

.hover_bubbles .topr {
	background: url('../img/bubble_top_bot.png') no-repeat left -25px transparent;
	height: 25px;
	width: 380px;
}

.hover_bubbles .txt {
	width: 350px;
	background: url('/img/bubble_txt.gif') repeat-y left top transparent;
	padding: 15px 15px 10px 15px;
	height: 130px;
	
}

.hover_bubbles .txt h3 {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.hover_bubbles .txt p {
	color: #000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.hover_bubbles .bottom {
	background: url('../img/bubble_top_bot.png') no-repeat left -50px transparent;
	height: 25px;
	width: 380px;
	line-height: 25px;
	min-height: 25px;
}


