@charset "utf-8";
/* CSS Document */

.bubbleInfo {
    position: relative;
	float:left;
	margin:0;
}
.trigger {
	padding:0;
	margin:0;
}
div.RightColumn .popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	width:300px;
	color:#fff;
	z-index:1000;
}
div.RightColumn .popup h2 {
	background:none;
	padding:0;
	margin:0 0 5px 0;
}
div.RightColumn .popup p {
	color:#fff;
	padding:5px;
}
.popup a,
.popup a:visited {
	color:#fff;
}
.popup a:hover {
	text-decoration:none;
}
/*
.popup .popupTop {
	background:transparent url(../fw/popup-top.png) no-repeat bottom center;
	width:240px;
	height:14px;
}
.popup .popupContent {
	background:transparent url(../fw/popup-mid.png) repeat-y top center;
	padding:0 15px;
	width:210px;
	color:#fff;
}
.popup .popupBottom {
	background:transparent url(../fw/popup-bottom.png) no-repeat top center;
	width:240px;
	height:33px;
}
*/
.popup .popupTop {
	background:transparent url(../fw/popup-top.gif) no-repeat bottom center;
	width:302px;
	height:14px;
}
.popup .popupContent {
	background:url(../fw/popup-mid.gif) repeat-y top center;
	width:282px;
	color:#fff;
	padding:0 10px;
	height:225px;
}
.popup .popupBottom {
	background:transparent url(../fw/popup-bottom.gif) no-repeat top center;
	width:302px;
	height:33px;
}
.popup .popupContent ul {}
.popup .popupContent ul li {
	font-size:11px;
}
.BtnViewRates,
.BtnViewRates:visited {
	background:url(../fw/btn-view-rates.jpg) no-repeat top center;
	text-transform:uppercase;
	color:#172973;
	text-align:center;
	height:22px;
	width:110px;
	line-height:20px;
	display:block;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	margin:3px 0;
}
.BtnViewRates:hover {
	text-decoration:underline;
}
