#bubble {
	margin: 25px; 
	width: 244px; 
	height: 167px;
}
.activetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wafflehouse/images/bubble/active.png",sizingMethod="crop");
	background: transparent url(/wafflehouse/images/bubble/active.png) no-repeat;
	z-index: 101;
}
.nonactivetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wafflehouse/images/bubble/nonactive.png",sizingMethod="crop");
	background: transparent url(/wafflehouse/images/bubble/nonactive.png) no-repeat;
}
.tab1 {
	z-index: 101; 
	width: 67px; 
	height: 2px; 
	position: absolute; 
	left: 21px; 
	top: 34px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
}
.tab1label {
	z-index:102; 
	width: 70px; 
	height: 20px; 
	position: absolute; 
	left:22px ; 
	top: 13px; 
	padding-top: 4px; 
	font-size: 11px; 
	font-weight: bold; 
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; 
	text-align: center; 
	cursor: pointer;
	background-color: transparent;
}
.tab2 {
	width: 67px; 
	height: 2px; 
	position: absolute; 
	left: 89px; 
	top: 34px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	z-index:101;
}
.tab2label {
	z-index:102; 
	width: 70px; 
	height: 20px; 
	position: absolute; 
	left: 88px; 
	top: 13px; 
	padding-top: 4px; 
	font-size: 11px; 
	font-weight: bold; 
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; 
	text-align: center; 
	background-color: transparent; 
	cursor: pointer;
}
.bubble_close {
	background: transparent url(/wafflehouse/images/bubble/closered.png) no-repeat;
	width: 9px; 
	height: 9px; 
	position: absolute; 
	left: 220px; 
	top: 18px; 
	z-index: 101; 
	border-style: none; 
	padding: 0px; 
	margin: 0px; 
	cursor: pointer;
}
.mainbubble {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wafflehouse/images/bubble/WaffleBubble4.png",sizingMethod="crop");
	background: transparent url(/wafflehouse/images/bubble/WaffleBubble4.png) no-repeat;
	width: 244px; 
	height: 167px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}
.mainbubblecontent {
	width: 200px; 
	height: 105px; 
	position: absolute; 
	left: 35px; 
	top: 42px;
}
.mainbubblelocationname {
	font-size:120%;
	font-weight:bold;
	margin-bottom:0.1em;
	padding-right:15px;
}
.mainbubbletabcontent {
	margin-top: 0.2em; 
	position: relative; 
	width: 200px; 
	height: 85px; 
	overflow: hidden;
}
.tab_content {
	color: #35311a; 
	font-size:11px;
}
.activetabcontent {
	display: show;
}
.nonactivetabcontent {
	display: none;
}

