#bubble {
	margin:25px; 
	width:276px; 
	height:235px;
}
.activetab {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/w2gi/images/bubble/popover/active.png",sizingMethod="crop");
	background-image:url(/w2gi/images/bubble/popover/active.png);
	z-index:101;
}
.nonactivetab {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/w2gi/images/bubble/popover/nonactive.png",sizingMethod="crop");
	background-image:url(/w2gi/images/bubble/popover/nonactive.png);
}
.tab1 {
	z-index:101; 
	width:89px; 
	height:23px; 
	position:absolute; 
	left:6px; 
	top:0px; 
	border-style:none; 
	padding:0px; 
	margin:0px;
}
.tab1label {
	z-index:102; 
	width:89px; 
	height:23px; 
	position:absolute; 
	left:6px; 
	top:0px; 
	padding-top:4px; 
	font-size:12px; 
	font-weight:bold; 
	font-family:'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; 
	text-align:center; 
	color:#5d6164; 
	cursor:pointer;
}
.tab2 {
	width:89px; 
	height:23px; 
	position:absolute; 
	left:101px; 
	top:0px; 
	border-style:none; 
	padding:0px; 
	margin:0px;
	z-index:101;
}
.tab2label {
	z-index:102; 
	width:89px; 
	height:23px; 
	position:absolute; 
	left:101px; 
	top:0px; 
	padding-top:4px; 
	font-size:12px; 
	font-weight:bold; 
	font-family:'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; 
	text-align:center; 
	color:#5d6164; 
	cursor:pointer;
}
.bubble_close {background:#FFFFFF url(/w2gi/images/bubble/popover/popover-close.gif) no-repeat; width:12px;  height:10px; position:absolute; left:260px; top:10px; z-index:101; border-style:none; padding:0px; margin:0px; cursor:pointer;}

.mainbubble {display:inline-block; height:259px; left:0; margin:0; padding:0; position:absolute; top:7px; width:276px;}

.mainbubblecontent {width:230px; position:absolute; left:25px; top:20px;}
.mainbubblelocationname {font-size:12px; color:#000; font-weight:bold; margin-bottom:0.1em; padding-right:15px;}
.mainbubbletabcontent {margin-top:0.5em; position:relative; width:230px; height:180px; overflow:hidden; line-height:16px;}
.tab_content {
	color:#000; 
	font-size:11px;
}
.activetabcontent {
	display:inline;
}
.nonactivetabcontent {
	display:none;
}
