a.citibubblelink:link,
a.citibubblelink:visited,
a.citibubblelink:hover,
a.citibubblelink:active {
	background: url(../images/citibubble/greendottedbg.gif) transparent left bottom repeat-x;
	color: #390;
	cursor: pointer;
	text-decoration: none;
}
a.citibubblelink:hover,
a.citibubblelink:active {
	background: url(../images/citibubble/greendottedbg_ov.gif) transparent left bottom repeat-x;
	color: #72db3f;
	cursor: pointer;
	text-decoration: none;
}

.citibubble {
	padding:0;
	position:absolute;
	max-width: 900px; /* safe-guard works in FF only */
	width: 300px;
	margin: -50px 0 0 29px;
}

.citibubble-top {
	background-image:url(../images/citibubble/bubble-top-right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:1px;
	line-height:1px;
	padding:0;
	margin: 0;
}
.citibubble-top-left {
	position:relative;
	background-image:url(../images/citibubble/bubble-top-left.gif);
	width:5px;
	height:5px;
	font-size:1px;
	line-height:1px;
	padding:0;
	margin: 0;
	background-repeat:no-repeat;
	background-position:top left;
}
.citibubble-bottom {
	position:relative;
	background-image:url(../images/citibubble/bubble-bot-right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:1px;
	line-height:1px;
	padding:0;
	margin: 0;
	clear:both;
}
.citibubble-bottom-left {
	position:relative;
	background-image:url(../images/citibubble/bubble-bot-left.gif);
	width:5px;
	height:5px;
	font-size:1px;
	line-height:1px;
	padding:0;
	margin: 0;
	background-repeat:no-repeat;
	background-position:top left;
}
.citibubble-anchor  {
	position:relative;
	margin-left:5px;
}
.citibubble-body  {
	position:relative;
	border-left:2px solid #51BE1C;
	border-right:2px solid #51BE1C;
	background-image:url(../images/citibubble/gradient_s.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin: 0;
}
.citibubble-pointer {
	position:absolute;
	top:53px;
	left:-26px;
	background-image:url(../images/citibubble/bubblepointer-l.gif);
	width:28px;
	height:7px;
	font-size:1px;
}
.citibubble .rightSide {
	background-image:url(../images/citibubble/bubblepointer-r.gif);
	position:absolute;
	top:53px;
	right:-26px;
	width:28px;
	height:7px;
	font-size:1px;
}
.citibubble-body .inner-body .product-bubble {
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	color: #666666;
	font-size: 8pt;
}
.citibubble-body .inner-body .citibubble-controls {
	position:relative;
	clear:both;
	margin-right:20px;
	height:16px; /* not floating this container to avoid a cascade of float problems */
	padding-bottom:5px;
}
.citibubble-body .inner-body .citibubble-controls a {
	position:relative;
	float:right;
}
.citibubble-body .inner-body .citibubble-controls a.lnk_see-more {
	margin-right:4px;
}
.citibubble-body .inner-body .citibubble-controls a.lnk_see-more.no-link {
	display:none;
}


.citibubble h4 {
	color: #390;
	font-size: 11pt;
	margin: 0 20px 14px;
}
.citibubble p {
	margin: 0 20px 10px;
}
.citibubble ul {
	margin-right: 20px;
}

