div.BrandsPanel {
	background:#fff;
	padding:0 0 0 10px;
	width:308px;
}
.bubbleInfo {
  position: relative;
	width:90px;
	float:left;
	margin:5px 10px 5px 0;
}
.popup {
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
}
.popup a,
.popup a:visited {
	color:#fff;
}
.popup a:hover {
	text-decoration:underline;
}
.popup .popupTop {
	background:transparent url(../fw/popup-top-ie6.png) no-repeat bottom center;
	width:300px;
	height:8px;
}
.popup .popupContent {
	background:transparent url(../fw/popup-mid-ie6.png) repeat-y bottom center;
	padding:0 10px;
	width:280px;
	height: 240px;
	font-size: 11px;
}
.popup .popupContent p {
}
.popup .popupBottom {
	background:transparent url(../fw/popup-bottom-ie6.png) no-repeat bottom center;
	width:300px;
	height:17px;
}