#bubble {
	margin: 25px; 
	width: 276px; 
	height: 235px;
}
.activetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cheesecake/images/bubble/active.png",sizingMethod="crop");
	background-image: url(/cheesecake/images/bubble/active.png);
	z-index: 101;
}
.nonactivetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cheesecake/images/bubble/nonactive.png",sizingMethod="crop");
	background-image: url(/cheesecake/images/bubble/nonactive.png);
}
.tab1 {
	z-index: 101; 
	width: 129px; 
	height: 24px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
}
.tab1label {
	z-index:102; 
	width: 129px; 
	height: 25px; 
	position: absolute; 
	left: 10px; 
	top: 0px; 
	padding-top: 2px; 
	font-size: 13px; 
	font-weight: bold; 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif 
	text-align: left; 
	color: #FFFFFF; 
	cursor: pointer;
}
.tab2 {
	width: 129px; 
	height: 24px; 
	position: absolute; 
	left: 124px; 
	top: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	z-index:101;
}
.tab2label {
	z-index:102; 
	width: 129px; 
	height: 25px; 
	position: absolute; 
	left: 140px; 
	top: 0px; 
	padding-top:2px; 
	font-size: 13px; 
	font-weight: bold; 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif 
	text-align: left; 
	color: #FFFFFF; 
	cursor: pointer;
}

.tab3 {
	width: 129px; 
	height: 24px; 
	position: absolute; 
	left: 248px; 
	top: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	z-index:101;
}
.tab3label {
	z-index:102; 
	width: 129px; 
	height: 24px; 
	position: absolute; 
	left: 260px; 
	top: 0px; 
	padding-top:2px; 
	font-size: 13px; 
	font-weight: bold; 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif 
	text-align: left; 
	color: #FFFFFF; 
	cursor: pointer;
}


.bubble_close {
	background: transparent url(/cheesecake/images/close_button.jpg) no-repeat;
	width: 51px; 
	height: 22px; 
	position: absolute; 
	left: 420px; 
	top: 365px; 
	z-index: 101; 
	border-style: none; 
	padding: 0px; 
	margin: 0px; 
	cursor: pointer;
}
.mainbubble {
	width: 500px; 
	height: 389px; 
	position: absolute; 
	left: 0px; 
	top: 16px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}
.mainbubblecontent {
	width: 500px; 
	height: 389px; 
	position: absolute; 
	left: 15px; 
	top: 24px;
}
.mainbubblelocationname {
	font-size:18px;
	font-weight:bold;
	margin-bottom:0.1em;
	padding-right:15px;
}
.mainbubbletabcontent {
	margin-top:0px; 
	position: relative; 
	width: 469px; 
	height: 360px; 
	overflow-y: auto;
	overflow-x: hidden;
}
.tab_content {
	font-size:13px;
	line-height:15px;
}
.activetabcontent {
	display: show;
	height: 320px;
	width:240px;
	
	padding-top:5px;

	
}
.nonactivetabcontent {
	display: none;
}

h1{font-size:12px;margin:0px;}
h2{font-size:10px;margin-top:0px;margin-bottom:5px;}
